WarmUpTill
aba5737a60
Update and clean up locale (qwe1154323937)
2025-03-30 14:01:41 +02:00
WarmUpTill
ae74f68db7
Add option to close projector windows
2025-03-22 18:09:51 +01:00
WarmUpTill
a51b7f6b13
Fix UI theming issues
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-03-11 22:12:05 +01:00
WarmUpTill
4e51b56b9b
Add game capture condition
2025-03-10 18:49:07 +01:00
WarmUpTill
d586177de0
Add screenshot condition
debian-build / build (push) Waiting to run
Check locale / ubuntu64 (push) Waiting to run
Push to master / Check Formatting 🔍 (push) Waiting to run
Push to master / Build Project 🧱 (push) Waiting to run
Push to master / Create Release 🛫 (push) Blocked by required conditions
2025-03-09 20:57:51 +01:00
WarmUpTill
202c36646c
Fix UI issues when opening ItemSettingsDialogs
...
Some widgets were displayed incorrectly if the parent of the dialog
window is not the main settings window
2025-03-09 20:05:07 +01:00
WarmUpTill
ae25b4d023
Improve setting selection handling
...
debian-build / build (push) Waiting to run
Push to master / Check Formatting 🔍 (push) Waiting to run
Push to master / Build Project 🧱 (push) Waiting to run
Push to master / Create Release 🛫 (push) Blocked by required conditions
Will now try to keep the current selection if possible.
This can be useful when switching between source of the same time.
2025-03-05 14:16:04 +01:00
WarmUpTill
af055a12a1
Cleanup
2025-03-05 14:16:04 +01:00
WarmUpTill
7de28eedd3
Improve settings button selection handling
...
Will now try to keep the current button selection if possible.
This can be useful when switching between source of the same time.
2025-03-05 14:16:04 +01:00
WarmUpTill
a1d8ae291d
Add option to hide empty name warning in ItemSettingsDialog
2025-02-27 19:52:41 +01:00
WarmUpTill
d7a244e80e
Fix transition condition not considering transition overrides
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-12-31 12:47:20 +01:00
WarmUpTill
50da3d3210
Fix "Media" condition showing the incorrect macro property selection
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-11-30 12:11:14 +01:00
WarmUpTill
db50822b05
Prepare to fix deprecation warning when using 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
The following log message will be present in OBS 31 when
CheckIfTrayIsDisabled() is called:
DEPRECATION: obs_frontend_get_global_config is deprecated. Read from
global or user configuration explicitly instead.
It will be resolved when the minimum OBS version is bumped to OBS 31.
2024-11-02 08:28:52 +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
9f15fbe47c
Recursively search for source button in property groups
debian-build / build (push) Waiting to run
Push to master / Check Formatting 🔍 (push) Waiting to run
Push to master / Build Project 🧱 (push) Waiting to run
Push to master / Create Release 🛫 (push) Blocked by required conditions
2024-10-30 18:29:23 +01:00
WarmUpTill
0ee6feb529
Add option to check the current stream key
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
2024-10-26 23:42:59 +02:00
WarmUpTill
071c3309c2
Add option to check current streaming service
debian-build / build (push) Waiting to run
Check locale / ubuntu64 (push) Waiting to run
Push to master / Check Formatting 🔍 (push) Waiting to run
Push to master / Build Project 🧱 (push) Waiting to run
Push to master / Create Release 🛫 (push) Blocked by required conditions
2024-10-26 11:09:06 +02:00
WarmUpTill
d10300bd4b
Fix typo
2024-10-26 11:09:06 +02:00
WarmUpTill
39327be88e
Add option to move scene item above / below specified scene item
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
2024-10-21 20:46:27 +02:00
WarmUpTill
ed0963799c
Fix "Screenshot" action variable selection not being loaded
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-18 18:30:49 +02:00
Przemek Pawlas
dfaa704b71
Remove some unused includes
2024-10-12 17:09:33 +02:00
Przemek Pawlas
37cc289204
Rename function
2024-10-12 17:09:33 +02:00
WarmUpTill
72b2a7a07a
Add option to assign screenshot to variable
2024-10-03 19:10:14 +02:00
WarmUpTill
621ca201ef
Cleanup
2024-10-02 19:52:07 +02:00
WarmUpTill
563ea1a5e7
Add workaround for obs_source_set_sync_offset()
...
Calling obs_source_set_sync_offset() once with the desired value has no
effect.
The function needs to be called multiple times with different values in
hopes of the sync offset being changed successfully.
See https://github.com/obsproject/obs-studio/issues/7912
2024-10-01 22:19:27 +02:00
WarmUpTill
2af6ee883b
Fix process condition not respecting regex options
2024-10-01 22:18:29 +02:00
WarmUpTill
55ab096e49
Cleanup screenshot helper
2024-09-24 23:00:47 +02:00
WarmUpTill
c39ea0854a
Fix crash when changing position of scene item transform
2024-09-24 23:00:47 +02:00
WarmUpTill
1aa2425e81
Cleanup locale
2024-09-24 23:00:47 +02:00
WarmUpTill
790ac50385
Add warning if temp vars are not available for "Run" action
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
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
86697002f7
Add option to wait for media playback to end
2024-09-24 23:00:47 +02:00
WarmUpTill
0906c6bb3f
Add regex settings option to scene name pattern check
2024-09-24 23:00:47 +02:00
WarmUpTill
9f2daf1a15
Add option to select all items in a source group
2024-09-24 23:00:47 +02:00
WarmUpTill
354880ad52
Prepare for deprecations in OBS 31
...
See https://github.com/obsproject/obs-studio/pull/11164
2024-09-24 23:00:47 +02:00
WarmUpTill
49bf1ad379
Fix transition condition timing issues
...
The condition type was able to miss transition starts of very fast
conditions (e.g. Cut) when the selection "Any transition" was made.
In that case no signal handler was installed (as the condition type
might change) and only the transition scenes were compared at the time
of the condition check.
If that moment where the transition scenes differ was missed no
transition start was recognized.
Additionally, the "Transitioning to" and "Transitioning from" checks
faced a similar issue, if the scene transition was happening so fast,
that the condition check was not performed during the time of the
transition.
2024-09-24 23:00:47 +02:00
WarmUpTill
a6e30a1e20
Add temp var support to media condition
2024-09-24 20:27:11 +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
WarmUpTill
a523081d77
Move GetIndexOfSignal() to ListEditor
2024-08-24 00:23:54 +02:00
WarmUpTill
5bb10a4aef
Resolve unused parameter warnings
2024-08-15 01:02:03 +02:00
WarmUpTill
8bac6fe829
Set Run condition default timeout to one second
...
The action is often used in combination with python scripts which
usually take longer to initialize than 100ms
2024-08-14 21:51:42 +02:00
WarmUpTill
240c47975c
Rework Media condition
...
* Split state and time check
* Improve signal handling
* Prevent exponential memory groth when using the "any" / "all" check
* Improve layout
2024-08-07 21:22:45 +02:00
WarmUpTill
bfc51b2df5
Add option to set individual transform settings
2024-07-09 21:00:25 +02:00
WarmUpTill
2160da59f3
Add support to check values of individual transform settings
2024-07-09 21:00:25 +02:00
WarmUpTill
d3164e3ed6
Add TransformSettingSelection
2024-07-09 21:00:25 +02:00
WarmUpTill
5bd3341681
Add option to clear message buffer on match
2024-07-03 13:02:34 +02:00
WarmUpTill
dfedbcf31a
Add option to set maximum replay buffer time
2024-06-26 19:19:41 +02:00
WarmUpTill
1bbfd16b3f
Add option to check disk space available
...
Based on the OBS stats dock implementation, which queries the drive to
which outputs would write to
2024-06-22 15:40:47 +02:00
WarmUpTill
3bc15e585c
Switch QPushButton to QToolButton
...
This will be more consistent with the widget styles used throughout OBS
and solves a few layout issues
2024-06-20 21:41:28 +02:00
WarmUpTill
d77101b6aa
Restore fullscreen projector display selection
...
Instead of discarding the monitor selection now only no longer perform
the action while the monitor setup is changed.
2024-06-18 21:24:28 +02:00
WarmUpTill
c1e23f9c7a
Improve slide show condition
...
* Add temp var support
* Add regex support for path check
* Improve layout stretch handling
2024-06-16 18:42:06 +02:00
WarmUpTill
70415cd8f4
Add support for "slideshow_v2"
2024-06-16 18:42:06 +02:00
WarmUpTill
7e1d20031c
Add HelpIcon
...
A QLabel consisting of a question mark icon and tooltip
2024-06-07 21:44:21 +02:00
WarmUpTill
37c32dd1ed
Move StringList from base to lib
2024-06-07 21:44:21 +02:00
WarmUpTill
286f781f4d
Add ListEditor helper widget
2024-06-07 21:44:21 +02:00
WarmUpTill
b7516cac5b
Fix crash when adding resources to resources tab
...
A crash could occur if the plugin window was closed and reopened and a
new resource was added to either the Variable, Action queue, Websocket,
or Twitch tab.
No context object was provided to the signal handlers.
The signal provider is intentionally not deleted when the UI is closed.
Because of this, the signal connections were never cleared when the
underlying tab widget was destroyed.
So, in the case of closing and reopening the settings window, the old
connection with the outdated widget pointers would be called again.
2024-06-05 01:05:31 +02:00
WarmUpTill
45967a090f
Add tempvar support to filter condition
2024-06-05 01:05:31 +02:00
WarmUpTill
687fb4623e
Add tempvar support to source condition
2024-06-05 01:05:31 +02:00
WarmUpTill
4157ae4ed2
Add option to check source height and width
2024-06-05 01:05:31 +02:00
WarmUpTill
7cc44b4470
Fix folder watch condition filter handling
2024-05-19 03:46:53 +02:00
WarmUpTill
defbdf8b7a
Add folder condition
...
It allows you to watch for chagnes in a given folder
2024-05-19 01:44:10 +02:00
WarmUpTill
d2749f29b0
Add note about limitations of the window focus action
2024-05-14 20:23:36 +02:00
WarmUpTill
b78c8bc1de
Assume minimum volume when no volume update was received within 250ms
...
Without this timeout the peak volume update, which was received last,
would be used permanently until the next update arrives.
This might only take place when the source produces audio output again.
2024-05-14 19:12:49 +02:00
WarmUpTill
cc4a3560d8
Fix "Window" actions not being applied to OBS windows
2024-05-12 01:29:06 +02:00
WarmUpTill
69b82ee2a3
Fix audio condition incorrectly reporting very low volume levels
...
OBS might very rarely not update _peak quickly enough when very low
intervals are configured on the General tab.
In that case _peak might be set to negative infinity still, which will
result in unexpected behavior, so we use the previously valid peak value
instead.
2024-05-10 15:11:20 +02:00
WarmUpTill
e51ae79b4c
Improve window action
...
* The focus action no longer restores maximized windows
* The focus, maximize, minimize, and close actions will be performed on
all handles matching the given window title
2024-05-10 15:11:20 +02:00
WarmUpTill
d28164d02f
Fix initial replay buffer save not triggering condition
2024-05-10 15:11:20 +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
WarmUpTill
a6bcce5a63
Add websocket connections tab
2024-05-01 19:44:57 +02:00
WarmUpTill
ab922f6735
Rename and refactor websocket helpers
2024-05-01 19:44:57 +02:00
WarmUpTill
e16f1d732d
Fix layout of the "System tray notification" action
2024-04-25 19:30:43 +02:00
WarmUpTill
2bc89364b2
Refactor NameDialog
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
e5ab2ceca3
Fix build issue with GCC 13.2.0 and clang-17
2024-04-04 20:49:10 +02:00
WarmUpTill
6b4bcc074a
Add option to press buttons in the properties dialog of filters
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
f3996855c3
Add example OBS websocket message
2024-03-22 21:55:47 +01:00
WarmUpTill
00fc313609
Add clipboard condition type
2024-03-15 22:00:57 +01:00
WarmUpTill
b17a6cc109
Formatting changes
2024-03-12 21:56:25 +01:00
Przemek Pawlas
c656bb4571
Fix invalid JSON storage of source/filter double values
2024-03-10 13:48:57 +01:00
WarmUpTill
891811aa47
Convert audio volume thresholds to new format
2024-03-09 09:18:29 +01:00
WarmUpTill
be9ddaa4c9
Increase precision of percent based volume threshold input
2024-03-09 09:18:29 +01:00
WarmUpTill
132d89b350
Fix virtual camera action selection causing a crash
...
The Create() and Copy() functions were not correctly implemented and
returned a nullptr
2024-03-06 12:53:43 +01:00
WarmUpTill
daf16357c9
Fix output volume check of audio condition not working
...
Only the percent based selection was not working properly since the
calculation was off by a factor of 100.
2024-03-03 20:54:15 +01:00
WarmUpTill
6c121a093b
Add "Log" action
...
This action will allow you to write custom messages to the OBS log
2024-03-02 15:27:02 +01:00
WarmUpTill
ab0cce9eaa
Add log level which prints performed actions
2024-03-02 15:27:02 +01:00
WarmUpTill
03e71e9183
Add support to resolve variables on action queue add
2024-03-02 15:27:02 +01:00
WarmUpTill
f8dadd38b4
Add ResolveVariables()
...
Settings will be set to fixed values based on the values of the
variables used.
2024-03-02 15:27:02 +01:00
WarmUpTill
a740a29798
Cleanup includes
2024-03-02 15:27:02 +01:00
WarmUpTill
341a58b8e4
Add window action
...
It allows to set the focus window and close windows.
Only supported on Windows for now.
2024-03-02 14:03:00 +01:00
WarmUpTill
14a12432e9
Cleanup
2024-02-24 16:48:52 +01:00