Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-07-14 | fix: slove border issues at GernalDialogdev/2.1.0/main | Saturneric | 1 | -0/+1 | |
2023-07-14 | fix: slove position and size resotre issues | Saturneric | 1 | -4/+20 | |
2022-11-26 | fix: record the actural size | Saturneric | 1 | -0/+9 | |
1. record the actural size of dialogs and main windows when they are closing | |||||
2022-09-03 | fix(ui): fix user feedback issues. | Saturneric | 1 | -0/+5 | |
1. add the font size settings of text editor. 2. fix exception under Russia lang when doing verification. | |||||
2022-07-22 | fix(ui): fix signer picker and other issues | Saturneric | 1 | -0/+2 | |
1. signer picker can cancel its operation now 2. fix window title of "Export As Key Package" | |||||
2022-07-22 | style(src): reformat code | Saturneric | 1 | -9/+4 | |
2022-07-22 | feat(ui): use general main window and dialog class | Saturneric | 1 | -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. | Saturneric | 1 | -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. | Saturneric | 1 | -6/+10 | |
1. tidy up ui. | |||||
2022-01-22 | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 1 | -6/+10 | |
2021-12-01 | Add i18n Support | Saturneric | 1 | -2/+2 | |
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support. | |||||
2021-11-28 | Can be compiled with minimal UI support. | Saturneric | 1 | -0/+5 | |
2021-10-02 | UI Framework Modified. | Saturneric | 1 | -10/+11 | |
2021-07-06 | Fix issues. | Saturneric | 1 | -1/+1 | |
Improve UI. | |||||
2021-07-05 | Introduce multithreading. | Saturneric | 1 | -13/+7 | |
Fix Bugs. | |||||
2021-05-22 | Expand and improve GpgKey; | Saturneric | 1 | -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-21 | Expand Key Details Dialog; | Saturneric | 1 | -57/+3 | |
Expand and Improve GpgKey and GpgSubKey; Change Interface getKeyDetails(); Code Modified; Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-21 | Change Project Name to GPGFrontend. | Saturneric | 1 | -14/+17 | |
Give up Local Key Database and Use user default one. Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-12 | File Structure Modified. | Saturneric | 1 | -1/+1 | |
Change Headers and Source Files Name. Modified CMake Structure. | |||||
2021-05-11 | Change CXX Standard to C++14 | Saturneric | 1 | -4/+13 | |
Headers Tidy and Reformat |