Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
9 days | fix: gpg context will take response of gpg-agent | saturneric | 1 | -0/+39 | |
12 days | feat: support key groups | saturneric | 1 | -0/+2 | |
2025-04-12 | feat: add assuan direct comm support | saturneric | 1 | -2/+6 | |
2024-10-25 | feat: add more context of key database support | saturneric | 1 | -0/+1 | |
2024-08-05 | fix: custom key database feature not working | saturneric | 1 | -2/+1 | |
2024-07-29 | feat: update copyright info | saturneric | 1 | -1/+1 | |
2024-07-26 | feat: remove spdlog and clean up log | saturneric | 1 | -2/+2 | |
2024-03-02 | refactor: reduce core prebuild headers and isolate core to modules | saturneric | 1 | -0/+2 | |
2024-01-12 | refactor: use QString instead of std::string and improve threading system | saturneric | 1 | -3/+3 | |
2023-12-16 | fix: slove memory problem of gpg context | saturneric | 1 | -4/+2 | |
2023-12-14 | fix: slove issues on memory and add asan support for debug | saturneric | 1 | -1/+1 | |
2023-12-14 | fix: slove some memory issues | saturneric | 1 | -1/+2 | |
2023-12-13 | refactor: improve the structure of main,core and test module | saturneric | 1 | -1/+1 | |
2023-12-03 | feat: standarized and speed up app env loading process | saturneric | 1 | -10/+9 | |
2023-12-02 | feat: add buddled qt pinentry and make it works | saturneric | 1 | -5/+0 | |
2023-12-01 | fix: discover and fix some bugs | saturneric | 1 | -1/+1 | |
2023-11-06 | refactor: clean up core's codes | saturneric | 1 | -1/+1 | |
2023-10-30 | style: improve code style of core | saturneric | 1 | -117/+13 | |
2023-10-25 | feat: moving gnupg info gathering logic to a new module | saturneric | 1 | -21/+0 | |
2023-10-23 | perf: reduce header includes and improve build speed | saturneric | 1 | -5/+3 | |
2023-10-16 | fix: check and update copyright at files | saturneric | 1 | -2/+2 | |
2023-04-05 | feat: simplify settings lookup | Saturneric | 1 | -2/+2 | |
2023-04-04 | feat: add custom gpgconf path support in context | Saturneric | 1 | -0/+5 | |
2023-03-31 | feat: add offline and auto import support in context | Saturneric | 1 | -0/+2 | |
2023-02-17 | feat: improve task execute system | Saturneric | 1 | -2/+3 | |
2023-02-11 | feat: show checksums of all gnupg components | Saturneric | 1 | -0/+7 | |
2023-02-07 | feat: use custom password dialog now | Saturneric | 1 | -2/+20 | |
2023-02-06 | feat: add a custom pinentry hook for sandbox mode in macOS | Saturneric | 1 | -0/+14 | |
2023-01-07 | feat: add advanced gnupg operations | Saturneric | 1 | -1/+2 | |
1.fix some issues 2. add advanced gnupg operations 3. add configurations information in Gnupg Help Tab | |||||
2022-05-09 | fix: fix crash poblem when doing operations | Saturneric | 1 | -3/+1 | |
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-05-07 | refactor: develop 2.0.6 start | Saturneric | 1 | -4/+4 | |
1. delete smtp ability 2. change libs link type to dramatic | |||||
2022-02-04 | <refactor>(src): rename the gpg directory to core | Saturneric | 1 | -0/+0 | |
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 | -8/+74 | |
1. Rename related entities. 2. Add a comments. | |||||
2022-01-02 | <refactor, fixed, test>(core, ui): add & modify core and ui | Saturneric | 1 | -0/+1 | |
1. add init functions for core. 2. add non ascii settings. 3. fit ui with this version of core. | |||||
2021-12-31 | <refactor, test>(core, test): core improved and test gpg key generation | Saturneric | 1 | -24/+11 | |
1. Refactor the initialization code of Context. 2. Improve some callback function support. 3. Improve the key deletion function. 4. Modify the key output of some functions. 5. Add test for key generation. 6. Delete all imported keys at the end of the test case. 7. Add setup mode initialization parameters for Context. | |||||
2021-12-25 | <refactor, test>(core, test): core improved and test gpg alone mode | Saturneric | 1 | -5/+15 | |
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-20 | Update Test Code & Added Standlone Support | Saturneric | 1 | -1/+2 | |
2021-12-04 | Fixed | Saturneric | 1 | -1/+3 | |
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 | -12/+7 | |
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support. | |||||
2021-09-19 | Support multi-channel Context. | Saturneric | 1 | -15/+16 | |
Make the test configurable. Other modifications. | |||||
2021-09-11 | Improve and optimize the code. | Saturneric | 1 | -24/+11 | |
2021-09-05 | Adjust the code structure. | Saturneric | 1 | -11/+37 | |
Introduce log library. Remove Qt from the core code. | |||||
2021-09-05 | Rewrite the core. | Saturneric | 1 | -0/+84 | |
Adjust the structure. |