Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
10 days | feat: add more basic env checks at init | saturneric | 1 | -15/+11 | |
2025-02-03 | fix: solve discovered issues | saturneric | 1 | -2/+2 | |
2025-02-02 | refactor: make some function names shorter | saturneric | 1 | -21/+20 | |
2025-02-02 | refactor: rewrite subkey generate dialog and fix some issues discovered | saturneric | 1 | -1/+3 | |
2025-02-02 | feat: improve KeyGenerateDialog | saturneric | 1 | -52/+65 | |
2025-02-01 | feat: upgrade KeyGenDialog to meet easy and advanced requirements | saturneric | 1 | -265/+158 | |
2024-12-13 | refactor: using qt containers instead of std containers | saturneric | 1 | -4/+4 | |
2024-11-29 | fix: correct algo name | saturneric | 1 | -4/+4 | |
2024-11-24 | feat: support secp256k1 algo and ed448 primary key | saturneric | 1 | -2/+6 | |
2024-11-24 | fix: ed448 should allow signing function | saturneric | 1 | -3/+3 | |
2024-07-31 | fix: addressing some of the significant deficiencies identified | saturneric | 1 | -34/+118 | |
2024-07-30 | feat: simplify logging | saturneric | 1 | -1/+1 | |
2024-07-29 | feat: update copyright info | saturneric | 1 | -1/+1 | |
2024-07-26 | feat: remove spdlog and clean up log | saturneric | 1 | -4/+1 | |
2024-06-29 | feat: support generate elgamal subkey | saturneric | 1 | -0/+23 | |
2024-01-18 | fix: add test cases and solve discovered issues | saturneric | 1 | -6/+5 | |
2024-01-12 | refactor: remove boost and use QString instead of std::filesystem::path | saturneric | 1 | -5/+4 | |
2024-01-12 | refactor: use QString instead of std::string and improve threading system | saturneric | 1 | -29/+21 | |
2024-01-09 | feat: add more genkey algorithms and modes | saturneric | 1 | -103/+30 | |
2024-01-05 | feat: integrate logging api to core | saturneric | 1 | -1/+3 | |
2023-11-07 | style: tidy up core/model | saturneric | 1 | -63/+347 | |
2023-11-06 | refactor: clean up core's codes | saturneric | 1 | -1/+1 | |
2023-10-28 | refactor: start to tidy up code using clang-tidy | saturneric | 1 | -10/+8 | |
2023-10-16 | fix: check and update copyright at files | saturneric | 1 | -2/+2 | |
2023-02-11 | fix: reduce info level logs | Saturneric | 1 | -1/+1 | |
2023-02-03 | feat: change the log style in source files | Saturneric | 1 | -1/+1 | |
2022-11-26 | fix: solve a crash issue | Saturneric | 1 | -7/+24 | |
2022-11-26 | feat: support generate ecc key | Saturneric | 1 | -27/+67 | |
1. support elliptische kurve nist | |||||
2022-11-26 | fix: record the actural size | Saturneric | 1 | -3/+5 | |
1. record the actural size of dialogs and main windows when they are closing | |||||
2022-02-04 | <refactor>(src): rename the gpg directory to core | Saturneric | 1 | -1/+1 | |
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 | -43/+44 | |
1. Rename related entities. 2. Add a comments. | |||||
2022-01-12 | <refactor, chore>(project, ui, core): Normalize third-party dependencies. | Saturneric | 1 | -2/+0 | |
1. All third-party dependencies are in the form of submodules . 2. Compile third-party dependencies together at compile time. 3. Strip 3rd party dependencies from source code. 4. Normalize the reference of the header file of the third-party dependency, and only refer to it once. 5. Remove all find_libraries and use build-time static library files instead. | |||||
2022-01-04 | <fixed>(core): fixed codacy problem. | Saturneric | 1 | -1/+0 | |
1. Consecutive return, break, continue, goto or throw statements are unnecessary. 2. Variable 'current' is assigned a value that is never used. | |||||
2021-12-31 | <refactor, fix, test>(core, test): test key generation for standalone mode | Saturneric | 1 | -40/+91 | |
1. add key generation test for standalone mode 2. add supported algos in standalone mode 3. changed support algo vectors from static value to static getter 4. modified name of some variables. | |||||
2021-12-06 | Test & Improve UI | Saturneric | 1 | -3/+3 | |
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 | Solve key generation and related update issues. | Saturneric | 1 | -10/+11 | |
2021-09-10 | Continue to optimize and improve the code. | Saturneric | 1 | -8/+12 | |
2021-09-05 | Rewrite the core. | Saturneric | 1 | -127/+122 | |
Adjust the structure. | |||||
2021-05-29 | New page and function for generating subkeys. | Saturneric | 1 | -1/+26 | |
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 | Expand Key Details Dialog; | Saturneric | 1 | -0/+147 | |
Expand and Improve GpgKey and GpgSubKey; Change Interface getKeyDetails(); Code Modified; Signed-off-by: Saturneric <[email protected]> |