WarmUpTill
c7afdd817b
Add MIDI device name check
2024-05-10 01:15:16 +02:00
WarmUpTill
efaf9a2ef3
Add option to check if hotkey is released
...
This was already possible previously by inverting the logic with a
"not", however, this should it make it more obvious that this type of
check is possible.
2024-05-09 23:19:08 +02:00
WarmUpTill
edb2952fd6
Add temp vars to file condition
2024-05-09 22:14:43 +02:00
Denilson Sá Maia
088828a351
Fixed typo
2024-05-03 20:04:22 +02:00
WarmUpTill
e359b7fa00
Add Twitch connection tab
2024-05-01 19:44:57 +02:00
WarmUpTill
44fc5177d6
Add action queue tab
2024-05-01 19:44:57 +02:00
WarmUpTill
604a27141f
Move files
2024-05-01 19:44:57 +02:00
WarmUpTill
fd65a84d7d
Improve buildnumber handling
2024-05-01 19:44:57 +02:00
WarmUpTill
966b389807
Rework variable tab to use tab helpers
2024-05-01 19:44:57 +02:00
WarmUpTill
a6bcce5a63
Add websocket connections tab
2024-05-01 19:44:57 +02:00
WarmUpTill
530fbdd282
Add ResourceTable class
...
Base class to be used to display items in a table
2024-05-01 19:44:57 +02:00
WarmUpTill
54f1051456
Ease detection of calling obs_module_text() too early
2024-05-01 19:44:57 +02:00
WarmUpTill
d136bf5561
Fix crash when on startup when registering new tab
2024-05-01 19:44:57 +02:00
WarmUpTill
5cba948e02
Decouple plugin init, load, cleanup handling from SwitcherData
2024-05-01 19:44:57 +02:00
WarmUpTill
ab922f6735
Rename and refactor websocket helpers
2024-05-01 19:44:57 +02:00
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