aboutsummaryrefslogtreecommitdiff
path: root/launcher/tasks/ConcurrentTask.h
AgeCommit message (Expand)Author
2023-07-14Split in two the optionsTrial97
2023-07-14made the number of concurrent tasks configurableTrial97
2023-05-06refactor: move functions to utils + code-review fixesRachel 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-01fix: clean up license headers for TasksRachel 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
2023-01-25refactor: make shared_qobject_ptr ctor explicitflow
2022-12-17refactor(Tasks): remove 'm_total_size' from ConcurrentTaskflow
2022-12-15feat(Tasks): add ConcurrentTask::clear to allow re-using tasksflow
2022-08-28fix: abort logic running subsequent tasks anyways some timesflow
2022-07-01feat: add ConcurrentTaskflow