WarmUpTill
31b239d5dc
Focus segment type selection when new segment is added
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
2026-06-11 18:25:29 +02:00
WarmUpTill
680f72e4f9
Rework temp var mapping handling on copy of macro segments
2026-05-25 00:22:59 +02:00
WarmUpTill
774ccb7fbd
Fix temp var mapping not working after copy-paste of segment
2026-05-25 00:22:58 +02:00
WarmUpTill
dec5c2d763
Add option to directly map temp var values to variables
2026-04-27 19:20:51 +02:00
WarmUpTill
ba38b8bf27
Don't block UI while executing long runnig actions
...
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 previous approach had the problem of losing any action internal
state changes in the created copy.
Revert "Fix temp var values of actions not being accessible"
This reverts commit df42538319 .
Revert "Don't block UI while running actions"
This reverts commit a01d26e25d .
2026-04-04 21:14:05 +02:00
WarmUpTill
df42538319
Fix temp var values of actions not being accessible
...
This a bug introduced with ec3052c823 .
2026-04-03 13:44:34 +02:00
WarmUpTill
ec3052c823
Enable checking if temp var is in use
2026-03-30 21:20:00 +02:00
WarmUpTill
5d6a693f36
Refactor macro signal handling
...
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
Also drop support for scene group signals in macro, which hopefully
aren't used much anymore
2025-10-19 18:05:16 +02:00
WarmUpTill
874b9b86e2
Refactor locking of macro segments
...
This should avoid crashes when actions or conditions are performed in
parallel to the main macro loop and will improve the UI responsiveness
in some scenarios
2025-06-20 22:29:35 +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
b0eede8a85
Add "disable" effect to macro conditions using "ignore" logic selection
2025-04-02 13:48:23 +02:00
WarmUpTill
f641c20564
Add SetTempVarValue() overload to support boolean values
2024-10-26 11:08:51 +02:00
WarmUpTill
8f55856fd5
Fix macro segment highlighting not being in sync
...
Each macro segment had its own internal timer to handle highlighting.
This handing was now moved centrally to the macro tab.
2024-05-10 15:11:20 +02:00
WarmUpTill
e080d2de9b
Add option to set custom labels on macro segments
2024-04-20 17:39:47 +02:00
WarmUpTill
a740a29798
Cleanup includes
2024-03-02 15:27:02 +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