Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-07-26 | feat: remove spdlog and clean up log | saturneric | 1 | -3/+1 | |
2024-01-17 | fix: find and slove some bugs | saturneric | 1 | -0/+7 | |
2024-01-16 | refactor: remove libgettext from project | saturneric | 1 | -21/+22 | |
2024-01-15 | fix: slove the languange settings issue | saturneric | 1 | -1/+1 | |
2024-01-15 | refactor: remove libconfig++ form project | saturneric | 1 | -2/+4 | |
2024-01-12 | refactor: remove boost and use QString instead of std::filesystem::path | saturneric | 1 | -8/+1 | |
2024-01-12 | refactor: use QString instead of std::string and improve threading system | saturneric | 1 | -1/+1 | |
2024-01-09 | feat: add more genkey algorithms and modes | saturneric | 1 | -7/+19 | |
2024-01-05 | feat: integrate logging api to core | saturneric | 1 | -1/+1 | |
2023-12-24 | fix: test the initialization of gui application | saturneric | 1 | -2/+3 | |
2023-12-03 | feat: general improvements of aync execution and memory security | saturneric | 1 | -96/+59 | |
2023-12-02 | fix: add set owner struct action in keymanager menu | saturneric | 1 | -3/+3 | |
2023-11-07 | refactor: remove CommonUtils at core | saturneric | 1 | -4/+4 | |
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-25 | fix: solve some code tidy issues | saturneric | 1 | -1/+3 | |
2023-10-16 | fix: check and update copyright at files | saturneric | 1 | -3/+5 | |
2023-04-05 | feat: simplify settings lookup | Saturneric | 1 | -18/+6 | |
2023-03-31 | fix: solve codacy issues | saturneric | 1 | -1/+1 | |
2023-03-30 | feat: add an option to use pinentry | Saturneric | 1 | -5/+20 | |
2023-02-11 | fix: reduce info level logs | Saturneric | 1 | -5/+4 | |
2023-02-11 | feat: upgrade qt framework to 6.3 | Saturneric | 1 | -0/+5 | |
2023-02-07 | fix: solve bugs in subkey generation | Saturneric | 1 | -12/+43 | |
2023-02-03 | feat: change the log style in source files | Saturneric | 1 | -5/+5 | |
2022-11-26 | feat: support generate ecc key | Saturneric | 1 | -10/+15 | |
1. support elliptische kurve nist | |||||
2022-07-22 | refactor(ui): adjust file structure | Saturneric | 1 | -1/+1 | |
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-05-19 | fix: solve general problems for compiling | Saturneric | 1 | -1/+1 | |
2022-05-09 | fix: fix crash poblem when doing operations | Saturneric | 1 | -9/+12 | |
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 | -19/+19 | |
1. Use more modern ways. 2. Repair partial docking. | |||||
2022-01-23 | <refactor, style>(gpg, ui, project): tidy up codes and comments. | Saturneric | 1 | -2/+2 | |
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file. | |||||
2022-01-22 | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 1 | -4/+6 | |
2022-01-15 | <doc, refactor>(ui): Tidy up part of the code of ui and related parts | Saturneric | 1 | -57/+59 | |
1. Rename related entities. 2. Add comments. | |||||
2022-01-15 | <doc, refactor>(ci): Tidy up code of core and related parts | Saturneric | 1 | -27/+26 | |
1. Rename related entities. 2. Add a comments. | |||||
2022-01-04 | <fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1. | Saturneric | 1 | -53/+69 | |
1. longer expire date for keygen. 2. version system improved and fixed. 3. include ui text not translated. 4. improve ui. | |||||
2022-01-02 | <refactor, fixed, test>(core, ui): add & modify core and ui | Saturneric | 1 | -2/+2 | |
1. add init functions for core. 2. add non ascii settings. 3. fit ui with this version of core. | |||||
2021-12-07 | Add Translate & Fix Bugs. | Saturneric | 1 | -3/+3 | |
2021-12-06 | Test & Improve UI | Saturneric | 1 | -2/+1 | |
2021-12-01 | Add i18n Support | Saturneric | 1 | -20/+22 | |
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support. | |||||
2021-11-28 | Solve key generation and related update issues. | Saturneric | 1 | -6/+16 | |
2021-10-02 | UI Framework Modified. | Saturneric | 1 | -205/+216 | |
2021-08-29 | Start to rewrite gpg core. | Saturneric | 1 | -1/+1 | |
2021-07-20 | Fix Keygen Problem | Saturneric | 1 | -27/+14 | |
2021-06-19 | Improve project documents | Saturneric | 1 | -1/+1 | |
Continue to write ReadME Eliminate compile-time warnings Fix some problems | |||||
2021-05-31 | Write a text logo for never expiring. | Saturneric | 1 | -1/+1 | |
Adjust the UI of the key details interface Set the minimum length and width of the key details window. Adjust the structure and layout of each tab page of key details. Adjust part of the interface UI and text description. Add revocation parentheses for signature deletion. Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-31 | Add a copyright statement to the header of some files. | Saturneric | 1 | -3/+23 | |
Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-29 | New page and function for generating subkeys. | Saturneric | 1 | -232/+150 | |
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]> |