Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
9 days | fix: solve found issues by testing | saturneric | 1 | -0/+7 | |
9 days | fix: gpg context will take response of gpg-agent | saturneric | 1 | -3/+17 | |
9 days | feat: add more info check | saturneric | 1 | -33/+17 | |
12 days | feat: support key groups | saturneric | 1 | -1/+1 | |
2025-01-27 | fix: kill all gnupg daemons in a proper way | saturneric | 1 | -19/+3 | |
2024-07-29 | feat: update copyright info | saturneric | 1 | -1/+1 | |
2024-05-03 | feat: add option to close all gnupg daemon at close | saturneric | 1 | -0/+6 | |
2024-01-17 | fix: find and slove some bugs | saturneric | 1 | -5/+5 | |
2024-01-16 | fix: solve discovered issues | saturneric | 1 | -6/+8 | |
2023-10-28 | refactor: start to tidy up code using clang-tidy | saturneric | 1 | -25/+8 | |
2023-10-25 | feat: moving gnupg info gathering logic to a new module | 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 | -4/+5 | |
2023-02-11 | feat: add more gnupg operations | Saturneric | 1 | -0/+48 | |
2023-01-07 | feat: add advanced gnupg operations | Saturneric | 1 | -32/+22 | |
1.fix some issues 2. add advanced gnupg operations 3. add configurations information in Gnupg Help Tab | |||||
2022-07-22 | style(src): reformat code | Saturneric | 1 | -1/+2 | |
2022-05-07 | refactor: develop 2.0.6 start | Saturneric | 1 | -3/+2 | |
1. delete smtp ability 2. change libs link type to dramatic | |||||
2022-02-06 | <refactor>(core, ui): Adjust the core code directory structure. | Saturneric | 1 | -0/+0 | |
2022-02-04 | <refactor>(src): rename the gpg directory to core | Saturneric | 1 | -2/+2 | |
2022-01-22 | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 1 | -6/+10 | |
2022-01-14 | <doc, refactor>(ci): Tidy up code in gpg/function | Saturneric | 1 | -1/+1 | |
1. Rename related entities. 2. Add a comments. | |||||
2022-01-14 | <doc>(core): add comment for code | Saturneric | 1 | -6/+11 | |
2022-01-14 | <doc>(core): Start adding comments to code | Saturneric | 1 | -0/+12 | |
2021-12-25 | <refactor, test>(core, test): core improved and test gpg alone mode | Saturneric | 1 | -1/+5 | |
1. let modules known their channels. 2. let factory create a channel. 3. reduce dumplicate code. 4. add type check for function object. 5. test gpg alone mode. 6. remove some asserts. 7. rename importexportor to importexporter. 8. move args in gpg context constructor to a struct. | |||||
2021-12-04 | Fixed | Saturneric | 1 | -0/+5 | |
1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n. | |||||
2021-12-01 | Add i18n Support | Saturneric | 1 | -8/+8 | |
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support. | |||||
2021-09-05 | Adjust the code structure. | Saturneric | 1 | -6/+7 | |
Introduce log library. Remove Qt from the core code. | |||||
2021-09-05 | Rewrite the core. | Saturneric | 1 | -12/+12 | |
Adjust the structure. | |||||
2021-09-04 | Modified ResultAnalyse. | Saturneric | 1 | -16/+7 | |
Add Test. | |||||
2021-08-29 | Start to rewrite gpg core. | Saturneric | 1 | -18/+15 | |
2021-08-21 | Functions addition and improvement; | Saturneric | 1 | -2/+21 | |
Design and adjustment of function architecture related to server access; Add a new module (advance); | |||||
2021-08-20 | Improve Functions; | Saturneric | 1 | -9/+8 | |
Bugs Fixed; | |||||
2021-07-06 | Fix issues. | Saturneric | 1 | -1/+1 | |
Improve UI. | |||||
2021-07-05 | Introduce multithreading. | Saturneric | 1 | -13/+7 | |
Fix Bugs. | |||||
2021-05-22 | Expand and improve GpgKey; | Saturneric | 1 | -1/+2 | |
Modify project structure, separate KeyPairDetail from other ui files; Add New Tab and Write the Code for KeyPair Details Dialog; Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-21 | Expand Key Details Dialog; | Saturneric | 1 | -57/+3 | |
Expand and Improve GpgKey and GpgSubKey; Change Interface getKeyDetails(); Code Modified; 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-11 | Change CXX Standard to C++14 | Saturneric | 1 | -4/+13 | |
Headers Tidy and Reformat |