aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | feat: add an option to build with app sanbox onSaturneric2023-02-111-5/+14
| | | | |
* | | | | feat: show checksums of all gnupg componentsSaturneric2023-02-115-26/+88
| | | | |
* | | | | fix: add buddled dylib support for macOSSaturneric2023-02-071-0/+4
| | | | |
* | | | | fix: solve bugs in subkey generationSaturneric2023-02-077-27/+63
| | | | |
* | | | | fix: solve an issue in version checkingSaturneric2023-02-074-8/+24
| | | | |
* | | | | feat: use custom password dialog nowSaturneric2023-02-0714-28/+361
| | | | |
* | | | | feat: add a custom pinentry hook for sandbox mode in macOSSaturneric2023-02-062-3/+33
| | | | |
* | | | | fix: continue to solve a compile issueSaturneric2023-02-061-2/+2
| | | | |
* | | | | fix: solve an endless loop issue caused by logging systemSaturneric2023-02-061-2/+2
| | | | |
* | | | | feat: support buddled gnupg for posix platformSaturneric2023-02-061-2/+27
| | | | |
* | | | | fix: sovle a compile issue in macOSSaturneric2023-02-061-1/+1
| | | | |
* | | | | fix: solve issue on the KeyPackagesaturneric2023-02-043-2/+35
| | | | |
* | | | | feat: add cache recovery functionsaturneric2023-02-045-2/+181
| | | | |
* | | | | fix: solve open file issue in menu barsaturneric2023-02-047-46/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. add flush policy for logger 2. seperate the name of each logger 3. replace the old open file logic with the new one when click the button on the menu bar
* | | | | fix: solve some issuessaturneric2023-02-046-16/+26
| | | | | | | | | | | | | | | | | | | | | | | | | 1. solve compile issues 2. improve log for cammand executor
* | | | | feat: change the log style in source filesSaturneric2023-02-0371-700/+677
| | | | |
* | | | | feat: change logging framework to spdlogSaturneric2023-02-032-8/+4
| | | | |
* | | | | fix: continue to solve ci issues at release modeSaturneric2023-01-121-1/+1
| | | | |
* | | | | fix: solve ci issues at debug modeSaturneric2023-01-121-4/+8
| | | | |
* | | | | feat: improve msys2 build processSaturneric2023-01-121-8/+148
| | | | | | | | | | | | | | | | | | | | | | | | | 1. copy dlls and exes from local machine now 2. run windeployqt after build
* | | | | feat: add advanced gnupg operationsSaturneric2023-01-0725-192/+779
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | 1.fix some issues 2. add advanced gnupg operations 3. add configurations information in Gnupg Help Tab
* | | | fix: remove myeasylog.logSaturneric2022-12-222-2/+1
| | | |
* | | | feat: upgrade GnuPG Info TabSaturneric2022-12-212-33/+108
| | | |
* | | | feat(ui, core): add custom key db supportSaturneric2022-12-0416-63/+292
| | | | | | | | | | | | | | | | | | | | | | | | 1. add custom key db support 2. add deep restart mode for custom key db settings 3. add core reset function
* | | | fix: solve a refresh crashSaturneric2022-12-042-1/+10
| | | |
* | | | fix: solve a crash issueSaturneric2022-11-262-10/+24
| | | |
* | | | feat: support generate ecc keySaturneric2022-11-2611-59/+132
| | | | | | | | | | | | | | | | 1. support elliptische kurve nist
* | | | fix: record the actural sizeSaturneric2022-11-266-8/+60
| | | | | | | | | | | | | | | | 1. record the actural size of dialogs and main windows when they are closing
* | | | feat(ui): attach not when 'ENV Loading Failed' occurred.Saturneric2022-09-031-3/+4
| | | |
* | | | fix(core, ui): delete some unnecessary logsSaturneric2022-09-032-8/+0
| | | |
* | | | fix(ui): fix user feedback issues.Saturneric2022-09-0312-141/+214
| | | | | | | | | | | | | | | | | | | | 1. add the font size settings of text editor. 2. fix exception under Russia lang when doing verification.
* | | | feat(project): support freebsd buildSaturneric2022-07-243-10/+31
| |_|/ |/| |
* | | feat(project): add rpm package supportdev/2.0.8/saturnericSaturneric2022-07-231-1/+32
| | |
* | | feat(ui): add tab to show gnupg infoSaturneric2022-07-237-12/+146
| | |
* | | fix(ui): fix button style problemSaturneric2022-07-236-30/+44
| | |
* | | fix(ui): fix signer picker and other issuesSaturneric2022-07-2210-33/+57
| | | | | | | | | | | | | | | 1. signer picker can cancel its operation now 2. fix window title of "Export As Key Package"
* | | refactor(ui): adjust file structureSaturneric2022-07-2255-45/+45
| | |
* | | style(src): reformat codeSaturneric2022-07-2242-160/+138
| | |
* | | feat(ui): use general main window and dialog classSaturneric2022-07-2236-294/+464
| | | | | | | | | | | | | | | 1. store window size and position 2. store icon size and style
* | | fix: fix some issuesSaturneric2022-06-0511-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.Saturneric2022-06-013-4/+10
| |/ |/|
* | perf: improve ListedKeyServerTestThreadSaturneric2022-05-224-96/+150
|/ | | | 1. fixes #9
* fix: solve key server import not working issuesSaturneric2022-05-211-72/+47
|
* fix(ui): there is possible null pointer dereferenceSaturneric2022-05-201-1/+1
|
* fix: solve issue caused by sig bufferSaturneric2022-05-201-1/+1
|
* refactor: modify basic operations slots in main windowSaturneric2022-05-201-155/+209
|
* feat: explain Not Fully Valid reasonSaturneric2022-05-201-4/+5
|
* fix: remove useless log in Channel systemSaturneric2022-05-202-19/+6
|
* feat: track pending tasks in task runner systemSaturneric2022-05-205-16/+53
|
* fix: improve about dialog about version checkingSaturneric2022-05-201-9/+10
|