forked from j62/ctbrec
1
0
Fork 0
Commit Graph

2073 Commits

Author SHA1 Message Date
0xb00bface f216b8240b Rewrite of recording related model actions 2021-09-03 13:58:07 +02:00
0xb00bface e5468f6849 Add error label to thumb overview in case the scheduled service fails 2021-09-03 11:09:36 +02:00
0xb00bface e0f3d26ea1 Remove dialog on scheduled service error because it locks up the tab
somehow
2021-09-02 15:48:13 +02:00
0xb00bface 78f7f7a841 Move recorder lock inside of startRecordingProcess
... to make the period of the lock mich shorter
2021-09-02 11:42:52 +02:00
0xb00bface e05c9657e4 Avoid NPE in settings tab 2021-09-02 11:40:57 +02:00
0xb00bface 805097c7ec Reduce use of Config.getInstance() 2021-08-31 15:45:50 +02:00
0xb00bface 6dd2779cf4 Change group settings only if the user clicks on OK 2021-08-27 19:05:19 +02:00
0xb00bface f577983305 Start recording only if the user clicked on OK in the record until
dialog
2021-08-27 18:58:27 +02:00
0xb00bface 9d5d719e3c Fix thumbs in LiveJasmin followed tab 2021-08-27 17:10:51 +02:00
0xb00bface a335ef82dc Execute start stop callback only for the current model 2021-08-27 16:37:01 +02:00
0xb00bface 923e3f9208 Update changelog 2021-08-27 15:59:21 +02:00
0xb00bface 2e78eb9b37 Add setting to hide the table grid 2021-08-27 15:54:07 +02:00
0xb00bface 6b66cc963a Set version to 4.5.1 2021-08-27 15:10:32 +02:00
0xb00bface 0df51dcd40 Update changelog 2021-08-27 15:03:44 +02:00
0xb00bface 3d49794395 Calculate sanitized name only on name updates and not on-the-fly 2021-08-27 14:48:29 +02:00
0xb00bface eec6a4c822 Clean selected thumbcells on page change 2021-08-27 14:46:10 +02:00
0xb00bface 79a16674f2 Remove cells from selectedThumbCells, which are not visible anymore 2021-08-27 12:52:10 +02:00
0xb00bface b1f3390a69 Add font setting to settings tab 2021-08-26 17:03:25 +02:00
0xb00bface ffb1997e24 Put browser and ffmpeg into lib dir for the client app 2021-08-26 15:20:47 +02:00
0xb00bface 9ee9bed8bf Add splash screen to linux and mac 2021-08-25 20:14:25 +02:00
0xb00bface 6d17b0413c Fix rounded corners for portrait images 2021-08-23 15:32:46 +02:00
0xb00bface 56ca4d50de Crop manually selected portraits, too 2021-08-23 15:05:43 +02:00
0xb00bface 5538c7c274 Add max heap size parameter with 512m 2021-08-22 12:07:06 +02:00
0xb00bface c609014952 Use a constant for the silhouette image
... so that it only gets loaded once
2021-08-22 12:06:30 +02:00
0xb00bface 0b762eba0d Add combobox to select a font
... no actual functionality behinfd it, yet
2021-08-22 11:16:46 +02:00
0xb00bface ac135b3e0b Add F5 shortcut to reload the thumb overview 2021-08-22 11:15:37 +02:00
0xb00bface 50d1725e59 Optimize GUI to work with big font sizes 2021-08-21 21:37:00 +02:00
0xb00bface 1e9867cc88 Improve support for big fonts 2021-08-21 19:29:37 +02:00
0xb00bface 8517b7e8ad Make main tabs rearrangable 2021-08-21 18:49:30 +02:00
0xb00bface 74e70074ba Center text and images in tables 2021-08-21 17:44:42 +02:00
0xb00bface 0c1b925958 Add "use as portrait" to context menu in search popup 2021-08-21 16:54:50 +02:00
0xb00bface 6c1c10a791 Improve layout of portrait image table cell 2021-08-21 16:47:26 +02:00
0xb00bface cdf32d8437 Remove portraits from cache, when models are removed 2021-08-21 16:47:26 +02:00
0xb00bface a258498117 Add model portrait column to recorded models tab 2021-08-21 16:47:26 +02:00
0xb00bface 016b5dc7f1 Introduce common base class for recorded models tabs 2021-08-21 16:47:26 +02:00
0xb00bface 82c51bab40 Set version to 4.5.0 2021-08-21 16:47:26 +02:00
0xb00bface 7b85114164 Make columns in recorded tab configurable 2021-08-21 16:47:26 +02:00
0xb00bface 985ded70a8 Add possibility to remove portrait image 2021-08-21 16:47:26 +02:00
0xb00bface 28ca1932e9 Add first working client side version for model portraits 2021-08-21 16:47:26 +02:00
0xb00bface d9742f5962 Add context menu to search popup 2021-08-21 16:47:10 +02:00
0xb00bface 4ac1bd4571 Revert "Use a different URL to fetch the stream info for Chaturbate"
This reverts commit 9c8fe1f89c.
2021-08-21 11:14:59 +02:00
0xb00bface 32f930c5c0 Update changelog 2021-08-13 19:26:39 +02:00
0xb00bface 1382f8fa1e Fix record until clock not showing up in recorded models tab in client /
erver mode
2021-08-13 18:54:30 +02:00
0xb00bface c93c372cb1 Update changelog 2021-08-13 17:12:39 +02:00
0xb00bface b13c4f1622 Add stalled download detection
If no segments have been transfered for 30 seconds, the download will be
stopped.
2021-08-13 16:43:12 +02:00
0xb00bface b8971c7190 Set version to 4.4.5 2021-08-12 18:43:28 +02:00
0xb00bface d4376d3345 Fix bug in construction of segment URIs if playlist request is
redirected
2021-08-12 18:36:06 +02:00
0xb00bface a77e7c52fc Remove debug log statement 2021-08-08 21:06:59 +02:00
0xb00bface 7218ed04fb Fix ConcurrentModificationException in RemoteRecorder 2021-08-08 19:39:05 +02:00
0xb00bface e3f42ffc1c Improve account existance check for chaturbate 2021-08-08 18:58:42 +02:00