Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
10 days | fix: find out adsk problem of flatpak | saturneric | 1 | -1/+0 | |
12 days | feat: switch text-based model to workspace-based model | saturneric | 1 | -32/+11 | |
12 days | fix: testing and solve bugs found | saturneric | 1 | -2/+0 | |
13 days | feat: support key groups | saturneric | 1 | -39/+37 | |
2025-04-12 | refactor: GpgKey and GpgSubKey | saturneric | 1 | -18/+17 | |
2025-02-02 | refactor: make some function names shorter | saturneric | 1 | -8/+8 | |
2025-01-27 | refactor: clean up code | saturneric | 1 | -8/+2 | |
2024-12-02 | translation: update translations | saturneric | 1 | -3/+4 | |
2024-11-25 | fix: no need to call trigger event from another thread | saturneric | 1 | -39/+29 | |
2024-11-22 | feat: add option to disable auto fetch key publish status function | saturneric | 1 | -2/+9 | |
2024-11-19 | feat: add ui some restrictions when primary key not exists | saturneric | 1 | -0/+3 | |
2024-11-17 | feat: use keys.openpgp.org as default for key publishing and refreshing | saturneric | 1 | -8/+78 | |
2024-10-26 | fix: test basic operations of multi key db and solve issues | saturneric | 1 | -3/+12 | |
2024-07-31 | fix: addressing some of the significant deficiencies identified | saturneric | 1 | -0/+2 | |
2024-07-29 | feat: update copyright info | saturneric | 1 | -1/+1 | |
2024-01-18 | fix: slove discovered bugs | saturneric | 1 | -16/+15 | |
2024-01-18 | fix: add test cases and solve discovered issues | saturneric | 1 | -16/+22 | |
2024-01-16 | refactor: remove libgettext from project | saturneric | 1 | -38/+34 | |
2024-01-12 | refactor: remove boost and use QString instead of std::filesystem::path | saturneric | 1 | -23/+7 | |
2024-01-12 | refactor: use QString instead of std::string and improve threading system | saturneric | 1 | -86/+89 | |
2024-01-05 | feat: integrate logging api to core | saturneric | 1 | -2/+2 | |
2023-12-02 | fix: add set owner struct action in keymanager menu | saturneric | 1 | -3/+3 | |
2023-11-07 | refactor: separate typedef and impl | saturneric | 1 | -0/+1 | |
2023-11-06 | refactor: improve the code structure of core | saturneric | 1 | -1/+2 | |
2023-10-30 | style: improve code style of core | saturneric | 1 | -1/+1 | |
2023-10-16 | fix: check and update copyright at files | saturneric | 1 | -3/+5 | |
2023-07-12 | feat: support owner trust level settings of gpg key | Saturneric | 1 | -9/+14 | |
2023-02-11 | fix: reduce info level logs | Saturneric | 1 | -4/+2 | |
2023-02-11 | feat: upgrade qt framework to 6.3 | Saturneric | 1 | -0/+15 | |
2023-02-03 | feat: change the log style in source files | Saturneric | 1 | -3/+3 | |
2022-11-26 | feat: support generate ecc key | Saturneric | 1 | -2/+7 | |
1. support elliptische kurve nist | |||||
2022-07-22 | refactor(ui): adjust file structure | Saturneric | 1 | -1/+1 | |
2022-05-09 | fix: fix crash poblem when doing operations | Saturneric | 1 | -5/+7 | |
1. refactor GpgFunctionObject to solve shared library problem. 2. fix multi-threading issues in refreshing. 3. improve loading speed for key list 4. improve ui operation 5. do other fixing and improving operations | |||||
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-01 | <refactor>(ui): tidy up code. | Saturneric | 1 | -100/+101 | |
1. rename class member variables. 2. rename slot function. | |||||
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-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 | -2/+2 | |
1. tidy up keypair_details. | |||||
2022-01-15 | <doc, refactor>(ci): Tidy up code of core and related parts | Saturneric | 1 | -28/+34 | |
1. Rename related entities. 2. Add a comments. | |||||
2022-01-03 | <fix, feature>(core, ui): add key in smart card support. | Saturneric | 1 | -34/+37 | |
1.fix problem that when key is in a smart card, the result of FetchKey() is not equal with which provided by GetKey(). | |||||
2022-01-02 | <refactor>(ui): take operations apart from key details. | Saturneric | 1 | -309/+0 | |
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 | |