aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/QuitDialog.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: qt5 compile issuessaturneric2025-02-031-2/+2
|
* feat: update copyright infosaturneric2024-07-291-1/+1
|
* refactor: remove libgettext from projectsaturneric2024-01-161-9/+8
|
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-121-6/+4
|
* fix: move quit dialog to center of parentsaturneric2024-01-081-20/+23
|
* fix: check and update copyright at filessaturneric2023-10-161-2/+2
|
* feat(ui): use general main window and dialog classSaturneric2022-07-221-2/+2
| | | | | 1. store window size and position 2. store icon size and style
* <refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric2022-02-021-3/+3
| | | | | 1. Use more modern ways. 2. Repair partial docking.
* <refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric2022-01-231-0/+145
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.