SceneSwitcher/lib/macro
WarmUpTill 37226a3a4c
Some checks failed
debian-build / build (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled
Fix macro group icon not being displayed correctly in OBS 31
2024-10-31 19:39:38 +01:00
..
macro-action-edit.cpp Rename MacroProperties to MacroSettings 2024-06-07 21:44:21 +02:00
macro-action-edit.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
macro-action-factory.cpp Fix crash when creating macro which uses macro segment factories 2024-08-16 06:49:27 +02:00
macro-action-factory.hpp Add API to register new macro condition and action types 2024-08-14 21:51:42 +02:00
macro-action-macro.cpp Rename and refactor macro class functions 2024-09-24 23:00:47 +02:00
macro-action-macro.hpp Add option to reevaluate condition state in "Macro" action 2024-06-07 21:44:21 +02:00
macro-action-queue.cpp Only insert enabled actions to action queues 2024-04-02 17:59:17 +02:00
macro-action-queue.hpp Add support to resolve variables on action queue add 2024-03-02 15:27:02 +01:00
macro-action-script.cpp Add API to register new macro condition and action types 2024-08-14 21:51:42 +02:00
macro-action-script.hpp Add API to register new macro condition and action types 2024-08-14 21:51:42 +02:00
macro-action-variable.cpp Enable use of variables as input for "Variable" action 2024-10-12 17:09:33 +02:00
macro-action-variable.hpp Enable use of variables as input for "Variable" action 2024-10-12 17:09:33 +02:00
macro-action.cpp Add log level which prints performed actions 2024-03-02 15:27:02 +01:00
macro-action.hpp Add support to resolve variables on action queue add 2024-03-02 15:27:02 +01:00
macro-condition-edit.cpp Refactor condition logic to enable testing 2024-08-11 16:03:08 +02:00
macro-condition-edit.hpp Refactor DurationModifier to enable testing 2024-08-11 16:03:08 +02:00
macro-condition-factory.cpp Fix crash when creating macro which uses macro segment factories 2024-08-16 06:49:27 +02:00
macro-condition-factory.hpp Add API to register new macro condition and action types 2024-08-14 21:51:42 +02:00
macro-condition-macro.cpp Rename and refactor macro class functions 2024-09-24 23:00:47 +02:00
macro-condition-macro.hpp Fix build issue with GCC 13.2.0 and clang-17 2024-04-04 20:49:10 +02:00
macro-condition-queue.cpp Fix Queue condition not displaying the correct size selection 2024-10-26 23:42:59 +02:00
macro-condition-queue.hpp Add temp var support for size and running state 2024-10-26 11:08:51 +02:00
macro-condition-script.cpp Add API to register new macro condition and action types 2024-08-14 21:51:42 +02:00
macro-condition-script.hpp Add API to register new macro condition and action types 2024-08-14 21:51:42 +02:00
macro-condition-tempvar.cpp Split utility headers 2024-01-27 14:10:34 +01:00
macro-condition-tempvar.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
macro-condition-variable.cpp Split utility headers 2024-01-27 14:10:34 +01:00
macro-condition-variable.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
macro-condition.cpp Refactor DurationModifier to enable testing 2024-08-11 16:03:08 +02:00
macro-condition.hpp Refactor DurationModifier to enable testing 2024-08-11 16:03:08 +02:00
macro-dock.cpp Rename and refactor macro class functions 2024-09-24 23:00:47 +02:00
macro-dock.hpp Adapt to new OBS dock API 2024-08-14 21:51:42 +02:00
macro-export-import-dialog.cpp Add option to export macro as plain json 2024-04-20 17:39:47 +02:00
macro-export-import-dialog.hpp Add option to export macro as plain json 2024-04-20 17:39:47 +02:00
macro-helpers.cpp Rename and refactor macro class functions 2024-09-24 23:00:47 +02:00
macro-helpers.hpp Rename and refactor macro class functions 2024-09-24 23:00:47 +02:00
macro-input.cpp Resolve unused parameter warnings 2024-08-15 01:02:03 +02:00
macro-input.hpp Add macro input variable support 2024-06-07 21:44:21 +02:00
macro-list.cpp Resolve unused parameter warnings 2024-08-15 01:02:03 +02:00
macro-list.hpp Switch QPushButton to QToolButton 2024-06-20 21:41:28 +02:00
macro-ref.cpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
macro-ref.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
macro-run-button.cpp Allow stop of current macro when using run button 2024-02-26 20:56:26 +01:00
macro-run-button.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
macro-script-handler.cpp Add API to register new macro condition and action types 2024-08-14 21:51:42 +02:00
macro-script-handler.hpp Add API to register new macro condition and action types 2024-08-14 21:51:42 +02:00
macro-segment-copy-paste.cpp Fix macro action paste happening in the wrong section 2024-09-24 23:00:47 +02:00
macro-segment-copy-paste.hpp Fix macro action paste happening in the wrong section 2024-09-24 23:00:47 +02:00
macro-segment-list.cpp Cleanup constness of MacroSegmentList 2024-09-24 23:00:47 +02:00
macro-segment-list.hpp Cleanup constness of MacroSegmentList 2024-09-24 23:00:47 +02:00
macro-segment-script.cpp Add API to register new macro condition and action types 2024-08-14 21:51:42 +02:00
macro-segment-script.hpp Add API to register new macro condition and action types 2024-08-14 21:51:42 +02:00
macro-segment-selection.cpp Rename function 2024-10-12 17:09:33 +02:00
macro-segment-selection.hpp Restructure library and plugins 2024-01-27 14:10:34 +01:00
macro-segment.cpp Fix macro segment highlighting not being in sync 2024-05-10 15:11:20 +02:00
macro-segment.hpp Add SetTempVarValue() overload to support boolean values 2024-10-26 11:08:51 +02:00
macro-selection.cpp Move GetSettingsWindow() to ui-helpers 2024-08-24 00:23:54 +02:00
macro-selection.hpp Resolve unused parameter warnings 2024-08-15 01:02:03 +02:00
macro-settings.cpp Add option to configure macro pause state on startup 2024-09-29 12:54:35 +02:00
macro-settings.hpp Add option to configure macro pause state on startup 2024-09-29 12:54:35 +02:00
macro-tab.cpp Fix macro action paste happening in the wrong section 2024-09-24 23:00:47 +02:00
macro-tree.cpp Fix macro group icon not being displayed correctly in OBS 31 2024-10-31 19:39:38 +01:00
macro-tree.hpp Fix checkbox icon of groups in macro tree not being set on OBS 30.1.2 2024-04-07 20:23:54 +02:00
macro.cpp Add option to configure macro pause state on startup 2024-09-29 12:54:35 +02:00
macro.hpp Disable custom macro interval by default 2024-10-04 18:56:57 +02:00