aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/QuitDialog.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-03fix: qt5 compile issuessaturneric1-2/+3
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-01-08fix: move quit dialog to center of parentsaturneric1-2/+2
2023-10-23perf: reduce header includes and improve build speedsaturneric1-4/+1
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2022-07-22style(src): reformat codeSaturneric1-1/+1
2022-07-22feat(ui): use general main window and dialog classSaturneric1-1/+2
1. store window size and position 2. store icon size and style
2022-01-23<refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric1-0/+0
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-5/+30
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-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-12/+16
2021-07-15Add send mail function and its settings.Saturneric1-15/+18
2021-06-19Improve project documentsSaturneric1-2/+0
Continue to write ReadME Eliminate compile-time warnings Fix some problems
2021-05-21Change Project Name to GPGFrontend.Saturneric1-1/+1
Give up Local Key Database and Use user default one. Signed-off-by: Saturneric <[email protected]>
2021-05-12File Structure Modified.Saturneric1-0/+0
Change Headers and Source Files Name. Modified CMake Structure.
2021-05-12Srouce Files Tidy and ReformSaturneric1-4/+4
2021-05-11Change CXX Standard to C++14Saturneric1-13/+10
Headers Tidy and Reformat