Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
12 days | feat: support key groups | saturneric | 1 | -12/+11 | |
2025-04-12 | refactor: GpgKey and GpgSubKey | saturneric | 1 | -2/+2 | |
2025-01-27 | refactor: clean up code | saturneric | 1 | -2/+1 | |
2024-10-26 | fix: test basic operations of multi key db and solve issues | saturneric | 1 | -4/+10 | |
2024-07-29 | feat: update copyright info | saturneric | 1 | -1/+1 | |
2024-01-19 | fix: solve discovered bugs and improve ui operations | saturneric | 1 | -4/+2 | |
2024-01-16 | refactor: remove libgettext from project | saturneric | 1 | -43/+38 | |
2024-01-15 | refactor: remove libconfig++ form project | saturneric | 1 | -2/+4 | |
2024-01-12 | refactor: use QString instead of std::string and improve threading system | saturneric | 1 | -39/+40 | |
2023-11-07 | refactor: separate typedef and impl | saturneric | 1 | -0/+1 | |
2023-11-06 | refactor: improve the code structure of core | saturneric | 1 | -0/+1 | |
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 | -2/+2 | |
2023-04-05 | feat: simplify settings lookup | Saturneric | 1 | -10/+3 | |
2023-03-31 | feat: improve ui when gnupg is offline | Saturneric | 1 | -3/+17 | |
2022-07-22 | style(src): reformat code | Saturneric | 1 | -1/+1 | |
2022-02-06 | <refactor>(core, ui): Adjust the core code directory structure. | Saturneric | 1 | -1/+1 | |
2022-02-04 | <refactor>(src): rename the gpg directory to core | Saturneric | 1 | -1/+1 | |
2022-02-02 | <refactor, fix>(ui): Repair and tidy the signal and slot docking | Saturneric | 1 | -2/+2 | |
1. Use more modern ways. 2. Repair partial docking. | |||||
2022-01-23 | <refactor>(ui): tidy up codes and comments. | Saturneric | 1 | -1/+1 | |
1. tidy up ui. | |||||
2022-01-23 | <refactor>(ui): tidy up codes and comments. | Saturneric | 1 | -14/+14 | |
1. tidy up widgets. | |||||
2022-01-22 | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 1 | -6/+10 | |
2022-01-15 | <doc, refactor>(ci): Tidy up code of core and related parts | Saturneric | 1 | -25/+25 | |
1. Rename related entities. 2. Add a comments. | |||||
2021-12-06 | Test & Improve UI | Saturneric | 1 | -10/+9 | |
2021-12-06 | Improve UI & Functions | Saturneric | 1 | -38/+30 | |
2021-12-02 | Fix and Modified. | Saturneric | 1 | -1/+1 | |
1. Fix known issues. 2. Modified Settings. 3. Modified parts of modules. | |||||
2021-12-01 | Add i18n Support | Saturneric | 1 | -47/+52 | |
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support. | |||||
2021-11-28 | Can be compiled with minimal UI support. | Saturneric | 1 | -5/+5 | |
2021-10-02 | UI Framework Modified. | Saturneric | 1 | -155/+168 | |
2021-08-29 | Start to rewrite gpg core. | Saturneric | 1 | -2/+2 | |
2021-07-04 | Adjust and improve the basic settings page | Saturneric | 1 | -4/+1 | |
Other improvements | |||||
2021-06-21 | Repair and improve the functions and UI related to the upload and update of ↵ | Saturneric | 1 | -1/+1 | |
the key server. Improve part of the UI description. Repair the problems in the project configuration file. | |||||
2021-06-05 | Adjust and improve the detailed interface of the verification information ↵ | Saturneric | 1 | -9/+47 | |
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]> | |||||
2021-06-04 | Update the verification function. | Saturneric | 1 | -31/+98 | |
Make the format of the generated ciphertext more beautiful. Adjust the width of the key list on the homepage. Add fingerprint display of subkey. Fix the compatibility issue of getKeyByFpr interface subkey. Improve the comprehensiveness of information processing for verification results. Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-24 | Streamline, expand and improve the interface of GpgContext. | Saturneric | 1 | -1/+1 | |
Fix the wrong use of the query interface for fingerprints or identifiers at VerifyKeyDetailBox.cpp and VerifyNotification.cpp. Write the processing logic and page logic for adding a signature to the key. Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-22 | Enhance code robustness; | Saturneric | 1 | -0/+5 | |
Improve performance for GpgKey; Fix code defects. Makes the update response to changes in the key database directed. Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-21 | Change Project Name to GPGFrontend. | Saturneric | 1 | -14/+17 | |
Give up Local Key Database and Use user default one. Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-12 | File Structure Modified. | Saturneric | 1 | -1/+1 | |
Change Headers and Source Files Name. Modified CMake Structure. | |||||
2021-05-12 | Srouce Files Tidy and Reform | Saturneric | 1 | -22/+16 | |