WarmUpTill
d9c1ef4c22
Only emit signals if valid entry was found
2023-07-27 21:06:54 +02:00
WarmUpTill
93f96ee660
Add support for custom URIs
2023-07-27 19:53:25 +02:00
WarmUpTill
d25a8d4efb
Remove unnecessary include
2023-07-27 19:53:25 +02:00
WarmUpTill
1f22278496
Move SetGridLayoutRowVisible() to utility
2023-07-27 19:53:25 +02:00
WarmUpTill
70b705e0fd
Add variable support to timer condition
2023-07-26 13:34:47 +02:00
WarmUpTill
9e1dfdc3f0
Enable use of duration modifiers for hotkey condition
2023-07-26 08:00:16 +02:00
WarmUpTill
47d6d4ac06
Handle potential horizontal scrollbar when resizing StringListEdit
2023-07-23 00:29:14 +02:00
WarmUpTill
fe3586b6f4
Set maximum header size to 4096
2023-07-23 00:29:14 +02:00
WarmUpTill
650881204f
Adjust capitalization of HTTP action
2023-07-23 00:29:14 +02:00
WarmUpTill
8c0ba112e2
Add SetMaxStringSize()
...
A fixed size of 170 chars caused issues with the http action
2023-07-23 00:29:14 +02:00
WarmUpTill
a17d8f7e09
Add support for sending generic OBS websocket messages
...
This should allow to send OBS websocket vendor requests to other plugins
which offer an API via this method (e.g. vertical OBS)
2023-07-15 14:48:45 +02:00
WarmUpTill
371b4ae05d
Add option to disable individual actions of macros
2023-07-15 11:05:19 +02:00
WarmUpTill
1d7ce510f7
Add SwitchButton
...
Simple switch toogle button widget based on
https://github.com/KDAB/kdabtv/blob/master/Styling-Qt-Widgets/toggleswitch.h
2023-07-15 11:05:19 +02:00
WarmUpTill
d759ded64d
Use FilterComboBox instead of regular QComboBox
...
This required the following adjustments:
Instead of having a dedicated entry indicating the empty selection the
setPlaceholderText() mechanism is used.
Thus the locations where the 1st entry was assumed to be the empty
selection would have to be adjusted.
Additional checks for the empty string / index -1 have been added.
FindIdxInRagne() was adjusted to return -1 instead of 0 in case the
given string was not found.
Switched to index based singal instead of text based signal to be
notified about selection changes.
2023-07-15 11:05:19 +02:00
WarmUpTill
0b2e1b88cc
Add FilterComboBox
...
This helper class is based on QComboBox, which has filtering of items
enabled by default.
It is intended to be used in places where QComboBoxes have a lot of
entries.
For example, the condition, action, or macro selection widgets.
2023-07-15 11:05:19 +02:00
WarmUpTill
72a11eedfc
Make selection entry optional for transition list
...
Needed for FilterComboBox
2023-07-15 11:05:19 +02:00
WarmUpTill
1f02226620
Add option to set flags in FindIdxInRagne()
2023-07-15 11:05:19 +02:00
WarmUpTill
ad8c29997c
Fix group creation starting at incorrect index
2023-07-15 04:22:08 +02:00
WarmUpTill
2c7c40c3f0
Fix reordering issues in macro tree
2023-07-15 04:22:08 +02:00
WarmUpTill
c9c0e4db2e
Improve OCR option of video condition
...
* Improve preprocessing of image by separating text color from the rest
of the image properly
* Add option to choose how similar the matched color can be to other
colors for it to still be counted as a match
* Show the prepreprocessed image in the "show match" preview dialog
2023-07-09 17:58:38 +02:00
WarmUpTill
dd880b13c0
Cleanup invertPatternMatchResult()
2023-07-09 17:58:38 +02:00
WarmUpTill
76c759c8f4
Display different message if whole image matches pattern
...
The "pattern is highlighted in red" message does not make sense in this
case as there is no room to display the red border around the match.
2023-07-09 17:58:38 +02:00
WarmUpTill
284c8020b2
Add OCL support to improve performance
2023-07-09 17:58:38 +02:00
WarmUpTill
f506600b8c
Enable use of other OCR language models
2023-07-09 17:58:38 +02:00
WarmUpTill
339418b5f3
Add color matching
2023-07-09 17:58:38 +02:00
WarmUpTill
2eca2cc2e9
Cleanup video condition
...
* Style changes
* Separate functionality into different widgets
* Fix typos
2023-07-09 17:58:38 +02:00
WarmUpTill
4315d309f2
Add option to show description as tooltip
2023-07-09 17:58:38 +02:00
WarmUpTill
8d18bb363a
Add options to disable plugins
2023-07-07 21:35:51 +02:00
WarmUpTill
592f31f059
Use the correct build type for dependencies (Windows)
...
Always building with the Release configuration caused issues (e.g.
linking) when attempting to build non-release configurations when using
the CI build scripts.
This is not done for OpenCV as it does not support all build types.
2023-07-07 21:35:51 +02:00
WarmUpTill
300ad15ad0
Reduce size of audio action widget
...
Only show audio fade options when they are needed.
2023-07-07 21:35:51 +02:00
WarmUpTill
91f93169eb
Add option to set deinterlace mode and deinterlace field order
2023-07-07 19:19:40 +02:00
WarmUpTill
5d95069291
Cleanup
...
* Move run count increment back to PerformActions()
* Rename variable
2023-07-06 19:59:46 +02:00
WarmUpTill
e5bb9162ef
Prevent flicker when creating MacroConditionMacroEdit
...
Seems to be caused by the fact that some widgets were not part of any
layout while setLayout() was already called
2023-07-06 19:59:46 +02:00
WarmUpTill
6869cc8a01
Add option to highlight macro dock if conditions of macro are true
2023-07-06 19:59:46 +02:00
WarmUpTill
55c7ac8a32
Rework WasExecutedRecenty()
...
Added ExecutedSince() instead as WasExecutedRecenty() did not support
checking if a macro was executed recently when using it multiple times
in quick succession.
This could be the case if the MacroTree and a MacroDock would both
attempt to use this function at the same time.
2023-07-06 19:59:46 +02:00
WarmUpTill
101a85b063
Enable use of variables in macro dock widgets
2023-07-06 19:59:46 +02:00
WarmUpTill
e7c6afbc6a
Fix potential crash when resolving variables during shutdown
2023-07-06 19:59:46 +02:00
WarmUpTill
18e19fb6c8
Add support for adding status labels to macro docks
2023-07-06 19:59:46 +02:00
WarmUpTill
a7ccfc3282
Add action to toggle lock of scene items
2023-07-05 00:53:03 +02:00
Joao Eriberto Mota Filho
85eb2a4235
Fix spelling errors
2023-07-01 20:51:31 +02:00
WarmUpTill
3e3805b542
Ignore libremidi warnings
2023-06-17 13:57:35 +02:00
WarmUpTill
c59acd836a
Reduce size of audio action widget
...
Only show audio fade options when they are needed.
2023-06-17 13:57:35 +02:00
WarmUpTill
1e81181312
Add option to toggle filter
2023-06-09 20:28:01 +02:00
WarmUpTill
8a796efdb3
Allow specifying custom prompts for variable input
2023-06-07 12:36:39 +02:00
WarmUpTill
1a07a93552
Add spacer if not modifying strValue and remove it otherwise
2023-06-07 12:36:39 +02:00
WarmUpTill
bd74629420
Add helpers to add and remove trailing spacer items in QBoxLayouts
2023-06-07 12:36:39 +02:00
WarmUpTill
dabb293cc0
Mark locale maps as const
...
There is no reason to have these not be const as new locale entries will
not be added at runtime.
2023-06-03 22:38:42 +02:00
WarmUpTill
b6031bd29a
Fix typo in locale name
2023-06-03 22:38:42 +02:00
WarmUpTill
05fa3af2ac
Fix crash while waiting for transition and no transition is selected
2023-05-31 13:39:47 +02:00
WarmUpTill
c52166bfec
Add option to trigger OBS hotkeys directly
...
Main use case would be to interact with other plugins which offer
hotkeys.
The benefit of this method is that it does not require a key to be bound
to the particular hotkey to trigger the functionality.
2023-05-30 13:14:58 +02:00