Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-11-20 | feat: enhance cache api | saturneric | 1 | -1/+1 | |
2024-07-29 | feat: update copyright info | saturneric | 1 | -3/+3 | |
2024-01-17 | fix: find and slove some bugs | saturneric | 1 | -4/+66 | |
2024-01-15 | feat: use qt json support components in data object and infos gathering module | saturneric | 1 | -5/+3 | |
2024-01-12 | refactor: use QString instead of std::string and improve threading system | saturneric | 1 | -6/+4 | |
2024-01-05 | fix: slove some known issues | saturneric | 1 | -3/+1 | |
2023-12-16 | fix: use secure memory management at impl class | saturneric | 1 | -1/+1 | |
2023-11-07 | refactor: remove CommonUtils at core | saturneric | 1 | -61/+11 | |
2023-11-06 | refactor: clean up core's codes | saturneric | 1 | -1/+1 | |
2023-10-28 | refactor: start to tidy up code using clang-tidy | saturneric | 1 | -1/+0 | |
2023-10-23 | perf: reduce header includes and improve build speed | saturneric | 1 | -4/+4 | |
2023-10-16 | fix: check and update copyright at files | saturneric | 1 | -2/+2 | |
2023-07-13 | feat: support instant flush when save cache | Saturneric | 1 | -1/+2 | |
2023-07-13 | feat: add CacheManager to deal with cache | Saturneric | 1 | -4/+71 | |
2023-02-04 | feat: add cache recovery function | saturneric | 1 | -6/+12 | |
2022-07-22 | fix(ui): fix signer picker and other issues | Saturneric | 1 | -0/+1 | |
1. signer picker can cancel its operation now 2. fix window title of "Export As Key Package" | |||||
2022-07-22 | refactor(ui): adjust file structure | Saturneric | 1 | -0/+0 | |
2022-01-22 | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 1 | -7/+10 | |
2021-12-06 | Improve UI & Functions | Saturneric | 1 | -5/+6 | |
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 | Fix Known Bugs. | Saturneric | 1 | -6/+6 | |
1. Import Keys. 2. Import Keys From Server. 3. UID Management. | |||||
2021-10-02 | UI Framework Modified. | Saturneric | 1 | -0/+0 | |
2021-08-10 | Split some source files that are too large. | Saturneric | 1 | -3/+23 | |
2021-06-02 | Add and change the expiration date of the key pair. | Saturneric | 1 | -0/+14 | |
Add a window to change the key expiration date. Add a refresh mechanism for the key details tab. Signed-off-by: Saturneric <[email protected]> |