Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: support key groups | saturneric | 12 days | 1 | -12/+11 |
| | |||||
* | refactor: GpgKey and GpgSubKey | saturneric | 2025-04-12 | 1 | -2/+2 |
| | |||||
* | refactor: clean up code | saturneric | 2025-01-27 | 1 | -2/+1 |
| | |||||
* | fix: test basic operations of multi key db and solve issues | saturneric | 2024-10-26 | 1 | -4/+10 |
| | |||||
* | feat: update copyright info | saturneric | 2024-07-29 | 1 | -1/+1 |
| | |||||
* | fix: solve discovered bugs and improve ui operations | saturneric | 2024-01-19 | 1 | -4/+2 |
| | |||||
* | refactor: remove libgettext from project | saturneric | 2024-01-16 | 1 | -43/+38 |
| | |||||
* | refactor: remove libconfig++ form project | saturneric | 2024-01-15 | 1 | -2/+4 |
| | |||||
* | refactor: use QString instead of std::string and improve threading system | saturneric | 2024-01-12 | 1 | -39/+40 |
| | |||||
* | refactor: separate typedef and impl | saturneric | 2023-11-07 | 1 | -0/+1 |
| | |||||
* | refactor: improve the code structure of core | saturneric | 2023-11-06 | 1 | -0/+1 |
| | |||||
* | style: improve code style of core | saturneric | 2023-10-30 | 1 | -1/+1 |
| | |||||
* | fix: check and update copyright at files | saturneric | 2023-10-16 | 1 | -2/+2 |
| | |||||
* | feat: simplify settings lookup | Saturneric | 2023-04-05 | 1 | -10/+3 |
| | |||||
* | feat: improve ui when gnupg is offline | Saturneric | 2023-03-31 | 1 | -3/+17 |
| | |||||
* | style(src): reformat code | Saturneric | 2022-07-22 | 1 | -1/+1 |
| | |||||
* | <refactor>(core, ui): Adjust the core code directory structure. | Saturneric | 2022-02-06 | 1 | -1/+1 |
| | |||||
* | <refactor>(src): rename the gpg directory to core | Saturneric | 2022-02-04 | 1 | -1/+1 |
| | |||||
* | <refactor, fix>(ui): Repair and tidy the signal and slot docking | Saturneric | 2022-02-02 | 1 | -2/+2 |
| | | | | | 1. Use more modern ways. 2. Repair partial docking. | ||||
* | <refactor>(ui): tidy up codes and comments. | Saturneric | 2022-01-23 | 1 | -1/+1 |
| | | | | 1. tidy up ui. | ||||
* | <refactor>(ui): tidy up codes and comments. | Saturneric | 2022-01-23 | 1 | -14/+14 |
| | | | | 1. tidy up widgets. | ||||
* | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 2022-01-22 | 1 | -6/+10 |
| | |||||
* | <doc, refactor>(ci): Tidy up code of core and related parts | Saturneric | 2022-01-15 | 1 | -25/+25 |
| | | | | | 1. Rename related entities. 2. Add a comments. | ||||
* | Test & Improve UI | Saturneric | 2021-12-06 | 1 | -10/+9 |
| | |||||
* | Improve UI & Functions | Saturneric | 2021-12-06 | 1 | -38/+30 |
| | |||||
* | Fix and Modified. | Saturneric | 2021-12-02 | 1 | -1/+1 |
| | | | | | | 1. Fix known issues. 2. Modified Settings. 3. Modified parts of modules. | ||||
* | Add i18n Support | Saturneric | 2021-12-01 | 1 | -47/+52 |
| | | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support. | ||||
* | Can be compiled with minimal UI support. | Saturneric | 2021-11-28 | 1 | -5/+5 |
| | |||||
* | UI Framework Modified. | Saturneric | 2021-10-02 | 1 | -155/+168 |
| | |||||
* | Start to rewrite gpg core. | Saturneric | 2021-08-29 | 1 | -2/+2 |
| | |||||
* | Adjust and improve the basic settings page | Saturneric | 2021-07-04 | 1 | -4/+1 |
| | | | | Other improvements | ||||
* | Repair and improve the functions and UI related to the upload and update of ↵ | Saturneric | 2021-06-21 | 1 | -1/+1 |
| | | | | | | | the key server. Improve part of the UI description. Repair the problems in the project configuration file. | ||||
* | Adjust and improve the detailed interface of the verification information ↵ | Saturneric | 2021-06-05 | 1 | -0/+206 |
result. Check whether the key can be signed before signing operation. Check whether the key is qualified before encrypting and signing operations. Modify part of the text explanation on the key details tab. Adjust the length and width of the key pair management interface. Add the actual function column to the list on the file operation page. Adjust the file operation page. For the function that displays the actual possession of the key in the key list by default. Add the function of displaying the actual possession of the key in the key details page. Adjust the code structure. Convert the label prompt below into a message board prompt. Signed-off-by: Saturneric <[email protected]> |