1
0

613 Commits

Author SHA1 Message Date
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
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
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
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
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
3562cd4959 <fix>(ci): Completely remove gcc related configuration in macOS compilation 2022-03-19 14:12:20 +08:00
e0dddd4fb5 <feat>(doc): Add some common operating system compilation methods 2022-03-19 14:12:04 +08:00
dad03e9ccc <fix>(core, ui): Fix path double-byte encoding problem under Windows 2022-03-19 14:09:55 +08:00
e43655f386 <fix>(ui): Fix the problem that the file cannot be signed 2022-03-13 20:29:35 +08:00
c94ec29133 <fix>(ci): update ci file for mac
1. update "Install Dependence (macOS)"
2022-03-13 18:39:42 +08:00
6e44ae09ca <fix>(ui): fix macro problem 2022-03-13 17:48:52 +08:00
f3bcaf54f6 <fix>(ui): fix TRANSLATORS file not shown at deb 2022-03-13 17:38:42 +08:00
943313a424 <refactor>(doc): merge dev/doc/2.0.5 2022-03-13 17:37:16 +08:00
d3a316fd31 <fix>(ci): Fix code inspection build issues
1. update according to debug.ci
2022-03-12 21:06:50 +08:00
492c9f8585 <fix>(ci): Fix the problem of MinGW compilation
1. Not compiling libconfig under MinGW
2022-03-12 20:21:39 +08:00
05322c8902 <fix>(ui): Fix crash after opening a PlainTextEditorPage 2022-03-12 18:18:53 +08:00
7393cd64b4 <fix>(ui): Improve UI experience
1. Unzip only if the target file exists
2022-03-12 18:11:12 +08:00
1755ba16fe <refactor, fix>(core, ui): Some tweaks and fixes 2022-03-12 18:00:36 +08:00
db24670fed <feat>(core, ui): Provides the ability to handle folders
1. Convert folders to archive format for processing
2022-03-12 17:54:10 +08:00