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
/
ui
/
dialogs
/
ProgressDialog.cpp
Age
Commit message (
Expand
)
Author
2023-07-08
fix(progress dialog): if there is a parent center on creation
Rachel Powers
2023-07-02
fix: update if new size is larger
Rachel Powers
2023-07-02
fix: update if new size is larger
Rachel Powers
2023-07-02
fix: header `<qpoint.h>` -> `<QPoint>`
Rachel Powers
2023-07-02
fix: properly calculate min size for progress dialog, apply it at creation
Rachel Powers
2023-07-02
fix: segfault in progress dialog
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
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
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
2022-11-12
fix: prevent abort for un-abortable tasks
Sefa Eyeoglu
2022-10-20
fix: hide ProgressDialog when failing/succeeding tasks
flow
2022-10-13
fix: issues with aborts (again)
flow
2022-09-20
fix(ui): hook up abort status signal in ProgressDialog
flow
2022-09-20
fix: simplify abort handling and add missing emits
flow
2022-07-26
fix: progress dialog going away even if the task was not aborted
flow
2022-07-17
fix: clean up execWithTask in Progress Dialog
flow
2022-05-21
fix: various issues with ProgressDialog and SequentialTasks
flow
2022-04-01
feat: Use a single progress dialog when doing multiple tasks
flow
2021-11-22
NOISSUE continue reshuffling the codebase
Petr Mrázek