WarmUpTill
14a12432e9
Cleanup
2024-02-24 16:48:52 +01:00
WarmUpTill
1be72218a9
Clear message buffers when macro was paused
2024-02-24 16:48:52 +01:00
Przemek Pawlas
01cf000cbe
Refactor
...
* Minor style changes
* Move function definitions
* Split utility.hpp
* Enable include of export-symbol-helper.hpp in tests
2024-02-24 16:47:50 +01:00
WarmUpTill
c3f207f93c
Add decibel selection to audio condition
2024-02-21 18:48:54 +01:00
WarmUpTill
583b559c78
Adjust minimum volume dB from -60 to -100
2024-02-21 18:48:54 +01:00
WarmUpTill
bb1f19c0cb
Use correct capitalization for "dB"
2024-02-21 18:48:54 +01:00
WarmUpTill
41033f2230
Switch to message buffer / dispatcher for websocket messages
2024-02-21 18:02:22 +01:00
WarmUpTill
c94863b0cb
Fix item selection not updating correctly
...
* Remove could lead to the "add" dialog being opened
* Rename could result in some entries not being renamed (due to
FilterComboBox using a QComboBox with setEditable() set to true)
2024-02-20 21:48:09 +01:00
WarmUpTill
87c18143a2
Fix crash when switching settings in the OBS stats condition
2024-02-17 13:49:02 +01:00
Przemek Pawlas
58144bf9a8
More efficient QComboBox items initialization
2024-02-17 13:49:02 +01:00
Przemek Pawlas
438d9bf220
Use RAII wrappers
2024-02-17 13:49:02 +01:00
WarmUpTill
d8d73f0cd4
Show refresh button if source / filter selection is a variable
2024-02-17 10:03:04 +01:00
WarmUpTill
84e01c0c9c
Fix warnings
2024-02-17 10:03:04 +01:00
WarmUpTill
9c4fdc9803
Update hotkey name when description is changed
...
This makes it easier to identify the hotkey in external tools
2024-02-15 21:12:01 +01:00
WarmUpTill
71a887db03
Disable audio fade controls if fading is not checked
2024-02-15 21:12:01 +01:00
WarmUpTill
668bba16ea
Add temp variable support to streaming condition
2024-02-10 01:46:53 +01:00
WarmUpTill
62743afaa7
Fix setting value selection not being visible for on change check
2024-01-31 19:58:58 +01:00
WarmUpTill
74a3bf0b12
Rename websocket connections settings entry
2024-01-31 16:11:31 +01:00
WarmUpTill
e36e4f61da
Clean up variable signal handling
2024-01-31 16:11:31 +01:00
WarmUpTill
9eda8be954
Improve Display condition
...
* Add temp variable support
* Add options to check display width and height
* Add option to select comparision operator for display count check
2024-01-30 19:50:21 +01:00
WarmUpTill
d237e3fe4e
Add temp variable support to websocket condition
2024-01-27 14:10:34 +01:00
WarmUpTill
aeb0e7f8ad
Fix hotkey condition evaluating to true if macro was paused
...
The condition check now also takes the time during which the macro was
paused into consideration
2024-01-27 14:10:34 +01:00
WarmUpTill
8701ec807e
Add more tests
2024-01-27 14:10:34 +01:00
WarmUpTill
9b34af98fd
Buffer websocket messages until they were processed
2024-01-27 14:10:34 +01:00
WarmUpTill
cf5f338902
Split utility headers
2024-01-27 14:10:34 +01:00
WarmUpTill
7d0332dd0e
Restructure library and plugins
...
The "core" macro conditions and actions have been extracted out to the
"base" plugin.
The library now mostly contains functionality which is required across
all plugins and (e.g. definitions for macro segments).
The goal is to reduce the complexity and cross-dependencies and group
the source files in a better way.
This should relsove the "library limit of 65535 objects exceeded" build
issue occuring in some Windows build environments.
2024-01-27 14:10:34 +01:00