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