1
0

1377 Commits

Author SHA1 Message Date
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
cacca627a6 <refactor>(src): Move and split the Global Settings Station
1. Move Global Settings Station to core
2. Separate the logic of DataObject
3. Resolve dependencies
2022-02-06 17:34:39 +08:00
a2d75efab5 <refactor>(core, ui): Adjust the core code directory structure. 2022-02-06 13:29:01 +08:00
d772e58315 <chore>(project, ci): Make the Windows platform pass the compilation 2022-02-05 17:37:48 +08:00
260bb5426b <refactor>(ui, core, project): Use std::filesystem instead of boost::filesystem 2022-02-05 17:35:55 +08:00
b94d2eaf4b <refactor>(ui, core, project): Move Key Package logic into core 2022-02-05 16:18:19 +08:00
d04abf2565 <fix, feat, chore>(ui, core, project): Replace file IO function
1. In order to improve compatibility, use the file IO function provided by Qt
2. Introduce some necessary header files for core
2022-02-05 16:16:57 +08:00
688657bc49 <feat>(core): Introduce aes implementation of openssl. 2022-02-05 01:04:58 +08:00
19dfe8ecf1 <chore>(project): Optimize project configuration
1. Add the global header file cstdint
2. Make the core obtain Qt core capabilities.
2022-02-05 00:49:45 +08:00
830fe612c6 <refactor>(src): rename the gpg directory to core 2022-02-05 00:47:18 +08:00
dff5473e52 <chore>(project): Adjust the project to make the compilation 2022-02-04 14:43:34 +08:00