Commit Graph

197 Commits

Author SHA1 Message Date
XxInvictus 992a58266c Patching in Blacklist/Whitelist Default Filters changes
Adds the ability to have default Whitelist/Blacklist filters that apply to all tabs at all times.
Whitelist - Only show matches (same as filter bar)
Blacklist - Do not show/hide matches
Both filter types are OR not AND, so a match on any keyword is considered a match.
2023-11-23 12:07:07 +10:30
XxInvictus fe21f8d6a9 Patching in ForcePriority changes, needs test case
Patching in the first set which is ForcePriority context menu feature, allows instantly bumping a model to top of priority list no matter what their priority value is.

# TODO
- Needs a test case, I made an attempt but unfortunately I do not know enough to get this working so I have removed it. Doesn't help I had to do some mangling to get the current path joining to work properly with Windows-based paths and pass the current tests.
- The basic test case it needs is 2 Models, Model with lower priority does not record, forcepriority to true on lower priority Model, Model with lower priority should now record, set back to false on lower priority Model, Model with lower priority should no longer record.
2023-11-23 11:45:41 +10:30
0xb00bface 41ffd75d48 Add lifecycle listener to Help server to open the browser once the server is ready 2023-11-12 15:30:23 +01:00
0xb00bface 02dc6d6fdb Remove log statement 2023-11-04 20:49:17 +01:00
0xb00bface a29d57eb57 Fix import / export of model portraits and notes 2023-11-04 18:15:06 +01:00
0xb00bface ffa66fb1bb Preserve the addedTimestamp during import 2023-11-04 16:36:41 +01:00
0xb00bface 2b2182354c Show SILHOUETTE image if CTBREC_DEV is set to 1 2023-11-04 13:10:01 +01:00
0xb00bface 12cd5baf17 Fix import of older exported files 2023-11-03 21:28:28 +01:00
0xb00bface 33b054bc68 Merge branch '5.0.x winkru' into dev 2023-11-01 11:37:29 +01:00
0xb00bface 224bb27003 Merge almost all changes by @winkru 2023-10-29 19:24:16 +01:00
0xb00bface 619d888bfa Get rid of moshi 2023-06-19 19:00:26 +02:00
0xb00bface fb5fef8912 Replace NextGenLocalRecorder with SimplifiedLocalRecorder
The multi-threading in SimplifiedLocalRecorder is a bit simpler. It also makes sure, that each recording is looked at on a regular basis, which should get rid of the stalled recordings problem.
2023-05-28 17:03:57 +02:00
0xb00bface 86e8f00aaf Save model notes on server, when running in client/server mode 2023-04-25 19:16:37 +02:00
0xb00bface 39da801a61 Store model portraits on the server in client/server mode 2023-04-19 19:48:29 +02:00
0xb00bface 15593cd9b8 Attach key listener to scrollpane instead of whole tab 2022-12-03 17:27:55 +01:00
0xb00bface d1c5bd4850 Update token label only when a tab is selected 2022-10-22 13:48:49 +02:00
0xb00bface 67a8aa1b26 Fix Showup.tv loading of overviews and thumbnails 2022-10-15 17:35:33 +02:00
0xb00bface 3a6fe58a0c Code cleanup 2021-12-24 16:37:49 +01:00
0xb00bface 38b898f405 Add setting to customize the date time format in the GUI 2021-12-24 15:38:29 +01:00
0xb00bface a6e3fcc6e3 Fix model groups not exported from server but from local config 2021-12-24 14:58:24 +01:00
0xb00bface 0772b8e057 Make model import more robust 2021-12-21 14:01:19 +01:00
0xb00bface a111d12969 Improve input field of export file name 2021-12-20 17:29:57 +01:00
0xb00bface f04eb5310e Add export and import function for the model lists (recording and later) 2021-12-20 15:57:50 +01:00
0xb00bface 92fa017b6b Code cleanup 2021-12-11 16:30:27 +01:00
0xb00bface 91b82b16a9 Fix Camsoda thumbnails 2021-12-11 16:22:29 +01:00
0xb00bface 2e122fbfd1 Add tab to show the recorded models per site
Does more or less the same as RecordedModelsTab, but removes some buttons and adds a default filter of site.getName()
2021-12-04 15:12:55 +01:00
0xb00bface cad97492e4 Set min size for pagination buttons 2021-12-04 14:32:26 +01:00
0xb00bface 498a20fe4e Start recording stream on double-click 2021-10-01 20:29:59 +02:00
0xb00bface 2775303113 Allow streaming of running recordings
Since the playlist is now written on-the-fly, we can stream the recording while it is still running
2021-10-01 19:57:21 +02:00
0xb00bface ff9ce1d205 Add cell factory for resolution to render n/a and unknown values properly 2021-09-12 15:00:08 +02:00
0xb00bface e8f653bcdd Load portrait images only if column is visible 2021-09-12 14:58:38 +02:00
0xb00bface 2cdecf08aa Execute EditGroupAction only if group indicator is clicked with primary
button
2021-09-11 19:08:08 +02:00
0xb00bface 2fc538c83a Make preview column visible depending on the preview setting 2021-09-11 18:29:45 +02:00
0xb00bface 4cbb21bdb6 Use StatePersistingTableView for RecordedModels and RecordLater 2021-09-11 18:24:24 +02:00
0xb00bface abf65b1cc2 Make columns of RecordingsTable configurable 2021-09-11 17:43:44 +02:00
0xb00bface 0d02a6cf9c Update cached data in RemoteRecorder so that views update faster 2021-09-11 15:19:51 +02:00
0xb00bface d663ca1160 Restart update service in callbacks 2021-09-11 14:06:16 +02:00
0xb00bface 9c2a8242de Add resolution to recordings table 2021-09-10 16:28:00 +02:00
0xb00bface e7b688906c Add model notes to recordings table 2021-09-10 16:01:42 +02:00
0xb00bface 1d2acbeaf3 Center "added at" column 2021-09-09 14:03:44 +02:00
0xb00bface 069160f3ae Add "added at" column for model tabs 2021-09-06 17:31:47 +02:00
0xb00bface dfa70fe9c0 Code cleanup 2021-09-06 15:14:38 +02:00
0xb00bface 37c2543554 Increase max prio to 10000 2021-09-06 15:14:32 +02:00
0xb00bface 9b9659be71 Improve recording relation action behaviour 2021-09-05 20:23:35 +02:00
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 a335ef82dc Execute start stop callback only for the current model 2021-08-27 16:37:01 +02:00
0xb00bface 2e78eb9b37 Add setting to hide the table grid 2021-08-27 15:54:07 +02:00
0xb00bface eec6a4c822 Clean selected thumbcells on page change 2021-08-27 14:46:10 +02:00