Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-05-21 | docs(core): add comment | musing | 1 | -0/+1 | |
2022-05-21 | fix: solve key server import not working issues | Saturneric | 1 | -72/+47 | |
2022-05-20 | fix(ui): there is possible null pointer dereference | Saturneric | 1 | -1/+1 | |
2022-05-20 | fix: solve issue caused by sig buffer | Saturneric | 1 | -1/+1 | |
2022-05-20 | refactor: modify basic operations slots in main window | Saturneric | 1 | -155/+209 | |
2022-05-20 | feat: explain Not Fully Valid reason | Saturneric | 1 | -4/+5 | |
2022-05-20 | fix: remove useless log in Channel system | Saturneric | 2 | -19/+6 | |
2022-05-20 | feat: track pending tasks in task runner system | Saturneric | 5 | -16/+53 | |
2022-05-20 | fix: improve about dialog about version checking | Saturneric | 1 | -9/+10 | |
2022-05-20 | pref: improve compiling speed | Saturneric | 2 | -3/+4 | |
2022-05-20 | refactor: change version checking to task | Saturneric | 5 | -89/+152 | |
2022-05-20 | feat: handle application's exceptions and crash | Saturneric | 4 | -82/+191 | |
2022-05-20 | fix: connect correct signal | Saturneric | 1 | -1/+2 | |
2022-05-19 | fix: improve settings dialog style on macOS | Saturneric | 2 | -15/+25 | |
2022-05-19 | fix: solve general problems for compiling | Saturneric | 7 | -53/+42 | |
2022-05-19 | fix: adjust initialized order and organize | Saturneric | 4 | -26/+9 | |
1. disable command line file arg input ability | |||||
2022-05-19 | pref: improve pch for compiling speed | Saturneric | 8 | -66/+68 | |
2022-05-19 | refactor: change log level for task system | Saturneric | 5 | -49/+39 | |
2022-05-19 | perf: improve initialized and recover process | Saturneric | 6 | -95/+165 | |
1. init logging system 2. init ui 3. init main | |||||
2022-05-15 | fix: solve dll export problem on inner class | Saturneric | 1 | -3/+27 | |
2022-05-15 | fix: need to link bcrypt in mingw for uuid | Saturneric | 1 | -0/+4 | |
2022-05-15 | fix: solve heading file include problem. | Saturneric | 2 | -3/+5 | |
2022-05-15 | feat: update macOS App Bundle ci | Saturneric | 1 | -0/+3 | |
2022-05-14 | refactor: modified part of ui processing code | Saturneric | 2 | -194/+323 | |
2022-05-14 | feat: improve processing using task runner system | Saturneric | 3 | -13/+24 | |
2022-05-14 | feat(core): upgrade task runner system. | Saturneric | 4 | -24/+270 | |
2022-05-14 | fix: add deb dependency libicu66 | Saturneric | 1 | -1/+1 | |
2022-05-13 | fix(core): solve memory access issues | Saturneric | 1 | -2/+3 | |
1. use gpg_key, not key(has been moved). | |||||
2022-05-13 | fix: slove loading issues at init | Saturneric | 1 | -0/+10 | |
1. block the main thread until the gpg context is loaded. | |||||
2022-05-13 | fix: solve build issues | Saturneric | 1 | -4/+6 | |
1. target_link_libraries scope 2. icu version minimum | |||||
2022-05-13 | fix: slove shared link problem | Saturneric | 1 | -1/+1 | |
2022-05-13 | fix: solve codacy issues | Saturneric | 1 | -1/+1 | |
2022-05-13 | feat: add a simple TaskRunner system | Saturneric | 18 | -229/+655 | |
1. solve multiple threads problem. | |||||
2022-05-13 | perf: improve core performance | Saturneric | 1 | -3/+3 | |
2022-05-13 | fix: solve build issues | Saturneric | 1 | -3/+3 | |
1. target_link_libraries scope 2. icu version minimum | |||||
2022-05-12 | fix(core): fix a bug when key in smart carddev/2.0.7 | Saturneric | 3 | -21/+48 | |
2022-05-12 | fix(ui): adjuest timeout value for keyserver test | Saturneric | 1 | -1/+1 | |
2022-05-12 | feat(ui): support .pgp extension | Saturneric | 1 | -15/+20 | |
2022-05-12 | fix(core): let exposed api use FileOperator | Saturneric | 1 | -27/+6 | |
2022-05-12 | fix(ui): remove spaces in export key filename | Saturneric | 1 | -3/+12 | |
2022-05-12 | feat(ui): more advanced charset functions | Saturneric | 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 | |||||
2022-05-12 | feat(core): add charset operations | Saturneric | 3 | -10/+205 | |
1. introduce library icu 2. add CharsetOperator | |||||
2022-05-09 | feat: improve UI library's encapsulation | Saturneric | 6 | -143/+154 | |
2022-05-09 | fix: modified init order | Saturneric | 1 | -40/+40 | |
2022-05-09 | fix: avoid block when refreshing keysdev/2.0.6 | Saturneric | 1 | -20/+24 | |
2022-05-09 | fix: fix build issues on linux platform | Saturneric | 3 | -105/+109 | |
2022-05-09 | fix: fix crash poblem when doing operations | Saturneric | 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 | |||||
2022-05-08 | feat: add full support for xocde build | Saturneric | 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 | |||||
2022-05-08 | feat: merge tiny third_party library into core | Saturneric | 2 | -5/+7 | |
1. code detecting 2. qt-aes | |||||
2022-05-08 | fix: solve issues in linux compiling | Saturneric | 2 | -4/+5 | |
1. deb dependency update 2. ci update |