aboutsummaryrefslogtreecommitdiffstats
path: root/lang (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-12python: Fix a test for newer GnuPG (>= 2.3).NIIBE Yutaka1-1/+2
2020-11-11qt: Add export macro for QDebug operatorAndre Heinecke1-1/+3
2020-11-11qt: Allow build with older GnuPG (< 2.2.18).NIIBE Yutaka1-1/+4
2020-11-03qt: Make audit parameters of result signal optionalIngo Klöcker1-1/+1
2020-11-03cpp: Mark helper functions as staticIngo Klöcker1-6/+6
2020-11-03cpp: Make signatures belonging to the same user ID sortableIngo Klöcker2-1/+63
2020-10-29qt: Add support for revoke signature quick commandIngo Klöcker3-2/+38
2020-10-29qt: Some minor cleanupsIngo Klöcker1-13/+3
2020-10-29cpp: Add support for gpgme_op_revsigIngo Klöcker2-12/+57
2020-10-27python: Handle the when case __doc__ is None.NIIBE Yutaka1-1/+6
2020-10-23cpp: Add support for gpgme_cancelIngo Klöcker2-0/+6
2020-10-23Add Assuan transaction that forwards status lines to another objectIngo Klöcker4-1/+164
2020-10-23qt: Add QDebug stream operator for GpgME::ErrorIngo Klöcker3-1/+99
2020-10-23cpp, qt: Add missing comparison operators for version info comparisonIngo Klöcker2-0/+62
2020-10-23cpp, qt: Fix version info comparisonIngo Klöcker2-2/+4
2020-09-08qt: Update the documentation of ListAllKeysJobIngo Klöcker1-2/+3
2020-09-08cpp: Update key with --with-secret instead of updating it twiceIngo Klöcker1-5/+11
2020-09-07qt: List keys once with --with-secret instead of twiceIngo Klöcker2-9/+116
2020-09-07cpp: Add keylist mode WithSecretIngo Klöcker3-3/+13
2020-09-07cpp: Add missing keylist modesIngo Klöcker1-7/+23
2020-09-03cpp: Copy some more subkey properties when merging keysIngo Klöcker1-0/+4
2020-08-28qt: Fix an rfc2253 parser flawWerner Koch1-3/+2
2020-08-14core: Add error handling to setexpireIngo Klöcker1-0/+9
2020-08-11qt: Support changing expiry of subkeysIngo Klöcker3-4/+39
2020-08-10cpp: Make private helper a file staticIngo Klöcker2-3/+1
2020-08-06cpp: Use cstdlib getenv for portabilityAndre Heinecke1-1/+2
2020-08-05qt: Port to new setExpire()Ingo Klöcker1-18/+6
2020-08-04qt: Add test for setExpireIngo Klöcker1-0/+54
2020-08-04cpp: Add support for gpgme_op_setexpireIngo Klöcker2-1/+72
2020-08-04cpp: Add ostream operator for subkeyIngo Klöcker2-0/+23
2020-07-16qt, cpp: Support export modesAndre Heinecke5-14/+68
2020-07-15core: Deprecate the non-working trustlist functions.Werner Koch2-47/+0
2020-07-15core: New keylist mode GPGME_KEYLIST_MODE_WITH_KEYGRIP.Werner Koch5-3/+10
2020-07-14python: Workaround for a regression in GnuPG 2.2.21Werner Koch2-2/+16
2020-05-11tests: Remove/change tests for GnuPG 2.3 with no gpg.keyserver.NIIBE Yutaka1-30/+0
2020-03-03python: fix minor typo in howtoBernhard Reiter1-1/+1
2020-02-19qt: Change logging categoryaheinecke/json-testAndre Heinecke10-55/+55
2020-02-19qt: Log execution args of gpg-cardAndre Heinecke1-3/+5
2020-02-14python: Also detect python 3.9.Werner Koch1-2/+2
2020-02-12qt: Add dummy context to make mixin happyAndre Heinecke1-1/+2
2020-02-12qt: Add GpgCardJob following the job patternAndre Heinecke8-2/+319
2019-12-13cpp, qt: Use uidhash to select uids for signingAndre Heinecke5-1/+24
2019-11-07qt,tests: Take care for old DSA key using deprecated digest algo.NIIBE Yutaka1-0/+4
2019-11-06qt, tests: Add check for supported versionsAndre Heinecke4-21/+41
2019-11-06qt, tests: Replace accidentally commited assertAndre Heinecke1-1/+1
2019-11-06qt,tests: Add test to add an exportable certifyAndre Heinecke1-0/+88
2019-11-06python: Fix how to generate documentation.NIIBE Yutaka1-46/+35
2019-11-04qt, tests: Add testcase for multiple remarskAndre Heinecke1-0/+88
2019-11-04cpp: Add API to obtain mutliple remarksAndre Heinecke2-0/+20
2019-11-04qt,tests: Move remarks test out and extend itAndre Heinecke3-114/+325