Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
12 days | feat: support key groups | saturneric | 1 | -3/+3 | |
2024-11-26 | feat: support uid revoke and uid delete operations | saturneric | 1 | -2/+2 | |
2024-10-26 | fix: test basic operations of multi key db and solve issues | saturneric | 1 | -1/+2 | |
2024-07-29 | feat: update copyright info | saturneric | 1 | -1/+1 | |
2024-01-19 | fix: solve discovered bugs and improve ui operations | saturneric | 1 | -3/+2 | |
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 | -3/+5 | |
2022-07-22 | refactor(ui): adjust file structure | Saturneric | 1 | -0/+0 | |
2022-07-22 | style(src): reformat code | Saturneric | 1 | -1/+1 | |
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 | -4/+6 | |
2022-01-22 | <refactor>(ui): tidy up codes and add comments. | Saturneric | 1 | -13/+24 | |
1. tidy up keypair_details. | |||||
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-29 | Solve uid management, related update and other known issues. | Saturneric | 1 | -3/+5 | |
2021-10-02 | UI Framework Modified. | Saturneric | 1 | -21/+19 | |
2021-08-29 | Start to rewrite gpg core. | Saturneric | 1 | -2/+2 | |
2021-06-06 | Add encryption and signature function. | Saturneric | 1 | -2/+2 | |
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-31 | Add a copyright statement to the header of some files. | Saturneric | 1 | -3/+23 | |
Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-26 | Fix the wrong use of the signing key interface. | Saturneric | 1 | -5/+5 | |
Fix the problem that the window or control is not deleted after it is closed. Modify the names of some classes. Extend the function of KeyList, add exclusion list. Improve the message mechanism of GpgContext. Fix the problem caused by incorrect API calls caused by incorrect understanding of the gpgme document. Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-25 | Fix some problems caused by negligence. | Saturneric | 1 | -2/+2 | |
Basically complete the function of signing the key. There are still problems with the refresh mechanism. Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-24 | Streamline, expand and improve the interface of GpgContext. | Saturneric | 1 | -0/+44 | |
Fix the wrong use of the query interface for fingerprints or identifiers at VerifyKeyDetailBox.cpp and VerifyNotification.cpp. Write the processing logic and page logic for adding a signature to the key. Signed-off-by: Saturneric <[email protected]> |