aboutsummaryrefslogtreecommitdiff
path: root/launcher/tasks/Task.h
AgeCommit message (Expand)Author
2023-05-21fix: memory leak with NetJob and responce not getting cleaned upRachel Powers
2023-05-05Apply suggestions from code reviewRachel Powers
2023-05-01refactor: Qt can handle const& in signals and slotsRachel Powers
2023-05-01fix: no need to loop all sub tasksRachel Powers
2023-05-01refactor: propogate only only one StepProgress at a timeRachel Powers
2023-05-01feat: add `details` signal to `Task`Rachel Powers
2023-05-01feat: Propogated subtask progressRachel Powers
2023-05-01feat: better task trackingRachel Powers
2022-09-20refactor: setAbortStatus -> setAbortableflow
2022-09-20feat: add canAbort() status change in Taskflow
2022-08-20feat: make Task a QRunnableflow
2022-05-23feat(ui): adapt SequentialTask to nested SequentialTasksflow
2022-05-17fix: virtual signal in Task.hflow
2022-05-12chore: add license header to remaining filesflow
2022-05-12fix: abort and fail logic in tasksflow
2022-05-12refactor: remove some superfluous signalsflow
2022-05-12refactor: organize a little more the code in launcher/net/flow
2022-04-07fix: issue with status of non-sequencial tasksflow
2022-04-01feat: Use a single progress dialog when doing multiple tasksflow
2021-11-21NOISSUE continue refactoring things to make tests passPetr Mrázek
2021-07-25NOISSUE Flatten gui and logic libraries into MultiMCPetr Mrázek