Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
12 days | feat: support key groups | saturneric | 1 | -1/+10 | |
2025-04-12 | feat: add openpgp smart card support | saturneric | 1 | -4/+7 | |
2025-04-12 | fix: avoid accessing invalid pointers of structs related to gpgme_key | saturneric | 1 | -27/+25 | |
2025-04-12 | refactor: GpgKey and GpgSubKey | saturneric | 1 | -15/+12 | |
2025-04-12 | feat: add ui support for adsk features | saturneric | 1 | -0/+5 | |
2025-04-11 | feat: support adsk | saturneric | 1 | -0/+5 | |
2025-02-02 | refactor: make some function names shorter | saturneric | 1 | -6/+4 | |
2024-12-13 | refactor: using qt containers instead of std containers | saturneric | 1 | -10/+4 | |
2024-07-29 | feat: update copyright info | saturneric | 1 | -1/+1 | |
2024-01-18 | fix: add test cases and solve discovered issues | saturneric | 1 | -0/+7 | |
2024-01-12 | refactor: remove boost and use QString instead of std::filesystem::path | saturneric | 1 | -4/+4 | |
2024-01-12 | refactor: use QString instead of std::string and improve threading system | saturneric | 1 | -5/+3 | |
2023-11-07 | style: tidy up core/model | saturneric | 1 | -41/+38 | |
2023-10-16 | fix: check and update copyright at files | saturneric | 1 | -2/+2 | |
2022-05-07 | refactor: develop 2.0.6 start | Saturneric | 1 | -0/+72 | |
1. delete smtp ability 2. change libs link type to dramatic | |||||
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 | |
2021-12-01 | Add i18n Support | Saturneric | 1 | -3/+4 | |
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support. | |||||
2021-09-05 | Rewrite the core. | Saturneric | 1 | -0/+0 | |
Adjust the structure. | |||||
2021-08-29 | Start to rewrite gpg core. | Saturneric | 1 | -27/+2 | |
2021-06-03 | Add an operation to change the expiration date of the subkey. | Saturneric | 1 | -2/+3 | |
Add reminder of expiration of subkey. Fixed the issue of incomplete display of KeyList for past key strikethrough. Improve the expiration prompt for the key pair master key. Add support for the case where the master key does not exist. Add support for the case where the subkey does not exist. Prompt the user when the master key does not exist. Improve the filtering conditions for the key list that meets the key signatures. Fix some spelling errors. Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-22 | Enhance code robustness; | Saturneric | 1 | -0/+26 | |
Improve performance for GpgKey; Fix code defects. Makes the update response to changes in the key database directed. Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-21 | Expand Key Details Dialog; | Saturneric | 1 | -4/+23 | |
Expand and Improve GpgKey and GpgSubKey; Change Interface getKeyDetails(); Code Modified; Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-21 | Modified KeyList and Add Usage Support; | Saturneric | 1 | -0/+5 | |
Improve and Expand GpgKey. Add GpgSubKey. Signed-off-by: Saturneric <[email protected]> |