Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-22 | refactor(ui): adjust file structure | Saturneric | 1 | -145/+0 | |
2022-07-22 | feat(ui): use general main window and dialog class | Saturneric | 1 | -2/+2 | |
1. store window size and position 2. store icon size and style | |||||
2022-05-19 | fix: solve general problems for compiling | Saturneric | 1 | -1/+3 | |
2022-05-09 | fix: fix crash poblem when doing operations | Saturneric | 1 | -7/+9 | |
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>(src): Move and split the Global Settings Station | Saturneric | 1 | -1/+1 | |
1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies | |||||
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 | -4/+5 | |
1. Use more modern ways. 2. Repair partial docking. | |||||
2022-01-22 | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 1 | -6/+10 | |
2022-01-22 | <refactor>(ui): tidy up codes and add comments. | Saturneric | 1 | -30/+30 | |
1. tidy up keypair_details. | |||||
2022-01-15 | <doc, refactor>(ui): Tidy up part of the code of ui and related parts | Saturneric | 1 | -1/+1 | |
1. Rename related entities. 2. Add comments. | |||||
2022-01-15 | <doc, refactor>(ci): Tidy up code of core and related parts | Saturneric | 1 | -2/+2 | |
1. Rename related entities. 2. Add a comments. | |||||
2021-12-16 | Fixed & Update Translation. | Saturneric | 1 | -1/+1 | |
2021-12-16 | Fixed & Improve. | Saturneric | 1 | -37/+49 | |
1. Fixed Known Issues. 2. Improve UI. | |||||
2021-12-06 | Test & Improve UI | Saturneric | 1 | -12/+14 | |
2021-12-01 | Add i18n Support | Saturneric | 1 | -7/+7 | |
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 | -4/+5 | |
2021-11-29 | Fix Known Bugs. | Saturneric | 1 | -3/+30 | |
1. Import Keys. 2. Import Keys From Server. 3. UID Management. | |||||
2021-11-28 | Can be compiled with minimal UI support. | Saturneric | 1 | -2/+4 | |
2021-10-02 | UI Framework Modified. | Saturneric | 1 | -37/+55 | |
2021-08-29 | Start to rewrite gpg core. | Saturneric | 1 | -1/+1 | |
2021-06-23 | UI Improved. | Saturneric | 1 | -3/+3 | |
Bugs Fixed. | |||||
2021-06-03 | Add an operation to change the expiration date of the subkey. | Saturneric | 1 | -4/+24 | |
Add reminder of expiration of subkey. Fixed the issue of incomplete display of KeyList for past key strikethrough. Improve the expiration prompt for the key pair master key. Add support for the case where the master key does not exist. Add support for the case where the subkey does not exist. Prompt the user when the master key does not exist. Improve the filtering conditions for the key list that meets the key signatures. Fix some spelling errors. Signed-off-by: Saturneric <[email protected]> | |||||
2021-06-02 | Add and change the expiration date of the key pair. | Saturneric | 1 | -0/+54 | |
Add a window to change the key expiration date. Add a refresh mechanism for the key details tab. Signed-off-by: Saturneric <[email protected]> |