Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-04-16 | fix: improve grt tab, mods name and its project structure | saturneric | 1 | -100/+0 | |
2024-03-02 | refactor: reduce core prebuild headers and isolate core to modules | saturneric | 1 | -0/+38 | |
2024-02-29 | feat: add prefix GF to all sdk and module symbols | saturneric | 1 | -20/+20 | |
2024-02-28 | feat: upgrade module system | saturneric | 1 | -6/+10 | |
1. load module and resolve symbols at runtime 2. restrict sdk functions and structures to c style 3. add some core api to support it | |||||
2024-01-23 | fix: solve issues on detected gnupg path function and fix linking errors on ↵ | saturneric | 1 | -0/+1 | |
windows platform | |||||
2024-01-22 | fix: improve ui and solve discovered bugs at version checking module | saturneric | 1 | -3/+4 | |
2023-11-06 | refactor: improve the code structure of core | saturneric | 1 | -1/+1 | |
2023-10-30 | style: improve code style of core | saturneric | 1 | -2/+2 | |
2023-10-25 | feat: moving gnupg info gathering logic to a new module | saturneric | 1 | -45/+3 | |
2023-10-24 | feat: try to use GRT as a info exchange center of modules and ui | saturneric | 1 | -7/+9 | |
2023-10-23 | fix: solve some issues on log system | saturneric | 1 | -7/+7 | |
2023-10-23 | perf: reduce header includes and improve build speed | saturneric | 1 | -0/+3 | |
2023-10-23 | feat: improve project structure and add GRT for modules | saturneric | 1 | -38/+27 | |
2023-10-17 | refactor: change plugin system to module system | saturneric | 1 | -6/+6 | |
2023-10-16 | feat: using piml tech on plugin system | saturneric | 1 | -10/+9 | |
2023-10-16 | fix: check and update copyright at files | saturneric | 1 | -2/+2 | |
2023-10-15 | feat: start to add plugin system and do some improve on project configuration | saturneric | 1 | -5/+9 | |
2023-02-07 | fix: solve an issue in version checking | Saturneric | 1 | -3/+9 | |
2023-02-03 | feat: change the log style in source files | Saturneric | 1 | -42/+41 | |
2023-01-07 | feat: add advanced gnupg operations | Saturneric | 1 | -0/+67 | |
1.fix some issues 2. add advanced gnupg operations 3. add configurations information in Gnupg Help Tab | |||||
2022-01-23 | <refactor, style>(gpg, ui, project): tidy up codes and comments. | Saturneric | 1 | -0/+0 | |
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file. | |||||
2022-01-22 | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 1 | -6/+10 | |
2022-01-03 | <fix, feature>(core, ui): version system upgrade. | Saturneric | 1 | -1/+1 | |
1. can notice user withdraw version now. 2. fix software not restart when signal caught. 3. improve ui. | |||||
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 | -1/+1 | |
1. Import Keys. 2. Import Keys From Server. 3. UID Management. | |||||
2021-08-15 | Bugs Fixed; Improve Functions; | Saturneric | 1 | -1/+1 | |
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/+5 | |
Add a window to change the key expiration date. Add a refresh mechanism for the key details tab. Signed-off-by: Saturneric <[email protected]> |