Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: add openssl dependency for windows cidev/2.0.5 | Saturneric | 2022-05-05 | 1 | -1/+1 |
| | |||||
* | fix: remove git from macos ci dependency | Saturneric | 2022-05-05 | 2 | -2/+2 |
| | |||||
* | fix: fix dependency in codeql-analysis.yml | Saturneric | 2022-05-05 | 1 | -1/+1 |
| | |||||
* | fix(ci): fix ci config | Saturneric | 2022-04-10 | 2 | -11/+11 |
| | | | | | | 1. release 2. linux deb 3. change to macOS 11 | ||||
* | fix(project): remove automatic build | Saturneric | 2022-04-10 | 4 | -23/+11 |
| | | | | | 1. libarchive 2. libconfig++ | ||||
* | <fix>(ui): fix error in IMAPFolder | Saturneric | 2022-03-19 | 1 | -1/+1 |
| | |||||
* | <fix>(core, ui): fix codacy issues. | Saturneric | 2022-03-19 | 4 | -11/+31 |
| | | | | | | 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). | ||||
* | Merge branch 'develop-2.0.5' of github.com:saturneric/GpgFrontend into ↵ | Saturneric | 2022-03-19 | 0 | -0/+0 |
|\ | | | | | | | develop-2.0.5 | ||||
| * | Merge branch 'main' into develop-2.0.5 | Saturn&Eric | 2022-03-19 | 0 | -0/+0 |
| |\ | |||||
| | * | <doc>(project): update README.md. | Saturneric | 2022-01-16 | 1 | -1/+1 |
| | | | | | | | | | | | | 1. Use compatible alignment settings for icons. | ||||
| | * | <doc>(project): update README.md. | Saturneric | 2022-01-16 | 1 | -29/+23 |
| | | | |||||
| | * | <doc>(project): Update README and delete SECURITY | Saturneric | 2022-01-15 | 2 | -35/+65 |
| | | | | | | | | | | | | 1. update README.md and delete SECURITY.md from branch doc/manual/2.0.5 | ||||
* | | | <fix>(project): fix link issues | Saturneric | 2022-03-19 | 1 | -1/+1 |
| | | | |||||
* | | | <fix>(doc, ci): Adjust deb package generation settings. | Saturneric | 2022-03-19 | 2 | -2/+2 |
|/ / | |||||
* | | <fix>(doc): Fix code for multilingual support | Saturneric | 2022-03-19 | 1 | -2/+2 |
| | | |||||
* | | <fix>(core, ui): Fix issues related to compression and decompression | Saturneric | 2022-03-19 | 4 | -84/+126 |
| | | | | | | | | 1. The problem with double-byte characters in the path (unresolved) | ||||
* | | <fix>(core): Fix the path compatibility problem of loading certificates ↵ | Saturneric | 2022-03-19 | 1 | -1/+1 |
| | | | | | | | | under Windows. | ||||
* | | <fix>(ci): Completely remove gcc related configuration in macOS compilation | Saturneric | 2022-03-19 | 2 | -2/+0 |
| | | |||||
* | | <feat>(doc): Add some common operating system compilation methods | Saturneric | 2022-03-19 | 1 | -10/+86 |
| | | |||||
* | | <fix>(core, ui): Fix path double-byte encoding problem under Windows | Saturneric | 2022-03-19 | 19 | -119/+258 |
| | | |||||
* | | <fix>(ui): Fix the problem that the file cannot be signed | Saturneric | 2022-03-13 | 1 | -1/+4 |
| | | |||||
* | | <fix>(ci): update ci file for mac | Saturneric | 2022-03-13 | 2 | -4/+4 |
| | | | | | | | | 1. update "Install Dependence (macOS)" | ||||
* | | <fix>(ui): fix macro problem | Saturneric | 2022-03-13 | 1 | -1/+1 |
| | | |||||
* | | <fix>(ui): fix TRANSLATORS file not shown at deb | Saturneric | 2022-03-13 | 1 | -17/+23 |
| | | |||||
* | | <refactor>(doc): merge dev/doc/2.0.5 | Saturneric | 2022-03-13 | 26 | -388/+818 |
|\ \ | |||||
| * | | <doc>(project): update README.md. | Saturneric | 2022-01-16 | 1 | -1/+1 |
| | | | | | | | | | | | | 1. Use compatible alignment settings for icons. | ||||
| * | | <doc>(project): update README.md. | Saturneric | 2022-01-16 | 1 | -29/+23 |
| | | | | | | | | | | | | | | | 1. Fixed some linking issues in the document. 2. Improved the description of some parts of the project. | ||||
| * | | <doc>(project): update README.md and delete SECURITY.md. | Saturneric | 2022-01-15 | 2 | -35/+65 |
| | | | |||||
* | | | <fix>(ci): Fix code inspection build issues | Saturneric | 2022-03-12 | 1 | -4/+6 |
| | | | | | | | | | | | | 1. update according to debug.ci | ||||
* | | | <fix>(ci): Fix the problem of MinGW compilation | Saturneric | 2022-03-12 | 1 | -1/+3 |
| | | | | | | | | | | | | 1. Not compiling libconfig under MinGW | ||||
* | | | <fix>(ui): Fix crash after opening a PlainTextEditorPage | Saturneric | 2022-03-12 | 1 | -1/+1 |
| | | | |||||
* | | | <fix>(ui): Improve UI experience | Saturneric | 2022-03-12 | 1 | -2/+2 |
| | | | | | | | | | | | | 1. Unzip only if the target file exists | ||||
* | | | <refactor, fix>(core, ui): Some tweaks and fixes | Saturneric | 2022-03-12 | 3 | -14/+31 |
| | | | |||||
* | | | <feat>(core, ui): Provides the ability to handle folders | Saturneric | 2022-03-12 | 6 | -37/+559 |
| | | | | | | | | | | | | 1. Convert folders to archive format for processing | ||||
* | | | <fix>(core): Fix the existing problem of the key package | Saturneric | 2022-03-12 | 2 | -2/+24 |
| | | | | | | | | | | | | | | | 1. Fix the password generation function 2. Add some log output | ||||
* | | | Merge branch 'develop-2.0.5' of git.codesdream.com:GpgFrontend into ↵ | Saturneric | 2022-03-12 | 7 | -45/+69 |
|\ \ \ | | | | | | | | | | | | | develop-2.0.5 | ||||
| * | | | <fix, refactor, feat> adjust the project configuration | stehu | 2022-03-04 | 7 | -45/+69 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | | <fix>(core): Fix the setting loading IO problem under Windows | Saturneric | 2022-03-12 | 2 | -6/+16 |
| | | | | |||||
* | | | | <chore>(core): Resolve libarchive compile dependencies for Windows | Saturneric | 2022-03-12 | 2 | -1/+6 |
| | | | | |||||
* | | | | <feat, refactor>(ui, core): Transfer file hash calculation logic to core | Saturneric | 2022-02-13 | 3 | -49/+65 |
|/ / / | | | | | | | | | | 1. show file size | ||||
* | | | <fix>(ci): Minor bug in modifying OS labels in ci files | Saturneric | 2022-02-13 | 1 | -1/+1 |
| | | | |||||
* | | | <feat, refactor>(src): Cancel the operation of the file through the ↵ | Saturneric | 2022-02-13 | 3 | -125/+5 |
| | | | | | | | | | | | | right-click menu | ||||
* | | | <feat, refactor>(src): Enable top encryption action menu in file mode | Saturneric | 2022-02-13 | 6 | -24/+132 |
| | | | | | | | | | | | | | | | 1. Adjust the names of some functions 2. Enable top encryption action menu in file mode | ||||
* | | | <fix>(ci): Set Git's file line endings to LF | Saturneric | 2022-02-13 | 2 | -0/+11 |
| | | | |||||
* | | | <fix>(ci): Add mingw-w64-x86_64-gpgme package under Windows | Saturneric | 2022-02-13 | 2 | -3/+3 |
| | | | |||||
* | | | <fix>(ci): Add textinfo package under Windows | Saturneric | 2022-02-13 | 2 | -3/+3 |
| | | | |||||
* | | | <fix>(ci): Fix path issues under Windows | Saturneric | 2022-02-13 | 2 | -2/+2 |
| | | | |||||
* | | | <fix>(ci): Independent compilation of gpgme under windows | Saturneric | 2022-02-13 | 3 | -33/+20 |
| | | | |||||
* | | | <fix>(src): Fix header file path issue | Saturneric | 2022-02-07 | 1 | -1/+1 |
| | | | |||||
* | | | <fix>(ci): Build release builds with Windows 2019 | Saturneric | 2022-02-07 | 1 | -5/+5 |
| | | |