SceneSwitcher/lib/utils
WarmUpTill 2f54c2ee62 Increase volume meter scale from -100 to 0 dB
This was done to enable users to to use higher precision values in the
"Audio" condition type.
Previously, the UI would reset the selected values to the minimum value
possible to display in the volume meter widget, which was -60 dB.
2024-09-20 23:05:45 +02:00
..
backup.cpp Backup setting on exit to plugin config dir 2024-02-28 12:53:02 +01:00
backup.hpp Backup setting on exit to plugin config dir 2024-02-28 12:53:02 +01:00
condition-logic.cpp Refactor condition logic to enable testing 2024-08-11 16:03:08 +02:00
condition-logic.hpp Refactor condition logic to enable testing 2024-08-11 16:03:08 +02:00
curl-helper.cpp Cleanup duplicate "[advss]" log prefix 2024-08-11 16:03:08 +02:00
curl-helper.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
cursor-shape-changer.cpp Use default cursor icon on macro segment control hover 2024-06-20 21:41:28 +02:00
cursor-shape-changer.hpp Use default cursor icon on macro segment control hover 2024-06-20 21:41:28 +02:00
double-slider.cpp Increase precision of volume widget slider 2024-03-09 09:18:29 +01:00
double-slider.hpp Increase precision of volume widget slider 2024-03-09 09:18:29 +01:00
duration-control.cpp Add enhanced relative time to variable tab cells 2024-09-18 17:38:53 +02:00
duration-control.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
duration-modifier.cpp Refactor DurationModifier to enable testing 2024-08-11 16:03:08 +02:00
duration-modifier.hpp Refactor DurationModifier to enable testing 2024-08-11 16:03:08 +02:00
duration.cpp Add enhanced relative time to variable tab cells 2024-09-18 17:38:53 +02:00
duration.hpp Add ResolveVariables() 2024-03-02 15:27:02 +01:00
export-symbol-helper.hpp Refactor 2024-02-24 16:47:50 +01:00
file-selection.cpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
file-selection.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
filter-combo-box.cpp Only emit signals when value changed 2024-08-16 06:49:27 +02:00
filter-combo-box.hpp Only emit signals when value changed 2024-08-16 06:49:27 +02:00
help-icon.cpp Add HelpIcon 2024-06-07 21:44:21 +02:00
help-icon.hpp Add HelpIcon 2024-06-07 21:44:21 +02:00
item-selection-helpers.cpp Add RemoveItemsByName() 2024-05-01 19:44:57 +02:00
item-selection-helpers.hpp Add VariableSelectionDialog 2024-06-07 21:44:21 +02:00
layout-helpers.cpp Split utility headers 2024-01-27 14:10:34 +01:00
layout-helpers.hpp Split utility headers 2024-01-27 14:10:34 +01:00
list-controls.cpp Use default cursor icon on macro segment control hover 2024-06-20 21:41:28 +02:00
list-controls.hpp Switch QPushButton to QToolButton 2024-06-20 21:41:28 +02:00
list-editor.cpp Move GetIndexOfSignal() to ListEditor 2024-08-24 00:23:54 +02:00
list-editor.hpp Move GetIndexOfSignal() to ListEditor 2024-08-24 00:23:54 +02:00
log-helper.cpp Add log level which prints performed actions 2024-03-02 15:27:02 +01:00
log-helper.hpp Enable include during unit testing 2024-08-11 16:03:08 +02:00
math-helpers.cpp Refactor 2024-02-24 16:47:50 +01:00
math-helpers.hpp Refactor 2024-02-24 16:47:50 +01:00
message-buffer.hpp Add Clear() to MessageBuffer 2024-02-24 16:48:52 +01:00
message-dispatcher.hpp Add simple message buffer and dispatcher 2024-02-21 18:02:22 +01:00
mouse-wheel-guard.cpp Add option to check for addition chat message properties 2024-08-24 00:23:54 +02:00
mouse-wheel-guard.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
name-dialog.cpp Refactor NameDialog 2024-04-20 17:39:47 +02:00
name-dialog.hpp Refactor NameDialog 2024-04-20 17:39:47 +02:00
non-modal-dialog.cpp Fix input dialogs causing crash on shutdown 2024-01-27 14:10:34 +01:00
non-modal-dialog.hpp Fix input dialogs causing crash on shutdown 2024-01-27 14:10:34 +01:00
obs-module-helper.cpp Ease detection of calling obs_module_text() too early 2024-05-01 19:44:57 +02:00
obs-module-helper.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
path-helpers.cpp Refactor 2024-02-24 16:47:50 +01:00
path-helpers.hpp Refactor 2024-02-24 16:47:50 +01:00
plugin-state-helpers.cpp Decouple plugin init, load, cleanup handling from SwitcherData 2024-05-01 19:44:57 +02:00
plugin-state-helpers.hpp Decouple plugin init, load, cleanup handling from SwitcherData 2024-05-01 19:44:57 +02:00
priority-helper.cpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
priority-helper.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
properties-view.cpp Add API to register new macro condition and action types 2024-08-14 21:51:42 +02:00
properties-view.hpp Add API to register new macro condition and action types 2024-08-14 21:51:42 +02:00
properties-view.moc.hpp Add API to register new macro condition and action types 2024-08-14 21:51:42 +02:00
regex-config.cpp Switch QPushButton to QToolButton 2024-06-20 21:41:28 +02:00
regex-config.hpp Export complete RegexConfigWidget class 2024-08-24 00:23:54 +02:00
resizing-text-edit.cpp Split utility headers 2024-01-27 14:10:34 +01:00
resizing-text-edit.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
resource-table-hotkey-handler.cpp Add ResourceTable class 2024-05-01 19:44:57 +02:00
resource-table-hotkey-handler.hpp Add ResourceTable class 2024-05-01 19:44:57 +02:00
resource-table.cpp Switch QPushButton to QToolButton 2024-06-20 21:41:28 +02:00
resource-table.hpp Switch QPushButton to QToolButton 2024-06-20 21:41:28 +02:00
scene-selection.cpp Add ResolveVariables() 2024-03-02 15:27:02 +01:00
scene-selection.hpp Add ResolveVariables() 2024-03-02 15:27:02 +01:00
scene-switch-helpers.cpp Split utility headers 2024-01-27 14:10:34 +01:00
scene-switch-helpers.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
screenshot-helper.cpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
screenshot-helper.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
section.cpp Fix crash in case of high frequency resize events 2024-08-14 21:51:42 +02:00
section.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
selection-helpers.cpp Split utility headers 2024-01-27 14:10:34 +01:00
selection-helpers.hpp Cleanup includes 2024-03-02 15:27:02 +01:00
single-char-selection.cpp Add option to truncate or pad variable value 2024-04-02 17:59:17 +02:00
single-char-selection.hpp Add option to truncate or pad variable value 2024-04-02 17:59:17 +02:00
slider-spinbox.cpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
slider-spinbox.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
source-helpers.cpp Split utility headers 2024-01-27 14:10:34 +01:00
source-helpers.hpp Split utility headers 2024-01-27 14:10:34 +01:00
source-selection.cpp Add ResolveVariables() 2024-03-02 15:27:02 +01:00
source-selection.hpp Add ResolveVariables() 2024-03-02 15:27:02 +01:00
splitter-helpers.cpp Split utility headers 2024-01-27 14:10:34 +01:00
splitter-helpers.hpp Split utility headers 2024-01-27 14:10:34 +01:00
status-control.cpp Fix crashes related to widget highlighting 2024-08-16 06:49:27 +02:00
status-control.hpp Adapt to new OBS dock API 2024-08-14 21:51:42 +02:00
string-list.cpp Move StringList from base to lib 2024-06-07 21:44:21 +02:00
string-list.hpp Move StringList from base to lib 2024-06-07 21:44:21 +02:00
switch-button.cpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
switch-button.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
sync-helpers.cpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
sync-helpers.hpp Add GUARD_LOADING_AND_LOCK 2024-06-07 21:44:21 +02:00
tab-helpers.cpp Don't restore last opened tab if that tab is no longer visible 2024-06-05 01:05:31 +02:00
tab-helpers.hpp Move / add tabWidget related helper functions 2024-05-01 19:44:57 +02:00
temp-variable.cpp Add option to check for addition chat message properties 2024-08-24 00:23:54 +02:00
temp-variable.hpp Add tooltip to macro property selection in variable action 2024-05-19 01:44:10 +02:00
time-helpers.cpp Add enhanced relative time to variable tab cells 2024-09-18 17:38:53 +02:00
time-helpers.hpp Add enhanced relative time to variable tab cells 2024-09-18 17:38:53 +02:00
ui-helpers.cpp Move GetSettingsWindow() to ui-helpers 2024-08-24 00:23:54 +02:00
ui-helpers.hpp Move GetSettingsWindow() to ui-helpers 2024-08-24 00:23:54 +02:00
utility.cpp Fix crash when adding new entries to the legacy tabs 2024-08-24 00:23:54 +02:00
utility.hpp Fix crash when adding new entries to the legacy tabs 2024-08-24 00:23:54 +02:00
volume-control.cpp Increase volume meter scale from -100 to 0 dB 2024-09-20 23:05:45 +02:00
volume-control.hpp Increase precision of volume widget slider 2024-03-09 09:18:29 +01:00