995 Commits

Author SHA1 Message Date
Stéphane L
95bbeb103e locale: update translations from Crowdin 2019-05-19 16:05:05 +02:00
Stéphane L
bfb5570b7a scene item requests: defer updates to avoid triggering several transform events at once 2019-05-19 15:50:44 +02:00
Stéphane L
1e19cf7ccc server: don't reuse sockets on windows
Other, conflicts with Port In Use detection
2019-05-19 15:43:27 +02:00
Stéphane L
0d8999d64f GetVersion: bring back retrocompat version field 2019-05-19 13:41:23 +02:00
Travis CI
91fde777cf docs(travis): Update protocol.md - 061ab12 [skip ci] 2019-05-19 08:07:31 +00:00
Stéphane Lepin
061ab12b10
Merge pull request #317 from Palakis/group-fixes
Groups fixes
2019-05-19 10:06:08 +02:00
Stéphane Lepin
c516e87180 text: rename settings dialog + dedup strings 2019-05-17 12:59:43 +02:00
Stéphane Lepin
de6bfdca0a SceneItems(docs): add comment about coordinates 2019-05-16 14:30:39 +02:00
Stéphane Lepin
788f70d5f3 Utils(GetSceneItemData): remove property isGroup 2019-05-16 13:57:38 +02:00
Stéphane Lepin
b0a35789f6 utils + sceneitem: fix docs again 2019-05-16 13:55:33 +02:00
Stéphane Lepin
eb7fbf011f utils + sceneitems: fix docs 2019-05-16 13:54:06 +02:00
Stéphane Lepin
50bb6e7204 Utils: add parent property to scene item info and transform data + refactor bits 2019-05-16 13:50:24 +02:00
Stéphane Lepin
15610bb296 Utils(GetSceneItemData): add children list 2019-05-16 13:37:04 +02:00
Stéphane Lepin
ae0ffdc4d5 docs: rename typedef Source to SceneItem 2019-05-16 13:12:18 +02:00
Stéphane Lepin
033a6929c3 Utils(GetSceneItemFromId): recurse into groups wip 2019-05-16 11:03:32 +02:00
Stéphane Lepin
7c8292a88d Utils(GetSceneItemFromName): recurse into groups wip 2019-05-16 11:00:29 +02:00
Stéphane Lepin
ab5dad7d91 Utils: oops 2019-05-15 13:11:15 +02:00
Stéphane Lepin
0744d215c6 utils(GetSceneItemData): add isGroup flag + move Source typedef here 2019-05-15 13:11:15 +02:00
Stéphane Lepin
149ddfa8f8
Merge pull request #323 from Palakis/gpl-prompt-fix
installer(windows): fix EULA prompt into something GPL-compliant
2019-05-12 01:22:37 +02:00
Stéphane L
3830870a83 installer(windows): fix EULA prompt into something GPL-compliant 2019-05-12 00:59:51 +02:00
Stéphane Lepin
b94be080f6
Merge pull request #322 from Palakis/remove-boost
general: remove boost remains
2019-05-11 17:40:17 +02:00
Stéphane L
83382d8dcf general: remove boost remains 2019-05-11 17:13:41 +02:00
Stéphane Lepin
f815228677
Merge pull request #319 from Rosuav/video-info
Create an endpoint to view basic video info eg canvas size
2019-05-10 18:30:06 +02:00
Chris Angelico
d7d8d23de7 Refactor enum-to-string conversions into functions 2019-05-11 01:42:52 +10:00
Chris Angelico
5834c6ed54 Switch doc type from Number to int for clarity and precision 2019-05-10 18:48:51 +10:00
Chris Angelico
b0512b3ba7 Provide info about color space and scaling 2019-05-10 04:33:37 +10:00
Chris Angelico
d3a7a6ef55 Make small tweaks to formatting and layout.
* Switch to camelCase for output properties
* Remove done TODO
* Properly document all of the information returned
2019-05-10 04:08:01 +10:00
Travis CI
99fad5bc83 docs(travis): Update protocol.md - a54171e [skip ci] 2019-05-09 13:54:08 +00:00
Stéphane Lepin
a54171e1cd SetSceneItemProperties: fix docs (optional parameters)
Fixes #318
2019-05-09 15:52:35 +02:00
Stéphane Lepin
84629f6e63 utils: remove transition hacks 2019-05-09 13:28:50 +02:00
Stéphane L
b18d597bdc Utils: remove unused SceneListItemToScene 2019-05-09 07:53:22 +02:00
Stéphane L
9125dc4cce Utils: remove unused GetSceneListControl() 2019-05-09 07:51:41 +02:00
Chris Angelico
b0e3ea8765 Update docs to include GetVideoInfo 2019-05-09 06:03:14 +10:00
Chris Angelico
7c457546f1 Create an endpoint to view basic video info eg canvas size 2019-05-09 05:58:55 +10:00
Stéphane L
83bef1a840 main: force-destroy server, events and config when unloading the plugin 2019-05-08 00:48:43 +02:00
Stéphane L
b4d89d5666 Config + WSServer: provide singletons from plugin entry point 2019-05-08 00:43:46 +02:00
Stéphane L
3ba8a77d9a Utils: remove empty space 2019-05-08 00:30:53 +02:00
Stéphane L
82c31dc47a Merge branch 'better-signals-handling' into 4.x-current 2019-05-07 23:47:21 +02:00
Stéphane L
7fce694577 main: global settings dialog instance not required 2019-05-07 23:40:30 +02:00
Stéphane L
e352d9750d WSEvents: remove singleton + refactor pointer handling in plugin entrypoint 2019-05-07 23:36:43 +02:00
Stéphane L
3d9eac8e6d WSEvents: connect to signals at construct and disconnect at destroy 2019-05-07 22:58:20 +02:00
Stéphane L
6c85b33539 WSEvents: source signal connect/disconnect methods 2019-05-07 22:53:07 +02:00
Stéphane L
d979ada4fe WSEvents: fix OnSourceDestroyed not triggering 2019-05-07 22:44:01 +02:00
Travis CI
faeeae17d1 docs(travis): Update protocol.md - 82d1a2b [skip ci] 2019-05-07 11:38:16 +00:00
Stéphane Lepin
82d1a2b4f9 GetSceneItemProperties: fix docs 2019-05-07 13:36:25 +02:00
Stéphane Lepin
cac3496145 readme: replace twitter account 2019-05-04 14:23:55 +02:00
Travis CI
53bfa077ae docs(travis): Update protocol.md - 0b9366f [skip ci] 2019-05-04 10:30:17 +00:00
Stéphane Lepin
0b9366fa28
Merge pull request #313 from Palakis/source-screenshot
Source Image Snapshot
2019-05-04 12:29:12 +02:00
Stéphane L
c95b709f39 TakeSourceScreenshot: fix docs 2019-05-04 12:19:15 +02:00
Stéphane L
5745da5466 TakeSourceScreenshot: always provide an absolute path in imageFile response 2019-05-04 11:50:29 +02:00