WarmUpTill
2986a5dd96
Fix crash when actions were copied into a action queue
...
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
The steps added via AddPostLoadStep() from the copy were never executed.
Thus they might be invalid when RunPostLoadSteps() is next called.
This could result in a crash when a new action or condition is added
after e.g. a "Filter" action's TempVariableRef was copied, which adds a
PostLoadStep to resolve the macro segment reference.
2025-02-04 08:26:04 +01:00
WarmUpTill
51b53bf948
Fix script actions / conditions not working after stopping macro
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
2025-01-30 09:39:50 +01:00
WarmUpTill
2c5121ee94
Prevent crash when macro contains invalid action or condition
2025-01-30 09:39:50 +01:00
WarmUpTill
6a58684854
Fix import of incomplete settings not resetting duration to zero
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
2025-01-23 19:00:51 +01:00
WarmUpTill
0b622fdbed
Fix crash when importing settings
2025-01-23 19:00:51 +01:00
WarmUpTill
f598d84ea1
Fix freeze due to ResizingPlainTextEdit constantly resizing incorrectly
2025-01-15 21:36:35 +01:00
WarmUpTill
7f1e310ca6
Add support to register, deregister, and set temp vars from scripts
2024-11-22 20:36:36 +01:00
WarmUpTill
66d02f4683
Fix typos
2024-11-22 20:36:36 +01:00
WarmUpTill
63a545b293
Fix "Date" condition returning true unexpectedly
...
This could happen if the plugin was stopped on the General tab and
restarted or the first time the plugin was started.
2024-11-02 08:28:52 +01:00
WarmUpTill
bc0497d2c9
Add MacroWasCheckedSinceLastStart()
2024-11-02 08:28:52 +01:00
WarmUpTill
37226a3a4c
Fix macro group icon not being displayed correctly in OBS 31
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
2024-10-31 19:39:38 +01:00
WarmUpTill
3b82b55090
Fix Queue condition not displaying the correct size selection
2024-10-26 23:42:59 +02:00
WarmUpTill
ee7ee7a846
Move AutoUpdateTooltipLabel definition
2024-10-26 11:09:06 +02:00
WarmUpTill
e262672876
Add "Last empty" row to Queue tab
2024-10-26 11:08:51 +02:00
WarmUpTill
392e775c7b
Add temp var support for size and running state
2024-10-26 11:08:51 +02:00
WarmUpTill
f641c20564
Add SetTempVarValue() overload to support boolean values
2024-10-26 11:08:51 +02:00
Przemek Pawlas
d54edddde4
Enable use of variables as input for "Variable" action
2024-10-12 17:09:33 +02:00
Przemek Pawlas
37cc289204
Rename function
2024-10-12 17:09:33 +02:00
WarmUpTill
8d9519c849
Adapt to OBS switch from "themeID" to "class" properties
...
OBS commit: cb026964b00c366943a3c16dfb1511eafc24c035
2024-10-10 20:02:35 +02:00
WarmUpTill
140dc9c6f4
Add option to set enabled state for partial match regex config
2024-10-05 14:30:30 +02:00
Przemek Pawlas
9a4d2935f8
Disable custom macro interval by default
2024-10-04 18:56:57 +02:00
WarmUpTill
72b2a7a07a
Add option to assign screenshot to variable
2024-10-03 19:10:14 +02:00
WarmUpTill
f863909f34
Fix incorrect websocket request callback being called
2024-10-02 19:52:07 +02:00
WarmUpTill
621ca201ef
Cleanup
2024-10-02 19:52:07 +02:00
Przemek Pawlas
0e9875e6b5
Allow using regex capture groups in replacement
2024-10-01 21:11:16 +02:00
WarmUpTill
c2d2e883c6
Add option to configure macro pause state on startup
2024-09-29 12:54:35 +02:00
WarmUpTill
a196e56078
Fix macro action paste happening in the wrong section
...
Instead of checking the cursor position at the time of the paste, it
needed to be checked at the time of the context menu creation to ensure
the segment gets pasted into the correct section
2024-09-24 23:00:47 +02:00
WarmUpTill
55ab096e49
Cleanup screenshot helper
2024-09-24 23:00:47 +02:00
WarmUpTill
aef080984e
Add new macros after current selection
2024-09-24 23:00:47 +02:00
WarmUpTill
1aa2425e81
Cleanup locale
2024-09-24 23:00:47 +02:00
WarmUpTill
f5eadfa39c
Add option to disable saving when switching macros
2024-09-24 23:00:47 +02:00
WarmUpTill
b60235d964
Export VariableSpinbox symbols
2024-09-24 23:00:47 +02:00
WarmUpTill
718b18248e
Add context menu entry to remove selected macro segment
2024-09-24 23:00:47 +02:00
WarmUpTill
4316e53039
Cleanup constness of MacroSegmentList
2024-09-24 23:00:47 +02:00
WarmUpTill
3a87a8d155
Hide priority settings when legacy tabs are hidden
2024-09-24 23:00:47 +02:00
WarmUpTill
91912f2aa5
Add/Move helpers to register OBS websocket vendor requests
...
Adds websocket vendor requests to start and stop the plugin.
Adds vendor events to indicate when the plugin is started or stopped.
These are ntended to be used for the StreamDeck plugin support.
2024-09-24 23:00:47 +02:00
WarmUpTill
624b841ca1
Add option for custom macro condition check interval
2024-09-24 23:00:47 +02:00
WarmUpTill
9eb4e90291
Rename and refactor macro class functions
...
LastConditionCheckTime() will be required to support custom condition
check intervals per macro
2024-09-24 23:00:47 +02:00
WarmUpTill
94263cc7a0
Work around crash in std::filesystem due to unexpected char encoding
2024-09-24 23:00:47 +02:00
WarmUpTill
2247152aa8
Remove legacy tab "Scene Triggers"
2024-09-24 23:00:47 +02:00
WarmUpTill
2528449c84
Cleanup
2024-09-24 23:00:47 +02:00
WarmUpTill
f2df3d18be
Rename locale key to better reflect its purpose
2024-09-24 23:00:47 +02:00
WarmUpTill
c7c48d03e9
Add option for short circuit evaluation of conditions
2024-09-24 23:00:47 +02:00
WarmUpTill
6fb8619671
Clear outdated highlight triggers when enabling macro segment highlights
2024-09-24 23:00:47 +02:00
WarmUpTill
36fb83246b
Add log level to log executed macros
2024-09-24 23:00:47 +02:00
WarmUpTill
e729d15e97
Remove legacy tab "Network"
2024-09-24 23:00:47 +02:00
WarmUpTill
c1ac9bb890
Resolve QCssParser::parseColorValue warning
2024-09-24 23:00:47 +02:00
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
Przemek Pawlas
6ccbaad41c
Add enhanced relative time to variable tab cells
2024-09-18 17:38:53 +02:00
Przemek Pawlas
57d78a996a
Add variable trim and case change actions
2024-09-16 19:42:41 +02:00