1
0

1377 Commits

Author SHA1 Message Date
917a8be86a fix: solve openssl issue senselessly for macOS 2022-05-13 00:34:10 +08:00
1e51f0839c feat(core): add charset operations
1. introduce library icu
2. add CharsetOperator
2022-05-13 00:31:41 +08:00
3816c05d13 Merge pull request #60 from saturneric/develop-2.0.7 2022-05-11 13:26:29 +08:00
9293cd93c0 doc: update documents.
1. update ReadME.md.
2. update User Manual.
2022-05-11 00:15:33 +08:00
3a401ef4fe Merge pull request #58 from saturneric/develop-2.0.7 2022-05-10 12:08:24 +08:00
1f00f4c51a fix: solve issue in macOS Xode build
1. add missing XOCDE_BUILD variable.
2022-05-10 01:45:37 +08:00
47abca2607 feat: improve UI library's encapsulation 2022-05-10 00:33:50 +08:00
a1bef0cc06 Merge pull request #57 from saturneric/develop-2.0.7
Develop 2.0.7
v2.0.7
2022-05-09 23:58:36 +08:00
ab8e1b0cee fix: modified init order 2022-05-09 23:27:40 +08:00
3253e4b8d8 refactor: increase version to 2.0.7 2022-05-09 23:09:59 +08:00
772d8fc81e fix: avoid block when refreshing keys 2022-05-09 23:03:01 +08:00
058f39a1a5 fix: fix build issues on linux platform 2022-05-09 22:54:01 +08:00
670733f7a9 fix: fix crash poblem when doing operations
1. refactor GpgFunctionObject to solve shared library problem.
2. fix multi-threading issues in refreshing.
3. improve loading speed for key list
4. improve ui operation
5. do other fixing and improving operations
2022-05-09 22:40:54 +08:00
8330dc3c1a Merge pull request #56 from saturneric/develop-2.0.6
Develop 2.0.6.1
2022-05-09 06:49:31 +08:00
be3e4f3e19 doc: add entry to developer document. 2022-05-09 06:47:54 +08:00
9da6797a7a feat: trigger GpgFrontend-Doxygen generation 2022-05-09 06:35:52 +08:00
f6072033a1 feat: add full support for xocde build
1. add GPGFRONTEND_XOCDE_CODE_SIGN_IDENTITY option for cmake
2. fix some issues on xcode build
3. remove certs from resource
2022-05-09 03:39:48 +08:00
1b26275d3f feat: merge tiny third_party library into core
1. code detecting
2. qt-aes
2022-05-09 01:00:05 +08:00
f722eec9a8 Merge pull request #54 from saturneric/develop-2.0.6
Develop 2.0.6
v2.0.6
2022-05-08 21:14:24 +08:00
9ccdf62703 doc: update translate document. 2022-05-08 20:16:17 +08:00
c7f9c594bb doc: update README.md 2022-05-08 20:03:38 +08:00
475888d781 fix: solve issues in linux compiling
1. deb dependency update
2. ci update
2022-05-08 19:34:17 +08:00
11644e8fcb chore: modified compile args. 2022-05-08 17:53:29 +08:00
42a877c08d feat: increase version to v2.0.6 2022-05-08 05:29:22 +08:00
9030c08ca5 fix: add GpgFrontendCoreExport.h into .gitignore 2022-05-08 05:27:32 +08:00
9a9f648824 fix: solve some issues
1. slove deb packing issues
2. solve ci issues
2022-05-08 05:25:24 +08:00
978b0ccc9b fix: link issue of intl in linux platform 2022-05-08 03:19:51 +08:00
7c17ee7a03 fix: remove vmime include 2022-05-08 02:47:24 +08:00
038bfab9a5 fix: use custom build gpgme lib
1. gpgme version of apt is too old.
2022-05-08 02:47:03 +08:00
90f853bd9b fix: add GenerateExportHeader for all platfrom 2022-05-08 01:59:17 +08:00
b49180d568 feat: use gnupg from brew 2022-05-08 01:44:00 +08:00
a0dc373985 feat: use gnupg from system package manager 2022-05-08 01:39:15 +08:00
7ca57f7e16 refactor: remove submodules
1. remove vmime
2. remove smtp-mime
2022-05-08 01:10:10 +08:00
f1a2ce4bcb refactor: develop 2.0.6 start
1. delete smtp ability
2. change libs link type to dramatic
2022-05-08 01:01:29 +08:00
472880c2c9 fix: add openssl dependency for windows ci 2022-05-05 22:26:42 +08:00
7a7e993696 fix: remove git from macos ci dependency 2022-05-05 21:39:32 +08:00
2c1b0d517a fix: fix dependency in codeql-analysis.yml 2022-05-05 18:17:12 +08:00
2daab5b8f2 fix(ci): fix ci config
1. release
2. linux deb
3. change to macOS 11
2022-04-10 18:23:41 +08:00
64a7aa0ad0 fix(project): remove automatic build
1. libarchive
2. libconfig++
2022-04-10 16:39:02 +08:00
6b7cc11484 Merge pull request #50 from saturneric/develop-2.0.5
v2.0.5.1
v2.0.5
2022-03-19 17:49:09 +08:00
7b4369b558 <fix>(ui): fix error in IMAPFolder 2022-03-19 16:55:09 +08:00
f8a513cee8 <fix>(core, ui): fix codacy issues.
1. The scope of the variable 'r' can be reduced.
2. Class 'IMAPFolder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s).
3. Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20).
2022-03-19 16:42:47 +08:00
400bc96a29 Merge branch 'develop-2.0.5' of github.com:saturneric/GpgFrontend into develop-2.0.5 2022-03-19 16:26:18 +08:00
d32518a618 <fix>(project): fix link issues 2022-03-19 16:23:37 +08:00
084d44ba52 <fix>(doc, ci): Adjust deb package generation settings. 2022-03-19 16:14:28 +08:00
d1e305cda3 Merge pull request #49 from saturneric/develop-2.0.5
v2.0.5
2022-03-19 15:55:26 +08:00
9c9df49aa6 Merge branch 'main' into develop-2.0.5 2022-03-19 15:55:01 +08:00
85d31b2b0a <fix>(doc): Fix code for multilingual support 2022-03-19 15:53:14 +08:00
6d63541757 <fix>(core, ui): Fix issues related to compression and decompression
1. The problem with double-byte characters in the path (unresolved)
2022-03-19 15:52:21 +08:00
1c779300f8 <fix>(core): Fix the path compatibility problem of loading certificates under Windows. 2022-03-19 14:17:43 +08:00