Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-07-28 | fix: errors in judgment conditions | saturneric | 1 | -2/+2 | |
2024-07-28 | feat: add paper key module support | saturneric | 1 | -0/+166 | |
2024-07-26 | feat: remove spdlog and clean up log | saturneric | 1 | -2/+1 | |
2024-01-31 | feat: support qt5 build option | saturneric | 1 | -0/+5 | |
2024-01-30 | fix: add function to import key rev cert | saturneric | 1 | -7/+71 | |
2024-01-23 | feat: add a setting to enable gpgme debug log | saturneric | 1 | -1/+1 | |
2024-01-19 | fix: solve discovered bugs and improve ui operations | saturneric | 1 | -5/+3 | |
2024-01-18 | fix: slove discovered bugs | saturneric | 1 | -0/+2 | |
2024-01-16 | refactor: remove libgettext from project | saturneric | 1 | -54/+54 | |
2024-01-15 | refactor: remove libconfig++ form project | saturneric | 1 | -9/+5 | |
2024-01-12 | refactor: use QString instead of std::string and improve threading system | saturneric | 1 | -38/+32 | |
2024-01-11 | feat: improve api and ui of keys import and export | saturneric | 1 | -29/+22 | |
2024-01-05 | feat: integrate logging api to core | saturneric | 1 | -2/+2 | |
2023-12-04 | fix: slove some ui issues | saturneric | 1 | -6/+3 | |
2023-12-03 | feat: general improvements of aync execution and memory security | saturneric | 1 | -9/+19 | |
2023-12-02 | feat: add buddled qt pinentry and make it works | saturneric | 1 | -5/+7 | |
2023-12-02 | fix: add set owner struct action in keymanager menu | saturneric | 1 | -49/+7 | |
2023-11-06 | refactor: improve the code structure of core | saturneric | 1 | -0/+2 | |
2023-10-30 | style: improve code style of core | saturneric | 1 | -5/+5 | |
2023-10-17 | refactor: use piml tech to rewrite GlobalSettingsStation | saturneric | 1 | -1/+1 | |
2023-10-16 | fix: check and update copyright at files | saturneric | 1 | -3/+5 | |
2023-07-14 | fix: improve ui | Saturneric | 1 | -28/+4 | |
2023-07-13 | feat: improve ui of owner trust function | Saturneric | 1 | -6/+17 | |
2023-07-12 | feat: support owner trust level settings of gpg key | Saturneric | 1 | -0/+49 | |
2023-03-31 | feat: improve ui when gnupg is offline | Saturneric | 1 | -0/+14 | |
2023-03-30 | fix: solve export key filename issues on windows | Saturneric | 1 | -0/+18 | |
2023-02-11 | fix: reduce info level logs | Saturneric | 1 | -2/+2 | |
2023-02-03 | feat: change the log style in source files | Saturneric | 1 | -2/+2 | |
2022-07-22 | refactor(ui): adjust file structure | Saturneric | 1 | -2/+2 | |
2022-05-12 | fix(ui): remove spaces in export key filename | Saturneric | 1 | -3/+12 | |
2022-02-06 | <refactor>(core, ui): Adjust the core code directory structure. | Saturneric | 1 | -2/+2 | |
2022-02-04 | <refactor>(src): rename the gpg directory to core | Saturneric | 1 | -2/+2 | |
2022-02-02 | <refactor, fix>(ui): Repair and tidy the signal and slot docking | Saturneric | 1 | -18/+18 | |
1. Use more modern ways. 2. Repair partial docking. | |||||
2022-01-23 | <refactor, style>(gpg, ui, project): tidy up codes and comments. | Saturneric | 1 | -1/+1 | |
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file. | |||||
2022-01-23 | <refactor>(ui): tidy up codes and comments. | Saturneric | 1 | -3/+3 | |
1. tidy up ui. | |||||
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 | -28/+28 | |
1. tidy up keypair_details. | |||||
2022-01-15 | <doc, refactor>(ci): Tidy up code of core and related parts | Saturneric | 1 | -16/+16 | |
1. Rename related entities. 2. Add a comments. | |||||
2022-01-12 | <refactor>(ui): Change Sync() to Sync Settings() | Saturneric | 1 | -1/+1 | |
2022-01-02 | <refactor>(ui): take operations apart from key details. | Saturneric | 1 | -295/+73 | |
2022-01-02 | <feat, refactor, fixed>(core, ui): add & modify file operations | Saturneric | 1 | -7/+8 | |
1. add non ascii mode for file operations. 2. the suffix of normalized file encryption. 3. refactor general settings. | |||||
2022-01-02 | <refactor, fixed, test>(core, ui): add & modify core and ui | Saturneric | 1 | -3/+3 | |
1. add init functions for core. 2. add non ascii settings. 3. fit ui with this version of core. | |||||
2021-12-25 | <refactor, test>(core, test): core improved and test gpg alone mode | Saturneric | 1 | -1/+1 | |
1. let modules known their channels. 2. let factory create a channel. 3. reduce dumplicate code. 4. add type check for function object. 5. test gpg alone mode. 6. remove some asserts. 7. rename importexportor to importexporter. 8. move args in gpg context constructor to a struct. | |||||
2021-12-16 | Fixed Known Issues on Export. | Saturneric | 1 | -17/+23 | |
2021-12-16 | Added & Improved & Fixed. | Saturneric | 1 | -2/+8 | |
Fixed Bugs in core. Improved Send Mail & Keyserver Settings. Added Pubkey Sync for key list. Added Refresh for key list. Improved Send Mail and others. Known Bugs Fixed. | |||||
2021-12-13 | Improve UI & Fixed. | Saturneric | 1 | -6/+10 | |
2021-12-13 | Update Translate & Added. | Saturneric | 1 | -21/+85 | |
1. Added Export OpenSSH Format 2. Added Export Short Secret Key 3. Improve UI | |||||
2021-12-07 | Support Windows Build | Saturneric | 1 | -2/+0 | |
2021-12-07 | Add Translate & Fix Bugs. | Saturneric | 1 | -26/+34 | |
2021-12-06 | Test & Improve UI | Saturneric | 1 | -52/+63 | |