aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/CacheManager.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-11-20feat: enhance cache apisaturneric1-1/+1
2024-07-29feat: update copyright infosaturneric1-3/+3
2024-01-17fix: find and slove some bugssaturneric1-4/+66
2024-01-15feat: use qt json support components in data object and infos gathering modulesaturneric1-5/+3
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-6/+4
2024-01-05fix: slove some known issuessaturneric1-3/+1
2023-12-16fix: use secure memory management at impl classsaturneric1-1/+1
2023-11-07refactor: remove CommonUtils at coresaturneric1-61/+11
2023-11-06refactor: clean up core's codessaturneric1-1/+1
2023-10-28refactor: start to tidy up code using clang-tidysaturneric1-1/+0
2023-10-23perf: reduce header includes and improve build speedsaturneric1-4/+4
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2023-07-13feat: support instant flush when save cacheSaturneric1-1/+2
2023-07-13feat: add CacheManager to deal with cacheSaturneric1-4/+71
2023-02-04feat: add cache recovery functionsaturneric1-6/+12
2022-07-22fix(ui): fix signer picker and other issuesSaturneric1-0/+1
1. signer picker can cancel its operation now 2. fix window title of "Export As Key Package"
2022-07-22refactor(ui): adjust file structureSaturneric1-0/+0
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-7/+10
2021-12-06Improve UI & FunctionsSaturneric1-5/+6
2021-12-01Add i18n SupportSaturneric1-2/+2
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-11-29Fix Known Bugs.Saturneric1-6/+6
1. Import Keys. 2. Import Keys From Server. 3. UID Management.
2021-10-02UI Framework Modified.Saturneric1-0/+0
2021-08-10Split some source files that are too large.Saturneric1-3/+23
2021-06-02Add and change the expiration date of the key pair.Saturneric1-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]>