0xboobface
878b25c55c
Add validation to actions panel
2018-12-09 21:35:35 +01:00
0xboobface
86ae660218
Use the event name instead of the description in getExecutionParams
2018-12-09 19:02:50 +01:00
0xboobface
7c16006870
Set the name in the default constructor
2018-12-09 19:02:19 +01:00
0xboobface
888046676f
Add first configurable version of the notification system
2018-12-09 18:46:33 +01:00
0xboobface
be680a07f9
Map state password protected to private
2018-12-09 18:45:16 +01:00
0xboobface
434001aafe
Optimize settings tab layout
2018-12-08 17:14:25 +01:00
0xboobface
a944117966
Change layout of color settings panel
2018-12-08 17:13:58 +01:00
0xboobface
9825383d0c
Set textfield to grow horizontally
2018-12-08 17:13:39 +01:00
0xboobface
509a9115fa
Set user data directory for webengine
2018-12-08 16:49:47 +01:00
0xboobface
5bb51b6a85
Add descriptions for events and states
2018-12-08 16:08:14 +01:00
0xboobface
65f7c0d85e
Use file/dir selection boxes and remove post-processing setting
2018-12-08 16:08:00 +01:00
0xboobface
016c95f7f1
Make file/dir selection boxes usable
2018-12-08 16:07:30 +01:00
0xboobface
4d55351919
Create controls for file, program and directory selection
2018-12-08 15:34:50 +01:00
0xboobface
08fa878814
Merge branch 'dev' into notify
2018-12-08 13:10:29 +01:00
0xboobface
dcd68d3c2a
Merge branch 'dev'
2018-12-08 13:08:54 +01:00
0xboobface
1fc16a0d41
Add a few predicates and actions for the event system
2018-12-08 13:08:20 +01:00
0xboobface
f7dfabb898
Remove playback of sound with notification
2018-12-08 13:06:24 +01:00
0xboobface
2dc5fd4581
Add Event and EventReaction classes
2018-12-06 17:39:33 +01:00
0xboobface
b50df194a0
Move settings to own package
2018-12-06 17:38:10 +01:00
0xboobface
b100f107d4
Move site activation checkbox to their config ui
2018-12-06 14:16:10 +01:00
0xboobface
90e033d2ac
Don't log exception if interrupted, but not running anymore
2018-12-06 13:44:10 +01:00
0xboobface
69544a7a60
Pull OnlineMonitor out of LocalRecorder
2018-12-05 21:01:33 +01:00
0xboobface
093b36270a
Return at least ONLINE / OFFLINE, if the state is UNKNOWN
2018-12-05 21:01:01 +01:00
0xboobface
022997f6b6
Add new event property OLD
2018-12-05 21:00:19 +01:00
0xboobface
1970f08700
Return UNKOWN, if state is null
2018-12-05 20:59:51 +01:00
0xboobface
00869315fb
Don't throw exception, if no sync happened yet
2018-12-05 20:59:03 +01:00
0xboobface
9f19b2c1fa
Merge branch 'dev' into notify
2018-12-05 16:08:55 +01:00
0xboobface
e6476e95ec
Add setting to ignore the upscaled video stream on MFC
2018-12-05 16:08:44 +01:00
0xboobface
42177b4399
Add enum to Model for the online states
2018-12-05 15:51:21 +01:00
0xboobface
65e6c5b76e
Merge branch 'dev' into notify
2018-12-05 12:58:51 +01:00
0xboobface
9109fc8689
Display "unkown resolution" instead of Integer.MAX_VALUE
2018-12-05 12:38:06 +01:00
0xboobface
a7b0b3f374
Remove resolution cache
...
Resolutions are cached by ThumbCell
2018-12-05 12:30:27 +01:00
0xboobface
28fee0b2e6
Preselect the right entry, if stream url index is set
2018-12-05 12:20:50 +01:00
0xboobface
6db00969d7
Revert: RemoteRecorder does not work, if called with JavaFxModels
...
It does not work, because it uses the class name for the type and the
server doesn't know JavaFxModel. It only knowns the unwrapped model
classes.
2018-12-05 12:20:26 +01:00
0xboobface
8abb3db8a5
Remove single thread executor
2018-12-05 12:10:21 +01:00
0xboobface
d4dadf9fea
Remove resolution cache
...
Resolution caching is done globally in ThumbCell
2018-12-04 18:31:31 +01:00
0xboobface
b99e88d2c8
Add cache for the resolution
...
This makes the display of the resolution much faster and the information
is retained, even if the ThumbCell is "destroyed"
2018-12-04 18:30:46 +01:00
0xboobface
45e493a35a
Add javadoc
2018-12-04 18:28:30 +01:00
0xboobface
9791427aeb
Add "Follow" to the context menu of the recorded models tab
2018-12-04 17:09:19 +01:00
0xboobface
1f6e03979e
Fix: ThumbCell resumes recordings
...
This happens because the update services don't set the suspended
property and ThumbCell copied the property from the updated model.
So, suspended would be set to false, which would cause an update of
the property change listener and that would restart the recording.
2018-12-04 17:08:44 +01:00
0xboobface
cd903566de
Use baseUrl in requestExtData
2018-12-03 16:26:37 +01:00
0xboobface
b97449a980
Filter out websocket servers with the wrong protocol
2018-12-03 15:24:44 +01:00
0xboobface
0121e02edb
Merge branch 'dev' into notify
2018-12-03 14:35:24 +01:00
0xboobface
da87a1ae39
Add log message which websocket server is used
2018-12-03 14:35:14 +01:00
0xboobface
ad3343d6b6
Update download links to 1.13.0
2018-12-03 00:42:15 +01:00
0xboobface
0d6c562793
Fix typo
2018-12-03 00:41:22 +01:00
0xboobface
8665b9c6b0
Merge branch 'dev'
2018-12-03 00:15:56 +01:00
0xboobface
889dbecb14
Bump version to 1.13.0
2018-12-03 00:14:50 +01:00
0xboobface
3b3a804251
Use ctbrec fork of open-m3u8
...
Forked this project, because it is kind of inactive and ctbrec needs
are more lenient implementation
2018-12-02 23:09:43 +01:00
0xboobface
6b4d320bc2
Add setting to set the base URL for MFC
2018-12-02 22:35:12 +01:00