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
/
Task.h
Age
Commit message (
Expand
)
Author
2023-05-21
fix: memory leak with NetJob and responce not getting cleaned up
Rachel Powers
2023-05-05
Apply suggestions from code review
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
feat: add `details` signal to `Task`
Rachel Powers
2023-05-01
feat: Propogated subtask progress
Rachel Powers
2023-05-01
feat: better task tracking
Rachel Powers
2022-09-20
refactor: setAbortStatus -> setAbortable
flow
2022-09-20
feat: add canAbort() status change in Task
flow
2022-08-20
feat: make Task a QRunnable
flow
2022-05-23
feat(ui): adapt SequentialTask to nested 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
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 continue refactoring things to make tests pass
Petr Mrázek
2021-07-25
NOISSUE Flatten gui and logic libraries into MultiMC
Petr Mrázek