aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/WaitingDialog.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-12fix: wrong ui dialog order after switching appssaturneric1-0/+3
2025-02-03fix: set pb range when size of operas > 1saturneric1-1/+3
2025-01-26feat: allow file batch operationssaturneric1-7/+10
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-01-31fix: slove discovered issues on windows platformsaturneric1-0/+1
2024-01-19fix: solve discovered bugs and improve ui operationssaturneric1-1/+1
2023-12-24fix: use the new async encrypt symmetric api at gui appsaturneric1-7/+1
2023-12-03fix: slove issues in key/subkey generationsaturneric1-1/+4
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2023-07-14fix: improve waiting dialogSaturneric1-21/+3
2023-02-11fix: reduce info level logsSaturneric1-3/+3
2023-02-03feat: change the log style in source filesSaturneric1-3/+3
2022-01-23<refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric1-1/+1
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2021-12-02Fix and Modified.Saturneric1-0/+23
1. Fix known issues. 2. Modified Settings. 3. Modified parts of modules.
2021-12-01Add i18n SupportSaturneric1-2/+2
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-10-02UI Framework Modified.Saturneric1-15/+45
2021-07-07UI Improvement;Saturneric1-0/+1
Update Documents;
2021-07-06Fix issues.Saturneric1-2/+6
Improve UI.
2021-07-05Introduce multithreading.Saturneric1-0/+15
Fix Bugs.