Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: solve codacy issues | saturneric | 2023-03-31 | 3 | -19/+6 |
| | |||||
* | fix: solve codacy issues | Saturneric | 2023-02-25 | 1 | -1/+1 |
| | |||||
* | Merge branch 'main' into dev/2.0.10/main | Saturneric | 2023-02-25 | 1 | -0/+1 |
|\ | |||||
| * | fix: solve conflictsv2.0.10 | Saturneric | 2022-12-22 | 4 | -8/+7 |
| |\ | |||||
| * \ | Merge pull request #70 from saturneric/dev/2.0.8/saturnericv2.0.9 | Saturn&Eric | 2022-07-23 | 15 | -89/+88 |
| |\ \ | | | | | | | | | Develop 2.0.9.1 | ||||
| * | | | docs(core): add comment | musing | 2022-05-21 | 1 | -0/+1 |
| | | | | |||||
* | | | | fix: improve the task execution model | Saturneric | 2023-02-18 | 1 | -2/+11 |
| | | | | |||||
* | | | | feat: improve task execute system | Saturneric | 2023-02-17 | 2 | -8/+125 |
| | | | | |||||
* | | | | fix: solve command executor memory problem | Saturneric | 2023-02-16 | 1 | -11/+4 |
| | | | | |||||
* | | | | fix: reduce info level logs | Saturneric | 2023-02-11 | 15 | -84/+80 |
| | | | | |||||
* | | | | feat: add more gnupg operations | Saturneric | 2023-02-11 | 2 | -8/+119 |
| | | | | |||||
* | | | | feat: reduce logs | Saturneric | 2023-02-11 | 1 | -14/+23 |
| | | | | |||||
* | | | | fix: open target file once | Saturneric | 2023-02-11 | 1 | -8/+8 |
| | | | | |||||
* | | | | fix: solve bugs in subkey generation | Saturneric | 2023-02-07 | 1 | -2/+1 |
| | | | | |||||
* | | | | feat: use custom password dialog now | Saturneric | 2023-02-07 | 2 | -0/+108 |
| | | | | |||||
* | | | | fix: solve issue on the KeyPackage | saturneric | 2023-02-04 | 3 | -2/+35 |
| | | | | |||||
* | | | | feat: add cache recovery function | saturneric | 2023-02-04 | 3 | -0/+113 |
| | | | | |||||
* | | | | fix: solve some issues | saturneric | 2023-02-04 | 1 | -11/+17 |
| | | | | | | | | | | | | | | | | | | | | 1. solve compile issues 2. improve log for cammand executor | ||||
* | | | | feat: change the log style in source files | Saturneric | 2023-02-03 | 16 | -160/+154 |
| | | | | |||||
* | | | | feat: add advanced gnupg operations | Saturneric | 2023-01-07 | 5 | -89/+295 |
| |_|/ |/| | | | | | | | | | | | | | | 1.fix some issues 2. add advanced gnupg operations 3. add configurations information in Gnupg Help Tab | ||||
* | | | feat(ui, core): add custom key db support | Saturneric | 2022-12-04 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | 1. add custom key db support 2. add deep restart mode for custom key db settings 3. add core reset function | ||||
* | | | fix: solve a crash issue | Saturneric | 2022-11-26 | 1 | -3/+0 |
| | | | |||||
* | | | feat: support generate ecc key | Saturneric | 2022-11-26 | 1 | -0/+4 |
| | | | | | | | | | | | | 1. support elliptische kurve nist | ||||
* | | | fix(core, ui): delete some unnecessary logs | Saturneric | 2022-09-03 | 1 | -2/+0 |
| |/ |/| | |||||
* | | style(src): reformat code | Saturneric | 2022-07-22 | 15 | -89/+88 |
|/ | |||||
* | fix: solve issue caused by sig buffer | Saturneric | 2022-05-20 | 1 | -1/+1 |
| | |||||
* | feat: explain Not Fully Valid reason | Saturneric | 2022-05-20 | 1 | -4/+5 |
| | |||||
* | pref: improve compiling speed | Saturneric | 2022-05-20 | 1 | -3/+1 |
| | |||||
* | fix: adjust initialized order and organize | Saturneric | 2022-05-19 | 1 | -1/+1 |
| | | | | 1. disable command line file arg input ability | ||||
* | pref: improve pch for compiling speed | Saturneric | 2022-05-19 | 2 | -7/+0 |
| | |||||
* | fix(core): solve memory access issues | Saturneric | 2022-05-13 | 1 | -2/+3 |
| | | | | 1. use gpg_key, not key(has been moved). | ||||
* | perf: improve core performance | Saturneric | 2022-05-13 | 1 | -3/+3 |
| | |||||
* | fix(core): fix a bug when key in smart carddev/2.0.7 | Saturneric | 2022-05-12 | 2 | -20/+44 |
| | |||||
* | feat(core): add charset operations | Saturneric | 2022-05-12 | 2 | -0/+185 |
| | | | | | 1. introduce library icu 2. add CharsetOperator | ||||
* | fix: fix crash poblem when doing operations | Saturneric | 2022-05-09 | 2 | -15/+106 |
| | | | | | | | | 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 | ||||
* | fix: remove vmime include | Saturneric | 2022-05-07 | 1 | -2/+0 |
| | |||||
* | refactor: develop 2.0.6 start | Saturneric | 2022-05-07 | 29 | -200/+169 |
| | | | | | 1. delete smtp ability 2. change libs link type to dramatic | ||||
* | <fix>(core, ui): fix codacy issues. | Saturneric | 2022-03-19 | 1 | -4/+4 |
| | | | | | | 1. The scope of the variable 'r' can be reduced. 2. Class 'IMAPFolder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). 3. Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20). | ||||
* | <fix>(core, ui): Fix issues related to compression and decompression | Saturneric | 2022-03-19 | 2 | -80/+114 |
| | | | | 1. The problem with double-byte characters in the path (unresolved) | ||||
* | <fix>(core): Fix the path compatibility problem of loading certificates ↵ | Saturneric | 2022-03-19 | 1 | -1/+1 |
| | | | | under Windows. | ||||
* | <fix>(core, ui): Fix path double-byte encoding problem under Windows | Saturneric | 2022-03-19 | 7 | -40/+110 |
| | |||||
* | <feat>(core, ui): Provides the ability to handle folders | Saturneric | 2022-03-12 | 2 | -0/+317 |
| | | | | 1. Convert folders to archive format for processing | ||||
* | <fix>(core): Fix the existing problem of the key package | Saturneric | 2022-03-12 | 2 | -2/+24 |
| | | | | | 1. Fix the password generation function 2. Add some log output | ||||
* | <fix>(core): Fix the setting loading IO problem under Windows | Saturneric | 2022-03-12 | 1 | -6/+15 |
| | |||||
* | <feat, refactor>(ui, core): Transfer file hash calculation logic to core | Saturneric | 2022-02-13 | 2 | -3/+62 |
| | | | | 1. show file size | ||||
* | <fix>(core, ui): Fix the remaining problems in the data object | Saturneric | 2022-02-07 | 1 | -0/+6 |
| | |||||
* | <refactor>(src): Move and split the Global Settings Station | Saturneric | 2022-02-06 | 8 | -34/+722 |
| | | | | | | 1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies | ||||
* | <refactor>(core, ui): Adjust the core code directory structure. | Saturneric | 2022-02-06 | 32 | -16/+1492 |
| | |||||
* | <fix, feat, chore>(ui, core, project): Replace file IO function | Saturneric | 2022-02-05 | 1 | -18/+44 |
| | | | | | 1. In order to improve compatibility, use the file IO function provided by Qt 2. Introduce some necessary header files for core | ||||
* | <refactor>(src): rename the gpg directory to core | Saturneric | 2022-02-04 | 16 | -0/+2196 |