aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/dialogs/ProgressDialog.cpp
AgeCommit message (Expand)Author
2023-08-14chore: reformatSefa Eyeoglu
2023-07-30chore(rename): fix unfinshed renames from deshadow changesRachel Powers
2023-07-13Merge branch 'develop' into chore/add-compiler-warningsRachel Powers
2023-07-08fix(progress dialog): if there is a parent center on creationRachel Powers
2023-07-02fix: update if new size is largerRachel Powers
2023-07-02fix: update if new size is largerRachel Powers
2023-07-02fix: header `<qpoint.h>` -> `<QPoint>`Rachel Powers
2023-07-02fix: properly calculate min size for progress dialog, apply it at creationRachel Powers
2023-07-02fix: segfault in progress dialogRachel Powers
2023-07-01chore: fix shadowed member and signed/unsigned mismatchRachel Powers
2023-05-05Apply suggestions from code reviewRachel Powers
2023-05-01refactor: Qt can handle const& in signals and slotsRachel Powers
2023-05-01refactor: propogate only only one StepProgress at a timeRachel 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
2022-11-12fix: prevent abort for un-abortable tasksSefa Eyeoglu
2022-10-20fix: hide ProgressDialog when failing/succeeding tasksflow
2022-10-13fix: issues with aborts (again)flow
2022-09-20fix(ui): hook up abort status signal in ProgressDialogflow
2022-09-20fix: simplify abort handling and add missing emitsflow
2022-07-26fix: progress dialog going away even if the task was not abortedflow
2022-07-17fix: clean up execWithTask in Progress Dialogflow
2022-05-21fix: various issues with ProgressDialog and SequentialTasksflow
2022-04-01feat: Use a single progress dialog when doing multiple tasksflow
2021-11-22NOISSUE continue reshuffling the codebasePetr Mrázek