aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/QuitDialog.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-03fix: qt5 compile issuessaturneric1-2/+2
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-01-16refactor: remove libgettext from projectsaturneric1-9/+8
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-6/+4
2024-01-08fix: move quit dialog to center of parentsaturneric1-20/+23
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2022-07-22feat(ui): use general main window and dialog classSaturneric1-2/+2
1. store window size and position 2. store icon size and style
2022-02-02<refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric1-3/+3
1. Use more modern ways. 2. Repair partial docking.
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-23<refactor>(ui): tidy up codes and comments.Saturneric1-24/+24
1. tidy up ui.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2021-12-01Add i18n SupportSaturneric1-14/+16
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-10-02UI Framework Modified.Saturneric1-87/+94
2021-07-05Improve large file reading.Saturneric1-1/+1
Add loading animation. Other improvements.
2021-06-19Improve project documentsSaturneric1-12/+13
Continue to write ReadME Eliminate compile-time warnings Fix some problems
2021-05-21Change Project Name to GPGFrontend.Saturneric1-14/+16
Give up Local Key Database and Use user default one. Signed-off-by: Saturneric <[email protected]>
2021-05-12File Structure Modified.Saturneric1-1/+1
Change Headers and Source Files Name. Modified CMake Structure.
2021-05-12Srouce Files Tidy and ReformSaturneric1-29/+27