Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-04-12 | fix: avoid accessing invalid pointers of structs related to gpgme_key | saturneric | 1 | -1/+2 | |
2024-12-13 | refactor: using qt containers instead of std containers | saturneric | 1 | -7/+8 | |
2024-07-29 | feat: update copyright info | saturneric | 1 | -1/+1 | |
2024-01-12 | refactor: use QString instead of std::string and improve threading system | saturneric | 1 | -4/+4 | |
2023-11-07 | style: tidy up core/model | saturneric | 1 | -17/+18 | |
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 | -1/+41 | |
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 | |
2022-01-15 | <doc, refactor>(ci): Tidy up code of core and related parts | Saturneric | 1 | -1/+1 | |
1. Rename related entities. 2. Add a comments. | |||||
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 | -13/+2 | |
2021-08-10 | Add Functions: | Saturneric | 1 | -3/+23 | |
GpgFrontend Settings Service Token Short Crypto Text Functions TODO: Revoke Cert Generation | |||||
2021-06-06 | Add encryption and signature function. | Saturneric | 1 | -3/+3 | |
Adjust and improve the dashboard control. Modify and adjust GpgSignature. Separate Verify result processing code in code structure. Add additional operation toolbar function. Adjust and optimize code structure. Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-28 | Make eligible keys enter the signature candidate list. | Saturneric | 1 | -1/+2 | |
Added delete UID interface and function. Added setting as the main UID function. Added the delete key signature menu and function (there is a problem). Improve the presentation of key list items Improve the page function of KeyList. Added pop-up menu for UID list operation on UIDTab interface. Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-25 | Fix some problems caused by negligence. | Saturneric | 1 | -0/+1 | |
Basically complete the function of signing the key. There are still problems with the refresh mechanism. Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-22 | Enhance code robustness; | Saturneric | 1 | -0/+16 | |
Improve performance for GpgKey; Fix code defects. Makes the update response to changes in the key database directed. Signed-off-by: Saturneric <[email protected]> |