Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(ui): add tab to show gnupg info | Saturneric | 2022-07-23 | 2 | -1/+5 |
| | |||||
* | style(src): reformat code | Saturneric | 2022-07-22 | 17 | -97/+93 |
| | |||||
* | 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 |
| | |||||
* | fix: remove useless log in Channel system | Saturneric | 2022-05-20 | 2 | -19/+6 |
| | |||||
* | feat: track pending tasks in task runner system | Saturneric | 2022-05-20 | 5 | -16/+53 |
| | |||||
* | pref: improve compiling speed | Saturneric | 2022-05-20 | 2 | -3/+4 |
| | |||||
* | fix: solve general problems for compiling | Saturneric | 2022-05-19 | 1 | -9/+9 |
| | |||||
* | fix: adjust initialized order and organize | Saturneric | 2022-05-19 | 2 | -4/+1 |
| | | | | 1. disable command line file arg input ability | ||||
* | pref: improve pch for compiling speed | Saturneric | 2022-05-19 | 7 | -64/+66 |
| | |||||
* | refactor: change log level for task system | Saturneric | 2022-05-19 | 5 | -49/+39 |
| | |||||
* | perf: improve initialized and recover process | Saturneric | 2022-05-19 | 2 | -10/+17 |
| | | | | | | 1. init logging system 2. init ui 3. init main | ||||
* | fix: solve dll export problem on inner class | Saturneric | 2022-05-15 | 1 | -3/+27 |
| | |||||
* | fix: need to link bcrypt in mingw for uuid | Saturneric | 2022-05-15 | 1 | -0/+4 |
| | |||||
* | fix: solve heading file include problem. | Saturneric | 2022-05-15 | 1 | -2/+4 |
| | |||||
* | Merge remote-tracking branch 'origin/develop-2.0.8' into develop-2.0.8 | Saturneric | 2022-05-14 | 1 | -2/+3 |
|\ | |||||
| * | fix(core): solve memory access issues | Saturneric | 2022-05-13 | 1 | -2/+3 |
| | | | | | | | | 1. use gpg_key, not key(has been moved). | ||||
* | | feat(core): upgrade task runner system. | Saturneric | 2022-05-14 | 4 | -24/+270 |
|/ | |||||
* | fix: solve build issues | Saturneric | 2022-05-13 | 1 | -4/+6 |
| | | | | | 1. target_link_libraries scope 2. icu version minimum | ||||
* | fix: slove shared link problem | Saturneric | 2022-05-13 | 1 | -1/+1 |
| | |||||
* | feat: add a simple TaskRunner system | Saturneric | 2022-05-13 | 10 | -9/+593 |
| | | | | 1. solve multiple threads problem. | ||||
* | perf: improve core performance | Saturneric | 2022-05-13 | 1 | -3/+3 |
| | |||||
* | fix: solve build issues | Saturneric | 2022-05-13 | 1 | -3/+3 |
| | | | | | 1. target_link_libraries scope 2. icu version minimum | ||||
* | fix(core): fix a bug when key in smart carddev/2.0.7 | Saturneric | 2022-05-12 | 2 | -20/+44 |
| | |||||
* | fix(core): let exposed api use FileOperator | Saturneric | 2022-05-12 | 1 | -27/+6 |
| | |||||
* | feat(core): add charset operations | Saturneric | 2022-05-12 | 3 | -10/+205 |
| | | | | | 1. introduce library icu 2. add CharsetOperator | ||||
* | fix: fix build issues on linux platform | Saturneric | 2022-05-09 | 2 | -103/+103 |
| | |||||
* | fix: fix crash poblem when doing operations | Saturneric | 2022-05-09 | 8 | -137/+435 |
| | | | | | | | | 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 | ||||
* | feat: add full support for xocde build | Saturneric | 2022-05-08 | 1 | -1/+3 |
| | | | | | | 1. add GPGFRONTEND_XOCDE_CODE_SIGN_IDENTITY option for cmake 2. fix some issues on xcode build 3. remove certs from resource | ||||
* | feat: merge tiny third_party library into core | Saturneric | 2022-05-08 | 1 | -2/+7 |
| | | | | | 1. code detecting 2. qt-aes | ||||
* | fix: solve issues in linux compiling | Saturneric | 2022-05-08 | 1 | -0/+1 |
| | | | | | 1. deb dependency update 2. ci update | ||||
* | fix: add GpgFrontendCoreExport.h into .gitignore | Saturneric | 2022-05-07 | 1 | -42/+0 |
| | |||||
* | fix: solve some issues | Saturneric | 2022-05-07 | 1 | -10/+2 |
| | | | | | 1. slove deb packing issues 2. solve ci issues | ||||
* | fix: link issue of intl in linux platform | Saturneric | 2022-05-07 | 1 | -4/+8 |
| | |||||
* | fix: remove vmime include | Saturneric | 2022-05-07 | 1 | -2/+0 |
| | |||||
* | fix: use custom build gpgme lib | Saturneric | 2022-05-07 | 2 | -2/+53 |
| | | | | 1. gpgme version of apt is too old. | ||||
* | refactor: develop 2.0.6 start | Saturneric | 2022-05-07 | 56 | -506/+1053 |
| | | | | | 1. delete smtp ability 2. change libs link type to dramatic | ||||
* | fix: add openssl dependency for windows cidev/2.0.5 | Saturneric | 2022-05-05 | 1 | -1/+1 |
| | |||||
* | fix(project): remove automatic build | Saturneric | 2022-04-10 | 1 | -1/+1 |
| | | | | | 1. libarchive 2. libconfig++ | ||||
* | <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>(project): fix link issues | Saturneric | 2022-03-19 | 1 | -1/+1 |
| | |||||
* | <fix>(core, ui): Fix issues related to compression and decompression | Saturneric | 2022-03-19 | 3 | -81/+115 |
| | | | | 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 | 8 | -44/+114 |
| | |||||
* | <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 | ||||
* | Merge branch 'develop-2.0.5' of git.codesdream.com:GpgFrontend into ↵ | Saturneric | 2022-03-12 | 1 | -2/+5 |
|\ | | | | | | | develop-2.0.5 | ||||
| * | <fix, refactor, feat> adjust the project configuration | stehu | 2022-03-04 | 1 | -2/+5 |
| | | | | | | | | | | | | 1. Fix possible problems with mac compilation 2. Add new third-party dependency libconfig 3. Use the correct project configuration to specify the C++ standard | ||||
* | | <fix>(core): Fix the setting loading IO problem under Windows | Saturneric | 2022-03-12 | 1 | -6/+15 |
| | | |||||
* | | <chore>(core): Resolve libarchive compile dependencies for Windows | Saturneric | 2022-03-12 | 2 | -1/+6 |
| | |