Age | Commit message (Expand) | Author |
2023-08-15 | Merge pull request #1516 from Trial97/abort_connect | Sefa Eyeoglu |
2023-08-15 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into... | Trial97 |
2023-08-14 | chore: update license headers | Sefa Eyeoglu |
2023-08-14 | chore: reformat | Sefa Eyeoglu |
2023-08-11 | connect the abort signal in concurent task | Trial97 |
2023-08-04 | chore: update license headers | Sefa Eyeoglu |
2023-08-02 | chore: reformat | Sefa Eyeoglu |
2023-07-26 | fix: typo in task.h | seth |
2023-07-01 | chore: fix shadowed member and signed/unsigned mismatch | Rachel Powers |
2023-07-01 | chore: fix propagate mispelling | Rachel Powers |
2023-07-01 | Merge branch 'develop' into chore/add-compiler-warnings | Rachel Powers |
2023-06-09 | Fixed some crashes | Trial97 |
2023-06-04 | chore: clean up after new compiler warnings | Rachel Powers |
2023-05-21 | fix: memory leak with NetJob and responce not getting cleaned up | Rachel Powers |
2023-05-06 | refactor: move functions to utils + code-review fixes | Rachel Powers |
2023-05-05 | Apply suggestions from code review | Rachel Powers |
2023-05-01 | feat: estimate remining time on downloads | Rachel Powers |
2023-05-01 | refactor: Qt can handle const& in signals and slots | Rachel Powers |
2023-05-01 | fix: no need to loop all sub tasks | Rachel Powers |
2023-05-01 | refactor: propogate only only one StepProgress at a time | Rachel Powers |
2023-05-01 | fix: clean up license headers for Tasks | Rachel Powers |
2023-05-01 | feat: add `details` signal to `Task` | Rachel Powers |
2023-05-01 | fix: properly map progress range | Rachel Powers |
2023-05-01 | feat: Propogated subtask progress | Rachel Powers |
2023-05-01 | feat: better task tracking | Rachel Powers |
2023-01-25 | refactor: make shared_qobject_ptr ctor explicit | flow |
2023-01-24 | fix(Tasks): don't try to start more tasks than necessary | flow |
2023-01-18 | fix: call processEvents() before adding new tasks to the task queue | flow |
2022-12-17 | refactor(Tasks): remove 'm_total_size' from ConcurrentTask | flow |
2022-12-15 | feat(Tasks): allow adding subtasks while running in ConcurrentTask | flow |
2022-12-15 | feat(Tasks): add ConcurrentTask::clear to allow re-using tasks | flow |
2022-10-22 | Change old style cast to C++ cast | Bensuperpc |
2022-09-20 | refactor: setAbortStatus -> setAbortable | flow |
2022-09-20 | feat: add canAbort() status change in Task | flow |
2022-09-11 | refactor: restructure tests | Sefa Eyeoglu |
2022-09-07 | fix: start at least one task in ConcurrentTask | flow |
2022-08-28 | fix: make MultipleOptionsTask inherit directly from SequentialTask | flow |
2022-08-28 | feat(test): add more tests to Tasks | flow |
2022-08-28 | refactor: make MultipleOptionsTask inherit from ConcurrentTask too | flow |
2022-08-28 | refactor: make SequentialTask inherit from ConcurrentTask | flow |
2022-08-28 | fix: abort logic running subsequent tasks anyways some times | flow |
2022-08-28 | fix: 'succeeded while not running' spam in ConcurrentTask | flow |
2022-08-28 | fix: bogus progress update when the total step progress was zero | flow |
2022-08-28 | fix: only try to start tasks that are really there | flow |
2022-08-28 | Merge pull request #1052 from flowln/resource_model | Sefa Eyeoglu |
2022-08-20 | feat: make Task a QRunnable | flow |
2022-07-24 | fix: pump events and do a queued start for concurrent tasks | flow |
2022-07-17 | feat: add MultipleOptionsTask | flow |
2022-07-17 | fix: always update global progress of sequential tasks | flow |
2022-07-02 | Merge pull request #784 from Scrumplex/refactor-cmake | flow |