Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(ui): add tab to show gnupg info | Saturneric | 2022-07-23 | 7 | -12/+146 |
| | |||||
* | fix(ui): fix button style problem | Saturneric | 2022-07-23 | 6 | -30/+44 |
| | |||||
* | fix(ui): fix signer picker and other issues | Saturneric | 2022-07-22 | 10 | -33/+57 |
| | | | | | 1. signer picker can cancel its operation now 2. fix window title of "Export As Key Package" | ||||
* | refactor(ui): adjust file structure | Saturneric | 2022-07-22 | 55 | -45/+45 |
| | |||||
* | style(src): reformat code | Saturneric | 2022-07-22 | 42 | -160/+138 |
| | |||||
* | feat(ui): use general main window and dialog class | Saturneric | 2022-07-22 | 36 | -294/+464 |
| | | | | | 1. store window size and position 2. store icon size and style | ||||
* | fix: fix some issues | Saturneric | 2022-06-05 | 11 | -117/+428 |
| | | | | | | 1. fix crash when keyserver list is empty. 2. refactor KeyServerImportDialog 3. reduce header file including | ||||
* | fix(ui): fix crash when start app. | Saturneric | 2022-06-01 | 3 | -4/+10 |
| | |||||
* | perf: improve ListedKeyServerTestThread | Saturneric | 2022-05-22 | 4 | -96/+150 |
| | | | | 1. fixes #9 | ||||
* | 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 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 |
| |