WarmUpTill
886639fe24
Drop version number in name of generated build artifacts
2022-09-02 16:00:18 -07:00
WarmUpTill
7304fa349e
Build both portable and non-portable artifacts for Linux
2022-09-02 16:00:18 -07:00
WarmUpTill
7b44c28767
Fix warnings
2022-09-01 13:20:35 -07:00
WarmUpTill
9bed6df2b5
Adjust macro list to new OBS layout changes
2022-09-01 13:20:35 -07:00
WarmUpTill
ad4c41c1dd
Replace "\" with "/"
2022-09-01 13:20:35 -07:00
WarmUpTill
9e2ca1529c
Save splitter positions on macro tab
2022-08-31 12:12:25 -07:00
WarmUpTill
e62504968c
Move comment to correct line
2022-08-31 12:12:25 -07:00
WarmUpTill
97720a798c
Waste less space in the UI
...
* Adjusted layout margins
Nested layouts lead to lots of wasted space.
* Removed unnecessary "Close" button
Closing the settings dialog via "x" or the close button does not make
a difference so it can savely be removed.
2022-08-31 12:12:25 -07:00
WarmUpTill
636630fdf3
Add splitter between macro list and macro edit area
...
This will make editing macros easier on smaller window sizes as the list
or edit area can be resized to the users needs
2022-08-31 12:12:25 -07:00
WarmUpTill
602622c841
Remove paths-ignore block
...
Didn't serve any purpose and is not allowed in combination with 'paths'
2022-08-31 07:58:24 -07:00
WarmUpTill
c3aa421bc5
Add option to split recording
2022-08-31 07:58:24 -07:00
WarmUpTill
c392004edf
Remove duplicate line
2022-08-27 15:08:19 -07:00
WarmUpTill
9e4893abc3
Only run locale checks when locale was changed
2022-08-27 15:08:19 -07:00
WarmUpTill
54f940be0d
Revert to old AppId for Windows installer and set new UUIDs for MacOS
2022-08-27 15:08:19 -07:00
WarmUpTill
046de4118f
Rework curl helpers
2022-08-25 11:26:31 -07:00
WarmUpTill
c9177c4429
Add Http action
2022-08-25 11:26:31 -07:00
WarmUpTill
9704d5f1f4
Add AnimationFinished signal
2022-08-24 12:53:25 -07:00
WarmUpTill
5ce177bcd3
Add websocket files and dependencies
2022-08-24 12:53:25 -07:00
WarmUpTill
a7b6a4a67c
Add websocket locale
2022-08-24 12:53:25 -07:00
WarmUpTill
1978b8f1a1
Save and load websocket connections
2022-08-24 12:53:25 -07:00
WarmUpTill
59cc37c90a
Add websocket condition
2022-08-24 12:53:25 -07:00
WarmUpTill
866c49bffd
Add websocket action
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
6c7ba4225b
Add obs-websocket dependency
2022-08-24 12:53:25 -07:00
WarmUpTill
b694598d16
Disable the "Directory already exists" warning in Windows installer
2022-08-23 13:53:13 -07:00
WarmUpTill
954b634aa5
Update actions/cache from v2.1.7 to v3
2022-08-23 13:53:13 -07:00
WarmUpTill
c9820e77d8
Add option to check states of multiple macros at the same time
2022-08-23 11:31:48 -07:00
WarmUpTill
a268f98b73
Rework to use MacroList widget
2022-08-23 11:31:48 -07:00
WarmUpTill
700e75a2b5
Fix potential crashes when removing macros
2022-08-23 11:31:48 -07:00
WarmUpTill
19e79aff50
Add macro list widget
2022-08-23 11:31:48 -07:00
WarmUpTill
c8f684ce9f
Add helper to get internal ref name
2022-08-23 11:31:48 -07:00
WarmUpTill
1027dda6f6
Enable inheriting from both MultiMacroRef* and MacroRef*
...
Initially to be used only for the "Macro" condition type
2022-08-23 11:31:48 -07:00
WarmUpTill
6f7bcc34af
Add helper functions to save / load list of macro refs
2022-08-23 11:31:48 -07:00
WarmUpTill
face0f7f3c
Add MultiMacroRefCondtition
2022-08-23 11:31:48 -07:00
WarmUpTill
7480e793b8
Adjust General tab layout for new Yami theme of OBS 28
2022-08-23 10:58:57 -07:00
WarmUpTill
bcdcaed136
Format example
2022-08-17 11:16:22 -07:00
WarmUpTill
85e715dc75
Update .gitignore
2022-08-17 11:08:53 -07:00
WarmUpTill
9e8e1a6e4d
Set LINUX_PORTABLE to OFF to create valid .deb file
2022-08-17 11:08:53 -07:00
WarmUpTill
7fbfb7806b
Add link to wiki and OBS forums
2022-08-17 11:08:53 -07:00
WarmUpTill
1556334c0e
Update README.md and BUILDING.md
...
* Add "Contributing" section
* Update build instructions
2022-08-17 11:08:53 -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
WarmUpTill
5ae9e18044
Rework plugin to allow split into module and library part
...
This is mostly intended to allow easier bundling for MacOS but might
prove to be useful for other areas as well.
2022-08-17 11:08:53 -07:00
WarmUpTill
aef29d7d82
Update plugin build scripts
...
Based on OBS plugin template build scripts with some minor adjustments:
* Adjust format check scripts to exclude ./deps folder
* Adjust release scripts to only draft releases
* Always build installers
* Always upload build artefacts
* Build opencv for Mac and Windows releases
2022-08-17 11:08:53 -07:00
WarmUpTill
f000758820
Add Qt version checks to support Qt5
2022-08-17 11:08:53 -07:00
WarmUpTill
786c9592a1
Fix depecrations and clean up backwards compatibility checks
2022-08-17 11:08:53 -07:00
WarmUpTill
5cb50821e0
Rewrite CMakeLists.txt to support new build system based on obs-plugintemplate
2022-08-17 11:08:53 -07:00
WarmUpTill
bcdfe79831
Add action to refresh sources
2022-08-03 11:35:06 -07:00
WarmUpTill
ec93babed6
Fix duration modifier of media conditions not saving
2022-08-03 11:34:25 -07:00
WarmUpTill
e075dcd4be
Cleanup
...
Rename locale entry to match naming scheme
2022-06-28 11:25:50 -07:00