Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | pref: improve compiling speed | Saturneric | 2022-05-20 | 2 | -3/+4 | |
| | ||||||
* | refactor: change version checking to task | Saturneric | 2022-05-20 | 5 | -89/+152 | |
| | ||||||
* | feat: handle application's exceptions and crash | Saturneric | 2022-05-20 | 4 | -82/+191 | |
| | ||||||
* | fix: connect correct signal | Saturneric | 2022-05-20 | 1 | -1/+2 | |
| | ||||||
* | fix: improve settings dialog style on macOS | Saturneric | 2022-05-19 | 2 | -15/+25 | |
| | ||||||
* | fix: solve general problems for compiling | Saturneric | 2022-05-19 | 7 | -53/+42 | |
| | ||||||
* | fix: adjust initialized order and organize | Saturneric | 2022-05-19 | 4 | -26/+9 | |
| | | | | 1. disable command line file arg input ability | |||||
* | pref: improve pch for compiling speed | Saturneric | 2022-05-19 | 8 | -66/+68 | |
| | ||||||
* | refactor: change log level for task system | Saturneric | 2022-05-19 | 5 | -49/+39 | |
| | ||||||
* | perf: improve initialized and recover process | Saturneric | 2022-05-19 | 6 | -95/+165 | |
| | | | | | | 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 | 2 | -3/+5 | |
| | ||||||
* | feat: update macOS App Bundle ci | Saturneric | 2022-05-15 | 1 | -0/+3 | |
| | ||||||
* | Merge remote-tracking branch 'origin/develop-2.0.8' into develop-2.0.8 | Saturneric | 2022-05-14 | 2 | -3/+4 | |
|\ | ||||||
| * | fix: add deb dependency libicu66 | Saturneric | 2022-05-14 | 1 | -1/+1 | |
| | | ||||||
| * | fix(core): solve memory access issues | Saturneric | 2022-05-13 | 1 | -2/+3 | |
| | | | | | | | | 1. use gpg_key, not key(has been moved). | |||||
* | | refactor: modified part of ui processing code | Saturneric | 2022-05-14 | 2 | -194/+323 | |
| | | ||||||
* | | feat: improve processing using task runner system | Saturneric | 2022-05-14 | 3 | -13/+24 | |
| | | ||||||
* | | feat(core): upgrade task runner system. | Saturneric | 2022-05-14 | 4 | -24/+270 | |
|/ | ||||||
* | Merge remote-tracking branch 'origin/develop-2.0.8' into develop-2.0.8 | Saturneric | 2022-05-13 | 1 | -4/+6 | |
|\ | ||||||
| * | fix: solve build issues | Saturneric | 2022-05-13 | 1 | -4/+6 | |
| | | | | | | | | | | 1. target_link_libraries scope 2. icu version minimum | |||||
* | | fix: slove loading issues at init | Saturneric | 2022-05-13 | 1 | -0/+10 | |
|/ | | | | 1. block the main thread until the gpg context is loaded. | |||||
* | fix: slove shared link problem | Saturneric | 2022-05-13 | 1 | -1/+1 | |
| | ||||||
* | fix: solve codacy issues | Saturneric | 2022-05-13 | 1 | -1/+1 | |
| | ||||||
* | feat: add a simple TaskRunner system | Saturneric | 2022-05-13 | 18 | -229/+655 | |
| | | | | 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 | 3 | -21/+48 | |
| | ||||||
* | fix(ui): adjuest timeout value for keyserver test | Saturneric | 2022-05-12 | 1 | -1/+1 | |
| | ||||||
* | feat(ui): support .pgp extension | Saturneric | 2022-05-12 | 1 | -15/+20 | |
| | ||||||
* | fix(core): let exposed api use FileOperator | Saturneric | 2022-05-12 | 1 | -27/+6 | |
| | ||||||
* | fix(ui): remove spaces in export key filename | Saturneric | 2022-05-12 | 1 | -3/+12 | |
| | ||||||
* | feat(ui): more advanced charset functions | Saturneric | 2022-05-12 | 3 | -55/+136 | |
| | | | | | | 1. support dealing more type of files with different charsets 2. solve cash cause by reading file thread 3. improve ui operations | |||||
* | feat(core): add charset operations | Saturneric | 2022-05-12 | 3 | -10/+205 | |
| | | | | | 1. introduce library icu 2. add CharsetOperator | |||||
* | feat: improve UI library's encapsulation | Saturneric | 2022-05-09 | 6 | -143/+154 | |
| | ||||||
* | fix: modified init order | Saturneric | 2022-05-09 | 1 | -40/+40 | |
| | ||||||
* | fix: avoid block when refreshing keysdev/2.0.6 | Saturneric | 2022-05-09 | 1 | -20/+24 | |
| | ||||||
* | fix: fix build issues on linux platform | Saturneric | 2022-05-09 | 3 | -105/+109 | |
| | ||||||
* | fix: fix crash poblem when doing operations | Saturneric | 2022-05-09 | 24 | -257/+641 | |
| | | | | | | | | 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 | 3 | -4/+11 | |
| | | | | | | 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 | 2 | -5/+7 | |
| | | | | | 1. code detecting 2. qt-aes | |||||
* | fix: solve issues in linux compiling | Saturneric | 2022-05-08 | 2 | -4/+5 | |
| | | | | | 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 | 3 | -24/+12 | |
| | | | | | 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 | 88 | -3061/+963 | |
| | | | | | 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 | |
| |