Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
12 days | feat: support key groups | saturneric | 1 | -3/+3 | |
2024-12-13 | refactor: using qt containers instead of std containers | saturneric | 1 | -2/+2 | |
2024-10-26 | fix: test basic operations of multi key db and solve issues | saturneric | 1 | -1/+3 | |
2024-07-29 | feat: update copyright info | saturneric | 1 | -1/+1 | |
2024-01-11 | feat: improve api and ui of keys import and export | saturneric | 1 | -3/+2 | |
2023-11-07 | refactor: separate typedef and impl | saturneric | 1 | -2/+3 | |
2023-11-06 | refactor: improve the code structure of core | saturneric | 1 | -0/+1 | |
2023-11-06 | refactor: clean up core's codes | saturneric | 1 | -1/+1 | |
2023-10-23 | perf: reduce header includes and improve build speed | saturneric | 1 | -4/+1 | |
2023-10-16 | fix: check and update copyright at files | saturneric | 1 | -2/+2 | |
2022-07-22 | refactor(ui): adjust file structure | Saturneric | 1 | -0/+0 | |
2022-07-22 | feat(ui): use general main window and dialog class | Saturneric | 1 | -1/+2 | |
1. store window size and position 2. store icon size and style | |||||
2022-02-04 | <refactor>(src): rename the gpg directory to core | Saturneric | 1 | -1/+1 | |
2022-01-23 | <refactor, style>(gpg, ui, project): tidy up codes and comments. | Saturneric | 1 | -0/+0 | |
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file. | |||||
2022-01-23 | <refactor>(ui): tidy up codes and comments. | Saturneric | 1 | -5/+28 | |
1. tidy up ui. | |||||
2022-01-22 | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 1 | -6/+10 | |
2021-12-07 | Fix Bugs on KeyUploadDialog | Saturneric | 1 | -2/+0 | |
2021-12-01 | Add i18n Support | Saturneric | 1 | -2/+2 | |
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 | -1/+1 | |
2021-10-02 | UI Framework Modified. | Saturneric | 1 | -18/+18 | |
2021-08-29 | Start to rewrite gpg core. | Saturneric | 1 | -2/+2 | |
2021-07-01 | Export Secret Key Fixed. | Saturneric | 1 | -0/+6 | |
Start Wizard Modified. Another Bugs Fixed. | |||||
2021-06-23 | UI Improved. | Saturneric | 1 | -14/+15 | |
Bugs Fixed. | |||||
2021-06-19 | Improve project documents | Saturneric | 1 | -1/+0 | |
Continue to write ReadME Eliminate compile-time warnings Fix some problems | |||||
2021-05-31 | Add a copyright statement to the header of some files. | Saturneric | 1 | -0/+1 | |
Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-29 | New page and function for generating subkeys. | Saturneric | 1 | -8/+2 | |
Define the interface and functions of the subkey management tab. When there is an item in the UID list, the first item is selected by default. Compile the API for generating sub-keys and the corresponding calling thread. Set GpgGenKeyInfo to apply to the subkey Generate a subkey for the selected key pair of the management key pair interface. Adjust the project structure and add a new classification key generation category. Double-click the item in KeyList in the key pair management interface to enter the key details page. Adjust the title of the key pair management interface. Optimize part of the code of KeyGenThread. Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-21 | Change Project Name to GPGFrontend. | Saturneric | 1 | -15/+17 | |
Give up Local Key Database and Use user default one. Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-18 | Generate Key Upgraded. | Saturneric | 1 | -3/+3 | |
RSA & DSA Tested. Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-13 | Support more Key Generating Algo. | Saturneric | 1 | -2/+2 | |
Support GPG2 now. Change GPGME Key Generation API to newer one. Statically link GPGME into the program. | |||||
2021-05-12 | File Structure Modified. | Saturneric | 1 | -1/+1 | |
Change Headers and Source Files Name. Modified CMake Structure. | |||||
2021-05-11 | Change CXX Standard to C++14 | Saturneric | 1 | -9/+7 | |
Headers Tidy and Reformat |