Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs(): fix #7 spelling mistakedev/2.0.8/musing | musing | 2022-05-22 | 1 | -2/+2 |
| | |||||
* | docs(core): add comment | musing | 2022-05-21 | 1 | -0/+1 |
| | |||||
* | fix: solve key server import not working issues | Saturneric | 2022-05-21 | 1 | -72/+47 |
| | |||||
* | fix(ui): there is possible null pointer dereference | Saturneric | 2022-05-20 | 1 | -1/+1 |
| | |||||
* | fix: solve issue caused by sig buffer | Saturneric | 2022-05-20 | 1 | -1/+1 |
| | |||||
* | refactor: modify basic operations slots in main window | Saturneric | 2022-05-20 | 1 | -155/+209 |
| | |||||
* | 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 |
| | |||||
* | fix: improve about dialog about version checking | Saturneric | 2022-05-20 | 1 | -9/+10 |
| | |||||
* | 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 user manual navbar.md link to downloads | Saturneric | 2022-05-18 | 1 | -2/+2 |
| | |||||
* | doc: update manual | Saturneric | 2022-05-17 | 3 | -4/+7 |
| | |||||
* | doc: update manual and readme | Saturneric | 2022-05-17 | 7 | -27/+44 |
| | |||||
* | fix: solve dll export problem on inner class | Saturneric | 2022-05-15 | 1 | -3/+27 |
| | |||||
* | fix: solve debug/release ci problems on macOS ci | Saturneric | 2022-05-15 | 2 | -14/+8 |
| | |||||
* | fix: need to link bcrypt in mingw for uuid | Saturneric | 2022-05-15 | 1 | -0/+4 |
| | |||||
* | fix(ci): solve issues in macOS ci | Saturneric | 2022-05-15 | 1 | -7/+17 |
| | |||||
* | fix: solve heading file include problem. | Saturneric | 2022-05-15 | 2 | -3/+5 |
| | |||||
* | feat: update macOS App Bundle ci | Saturneric | 2022-05-15 | 4 | -16/+52 |
| | |||||
* | 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(ci): add icu_69 dependency for msys2 | Saturneric | 2022-05-13 | 2 | -1/+2 |
| | |||||
* | fix: solve build issues | Saturneric | 2022-05-13 | 1 | -3/+3 |
| | | | | | 1. target_link_libraries scope 2. icu version minimum | ||||
* | feat(ci): remove OPENSSL_ROOT_DIR in cmake config | Saturneric | 2022-05-12 | 2 | -2/+2 |
| | |||||
* | feat(project): upgrade version to v2.0.8 | Saturneric | 2022-05-12 | 1 | -1/+1 |
| | |||||
* | 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 |
| |