WarmUpTill
b17aa30432
Fix attempting to cache widgets of about to be deleted macros
2025-06-06 19:14:46 +02:00
WarmUpTill
93703c80bc
Hide option to verify timestamps when functionality is disabled
2025-06-01 11:57:26 +02:00
WarmUpTill
d7951a7179
Cleanup constness
2025-06-01 11:57:26 +02:00
WarmUpTill
d42a3b584a
Rework resource tab hotkey handling
...
Added hotkey to add new entry
2025-06-01 11:57:26 +02:00
WarmUpTill
becd1bd02a
Set default hotkey for new macro to CTRL + N
2025-06-01 11:57:26 +02:00
WarmUpTill
30422aecf3
Fix crash when deleting macro
2025-06-01 11:57:26 +02:00
WarmUpTill
c567e6ef7f
Allow import of json files
...
Automatic backups are stored as json files
2025-06-01 11:57:26 +02:00
WarmUpTill
1ca61f3ed4
Add option to not link date-tz even if the source code exists
2025-05-28 22:11:07 +02:00
WarmUpTill
1affe9dce3
Fix macro segment list entries not resizing properly
2025-05-27 22:37:46 +02:00
WarmUpTill
406e3c1855
Cleanup
...
* Add variable support to process condition
* Display unresolved variable value in Window action
* Add tooltips to indicate that variables are supported
2025-05-27 22:37:46 +02:00
WarmUpTill
c05dd40c4c
Add option to change various OBS video settings
2025-05-27 22:37:46 +02:00
WarmUpTill
9a86ecac42
Add option to disable widget caching
2025-05-27 22:37:46 +02:00
WarmUpTill
721a786e79
Rework preview dialog to improve performance
...
Object detection and OCR models were constantly being re-initialized
each frame due to copy in the signal / slot handling
2025-05-27 22:37:46 +02:00
WarmUpTill
32d29875ed
Move responsibility of cascade init to ObjDetectParameters
2025-05-27 22:37:46 +02:00
warmuptill
0e5f56b562
Add tesseract config file support
2025-05-27 22:37:46 +02:00
WarmUpTill
5490fabf92
Add hotkey to create new macro
2025-05-27 22:37:46 +02:00
WarmUpTill
5e3ab19940
Add ProfileSelectionWidget
...
Refreshes list of profiles when widget becomes visible to support widget
caching.
2025-05-27 22:37:46 +02:00
WarmUpTill
1c94a1ab44
Add X and Y position tempvars to cursor condition
2025-05-27 22:37:46 +02:00
WarmUpTill
34baa56134
Update process list on visibility change
...
This is done to support widget caching
2025-05-27 22:37:46 +02:00
WarmUpTill
5ce4171773
Add MonitorSelectionWidget
...
Refreshes list of monitors when widget becomes visible to support widget
caching
2025-05-27 22:37:46 +02:00
WarmUpTill
c281c6db83
Add WindowSelectionWidget
...
Refreshes list of windows when widget becomes visible to support widget
caching
2025-05-27 22:37:46 +02:00
WarmUpTill
c43439ee64
Add option to keep selection when FilterComboBox entry doesn't exist
2025-05-27 22:37:46 +02:00
WarmUpTill
a84731b8fe
Rework TransitionSelectionWidget to support widget caching
2025-05-27 22:37:46 +02:00
WarmUpTill
61fbff5821
Fix SetSourceSetting() not changing settings if the default value is set
...
This won't help in scenarios in which even a default value does not
exist, e.g. "text" for the text sources, as here it is unclear which
value type to use
2025-05-27 22:37:46 +02:00
WarmUpTill
1381654fed
Add Add support for widget caching to FilterSelectionWidget
2025-05-27 22:37:46 +02:00
WarmUpTill
9805601c07
Add support for widget caching to SceneItemSelectionWidget
2025-05-27 22:37:46 +02:00
WarmUpTill
fcf57ee031
Add support for widget caching to SceneSelectionWidget
2025-05-27 22:37:46 +02:00
WarmUpTill
ba3e87a761
Rework SourceSelectionWidget to support widget caching
2025-05-27 22:37:46 +02:00
WarmUpTill
3dd3f576c3
Add hint that parallel condition check feature is experimental
2025-05-27 22:37:46 +02:00
WarmUpTill
7403a18e96
Cleanup
2025-05-27 22:37:46 +02:00
warmuptill
56494480ba
Cache macro segment widgets for each macro
2025-05-27 22:37:46 +02:00
warmuptill
cdc5d16e95
Allow changing Tesseract model directory
...
This will prevent custom models being deleted when installing a new
version of the plugin, as the plugin's data directory might get wiped on
some operating systems.
2025-05-27 22:37:46 +02:00
warmuptill
27aed79305
Enable building with OCR support in Ubuntu environment
2025-05-27 22:37:46 +02:00
WarmUpTill
7ec95e33eb
Hide outdated video condition options
...
The "throttle" and "reduce matching latency" optiohns were introduced
before "short circuit evaluation" was available and are now outdated.
Both don't behave as expected with this option enabled.
The throttling effect can be better achieved with an additional "Timer"
condition.
2025-05-27 22:37:46 +02:00
WarmUpTill
98260b25a1
Add option to toggle the pause state of a macro
2025-05-27 22:37:46 +02:00
WarmUpTill
45b37de9f7
Add MQTT connection tab
2025-05-27 20:23:07 +02:00
WarmUpTill
027a3e9074
Add MQTT condition and action
2025-05-27 20:23:07 +02:00
WarmUpTill
cab50e0922
Add MQTT helpers
2025-05-27 20:23:07 +02:00
WarmUpTill
88514e209d
CI: build paho.mqtt.cpp libs
2025-05-27 20:23:07 +02:00
WarmUpTill
4ed7f13b72
Add paho.mqtt.cpp dependency
2025-05-27 20:23:07 +02:00
WarmUpTill
0fb11ac274
Add copy / move to MessageDispatcher
2025-05-27 20:23:07 +02:00
WarmUpTill
942933290a
Remove unnecessary include
2025-05-27 20:23:07 +02:00
WarmUpTill
f13beaead2
Reduce log spam in case of invalid token
...
debian-build / build (push) Has been cancelled
Check locale / ubuntu64 (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
The caching mechanism for the token validity checks did not have the
desired effect, and the Twitch channel to user id mapping function was
attempting to resolve names even with an invalid token.
2025-05-08 21:10:13 +02:00
WarmUpTill
13dba6527d
Exclude jsoncons files from release folder
2025-05-08 21:10:13 +02:00
WarmUpTill
b78a6510a9
Start the plugin on first boot
2025-05-08 21:10:13 +02:00
WarmUpTill
6c22f438b6
Disable macro add button highlight when importing macros
2025-05-08 21:10:13 +02:00
WarmUpTill
347abe6c84
Enable macro highlighting by default
2025-05-08 21:10:13 +02:00
WarmUpTill
230863adda
Lazy initialize macro segment widgets
...
This should make it less time consuming to accidentally switch between
macros with a large amount of macro segments
2025-05-08 21:10:13 +02:00
WarmUpTill
f59478fac7
Cleanup
2025-05-08 21:10:13 +02:00
WarmUpTill
8adac79cd8
Rework option to run macro actions in parallel to other macros
2025-05-08 20:44:56 +02:00