WarmUpTill
d71c87535f
Add RemoveItemsByName()
...
Helper function to remove Items by name from std::queue of Item
2024-05-01 19:44:57 +02:00
WarmUpTill
ce501bd972
Move / add tabWidget related helper functions
2024-05-01 19:44:57 +02:00
WarmUpTill
ec5944f53c
Fix Debian cmake configure issue
...
The "CI" environment variable was defined but "GITHUB_RUN_ID" was not
resulting in a broken if statement:
if(true AND)
https://github.com/WarmUpTill/SceneSwitcher/issues/1090
2024-04-25 19:31:18 +02:00
WarmUpTill
5e64e0bbaa
Disable "psabi" warning for x86 Debian build
...
https://github.com/WarmUpTill/SceneSwitcher/issues/1091
2024-04-25 19:31:18 +02:00
WarmUpTill
e16f1d732d
Fix layout of the "System tray notification" action
2024-04-25 19:30:43 +02:00
WarmUpTill
cdacfc946c
Save macro segment settings in separate object
...
To avoid conflicts with other setting of the segment
2024-04-20 17:39:47 +02:00
WarmUpTill
26e854f0a3
Open macro selection dialog at plugin window location
2024-04-20 17:39:47 +02:00
WarmUpTill
2bc89364b2
Refactor NameDialog
2024-04-20 17:39:47 +02:00
WarmUpTill
e080d2de9b
Add option to set custom labels on macro segments
2024-04-20 17:39:47 +02:00
WarmUpTill
ca1262aeb7
Resize temp var selection when repopulating list
2024-04-20 17:39:47 +02:00
WarmUpTill
cbc95e2095
Add option to export macro as plain json
2024-04-20 17:39:47 +02:00
WarmUpTill
9c5051cbf8
Increase scene item index selection maximum to 999
2024-04-20 17:39:47 +02:00
WarmUpTill
e6ca3390a2
Resize settings selection when repopulating list
2024-04-20 17:39:47 +02:00
Przemek Pawlas
e74b531905
Fix saving scene item index range
2024-04-15 19:17:28 +02:00
WarmUpTill
01437183ac
Fix checkbox icon of groups in macro tree not being set on OBS 30.1.2
...
This change is necessary because of
https://github.com/obsproject/obs-studio/pull/9584
2024-04-07 20:23:54 +02:00
WarmUpTill
e5ab2ceca3
Fix build issue with GCC 13.2.0 and clang-17
2024-04-04 20:49:10 +02:00
WarmUpTill
e19f4ddf7c
Fix variable deletion via variable tab not updating variable selections
...
The order of operations was incorrect.
First the signal that a variable was removed was propagated before the
variable was actually selected.
So e.g. scene item selections would receive the signal that a variable
was deleted but when repopulating the scene item selection the variable
still exists resulting in the list of available entries not to change.
2024-04-02 17:59:17 +02:00
WarmUpTill
4e3a062084
Only insert enabled actions to action queues
2024-04-02 17:59:17 +02:00
WarmUpTill
96db0ad507
Fix crash when stopping queue from within the queue
2024-04-02 17:59:17 +02:00
WarmUpTill
6b4bcc074a
Add option to press buttons in the properties dialog of filters
2024-04-02 17:59:17 +02:00
WarmUpTill
14dd390680
Add option to truncate or pad variable value
2024-04-02 17:59:17 +02:00
WarmUpTill
3fe8ea8961
Fix timer condition not properly using random values
2024-04-02 17:59:17 +02:00
WarmUpTill
3ee913ea98
Add option to enable or disable sources on audio tracks
2024-04-02 17:59:17 +02:00
WarmUpTill
d18277653c
Resolve settings groups in source selection
2024-04-02 17:59:17 +02:00
WarmUpTill
8c478cc330
Add control description to source selection
2024-04-02 17:59:17 +02:00
WarmUpTill
003ffc161b
Show warning if system tray is disabled in OBS settings
2024-04-02 17:59:17 +02:00
Przemek Pawlas
74dc0c871b
Add Run action/condition temp vars
2024-03-24 14:44:24 +01:00
WarmUpTill
c8545dea4d
Fix crash when setting variable to invalid environment variable
2024-03-22 21:55:47 +01:00
WarmUpTill
e1b8edd444
Improve macro name conflict error messages
2024-03-22 21:55:47 +01:00
WarmUpTill
f3996855c3
Add example OBS websocket message
2024-03-22 21:55:47 +01:00
WarmUpTill
ea17e8ea08
Add tooltips
2024-03-17 12:50:12 +01:00
WarmUpTill
00fc313609
Add clipboard condition type
2024-03-15 22:00:57 +01:00
Przemek Pawlas
c72f9abc2b
Add pre-commit hooks
2024-03-15 21:27:08 +01:00
Przemek Pawlas
6df818503e
Add macro option to stop and rerun actions
2024-03-15 21:27:08 +01:00
WarmUpTill
b17a6cc109
Formatting changes
2024-03-12 21:56:25 +01:00
WarmUpTill
82d1aed472
CI: Fix clang format check using incorrect folder
2024-03-12 21:56:25 +01:00
WarmUpTill
eb6fc6c140
CI: Skip updating of git binaries
...
This seems to break the CI step "Install macOS build requirements" as
python is attempted to be installed as a dependency of git for which a
symlink cannot be created successfully.
2024-03-12 21:56:25 +01:00
Przemek Pawlas
2710406f5f
Add QString arg checking to locale CI script
2024-03-10 13:48:57 +01:00
Przemek Pawlas
a634499423
Fix some locale inconsistencies
2024-03-10 13:48:57 +01:00
Przemek Pawlas
71b3fbaa19
Error CI if other languages have redundant extras
2024-03-10 13:48:57 +01:00
Przemek Pawlas
c656bb4571
Fix invalid JSON storage of source/filter double values
2024-03-10 13:48:57 +01:00
Przemek Pawlas
6c4e4b8cd8
Don't show 2 warning popups for groups with macros
2024-03-10 13:48:57 +01:00
Przemek Pawlas
7b1a256f8a
Add Del/F2 keyboard shortcuts for macro and var removal/renames
2024-03-10 13:48:57 +01:00
Przemek Pawlas
66f9eaf8c2
Exclude *.orig files in .gitignore
2024-03-10 13:48:57 +01:00
Przemek Pawlas
7fa0ba3355
Add change count to var tab tooltip
2024-03-10 13:48:57 +01:00
Przemek Pawlas
eec9244e4c
Variable related refactors
2024-03-10 13:48:57 +01:00
Przemek Pawlas
e265e4828e
Add tooltip with full var value to variable tab
2024-03-10 13:48:57 +01:00
Przemek Pawlas
ad6e720912
Add last changed column to variable tab
2024-03-10 13:48:57 +01:00
WarmUpTill
70dad8ebb4
Handle MIDI device disconnect and reconnect
2024-03-09 12:00:52 +01:00
WarmUpTill
497b3b3e04
Clean up macro import and add action queues
2024-03-09 12:00:52 +01:00