aboutsummaryrefslogtreecommitdiffstats
path: root/lang (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-24python: Do not include the full file names in the docs.Werner Koch1-1/+1
2021-06-24python: Allow returning signatures made by unknown keys in `decrypt`Jasper Spaans1-3/+9
2021-06-22qt: Extend SignKeyJob to create signatures with expiration dateIngo Klöcker4-3/+181
2021-06-18qt: Add missing }Ingo Klöcker1-0/+1
2021-06-17qt: Add some error loggingIngo Klöcker1-2/+5
2021-06-17qt: Do not set empty base DN as query of keyserver URLIngo Klöcker1-1/+3
2021-06-17qt: Fix API documentationIngo Klöcker1-5/+2
2021-06-10qt: Flush output after write for QProcess outputAndre Heinecke1-1/+11
2021-06-09qt: Explicitly link libgpg-errorAndre Heinecke1-1/+1
2021-06-02qt: Add separate logging category for result of config loadingIngo Klöcker3-7/+6
2021-06-01qt: Add support for flags in LDAP server optionsIngo Klöcker1-27/+48
2021-05-06cpp: Do not close stdout/stderr when destroying EditInteractorIngo Klöcker1-7/+6
2021-05-05qt: Extend SignKeyJob to create trust signaturesIngo Klöcker5-5/+629
2021-05-05qt: Pimpl QGpgMESignKeyJobIngo Klöcker2-43/+41
2021-05-05cpp: Add support for trust signatures to sign key edit interactorIngo Klöcker2-10/+45
2021-05-05cpp: Add getters for the attributes of a trust signatureIngo Klöcker2-0/+34
2021-03-05qt: Add method for getting config entries for components by entry nameIngo Klöcker2-7/+35
2021-01-04cpp: Add const-overload of UserID::Signature::operator<Ingo Klöcker2-1/+9
2021-01-04Qt: Undeprecate QByteArray based start functsAndre Heinecke2-2/+2
2020-12-03python: Fix key_export*.NIIBE Yutaka1-3/+3
2020-11-20Revert "cpp: Use portable off_t size_t"Andre Heinecke5-9/+149
2020-11-18cpp: Use portable off_t size_tAndre Heinecke5-149/+9
2020-11-18qt: Avoid empty "[email protected]" signature notationsIngo Klöcker1-1/+1
2020-11-12qt: Fix export of qDebug GpgME::Error overloadAndre Heinecke1-0/+1
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