1
0

887 Commits

Author SHA1 Message Date
04c6005931 fix: solve some issues
1. solve compile issues
2. improve log for cammand executor
2023-02-03 21:24:01 -08:00
e88fb9a533 feat: add submodule spdlog 2023-02-03 08:04:04 -08:00
8a193bab31 fix: improve README.md 2023-02-03 21:58:46 +08:00
11f988d7d9 feat: delete dependency easyloggingpp 2023-02-03 21:46:59 +08:00
11d32517c2 feat: change the log style in source files 2023-02-03 21:43:55 +08:00
d0fe4b6a4f feat: change logging framework to spdlog 2023-02-03 14:29:04 +08:00
fe37da516c feat: update submodules 2023-01-22 14:09:23 +08:00
3240beb792 fix(manual): solve microsoft store badge problem 2023-01-21 14:45:11 +08:00
3ebe80b2c8 fix: continue to solve ci issues at release mode 2023-01-13 02:05:16 +08:00
f5aa16fef8 fix: solve ci issues at debug mode 2023-01-13 01:56:13 +08:00
1458806829 feat: improve msys2 build process
1. copy dlls and exes from local machine now
2. run windeployqt after build
2023-01-13 01:41:04 +08:00
225d435423 feat: add advanced gnupg operations
1.fix some issues
2. add advanced gnupg operations
3. add configurations information in Gnupg Help Tab
2023-01-07 22:20:07 +08:00
3cb623b07e fix: solve conflicts v2.0.10 2022-12-22 18:30:36 +08:00
b15bf4bb64 fix: continue to solve ubuntu 18.04 build issues 2022-12-22 18:07:23 +08:00
4444765aac feat: upgrade version to v2.0.10 2022-12-22 17:55:48 +08:00
6d9c71ac05 fix: solve ubuntu 18.04 build issues 2022-12-22 17:54:38 +08:00
8e4965e98c feat(translate): update translation files 2022-12-22 17:28:21 +08:00
88d82fd0d5 fix(ci): solve issues on ci config file 2022-12-22 16:16:50 +08:00
b919ff9320 fix: remove myeasylog.log 2022-12-22 15:15:48 +08:00
f20a5f0b14 feat: modify ui files 2022-12-21 16:46:19 +08:00
c0b0c797b9 feat: upgrade GnuPG Info Tab 2022-12-21 16:45:34 +08:00
6bdfddb208 feat(ui, core): add custom key db support
1. add custom key db support
2. add deep restart mode for custom key db settings
3. add core reset function
2022-12-04 18:16:25 +08:00
bf39cd6fb8 fix: solve a refresh crash 2022-12-04 15:44:29 +08:00
534a64f2a6 fix: solve a crash issue 2022-11-27 02:10:31 +08:00
efd722000d feat: support generate ecc key
1. support elliptische kurve nist
2022-11-27 01:52:27 +08:00
8c22833e4a feat: change submodules url
1. set to self-hosted mirrored git repositroies.
2022-11-26 19:29:01 +08:00
cb299a2b9c fix: record the actural size
1. record the actural size of dialogs and main windows when they are closing
2022-11-26 19:19:19 +08:00
56f7842527 feat(doc): update contract info 2022-11-08 22:21:42 +08:00
e1e9a3337e feat(ui): add ui file about AppearanceSettings 2022-09-03 20:38:59 +08:00
d990380db8 feat(ui): attach not when 'ENV Loading Failed' occurred. 2022-09-03 20:29:07 +08:00
8204039b7e fix(core, ui): delete some unnecessary logs 2022-09-03 20:20:31 +08:00
4201e3d55c fix(ui): fix user feedback issues.
1. add the font size settings  of text editor.
2. fix exception under Russia lang when doing verification.
2022-09-03 20:11:36 +08:00
7dfe0bdb6f feat(project): support freebsd build 2022-07-24 22:07:44 +08:00
b244320b2d Merge pull request #70 from saturneric/dev/2.0.8/saturneric
Develop 2.0.9.1
v2.0.9
2022-07-23 22:54:51 +08:00
7e34813831 feat(project): add rpm package support 2022-07-23 21:37:23 +08:00
e8c8e13835 refactor(third_party): remove encoding-detect 2022-07-23 20:27:31 +08:00
61cc4ed27f feat(ui): add tab to show gnupg info 2022-07-23 20:18:23 +08:00
da9494c35e fix(ui): fix button style problem 2022-07-23 19:33:42 +08:00
47996a4162 fix(ci): delete ubuntu 18.04 from deb package build 2022-07-23 04:33:22 +08:00
cd3220b0f3 feat(project): upgrade to v2.0.9 2022-07-23 04:05:39 +08:00
9839700301 feat(third_party): update gpgme 2022-07-23 03:53:17 +08:00
57827d3fb2 feat(ci): add ubuntu 22.04 and 18.04 support for deb package 2022-07-23 03:43:40 +08:00
3685bb4335 Merge pull request #68 from saturneric/develop-2.0.8
Develop 2.0.8.4
2022-07-23 03:29:12 +08:00
ff73042072 fix(ui): fix signer picker and other issues
1. signer picker can cancel its operation now
2. fix window title of "Export As Key Package"
2022-07-23 02:56:08 +08:00
a6d22ea199 refactor(ui): adjust file structure 2022-07-23 01:46:34 +08:00
f3ff434946 style(src): reformat code 2022-07-23 01:26:53 +08:00
8729378555 feat(ui): use general main window and dialog class
1. store window size and position
2. store icon size and style
2022-07-23 01:21:48 +08:00
96009aba6d fix: fix some issues
1. fix crash when keyserver list is empty.
2. refactor KeyServerImportDialog
3. reduce header file including
2022-06-05 19:40:22 +08:00
769465f149 fix(ui): fix crash when start app. 2022-06-01 23:12:20 +08:00
38f78fa113 Merge branch 'dev/2.0.8/saturneric' into develop-2.0.8 2022-05-25 10:09:00 +08:00