1
0

1377 Commits

Author SHA1 Message Date
5369960a42 feat: explain Not Fully Valid reason 2022-05-21 02:16:30 +08:00
e4e8e0308c fix: remove useless log in Channel system 2022-05-21 02:10:54 +08:00
7d5a4bed7f feat: track pending tasks in task runner system 2022-05-21 02:10:06 +08:00
c91305046c fix: improve about dialog about version checking 2022-05-21 02:09:10 +08:00
b803f3339c pref: improve compiling speed 2022-05-21 02:08:01 +08:00
a62eed1038 refactor: change version checking to task 2022-05-21 02:07:02 +08:00
7d598eb7b8 feat: handle application's exceptions and crash 2022-05-21 02:05:52 +08:00
4ec3991a82 fix: connect correct signal 2022-05-21 02:03:29 +08:00
8eb19fcf9c fix: improve settings dialog style on macOS 2022-05-20 03:16:33 +08:00
ef25178144 fix: solve general problems for compiling 2022-05-20 03:03:42 +08:00
6d2f0fec12 fix: adjust initialized order and organize
1. disable command line file arg input ability
2022-05-20 03:02:22 +08:00
c80f04424b pref: improve pch for compiling speed 2022-05-20 03:00:46 +08:00
4043b86f60 refactor: change log level for task system 2022-05-20 02:44:02 +08:00
6c884e5833 perf: improve initialized and recover process
1. init logging system
2. init ui
3. init main
2022-05-20 02:41:21 +08:00
21bec7548d fix: solve user manual navbar.md link to downloads 2022-05-18 14:06:15 +08:00
a03266788a Merge pull request #65 from saturneric/develop-2.0.8
Develop 2.0.8.1
2022-05-18 03:17:07 +08:00
b0c81b894c doc: update manual 2022-05-18 02:59:12 +08:00
a0de038115 doc: update manual and readme 2022-05-18 02:53:04 +08:00
1bfab7bb05 fix: solve dll export problem on inner class 2022-05-15 22:14:39 +08:00
9f71cbb10b fix: solve debug/release ci problems on macOS ci 2022-05-15 21:53:49 +08:00
bfcbfeeaba fix: need to link bcrypt in mingw for uuid 2022-05-15 21:17:31 +08:00
fae262c7ba fix(ci): solve issues in macOS ci 2022-05-15 21:02:28 +08:00
2400bbc994 fix: solve heading file include problem. 2022-05-15 16:52:52 +08:00
516c117bf4 feat: update macOS App Bundle ci 2022-05-15 16:38:42 +08:00
5a8cdccb2a Merge remote-tracking branch 'origin/develop-2.0.8' into develop-2.0.8 2022-05-15 02:27:38 +08:00
45554ffb4c refactor: modified part of ui processing code 2022-05-15 02:27:09 +08:00
eb0178651f feat: improve processing using task runner system 2022-05-15 02:25:47 +08:00
5b7501d190 feat(core): upgrade task runner system. 2022-05-15 02:24:55 +08:00
4af089d7f4 fix: add deb dependency libicu66 2022-05-14 16:13:42 +08:00
49090d1d51 Merge pull request #62 from saturneric/develop-2.0.8
Develop 2.0.8
v2.0.8
2022-05-14 03:31:40 +08:00
cf39956d9c fix(core): solve memory access issues
1. use gpg_key, not key(has been moved).
2022-05-14 03:09:50 +08:00
83edd6aa60 Merge remote-tracking branch 'origin/develop-2.0.8' into develop-2.0.8 2022-05-14 02:58:55 +08:00
9a4cee6ca1 fix: slove loading issues at init
1. block the main thread until the gpg context is loaded.
2022-05-14 02:58:10 +08:00
6b17de98f2 fix: solve build issues
1. target_link_libraries scope
2. icu version minimum
2022-05-14 02:37:30 +08:00
c8c4ce2cec fix: slove shared link problem 2022-05-14 02:09:35 +08:00
b868f19495 fix: solve codacy issues 2022-05-14 02:04:15 +08:00
93ac143745 feat: add a simple TaskRunner system
1. solve multiple threads problem.
2022-05-14 01:43:56 +08:00
98188b2f89 perf: improve core performance 2022-05-14 01:42:20 +08:00
660f031048 fix(ci): add icu_69 dependency for msys2 2022-05-14 01:39:58 +08:00
2f79c428b5 fix: solve build issues
1. target_link_libraries scope
2. icu version minimum
2022-05-13 11:47:22 +08:00
903f75303a feat(ci): remove OPENSSL_ROOT_DIR in cmake config 2022-05-13 01:16:16 +08:00
27e1e59cec feat(project): upgrade version to v2.0.8 2022-05-13 01:14:00 +08:00
865ce36544 fix(core): fix a bug when key in smart card 2022-05-13 01:11:32 +08:00
4c982774a7 fix(ui): adjuest timeout value for keyserver test 2022-05-13 00:51:49 +08:00
97a3c991f2 feat(ui): support .pgp extension 2022-05-13 00:48:39 +08:00
9a6da42100 fix(core): let exposed api use FileOperator 2022-05-13 00:45:38 +08:00
e6333387c9 fix(ui): remove spaces in export key filename 2022-05-13 00:42:03 +08:00
81fdd208a9 doc: update _sidebar.md
1. remove manual on email and advanced operations.
2022-05-13 00:37:41 +08:00
baa3b65f16 feat(ui): more advanced charset functions
1. support dealing more type of files with different charsets
2. solve cash cause by reading file thread
3. improve ui operations
2022-05-13 00:36:57 +08:00
8df61cfee0 fix: solve problem on .gitignore
1. fix ignore item for GpgFrontendUIExport
2022-05-13 00:35:03 +08:00