index
:
github/PrismLauncher.git
develop
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
launcher
/
tasks
Age
Commit message (
Expand
)
Author
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
2022-07-01
feat: add ConcurrentTask
flow
2022-06-14
refactor: move away from UnitTest.cmake
Sefa Eyeoglu
2022-06-04
Merge pull request #426 from flowln/mod_perma
Sefa Eyeoglu
2022-05-24
fix: better handle corner case
flow
2022-05-23
feat(ui): adapt SequentialTask to nested SequentialTasks
flow
2022-05-21
fix: various issues with ProgressDialog and SequentialTasks
flow
2022-05-17
fix: virtual signal in Task.h
flow
2022-05-12
chore: add license header to remaining files
flow
2022-05-12
fix: abort and fail logic in tasks
flow
2022-05-12
refactor: remove some superfluous signals
flow
2022-05-12
refactor: organize a little more the code in launcher/net/
flow
2022-04-07
test: add new test to Task test
flow
2022-04-07
test: add basic Task unit test
flow
2022-04-07
fix: issue with status of non-sequencial tasks
flow
2022-04-01
feat: Use a single progress dialog when doing multiple tasks
flow
2021-11-21
NOISSUE more refactoring
Petr Mrázek
2021-11-21
NOISSUE continue refactoring things to make tests pass
Petr Mrázek
2021-11-20
NOISSUE fix build
Petr Mrázek
2021-10-21
NOISSUE continue debranding...
Petr Mrázek
2021-07-25
NOISSUE Flatten gui and logic libraries into MultiMC
Petr Mrázek