Sebastian Beckmann

Results 36 issues of Sebastian Beckmann

### Description This was done to work around an issue in 2015 which does not appear to exist anymore in 2022. Thus, remove it to remove complexity, especially if we...

Code Cleanup
macOS

### Description Adds the name of the GPU to the hardware encoder if its RegistryID is exposed by VideoToolbox (which it usually is for dedicated GPUs, but not integrated ones)....

Enhancement
macOS

### Description Instead of a checkbox in the recording group that reveals the replay buffer group when pressed, the replay buffer group now has its own toggle that enables or...

Enhancement
UI/UX

### Description Adds a button to the controls dock to manually split a file, as well as a hotkey. Adds an option "Only split manually" to the "Automatic File Splitting"...

Enhancement
UI/UX

### Description Adds a source signal that gets triggered when a source's settings are updated. ~~There is `update_properties`, but it acts in a very different way. Confirmation that it's not...

Enhancement

### Description The T-Bar currently acts like the a slider in the OS would. This means that when clicking it, on some operating systems the slider won't jump to the...

Enhancement
UI/UX

### Description The `sliderMoved` signal doesn't trigger when clicking on the slider, only the `valueChanged` signal. According to QTBUG-72995 this is intentional, since the documentation states that `sliderDown` also needs...

Bug Fix
Code Cleanup
UI/UX

### Description Adds `OBS_COMBO_FORMAT_BOOL` to combo formats, making it possible to have bool values in a properties list (dropdown). Adds `OBS_COMBO_TYPE_RADIO`, which displays a properties list as radio buttons instead...

Enhancement
UI/UX

### Description Refactors how nudges are registered by using a lambda instead of separate slot functions. Significantly cuts down on code. ### Motivation and Context About a year ago when...

Code Cleanup

### Description Consists of three small commits that all are related / kinda depend on each other. I'm all for atomic commits but don't think separate PR's are needed here....

Bug Fix
Enhancement
Seeking Testers