aboutsummaryrefslogtreecommitdiff
path: root/launcher/tasks
AgeCommit message (Expand)Author
2023-08-15Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into...Trial97
2023-08-15Merge pull request #1516 from Trial97/abort_connectSefa Eyeoglu
2023-08-15Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into...Trial97
2023-08-14chore: update license headersSefa Eyeoglu
2023-08-14chore: reformatSefa Eyeoglu
2023-08-11connect the abort signal in concurent taskTrial97
2023-08-05Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into...Trial97
2023-08-04chore: update license headersSefa Eyeoglu
2023-08-02chore: reformatSefa Eyeoglu
2023-07-26fix: typo in task.hseth
2023-07-14Split in two the optionsTrial97
2023-07-14made the number of concurrent tasks configurableTrial97
2023-07-01chore: fix shadowed member and signed/unsigned mismatchRachel Powers
2023-07-01chore: fix propagate mispellingRachel Powers
2023-07-01Merge branch 'develop' into chore/add-compiler-warningsRachel Powers
2023-06-09Fixed some crashesTrial97
2023-06-04chore: clean up after new compiler warningsRachel Powers
2023-05-21fix: memory leak with NetJob and responce not getting cleaned upRachel Powers
2023-05-06refactor: move functions to utils + code-review fixesRachel Powers
2023-05-05Apply suggestions from code reviewRachel Powers
2023-05-01feat: estimate remining time on downloadsRachel 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-01fix: properly map progress rangeRachel Powers
2023-05-01feat: Propogated subtask progressRachel Powers
2023-05-01feat: better task trackingRachel Powers
2023-01-25refactor: make shared_qobject_ptr ctor explicitflow
2023-01-24fix(Tasks): don't try to start more tasks than necessaryflow
2023-01-18fix: call processEvents() before adding new tasks to the task queueflow
2022-12-17refactor(Tasks): remove 'm_total_size' from ConcurrentTaskflow
2022-12-15feat(Tasks): allow adding subtasks while running in ConcurrentTaskflow
2022-12-15feat(Tasks): add ConcurrentTask::clear to allow re-using tasksflow
2022-10-22Change old style cast to C++ castBensuperpc
2022-09-20refactor: setAbortStatus -> setAbortableflow
2022-09-20feat: add canAbort() status change in Taskflow
2022-09-11refactor: restructure testsSefa Eyeoglu
2022-09-07fix: start at least one task in ConcurrentTaskflow
2022-08-28fix: make MultipleOptionsTask inherit directly from SequentialTaskflow
2022-08-28feat(test): add more tests to Tasksflow
2022-08-28refactor: make MultipleOptionsTask inherit from ConcurrentTask tooflow
2022-08-28refactor: make SequentialTask inherit from ConcurrentTaskflow
2022-08-28fix: abort logic running subsequent tasks anyways some timesflow
2022-08-28fix: 'succeeded while not running' spam in ConcurrentTaskflow
2022-08-28fix: bogus progress update when the total step progress was zeroflow
2022-08-28fix: only try to start tasks that are really thereflow
2022-08-28Merge pull request #1052 from flowln/resource_modelSefa Eyeoglu
2022-08-20feat: make Task a QRunnableflow