Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
10 days | feat: generate cark keys | saturneric | 1 | -1/+1 | |
2025-02-03 | fix: qt5 compile issues | saturneric | 1 | -4/+3 | |
2024-11-22 | feat: default key db is not editable | saturneric | 1 | -2/+5 | |
2024-11-22 | feat: add more operations on key db items | saturneric | 1 | -0/+1 | |
2024-11-17 | feat: add restrictions to key database | saturneric | 1 | -1/+7 | |
2024-10-25 | feat: add more context of key database support | saturneric | 1 | -10/+13 | |
2024-10-18 | feat: set reason code and text at revoke-certification | saturneric | 1 | -9/+19 | |
2024-07-29 | feat: update copyright info | saturneric | 1 | -1/+1 | |
2023-11-07 | refactor: separate typedef and impl | saturneric | 1 | -1/+1 | |
2023-11-06 | refactor: improve the code structure of core | saturneric | 1 | -0/+1 | |
2023-11-06 | refactor: clean up core's codes | saturneric | 1 | -1/+1 | |
2023-10-23 | perf: reduce header includes and improve build speed | saturneric | 1 | -4/+1 | |
2023-10-16 | fix: check and update copyright at files | saturneric | 1 | -2/+2 | |
2022-07-22 | refactor(ui): adjust file structure | Saturneric | 1 | -0/+0 | |
2022-07-22 | feat(ui): use general main window and dialog class | Saturneric | 1 | -1/+2 | |
1. store window size and position 2. store icon size and style | |||||
2022-02-04 | <refactor>(src): rename the gpg directory to core | Saturneric | 1 | -1/+1 | |
2022-01-22 | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 1 | -6/+10 | |
2022-01-22 | <refactor>(ui): tidy up codes and add comments. | Saturneric | 1 | -1/+1 | |
1. tidy up keypair_details. | |||||
2022-01-02 | <refactor>(ui): take operations apart from key details. | Saturneric | 1 | -3/+0 | |
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-10-02 | UI Framework Modified. | Saturneric | 1 | -11/+12 | |
2021-08-29 | Start to rewrite gpg core. | Saturneric | 1 | -1/+1 | |
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 |