aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix: avoid block when refreshing keysdev/2.0.6Saturneric2022-05-091-20/+24
|
* fix: fix build issues on linux platformSaturneric2022-05-093-105/+109
|
* fix: fix crash poblem when doing operationsSaturneric2022-05-0924-257/+641
| | | | | | | | 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
* doc: add entry to developer document.Saturneric2022-05-082-1/+9
|
* feat: trigger GpgFrontend-Doxygen generationSaturneric2022-05-081-0/+26
|
* feat: add full support for xocde buildSaturneric2022-05-08265-9902/+19
| | | | | | 1. add GPGFRONTEND_XOCDE_CODE_SIGN_IDENTITY option for cmake 2. fix some issues on xcode build 3. remove certs from resource
* feat: merge tiny third_party library into coreSaturneric2022-05-084-15/+8
| | | | | 1. code detecting 2. qt-aes
* doc: update translate document.Saturneric2022-05-081-1/+2
|
* doc: update README.mdSaturneric2022-05-081-7/+30
|
* fix: solve issues in linux compilingSaturneric2022-05-082-4/+5
| | | | | 1. deb dependency update 2. ci update
* chore: modified compile args.Saturneric2022-05-081-1/+1
|
* feat: increase version to v2.0.6Saturneric2022-05-071-2/+2
|
* fix: add GpgFrontendCoreExport.h into .gitignoreSaturneric2022-05-072-42/+1
|
* fix: solve some issuesSaturneric2022-05-076-47/+17
| | | | | 1. slove deb packing issues 2. solve ci issues
* fix: link issue of intl in linux platformSaturneric2022-05-071-4/+8
|
* fix: remove vmime includeSaturneric2022-05-071-2/+0
|
* fix: use custom build gpgme libSaturneric2022-05-076-15/+172
| | | | 1. gpgme version of apt is too old.
* fix: add GenerateExportHeader for all platfromSaturneric2022-05-071-2/+3
|
* feat: use gnupg from brewSaturneric2022-05-072-2/+2
|
* feat: use gnupg from system package managerSaturneric2022-05-075-130/+10
|
* refactor: remove submodulesSaturneric2022-05-073-6/+0
| | | | | 1. remove vmime 2. remove smtp-mime
* refactor: develop 2.0.6 startSaturneric2022-05-0790-3108/+969
| | | | | 1. delete smtp ability 2. change libs link type to dramatic
* fix: add openssl dependency for windows cidev/2.0.5Saturneric2022-05-051-1/+1
|
* fix: remove git from macos ci dependencySaturneric2022-05-052-2/+2
|
* fix: fix dependency in codeql-analysis.ymlSaturneric2022-05-051-1/+1
|
* fix(ci): fix ci configSaturneric2022-04-102-11/+11
| | | | | | 1. release 2. linux deb 3. change to macOS 11
* fix(project): remove automatic buildSaturneric2022-04-104-23/+11
| | | | | 1. libarchive 2. libconfig++
* <fix>(ui): fix error in IMAPFolderSaturneric2022-03-191-1/+1
|
* <fix>(core, ui): fix codacy issues.Saturneric2022-03-194-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 ↵Saturneric2022-03-190-0/+0
|\ | | | | | | develop-2.0.5
| * Merge branch 'main' into develop-2.0.5Saturn&Eric2022-03-190-0/+0
| |\
| | * <doc>(project): update README.md.Saturneric2022-01-161-1/+1
| | | | | | | | | | | | 1. Use compatible alignment settings for icons.
| | * <doc>(project): update README.md.Saturneric2022-01-161-29/+23
| | |
| | * <doc>(project): Update README and delete SECURITYSaturneric2022-01-152-35/+65
| | | | | | | | | | | | 1. update README.md and delete SECURITY.md from branch doc/manual/2.0.5
* | | <fix>(project): fix link issuesSaturneric2022-03-191-1/+1
| | |
* | | <fix>(doc, ci): Adjust deb package generation settings.Saturneric2022-03-192-2/+2
|/ /
* | <fix>(doc): Fix code for multilingual supportSaturneric2022-03-191-2/+2
| |
* | <fix>(core, ui): Fix issues related to compression and decompressionSaturneric2022-03-194-84/+126
| | | | | | | | 1. The problem with double-byte characters in the path (unresolved)
* | <fix>(core): Fix the path compatibility problem of loading certificates ↵Saturneric2022-03-191-1/+1
| | | | | | | | under Windows.
* | <fix>(ci): Completely remove gcc related configuration in macOS compilationSaturneric2022-03-192-2/+0
| |
* | <feat>(doc): Add some common operating system compilation methodsSaturneric2022-03-191-10/+86
| |
* | <fix>(core, ui): Fix path double-byte encoding problem under WindowsSaturneric2022-03-1919-119/+258
| |
* | <fix>(ui): Fix the problem that the file cannot be signedSaturneric2022-03-131-1/+4
| |
* | <fix>(ci): update ci file for macSaturneric2022-03-132-4/+4
| | | | | | | | 1. update "Install Dependence (macOS)"
* | <fix>(ui): fix macro problemSaturneric2022-03-131-1/+1
| |
* | <fix>(ui): fix TRANSLATORS file not shown at debSaturneric2022-03-131-17/+23
| |
* | <refactor>(doc): merge dev/doc/2.0.5Saturneric2022-03-1326-388/+818
|\ \
| * | <doc>(project): update README.md.Saturneric2022-01-161-1/+1
| | | | | | | | | | | | 1. Use compatible alignment settings for icons.
| * | <doc>(project): update README.md.Saturneric2022-01-161-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.Saturneric2022-01-152-35/+65
| | |