1
0

887 Commits

Author SHA1 Message Date
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
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
f129055af4 <fix>(core): Fix the existing problem of the key package
1. Fix the password generation function
2. Add some log output
2022-03-12 15:00:14 +08:00
133fa7e810 Merge branch 'develop-2.0.5' of git.codesdream.com:GpgFrontend into develop-2.0.5 2022-03-12 14:22:02 +08:00
f65f0c7b7e <fix>(core): Fix the setting loading IO problem under Windows 2022-03-12 14:18:59 +08:00
638a56a835 <chore>(core): Resolve libarchive compile dependencies for Windows 2022-03-12 14:17:26 +08:00
stehu
912fb33a87 <fix, refactor, feat> adjust the project configuration
1. Fix possible problems with mac compilation
2. Add new third-party dependency libconfig
3. Use the correct project configuration to specify the C++ standard
2022-03-04 23:53:59 +08:00
3c889bd876 <feat, refactor>(ui, core): Transfer file hash calculation logic to core
1. show file size
2022-02-13 16:40:11 +08:00
058d0e2fec <fix>(ci): Minor bug in modifying OS labels in ci files 2022-02-13 15:07:22 +08:00
625950219b <feat, refactor>(src): Cancel the operation of the file through the right-click menu 2022-02-13 15:01:28 +08:00
b991fea491 <feat, refactor>(src): Enable top encryption action menu in file mode
1. Adjust the names of some functions
2. Enable top encryption action menu in file mode
2022-02-13 14:54:44 +08:00
eb4f60f31c <fix>(ci): Set Git's file line endings to LF 2022-02-13 14:50:46 +08:00
3d37903c94 <fix>(ci): Add mingw-w64-x86_64-gpgme package under Windows 2022-02-13 14:08:40 +08:00
52e4dc8c58 <fix>(ci): Add textinfo package under Windows 2022-02-13 13:39:40 +08:00
c8e3eba95c <fix>(ci): Fix path issues under Windows 2022-02-13 13:22:02 +08:00
84b4aa8870 <fix>(ci): Independent compilation of gpgme under windows 2022-02-13 13:01:09 +08:00
098a61c5a4 <fix>(src): Fix header file path issue 2022-02-07 22:10:48 +08:00
785844f119 <fix>(ci): Build release builds with Windows 2019 2022-02-07 21:54:35 +08:00
06892e6a01 <fix>(ci): Specify the installation path in the build 2022-02-07 21:46:08 +08:00
c40374d3ae <fix>(src): Resolve discovered issues 2022-02-07 21:43:04 +08:00
33a2e25559 <chore, fix>(project): Fix compilation problems 2022-02-07 21:26:08 +08:00
184fa65617 <chore>(project): The upgraded version number is v 2.0.5 2022-02-07 21:07:00 +08:00
e32b9c8c86 <fix>(core): Make it possible to compile on Windows 2022-02-07 20:59:17 +08:00
1028b92343 <fix>(ui): Adapt some settings transferred to the data object 2022-02-07 19:56:18 +08:00
e6f6731ad8 <fix>(core, ui): Fix the remaining problems in the data object 2022-02-07 19:55:13 +08:00
03e123162c <fix>(ui): Fix type exception in SMTP settings 2022-02-06 21:13:34 +08:00
aa3e4dcef3 <feat>(ui): Improve the security settings auxiliary class
1. Do a type check
2. Do a null check
3. Add some necessary logs
2022-02-06 21:13:03 +08:00
f669154e2c <fix>(src): Do not catch any exceptions when debugging 2022-02-06 21:11:22 +08:00