WarmUpTill
3ccc057547
Clean up utilty
2023-01-15 09:33:46 -08:00
WarmUpTill
7ae490ca25
Add option to resolve variable values in ToString()
2023-01-15 09:33:46 -08:00
WarmUpTill
cd74534e4c
Add source selection helpers
2023-01-15 09:33:46 -08:00
WarmUpTill
f106329892
Enable use of multi-line values for variables
2023-01-15 09:33:46 -08:00
WarmUpTill
14f0194372
Add helper classes to support strings containing variables
...
* VariableResolvingString will accept strings potentially containing
variables as inputs and will automatically resolve any variables when
converting to std::string
* VariableTextEdit is a simple wrapper around ResizingPlainTextEdit to
enable working with VariableResolvingString
2023-01-15 09:33:46 -08:00
WarmUpTill
fd4476c0b3
Fix warnings
2023-01-07 11:49:53 -08:00
WarmUpTill
6c9d6095c9
Move slider spinbox to core lib
2022-12-27 04:02:08 -08:00
WarmUpTill
e0602f8de2
Rename function and class
2022-12-23 14:10:37 -08:00
WarmUpTill
11f769cf09
Add option to check for change in visibilty
2022-12-23 14:10:37 -08:00
WarmUpTill
4ab88ea218
Add option to not reset seletion on any / all index type change
2022-12-23 14:10:37 -08:00
WarmUpTill
feab4fe744
Add ValidPathOrDesktop() helper function
2022-12-23 13:16:22 -08:00
WarmUpTill
b5ec9e7586
Add const qualifier to various functions
2022-12-23 13:16:22 -08:00
WarmUpTill
0ce9c515af
Add option to check / set audio monitoring of sources
2022-12-10 13:06:19 -08:00
WarmUpTill
05fce566f4
Use existing Qt functionality to get cursor position
...
Might resolve issues with cursor position detection on non-X windows on
Linux
2022-12-02 20:14:13 -08:00
WarmUpTill
034a5255a5
Add option to select folder
2022-11-26 05:47:24 -08:00
WarmUpTill
d636022576
Add support for additional source groups
...
Previous implementation missed source types like "scene" and "group"
2022-11-20 10:09:56 -08:00
WarmUpTill
a6839666ce
Fix scene item selection not saving index
2022-11-02 07:56:37 -07:00
WarmUpTill
8b8829f7df
Fix scene item selection not returning expected number of items
2022-10-04 23:35:58 -07:00
WarmUpTill
66ddf3b4ef
Rebase volume control widgets to new OBS version
2022-10-04 02:59:59 -07:00
Joao Eriberto Mota Filho
53bef18d15
Fix spelling and double word
2022-10-01 10:14:49 -07:00
WarmUpTill
ced1c7605a
Add option to set default value on load
2022-10-01 08:24:11 -07:00
WarmUpTill
d2d042bae3
Move transition type definition
2022-10-01 08:24:11 -07:00
WarmUpTill
cdefbf383c
Add preview scene support
2022-10-01 01:58:57 -07:00
ubuntu
d107f653de
Fix warnings
2022-10-01 01:52:22 -07:00
WarmUpTill
7683957267
Add variable support for scene item selection
2022-09-28 02:21:05 -07:00
WarmUpTill
e0d4c7244d
Add variable support for scene selection
2022-09-28 02:21:05 -07:00
WarmUpTill
b2ccd30f68
Clean up SceneSelection
...
* Adjust save and load functions to avoid conflicts with other values
* Move enum definition
2022-09-28 02:21:05 -07:00
WarmUpTill
1dea2e5f5d
Adjust to new Item, ItemSelection, and ItemSettingsDialog classes
2022-09-28 02:21:05 -07:00
WarmUpTill
c84c1638bf
Add support for variables
2022-09-28 02:21:05 -07:00
WarmUpTill
3ac4e22600
Add generic item selection and settings configuration widgets
...
To be used for configuring variables and connections
2022-09-28 02:21:05 -07:00
Joao Eriberto Mota Filho
c2edc7c612
Fix spelling errors in final binary
2022-09-27 11:07:31 -07:00
WarmUpTill
75cdd3c80d
Add option to reduce video matching latency
2022-09-19 11:36:28 -07:00
WarmUpTill
bd5ecb3b3b
Add "slideshow" to list of supported media sources
2022-09-17 00:40:10 -07:00
WarmUpTill
1a8a4584c1
Add support for websocket vendor events
2022-09-16 23:55:36 -07:00
WarmUpTill
7ddfdcf5be
Switch to RegexConfig
2022-09-15 12:25:37 -07:00
WarmUpTill
a243e026c8
Add RegexConfig class and widget
...
This allow more control over regular expressions, when they are used
throughout the plugin, as it enables configuration of additional
QRegularExpression::PatternOptions.
2022-09-15 12:25:37 -07:00
WarmUpTill
f40f98c702
Move setButtonIcon to utility
2022-09-15 12:25:37 -07:00
WarmUpTill
bddbcebece
Slight layout adjustments to better support new OBS themes
2022-09-05 12:19:07 -07:00
WarmUpTill
aeaa13955c
Hide password
2022-09-05 12:19:07 -07:00
WarmUpTill
f99eb6c3c8
Set sensible default paths when browsing using FileSelection
...
Previously FileSelection would default to the OBS run dir
2022-09-03 10:31:47 -07:00
WarmUpTill
0d29fb2ee1
Add support to save screenshots to file
2022-09-03 10:31:47 -07:00
WarmUpTill
7b44c28767
Fix warnings
2022-09-01 13:20:35 -07:00
WarmUpTill
046de4118f
Rework curl helpers
2022-08-25 11:26:31 -07:00
WarmUpTill
9704d5f1f4
Add AnimationFinished signal
2022-08-24 12:53:25 -07:00
WarmUpTill
c9370c8929
Add websocket helper functions to receive and send messages
2022-08-24 12:53:25 -07:00
WarmUpTill
e97f41a356
Add connection-manager
...
Used to add, remove, and modify websocket connections
2022-08-24 12:53:25 -07:00
WarmUpTill
19e79aff50
Add macro list widget
2022-08-23 11:31:48 -07:00
WarmUpTill
53a5fa6ff4
Restructure "src/" folder
...
Moving files from the "src/" folder into "src/legacy", "src/macro-core",
and "src/utils" was necessary as it was becoming a bit too cluttered.
2022-08-17 11:08:53 -07:00