VodBox
9968772028
frontend-tools: Fix memory leak when reloading scripts
2019-03-03 21:45:37 +13:00
Gol-D-Ace
98f78fe3a7
Update translations from Crowdin
2019-02-25 15:11:33 +01:00
Gol-D-Ace
c3711bdd5e
Update translations from Crowdin
2019-02-20 22:26:07 +01:00
Richard Stanway
0d8fa3fbb1
frontend-tools: Remove unused help icon
2019-02-14 22:19:07 +01:00
Colin Edwards
22f856bb7d
decklink-output-ui: Add note about keyer output
2019-02-13 00:23:05 -06:00
Richard Stanway
3d27e7c2c9
decklink-ouput-ui: Remove unused help icon
2019-02-12 12:58:28 +01:00
Richard Stanway
917318d8e8
frontend-tools: Remove unused help icons
2019-02-12 12:57:18 +01:00
Colin Edwards
c8b58d8749
decklink-output-ui: Fix memory leak in save settings
2019-02-11 19:33:41 -06:00
Colin Edwards
1af8789ce0
decklink-output-ui: Fix memory leak
...
Closes obsproject/obs-studio#1656
2019-02-10 18:16:10 -08:00
Jim
e60023daf5
Merge pull request #1502 from DDRBoxman/decklinkoutui
...
Decklink: Add UI to control output
2019-02-07 22:12:54 -08:00
VodBox
86ce0e9652
frontend-tools: Call modified prop callbacks on script load/reload
...
This change means that the modified callback for a scripts properties is
always called when first loaded or on a reload. This behavior matches
the properties view for sources, where all modified callbacks are called
when the window opens. This change therefore treats reloading as
equivalent to reopening.
2019-02-04 19:49:34 +13:00
Colin Edwards
22fdda311d
Decklink: add UI to control output
2018-10-23 18:57:17 -05:00
Dmitry-Me
5b92cee48f
UI: Fix array length computation
2018-09-18 16:27:23 +03:00
jp9000
7bbdace1a9
frontend-tools: Increase instant replay playback retry interval
2018-09-15 12:05:45 -07:00
Exeldro
79ff554f90
frontend-tools: Add VLC support to instant replay script
...
Add support for using the VLC source to play instant replays.
Closes obsproject/obs-studio#1334
2018-09-15 12:04:25 -07:00
Gol-D-Ace
a79aaa28ab
Update translations from Crowdin
2018-08-18 04:16:35 +02:00
Ryan Foster
2129d12143
frontend-tools: Add QAction explicitly for Qt 5.11 compatibility
2018-07-25 11:59:58 -04:00
Shaolin
c7c328dc83
UI: Add Vertical Mixer option
2018-05-19 00:17:58 -03:00
Jimi Huotari
4fd06b9825
frontend-tools: Include 'QAction' to fix build against Qt 5.11
...
Some headers are no longer unconditionally included, leading to
build failures.
http://code.qt.io/cgit/qt/qtbase.git/commit/?id=748836dae80a7d11901f3f0630168829076d11a8
http://code.qt.io/cgit/qt/qtbase.git/commit/?id=000c76ada5cc21479fc479be16a7507fed6490f8
http://code.qt.io/cgit/qt/qtbase.git/commit/?id=058474884c2505a8a00d4c59b4922bfcd3597c2f
2018-03-17 18:38:27 +02:00
Gol-D-Ace
88282c168c
Update translations from Crowdin
2018-03-15 09:00:28 +01:00
jp9000
a2ae16e98c
deps/obs-scripting: Allow NULL script with script_log
...
(This commit also modifies the frontend-tools module)
Prevents a potential crash when script_log is called by a thread spawned
by a python library.
2018-01-31 16:20:45 -08:00
jp9000
dce311cf1a
deps/obs-scripting: Make ENABLE_SCRIPTING a user variable
...
Makes it so that the scripting cmake variable ENABLE_SCRIPTING is a user
variable rather than a global internal cmake variable, and defers the
internal global cmake variable to SCRIPTING_ENABLED instead.
2018-01-23 20:57:48 -08:00
Gol-D-Ace
ae22886f67
Update translations from Crowdin
2018-01-22 04:55:52 +01:00
jp9000
f09f94b8a8
frontend-plugins: Only show script file names in script dialog
...
Showing the full directory path is sort of unnecessary and makes the
list look pretty unsightly.
2018-01-20 13:58:02 -08:00
jp9000
f956203764
frontend-tools: Fix a few issues with the clock source script
...
Fix the image files not being freed, and remove the unused source
definition function 'update', which was additionally calling
image_source_load with the wrong number of parameters.
2018-01-19 11:28:44 -08:00
jp9000
a95a8723fb
frontend-tools: Add script to update text source from URL
...
Adds a python example script which updates a text source to the text
retrieved from a specific URL that refreshes every specified interval.
2018-01-19 11:17:38 -08:00
Colin Edwards
1c3f18a75a
frontend-tools: Add a lua script that draws an analog clock
...
Closes jp9000/obs-studio#1159
2018-01-19 08:27:55 -08:00
jp9000
00e7a84050
frontend-tools: Add "Clear" button to script log window
2018-01-18 14:42:24 -08:00
jp9000
b1e6af319c
frontend-tools: Warn if no active replay buffer w/ instant replay
2018-01-18 14:41:19 -08:00
jp9000
5982a8cd28
frontend-tools: Make instant replay script also save replay
...
With the "instant-replay.lua" script, it would only play the last replay
buffer saved, meaning the user would have to save a replay with the
replay buffer hotkey, and then press the "Play Last Replay" hotkey to
play the last replay buffer.
Instead, combine the two and make the script save the replay
automatically first, and then play it back as soon as it's available.
This makes it actually qualify as an "instant replay" script, as its
name implies.
2018-01-18 14:24:17 -08:00
jp9000
ba1a70c1a0
frontend-tools: Add "instant replay" script
...
A script that plays back the last replay buffer in the specified media
source.
2018-01-18 08:59:59 -08:00
jp9000
9b9d57a7ee
frontend-plugins: Add "Description" string
2018-01-07 20:07:42 -08:00
jp9000
ba2c54f1fd
frontend-plugins: Remove unused strings
2018-01-07 20:07:42 -08:00
jp9000
0b01e4c7a1
frontend-tools: Add scripting tool
...
Adds a scripting tool that gives the users the ability to load scripts
and change their settings.
2018-01-04 11:37:43 -08:00
jp9000
0d6204c8af
Fix a number of MSVC warnings
...
Fixes a number of warnings with all modules
2017-12-05 13:53:44 -08:00
Ryan Foster
12abbd9205
cmake: Correct CMake checks for LINUX
...
Some CMake checks were recently switched from UNIX to LINUX to get them
to not apply to macOS/OSX. Since LINUX doesn't seem to be defined,
switch these checks to UNIX AND NOT APPLE.
2017-12-03 19:10:34 -05:00
Colin Edwards
fcea48490f
cmake: Do not require X11 on OSX
2017-12-02 22:40:10 -06:00
Richard Stanway
9f046dc52b
UI: Log when output timer events stop outputs
2017-10-26 18:31:56 +02:00
jp9000
7bd06e7f26
Update translations from Crowdin
2017-10-17 05:39:22 -07:00
Richard Stanway
5c9d3dd30d
UI: Log when starting / stopping via hotkey or timer
...
This will help resolve incidents where users accidentally started or
stopped their stream without knowing what triggered it (usually from
hotkeys that were forgotten about).
2017-10-12 17:23:56 +02:00
Gol-D-Ace
8d8c2e5a22
Update translations from Crowdin
2017-08-10 16:07:40 +02:00
Gol-D-Ace
3d2cacd782
Update translations from Crowdin
2017-05-20 10:18:41 +02:00
cg2121
d1de03c0be
frontend-tools: Add automatic scene switcher for Linux
2017-05-03 09:23:06 -05:00
jp9000
aa70704700
frontend-plugins: Abstract captions
...
Currently the captioning code is a bit intertwined with the UI, and the
captioning is hard-coded towards microsoft speech API.
This patch abstracts captions to allow other APIs to be implemented
later.
2017-04-30 08:28:07 -07:00
jp9000
1e37017d4e
frontend-tools: Rename some files
...
Changing the name of certain captions source files so it specifies which
caption API the files are for. "mssapi" for Microsoft's speech API.
2017-04-30 08:23:46 -07:00
cg2121
e26f07a1c3
UI: Make sure all dialogs have close buttons
...
This adds close buttons to remux dialog, output timer dialog, and
advanced audio properties dialog. I also did a small refactor of the
remux dialog so the buttons were consistent with other dialogs.
Closes jp9000/obs-studio#876
2017-04-30 06:38:33 -07:00
Gol-D-Ace
dbf95bdc15
Update translations from Crowdin
2017-03-05 23:40:11 +01:00
Gol-D-Ace
a13c0a3c29
Update translations from Crowdin
2017-02-27 20:54:02 +01:00
Gol-D-Ace
6223ed6520
Update translations from Crowdin
2017-01-07 00:23:16 +01:00
shiina424
5133353d92
frontend-tools: Fix output-timer translation bug
...
Don't use tr() to translate, use obs_module_text().
Closes jp9000/obs-studio#735
2016-12-24 04:16:31 -08:00