Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
11 days | fix: testing and solve bugs found | saturneric | 1 | -2/+0 | |
12 days | fix: found bugs | saturneric | 1 | -2/+0 | |
12 days | feat: support key groups | saturneric | 1 | -14/+13 | |
2025-04-12 | refactor: GpgKey and GpgSubKey | saturneric | 1 | -5/+4 | |
2024-12-13 | refactor: using qt containers instead of std containers | saturneric | 1 | -6/+7 | |
2024-11-26 | feat: improve subkeys and uids table display | saturneric | 1 | -4/+14 | |
2024-11-26 | feat: support uid revoke and uid delete operations | saturneric | 1 | -145/+141 | |
2024-11-19 | feat: add ui some restrictions when primary key not exists | saturneric | 1 | -0/+1 | |
2024-10-26 | fix: should select channel before any gpg operation | saturneric | 1 | -5/+8 | |
2024-10-26 | fix: test basic operations of multi key db and solve issues | saturneric | 1 | -9/+19 | |
2024-07-29 | feat: update copyright info | saturneric | 1 | -1/+1 | |
2024-07-26 | feat: remove spdlog and clean up log | saturneric | 1 | -2/+0 | |
2024-01-18 | fix: slove discovered bugs | saturneric | 1 | -5/+5 | |
2024-01-16 | refactor: remove libgettext from project | saturneric | 1 | -60/+57 | |
2024-01-12 | refactor: remove boost and use QString instead of std::filesystem::path | saturneric | 1 | -23/+8 | |
2024-01-12 | refactor: use QString instead of std::string and improve threading system | saturneric | 1 | -15/+13 | |
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 | -5/+5 | |
2023-12-01 | fix: discover and fix some bugs | saturneric | 1 | -69/+73 | |
2023-11-07 | refactor: separate typedef and impl | saturneric | 1 | -0/+1 | |
2023-10-16 | fix: check and update copyright at files | saturneric | 1 | -3/+5 | |
2023-02-11 | fix: reduce info level logs | Saturneric | 1 | -4/+2 | |
2023-02-11 | feat: upgrade qt framework to 6.3 | Saturneric | 1 | -1/+14 | |
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 | -1/+6 | |
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 | -2/+2 | |
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 | -3/+3 | |
2022-02-04 | <refactor>(src): rename the gpg directory to core | Saturneric | 1 | -3/+3 | |
2022-02-02 | <refactor>(src, test): Normalize the naming of partial classes | Saturneric | 1 | -4/+4 | |
2022-02-02 | <refactor, fix>(ui): Repair and tidy the signal and slot docking | Saturneric | 1 | -24/+25 | |
1. Use more modern ways. 2. Repair partial docking. | |||||
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 | -151/+151 | |
1. tidy up keypair_details. | |||||
2022-01-15 | <doc, refactor>(ci): Tidy up code of core and related parts | Saturneric | 1 | -24/+26 | |
1. Rename related entities. 2. Add a comments. | |||||
2022-01-14 | <doc, refactor>(ci): Tidy up code in gpg/function | Saturneric | 1 | -5/+5 | |
1. Rename related entities. 2. Add a comments. | |||||
2021-12-13 | Improve UI & Fixed. | Saturneric | 1 | -2/+2 | |
2021-12-07 | Support Windows Build | Saturneric | 1 | -9/+4 | |
2021-12-06 | Test & Improve UI | Saturneric | 1 | -4/+9 | |
2021-12-06 | Improve UI & Functions | Saturneric | 1 | -19/+63 | |
2021-12-04 | Fixed | Saturneric | 1 | -1/+1 | |
1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n. | |||||
2021-12-01 | Add i18n Support | Saturneric | 1 | -57/+63 | |
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support. | |||||
2021-11-29 | Solve uid management, related update and other known issues. | Saturneric | 1 | -8/+26 | |
2021-11-29 | Fix Known Bugs. | Saturneric | 1 | -3/+13 | |
1. Import Keys. 2. Import Keys From Server. 3. UID Management. | |||||
2021-10-02 | UI Framework Modified. | Saturneric | 1 | -378/+372 | |
2021-08-29 | Start to rewrite gpg core. | Saturneric | 1 | -1/+1 | |
2021-07-19 | Add simplified Chinese translation. | Saturneric | 1 | -2/+2 | |
Repair and adjustment. | |||||
2021-07-12 | Update Documents; Update UI | Saturneric | 1 | -2/+2 | |
2021-07-07 | UI Improvement; | Saturneric | 1 | -0/+3 | |
Update Documents; | |||||
2021-06-24 | Update Document. | Saturneric | 1 | -6/+14 | |
Fix Bugs in UI. | |||||
2021-06-06 | Add encryption and signature function. | Saturneric | 1 | -13/+13 | |
Adjust and improve the dashboard control. Modify and adjust GpgSignature. Separate Verify result processing code in code structure. Add additional operation toolbar function. Adjust and optimize code structure. Signed-off-by: Saturneric <[email protected]> |