jafea7-ctbrec-v5.3.2-based/client/src/main/java/ctbrec/ui/tasks
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
..
AbstractModelTask.java Update cached data in RemoteRecorder so that views update faster 2021-09-11 15:19:51 +02:00
FollowTask.java Rewrite of recording related model actions 2021-09-03 13:58:07 +02:00
ForcePriorityTask.java Patching in ForcePriority changes, needs test case 2023-11-23 11:45:41 +10:30
PauseRecordingTask.java Rewrite of recording related model actions 2021-09-03 13:58:07 +02:00
ResumePriorityTask.java Patching in ForcePriority changes, needs test case 2023-11-23 11:45:41 +10:30
ResumeRecordingTask.java Rewrite of recording related model actions 2021-09-03 13:58:07 +02:00
StartRecordingTask.java Rewrite of recording related model actions 2021-09-03 13:58:07 +02:00
StopRecordingTask.java Rewrite of recording related model actions 2021-09-03 13:58:07 +02:00
TaskExecutionException.java Rewrite of recording related model actions 2021-09-03 13:58:07 +02:00
UnfollowTask.java Rewrite of recording related model actions 2021-09-03 13:58:07 +02:00