aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-12-22fix: remove myeasylog.logSaturneric2-2/+1
2022-12-21feat: upgrade GnuPG Info TabSaturneric2-33/+108
2022-12-04feat(ui, core): add custom key db supportSaturneric16-63/+292
1. add custom key db support 2. add deep restart mode for custom key db settings 3. add core reset function
2022-12-04fix: solve a refresh crashSaturneric2-1/+10
2022-11-26fix: solve a crash issueSaturneric2-10/+24
2022-11-26feat: support generate ecc keySaturneric11-59/+132
1. support elliptische kurve nist
2022-11-26fix: record the actural sizeSaturneric6-8/+60
1. record the actural size of dialogs and main windows when they are closing
2022-09-03feat(ui): attach not when 'ENV Loading Failed' occurred.Saturneric1-3/+4
2022-09-03fix(core, ui): delete some unnecessary logsSaturneric2-8/+0
2022-09-03fix(ui): fix user feedback issues.Saturneric12-141/+214
1. add the font size settings of text editor. 2. fix exception under Russia lang when doing verification.
2022-07-24feat(project): support freebsd buildSaturneric3-10/+31
2022-07-23feat(project): add rpm package supportdev/2.0.8/saturnericSaturneric1-1/+32
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