WarmUpTill
cd0d3862c7
Style changes platform-funcs.hpp
2023-04-30 13:13:18 -07:00
WarmUpTill
443ffb7906
Mark free functions static where applicable
2023-04-30 13:13:18 -07:00
WarmUpTill
5967c83b03
Remove switch-priority.cpp
2023-04-30 13:13:18 -07:00
WarmUpTill
66498a03ce
SwitcherData style changes
2023-04-30 13:13:18 -07:00
WarmUpTill
9ec772f723
Restructure includes
...
The intention of this change is to reduce the interdependency of the
various components to reduce compile time when applying changes.
2023-04-30 13:13:18 -07:00
WarmUpTill
20eb56db2d
Add helpers for logging, translation, and synchronized data access
2023-04-30 13:13:18 -07:00
WarmUpTill
e4d064aaa3
Rename file
2023-04-30 13:13:18 -07:00
WarmUpTill
5602dfa09a
Clean up SwitcherData
...
* Moved various functions, members, and definitions
* Separated out priority related functionality
* Visually grouped various function groups
2023-04-30 13:13:18 -07:00
WarmUpTill
0138b412b4
Style changes in utility.hpp
2023-04-30 13:13:18 -07:00
WarmUpTill
20a934c9ab
Move platform-funcs.hpp include
2023-04-30 13:13:18 -07:00
WarmUpTill
09d2b397dc
Move scene group files to legacy folder
2023-04-30 13:13:18 -07:00
WarmUpTill
482a99cf15
Clean up shutdown handling
2023-04-30 13:13:18 -07:00
WarmUpTill
81ac45a1d4
Move AskForBackup() definition
2023-04-30 13:13:18 -07:00
WarmUpTill
0b8078f3bf
Move scene switch related functions to separate files
2023-04-30 13:13:18 -07:00
WarmUpTill
8b6ace902c
Style changes in advanced-scene-switcher.hpp
2023-04-30 13:13:18 -07:00
WarmUpTill
1dead9fca5
Group function definitions of advanced-scene-switcher.hpp
2023-04-30 13:13:18 -07:00
WarmUpTill
524c4b71d7
Add option to set recording folder and file format string
2023-04-23 05:37:59 -07:00
WarmUpTill
e51318768d
Fix websocket events not being processed
...
This could happen if a websocket event message arrived just after the
macro condition checks of the current interval completed and just before
the websocket event message buffers were cleared.
2023-04-17 11:33:24 -07:00
WarmUpTill
c821bb20d0
Add specialValueText() to variable spinbox
2023-04-17 11:33:24 -07:00
WarmUpTill
c6b693b4ac
Reduze status label column to minimum size
2023-04-17 11:33:24 -07:00
WarmUpTill
2c5caabab0
Add advss namespace
...
Fixes name conflict with "Duration" class and typedef of the same name
on MacOS
2023-04-17 11:33:24 -07:00
WarmUpTill
b7479e8342
Enable plugin callbacks to be peformed after condition checks completed
...
Also run these callbacks before restarting the plugin.
This should ensure that no outdated signals received while the plugin
was stopped will trigger unexpected actions. (E.g. websocket messages
that were received while the plugin was stopped)
2023-04-17 11:33:24 -07:00
WarmUpTill
ffca124762
Enable use of vblog in plugins
2023-04-17 11:33:24 -07:00
WarmUpTill
9bedbf6fb8
Display warning if plugin could not be loaded
2023-04-11 03:55:30 -07:00
WarmUpTill
853150e458
Resize MacroPropertiesDialog to fit contents
2023-04-11 03:55:30 -07:00
WarmUpTill
1ddd48e008
Improve dock handling when changing scene collections
...
Note that the positions of the docks will still not be restored
perfectly when changing scene collections.
To my understanding this would somehow have to be handled by the
QMainWindow which is controlled by OBS.
This might have to be revisited at a later date.
2023-04-11 03:55:30 -07:00
WarmUpTill
17d24d642e
Add more error handling for reordering macros
2023-04-11 03:55:30 -07:00
WarmUpTill
87a46684cd
Remove "Studio mode" backwards compatabilty fallback
...
This should remove the frequent logs of complaining about a name
conflict between different action types.
2023-04-11 03:55:30 -07:00
WarmUpTill
e4c5193945
CI: Use git tag as version identifier in packaging step
2023-04-11 03:55:30 -07:00
WarmUpTill
2e969bf6dd
Fix video condition's pattern match mode not loading correctly
2023-04-11 03:55:30 -07:00
WarmUpTill
6db26d9f7b
Fix crash when using OCR check of video condition
2023-04-11 03:55:30 -07:00
WarmUpTill
4f02c9ec36
Ask for confirmation even if only a single macro is being deleted
2023-04-06 00:36:07 -07:00
WarmUpTill
2fdd39fba5
Use exprtk lib to evaluate mathematical expressions
2023-04-01 05:37:40 -07:00
WarmUpTill
fe1ddc3a94
Fix connection selection being lost after renaming connection
2023-04-01 05:37:40 -07:00
WarmUpTill
cff2d805db
Fix variable selection being lost after renaming variable
2023-04-01 05:37:40 -07:00
WarmUpTill
34425d3e47
CI: minor improvements
...
* Print checksums in log
* Log if tests were skipped
* Switch to gh-release action version 1
2023-03-27 12:37:08 -07:00
WarmUpTill
4ac4f00620
Fix icons not loading on Linux and MacOS
2023-03-25 16:15:55 -07:00
WarmUpTill
e30a4623c5
Fix HideSelectedMacro() hiding the incorrect index
2023-03-25 15:17:19 -07:00
WarmUpTill
e2f4dcaaee
Fix warnings
2023-03-25 15:17:19 -07:00
WarmUpTill
ebbf64ddae
Add simple tests
2023-03-25 15:17:19 -07:00
WarmUpTill
8b105ad22b
Add support for abs, sin, cos, tan, sqrt function in math expression
2023-03-25 15:17:19 -07:00
WarmUpTill
f3416c5b1d
Add option to remove Run or Pause button from macro dock
2023-03-25 12:50:49 -07:00
WarmUpTill
e194fc5ee4
Fix crash when deleting multiple macros in combination with a group
2023-03-25 12:50:49 -07:00
WarmUpTill
e465c81bf1
Fix rename via contenxt menu not updating macro name line edit
2023-03-25 12:50:49 -07:00
WarmUpTill
9dce6a99fd
Prevent crashes in case obs_module_text() is called during shutdown
2023-03-25 12:50:49 -07:00
WarmUpTill
6f2c53d14e
Add option to create docks of macros
...
These docks allow to control the pause state and manual execution of the
macro actions
2023-03-25 12:50:49 -07:00
WarmUpTill
9044ae4ade
Move OBSDock definition
2023-03-25 12:50:49 -07:00
WarmUpTill
0a422174bc
Remove unnecessary cast
2023-03-25 12:50:49 -07:00
WarmUpTill
c2020fe77c
Fix crash when selecting new audio source in audio condition
2023-03-24 14:39:41 -07:00
WarmUpTill
8beca6fcc7
Do not allow duplication of groups
...
Functionality has to be implemented first.
Otherwise visual issues might occur when expanding or collapsing the
new copy of the group entry.
2023-03-24 14:39:41 -07:00