aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/GeneralDialog.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-07-14fix: slove border issues at GernalDialogdev/2.1.0/mainSaturneric1-0/+1
2023-07-14fix: slove position and size resotre issuesSaturneric1-4/+20
2022-11-26fix: record the actural sizeSaturneric1-0/+9
1. record the actural size of dialogs and main windows when they are closing
2022-09-03fix(ui): fix user feedback issues.Saturneric1-0/+5
1. add the font size settings of text editor. 2. fix exception under Russia lang when doing verification.
2022-07-22fix(ui): fix signer picker and other issuesSaturneric1-0/+2
1. signer picker can cancel its operation now 2. fix window title of "Export As Key Package"
2022-07-22style(src): reformat codeSaturneric1-9/+4
2022-07-22feat(ui): use general main window and dialog classSaturneric1-19/+34
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-6/+10
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-11-28Can be compiled with minimal UI support.Saturneric1-0/+5
2021-10-02UI Framework Modified.Saturneric1-10/+11
2021-07-06Fix issues.Saturneric1-1/+1
Improve UI.
2021-07-05Introduce multithreading.Saturneric1-13/+7
Fix Bugs.
2021-05-22Expand and improve GpgKey;Saturneric1-1/+2
Modify project structure, separate KeyPairDetail from other ui files; Add New Tab and Write the Code for KeyPair Details Dialog; Signed-off-by: Saturneric <[email protected]>
2021-05-21Expand Key Details Dialog;Saturneric1-57/+3
Expand and Improve GpgKey and GpgSubKey; Change Interface getKeyDetails(); Code Modified; Signed-off-by: Saturneric <[email protected]>
2021-05-21Change Project Name to GPGFrontend.Saturneric1-14/+17
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-11Change CXX Standard to C++14Saturneric1-4/+13
Headers Tidy and Reformat