aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-23feat(ui): add tab to show gnupg infoSaturneric7-12/+146
2022-07-23fix(ui): fix button style problemSaturneric6-30/+44
2022-07-22fix(ui): fix signer picker and other issuesSaturneric10-33/+57
1. signer picker can cancel its operation now 2. fix window title of "Export As Key Package"
2022-07-22refactor(ui): adjust file structureSaturneric55-45/+45
2022-07-22style(src): reformat codeSaturneric42-160/+138
2022-07-22feat(ui): use general main window and dialog classSaturneric36-294/+464
1. store window size and position 2. store icon size and style
2022-06-05fix: fix some issuesSaturneric11-117/+428
1. fix crash when keyserver list is empty. 2. refactor KeyServerImportDialog 3. reduce header file including
2022-06-01fix(ui): fix crash when start app.Saturneric3-4/+10
2022-05-22perf: improve ListedKeyServerTestThreadSaturneric4-96/+150
1. fixes #9
2022-05-21fix: solve key server import not working issuesSaturneric1-72/+47
2022-05-20fix(ui): there is possible null pointer dereferenceSaturneric1-1/+1
2022-05-20fix: solve issue caused by sig bufferSaturneric1-1/+1
2022-05-20refactor: modify basic operations slots in main windowSaturneric1-155/+209
2022-05-20feat: explain Not Fully Valid reasonSaturneric1-4/+5
2022-05-20fix: remove useless log in Channel systemSaturneric2-19/+6
2022-05-20feat: track pending tasks in task runner systemSaturneric5-16/+53
2022-05-20fix: improve about dialog about version checkingSaturneric1-9/+10
2022-05-20pref: improve compiling speedSaturneric2-3/+4
2022-05-20refactor: change version checking to taskSaturneric5-89/+152
2022-05-20feat: handle application's exceptions and crashSaturneric4-82/+191
2022-05-20fix: connect correct signalSaturneric1-1/+2
2022-05-19fix: improve settings dialog style on macOSSaturneric2-15/+25
2022-05-19fix: solve general problems for compilingSaturneric7-53/+42
2022-05-19fix: adjust initialized order and organizeSaturneric4-26/+9
1. disable command line file arg input ability
2022-05-19pref: improve pch for compiling speedSaturneric8-66/+68
2022-05-19refactor: change log level for task systemSaturneric5-49/+39
2022-05-19perf: improve initialized and recover processSaturneric6-95/+165
1. init logging system 2. init ui 3. init main
2022-05-15fix: solve dll export problem on inner classSaturneric1-3/+27
2022-05-15fix: need to link bcrypt in mingw for uuidSaturneric1-0/+4
2022-05-15fix: solve heading file include problem.Saturneric2-3/+5
2022-05-15feat: update macOS App Bundle ciSaturneric1-0/+3
2022-05-14refactor: modified part of ui processing codeSaturneric2-194/+323
2022-05-14feat: improve processing using task runner systemSaturneric3-13/+24
2022-05-14feat(core): upgrade task runner system.Saturneric4-24/+270
2022-05-14fix: add deb dependency libicu66Saturneric1-1/+1
2022-05-13fix(core): solve memory access issuesSaturneric1-2/+3
1. use gpg_key, not key(has been moved).
2022-05-13fix: slove loading issues at initSaturneric1-0/+10
1. block the main thread until the gpg context is loaded.
2022-05-13fix: solve build issuesSaturneric1-4/+6
1. target_link_libraries scope 2. icu version minimum
2022-05-13fix: slove shared link problemSaturneric1-1/+1
2022-05-13fix: solve codacy issuesSaturneric1-1/+1
2022-05-13feat: add a simple TaskRunner systemSaturneric18-229/+655
1. solve multiple threads problem.
2022-05-13perf: improve core performanceSaturneric1-3/+3
2022-05-13fix: solve build issuesSaturneric1-3/+3
1. target_link_libraries scope 2. icu version minimum
2022-05-12fix(core): fix a bug when key in smart carddev/2.0.7Saturneric3-21/+48
2022-05-12fix(ui): adjuest timeout value for keyserver testSaturneric1-1/+1
2022-05-12feat(ui): support .pgp extensionSaturneric1-15/+20
2022-05-12fix(core): let exposed api use FileOperatorSaturneric1-27/+6
2022-05-12fix(ui): remove spaces in export key filenameSaturneric1-3/+12
2022-05-12feat(ui): more advanced charset functionsSaturneric3-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-12feat(core): add charset operationsSaturneric3-10/+205
1. introduce library icu 2. add CharsetOperator