aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(core): fix a bug when key in smart carddev/2.0.7Saturneric2022-05-123-21/+48
|
* fix(ui): adjuest timeout value for keyserver testSaturneric2022-05-121-1/+1
|
* feat(ui): support .pgp extensionSaturneric2022-05-121-15/+20
|
* fix(core): let exposed api use FileOperatorSaturneric2022-05-121-27/+6
|
* fix(ui): remove spaces in export key filenameSaturneric2022-05-121-3/+12
|
* doc: update _sidebar.mdSaturneric2022-05-121-2/+0
| | | | 1. remove manual on email and advanced operations.
* feat(ui): more advanced charset functionsSaturneric2022-05-123-55/+136
| | | | | | 1. support dealing more type of files with different charsets 2. solve cash cause by reading file thread 3. improve ui operations
* fix: solve problem on .gitignoreSaturneric2022-05-121-1/+1
| | | | 1. fix ignore item for GpgFrontendUIExport
* fix: solve openssl issue senselessly for macOSSaturneric2022-05-121-0/+3
|
* feat(core): add charset operationsSaturneric2022-05-123-10/+205
| | | | | 1. introduce library icu 2. add CharsetOperator
* doc: update documents.Saturneric2022-05-104-16/+6
| | | | | 1. update ReadME.md. 2. update User Manual.
* fix: solve issue in macOS Xode buildSaturneric2022-05-091-0/+1
| | | | 1. add missing XOCDE_BUILD variable.
* feat: improve UI library's encapsulationSaturneric2022-05-097-143/+155
|
* fix: modified init orderSaturneric2022-05-091-40/+40
|
* refactor: increase version to 2.0.7Saturneric2022-05-091-1/+1
|
* 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
| | |