Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-04-15 | feat: prefer to show module name instead of module id | saturneric | 1 | -1/+1 | |
2024-02-29 | feat: add module controller and continue to work on module system | saturneric | 1 | -23/+16 | |
1. speed up building by reducing build info sheader including 2. add module controller 3. continue to work on module system | |||||
2024-01-12 | refactor: use QString instead of std::string and improve threading system | saturneric | 1 | -1/+8 | |
2023-12-03 | fix: slove issues in key/subkey generation | saturneric | 1 | -0/+10 | |
2023-12-03 | feat: general improvements of aync execution and memory security | saturneric | 1 | -2/+3 | |
2023-12-03 | feat: introduce mimalloc to replace secmem | saturneric | 1 | -2/+8 | |
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 | -2/+2 | |
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]> |