08178b9354
requests(CreateSource): use the OBSSourceAutoRelease container instead of manipulating refs manually
2020-11-27 19:40:02 +01:00
60ce25c689
requests(CreateSource): fix docs
2020-11-27 19:38:55 +01:00
eaf34f3c3a
requests(CreateSource): simplified settings apply
...
obs_source_update already does that internally
2020-11-27 19:38:01 +01:00
e30dce8b21
Merge branch '4.x-current' into feature/createsource
2020-11-27 12:24:13 +01:00
b9cbd0ecd1
docs(ci): Update protocol.md - 3d7511c
[skip ci]
2020-11-27 11:19:36 +00:00
3d7511ca75
Merge pull request #605 from Palakis/feature/get-set-transition-settings
...
Get/Set Transition Settings
2020-11-27 12:18:50 +01:00
11326274e0
docs(ci): Update protocol.md - acd3940
[skip ci]
2020-10-25 18:34:53 +00:00
acd3940a7b
Merge pull request #593 from Palakis/feature/getsceneitemlist-default-scene
...
requests(GetSceneItemList): fallback to current scene if sceneName is not specified
2020-10-25 19:34:11 +01:00
8ba441da7f
requests(transitions): remove TODO
2020-10-25 19:33:42 +01:00
5d9d5e0746
request(SetSourceSettings): remove redundant obs_data_apply step
2020-10-25 19:25:48 +01:00
7a31e88ed6
requests: add GetTransitionSettings and SetTransitionSettings
2020-10-25 19:25:26 +01:00
d9f35a855d
docs(ci): Update protocol.md - 9678d59
[skip ci]
2020-10-01 07:56:26 +00:00
9678d59bbe
Merge pull request #598 from Palakis/fix/hotkey-docs-typo
...
Docs: Fix typo
2020-10-01 09:55:34 +02:00
0be5564ce7
Docs: Fix typo
2020-09-30 15:57:13 -07:00
8a90051ab5
docs(ci): Update protocol.md - 02c7a7f
[skip ci]
2020-09-30 22:22:57 +00:00
02c7a7f7c7
Merge pull request #595 from LorenaGdL/feature/hotkey-requests
...
Requests: Add hotkeys press events
2020-09-30 15:22:22 -07:00
e7c8c1d6b6
Requests: Update hotkey docs and rename some variables
2020-09-30 15:02:59 -07:00
449ad6d13c
PR review changes: Modify requests names
...
Changes requests names to "TriggerHotkeyByName" and "TriggerHotkeyBySequence"
2020-09-30 19:15:23 +00:00
ae4ee0332c
Fix macOS CI ( #597 )
...
* ci(macos): fix attempt #1
* Revert "ci(macos): fix attempt #1 "
This reverts commit b846490136
.
* ci(macos): provide QTDIR when building OBS
* Revert "ci(macos): provide QTDIR when building OBS"
This reverts commit 74a882fcf4
.
* ci(macos): use local qt formula
* ci(macos): update qt.rb
2020-09-30 12:19:37 +02:00
4a4c97aac4
request(GetSceneItemList): provide scene name in response
2020-09-29 23:48:35 +02:00
4491da0350
requests(GetSceneItemList): fix empty/non-present parameter detection
2020-09-29 23:48:17 +02:00
32960afc1b
requests(GetSceneItemList): update docs
2020-09-29 19:45:07 +02:00
46f624e3b9
requests(GetSceneItemList): fallback to current scene if sceneName is not specified
2020-09-29 19:37:28 +02:00
9daae857de
Requests: Add ProcessHotkeyByCombination
...
Adds a new request called `ProcessHotkeyByCombination` which calls the
routine associated with a given hotkey. The hotkey is identified by the
combination of keys set by the user to trigger it. Multiple routines
are called if the same combination is bound to different hotkeys.
2020-09-29 13:43:00 +00:00
bac5b1551b
Requests: Add ProcessHotkeyByName
...
Adds a new request called `ProcessHotkeyByName` which calls the routine
associated with a given hotkey. The hotkey is identified by the unique
name set while registering it. Works with both OBS default hotkeys and
hotkeys added by plugins/scripts.
2020-09-29 13:38:32 +00:00
f61f45fa23
Merge pull request #592 from rodrigograca31/improve-docs
...
docs: 📝 list multiple available web clients
2020-09-24 12:54:52 -07:00
fbc6e02ff6
docs: 📝 list multiple available web clients
2020-09-24 13:16:57 +01:00
56a17a9131
Merge pull request #560 from Palakis/enhancement/various-todos
...
Requests: Scene collection and profile name checking
2020-09-16 21:51:08 +02:00
a148f7fd7c
requests(Profiles + SceneCollections): fix crash on change
2020-09-16 21:45:31 +02:00
0dd0d01e8f
requests(Profiles + SceneCollections): don't use QString where it is not needed
2020-09-15 18:17:45 +02:00
bcd16d791c
Merge pull request #559 from Palakis/enhancement/ipv4-option
...
Settings: Add option to lock binding to IPv4
2020-09-15 17:19:27 +02:00
539e636939
requests(SceneCollections): fix typo (profiles instead of scene collections)
2020-09-15 17:14:53 +02:00
7f1c4a1c4c
Utils: simplified string list lookup
2020-09-15 17:12:34 +02:00
6b254e0ad5
Requests: Add CreateSource and clean up code
2020-09-15 02:51:03 -07:00
f36185a964
Merge pull request #583 from Palakis/fix/no
...
Installer: Don't show warning when obs directory is not empty
2020-09-15 11:36:54 +02:00
588487f860
docs(ci): Update protocol.md - f3ab210
[skip ci]
2020-09-15 09:36:27 +00:00
f3ab2100f0
Merge pull request #578 from Palakis/fix/request-versions
...
Docs: Fix requests marked as "unreleased"
2020-09-15 11:35:46 +02:00
f96b40bbf8
Merge pull request #573 from Palakis/fix/sfr-enabled
...
Docs: Add `enabled` field to `SourceFiltersReordered`
2020-09-15 11:35:23 +02:00
9679de097f
Installer: Don't show warning when obs directory is not empty
...
More info here: https://jrsoftware.org/ishelp/index.php?topic=setup_direxistswarning
2020-08-21 22:43:42 -07:00
a51ad1383b
Docs: Fix requests marked as "unreleased"
2020-08-12 16:54:03 -07:00
1dd96fa714
Docs: Add enabled
field to SourceFiltersReordered
...
Was noticed in Discord that this was missing from the docs
2020-07-31 22:08:07 -07:00
8285805108
Merge pull request #571 from Palakis/bugfix/569-tray-icon-crash
...
Utils(GetTrayIcon): refactor with frontend API function
2020-07-29 17:06:01 +02:00
d91b3f8dd9
Utils(GetTrayIcon): refactor with frontend API function
2020-07-28 02:23:31 +02:00
6734c928a2
Merge pull request #563 from venepe/raspberry-pi
...
CMakeLists: Compile for arm targets
2020-07-19 12:22:15 +02:00
58448f363b
CMakeLists: Compile for arm targets
2020-07-18 13:48:52 -05:00
2e32b7e299
Merge branch '4.x-current' into enhancement/various-todos
2020-07-15 15:02:00 +02:00
a651a1a69f
docs(ci): Update protocol.md - c368696
[skip ci]
2020-07-15 13:01:23 +00:00
c368696ddc
docs(ci): Update protocol.md - 94269c0
[skip ci]
2020-07-15 13:00:59 +00:00
94269c0640
Merge pull request #557 from julijane/feature-screenshot-default
...
TakeSourceScreenshot: default to current scene
2020-07-15 15:00:43 +02:00
5da6588ee6
Merge pull request #555 from Palakis/fix/docs-updates
...
Docs: Various docs improvements
2020-07-15 14:59:52 +02:00