summaryrefslogtreecommitdiff
path: root/lang
Commit message (Expand)AuthorAgeFilesLines
...
* cpp: Allow changing the error of a resultIngo Klöcker2022-04-221-0/+8
* qt,doc: Fix typo and grammar in API documentationIngo Klöcker2022-04-051-5/+2
* cpp: Handle canceling of an edit operationIngo Klöcker2022-04-051-2/+2
* cpp: Return actual error if revocation failsIngo Klöcker2022-04-053-0/+22
* cpp: Add internal utility function for splitting stringsIngo Klöcker2022-04-051-0/+13
* cpp: Do not export symbols of the Private classIngo Klöcker2022-04-051-1/+1
* qt: Check arguments passed to the revoke key jobIngo Klöcker2022-03-312-5/+98
* qt,tests: Verify reason code and description of revocationIngo Klöcker2022-03-301-0/+66
* qt: Add job to revoke own OpenPGP keysIngo Klöcker2022-03-309-4/+492
* cpp: Add interactor to revoke a keyIngo Klöcker2022-03-304-0/+283
* cpp: Set default visibility of all symbols to hiddenIngo Klöcker2022-03-281-1/+2
* cpp: Put local helper function into unnamed namespaceIngo Klöcker2022-03-281-0/+2
* qt: Add missing include of config.hIngo Klöcker2022-03-071-0/+4
* qt,doc: Remove comments about throwing exceptionsIngo Klöcker2022-03-077-17/+0
* qt: Fix ABI compatibility with 1.16.0Ingo Klöcker2022-02-171-6/+7
* qt: Fix build for older Qt versions.Werner Koch2022-02-071-0/+1
* qt: Add job to import keys given by key idsIngo Klöcker2022-02-039-1/+316
* qt: Add helper for converting QStringList to vector of stringsIngo Klöcker2022-02-033-2/+101
* cpp: Allow import of keys given by key idsIngo Klöcker2022-02-032-0/+20
* cpp: Add internal adapter for passing a vector of strings to gpgmeIngo Klöcker2022-02-033-2/+73
* qt: Remove superfluous includeIngo Klöcker2022-01-171-2/+0
* qt: Fix build without installed GpgME++ headersIngo Klöcker2022-01-176-10/+18
* qt: Add job to add existing subkeys to other keysIngo Klöcker2022-01-1311-8/+598
* qt,tests: Add helper to hook up the test passphrase providerIngo Klöcker2022-01-138-179/+69
* qt,tests: Add asyncDone signal to base class of all testsIngo Klöcker2022-01-1313-35/+4
* cpp: Add interactor to add existing subkeys to other keysIngo Klöcker2022-01-123-0/+270
* qt: Add factory function for secret subkey export jobIngo Klöcker2022-01-043-1/+19
* cpp: Allow export of secret subkeysIngo Klöcker2022-01-042-4/+30
* qt: Remove obsolete QGpgMESecretKeyExportJobIngo Klöcker2022-01-043-232/+1
* qt: Use QGpgMEExportJob also for export of secret keysIngo Klöcker2022-01-046-19/+152
* cpp: Allow export of secret keysIngo Klöcker2022-01-042-13/+87
* cpp: Mark ExportNoUID flag as obsoleteIngo Klöcker2022-01-041-1/+1
* cpp: Remove obsolete workaroundIngo Klöcker2022-01-041-18/+0
* qt: Detect an import error caused by a wrong passwordIngo Klöcker2021-12-221-1/+17
* qt,tests: Add test runner for testing the import jobIngo Klöcker2021-12-222-1/+101
* cpp: Check fpr of import status for NULLIngo Klöcker2021-12-221-1/+3
* qt: Allow specifying an import filter when importing keysIngo Klöcker2021-12-154-8/+79
* qt: Avoid test failure when test is run multiple timesIngo Klöcker2021-12-151-16/+26
* qt: Fix erroneous reuse of JobPrivate objectsIngo Klöcker2021-12-151-0/+1
* qt: Add pattern used for WKD lookup to resultIngo Klöcker2021-12-144-12/+23
* qt: Allow setting key origin when importing keysIngo Klöcker2021-12-146-9/+229
* qt,tests: Skip WKD lookup tests by defaultIngo Klöcker2021-12-143-2/+17
* qt: Support WKD lookup without implicit importIngo Klöcker2021-12-1313-8/+727
* qt: Fix example for using the asynchronous job APIIngo Klöcker2021-12-131-0/+1
* cpp,tests: Add test runner for doing a WKD lookup without importIngo Klöcker2021-12-102-1/+166
* cpp: Add new supported components to API docs of dirInfo()Ingo Klöcker2021-12-101-1/+2
* cpp: Return engine info for engine used by the contextIngo Klöcker2021-12-071-1/+1
* cpp: Factor out common code of GpgME::engineInfo() overloadsIngo Klöcker2021-12-071-28/+26
* core: Support dirinfo("socketdir")Werner Koch2021-11-251-1/+1
* qt: Fix build against Qt 5.9Ingo Klöcker2021-09-132-3/+3