aboutsummaryrefslogtreecommitdiffstats
path: root/lang (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-29qt: Allow refreshing a list of keysIngo Klöcker3-7/+38
2022-04-29qt: Minor refactoringIngo Klöcker1-8/+10
2022-04-29qt: Rename QGpgMERefreshKeysJob to QGpgMERefreshSMIMEKeysJobIngo Klöcker4-24/+24
2022-04-28cpp,tests: Verify that requested keylist mode is usedIngo Klöcker2-0/+12
2022-04-27cpp: Support new keylist modesIngo Klöcker5-13/+34
2022-04-25qt: Rely on the bad passphrase error reported by gpgIngo Klöcker1-17/+2
2022-04-22qt: Report better error if decryption failed because of bad passphraseIngo Klöcker1-7/+20
2022-04-22cpp: Allow changing the error of a resultIngo Klöcker1-0/+8
2022-04-05qt,doc: Fix typo and grammar in API documentationIngo Klöcker1-5/+2
2022-04-05cpp: Handle canceling of an edit operationIngo Klöcker1-2/+2
2022-04-05cpp: Return actual error if revocation failsIngo Klöcker3-0/+22
2022-04-05cpp: Add internal utility function for splitting stringsIngo Klöcker1-0/+13
2022-04-05cpp: Do not export symbols of the Private classIngo Klöcker1-1/+1
2022-03-31qt: Check arguments passed to the revoke key jobIngo Klöcker2-5/+98
2022-03-30qt,tests: Verify reason code and description of revocationIngo Klöcker1-0/+66
2022-03-30qt: Add job to revoke own OpenPGP keysIngo Klöcker9-4/+492
2022-03-30cpp: Add interactor to revoke a keyIngo Klöcker4-0/+283
2022-03-28cpp: Set default visibility of all symbols to hiddenIngo Klöcker1-1/+2
2022-03-28cpp: Put local helper function into unnamed namespaceIngo Klöcker1-0/+2
2022-03-07qt: Add missing include of config.hIngo Klöcker1-0/+4
2022-03-07qt,doc: Remove comments about throwing exceptionsIngo Klöcker7-17/+0
2022-02-17qt: Fix ABI compatibility with 1.16.0Ingo Klöcker1-6/+7
2022-02-07qt: Fix build for older Qt versions.Werner Koch1-0/+1
2022-02-03qt: Add job to import keys given by key idsIngo Klöcker9-1/+316
2022-02-03qt: Add helper for converting QStringList to vector of stringsIngo Klöcker3-2/+101
2022-02-03cpp: Allow import of keys given by key idsIngo Klöcker2-0/+20
2022-02-03cpp: Add internal adapter for passing a vector of strings to gpgmeIngo Klöcker3-2/+73
2022-01-17qt: Remove superfluous includeIngo Klöcker1-2/+0
2022-01-17qt: Fix build without installed GpgME++ headersIngo Klöcker6-10/+18
2022-01-13qt: Add job to add existing subkeys to other keysIngo Klöcker11-8/+598
2022-01-13qt,tests: Add helper to hook up the test passphrase providerIngo Klöcker8-179/+69
2022-01-13qt,tests: Add asyncDone signal to base class of all testsIngo Klöcker13-35/+4
2022-01-12cpp: Add interactor to add existing subkeys to other keysIngo Klöcker3-0/+270
2022-01-04qt: Add factory function for secret subkey export jobIngo Klöcker3-1/+19
2022-01-04cpp: Allow export of secret subkeysIngo Klöcker2-4/+30
2022-01-04qt: Remove obsolete QGpgMESecretKeyExportJobIngo Klöcker3-232/+1
2022-01-04qt: Use QGpgMEExportJob also for export of secret keysIngo Klöcker6-19/+152
2022-01-04cpp: Allow export of secret keysIngo Klöcker2-13/+87
2022-01-04cpp: Mark ExportNoUID flag as obsoleteIngo Klöcker1-1/+1
2022-01-04cpp: Remove obsolete workaroundIngo Klöcker1-18/+0
2021-12-22qt: Detect an import error caused by a wrong passwordIngo Klöcker1-1/+17
2021-12-22qt,tests: Add test runner for testing the import jobIngo Klöcker2-1/+101
2021-12-22cpp: Check fpr of import status for NULLIngo Klöcker1-1/+3
2021-12-15qt: Allow specifying an import filter when importing keysIngo Klöcker4-8/+79
2021-12-15qt: Avoid test failure when test is run multiple timesIngo Klöcker1-16/+26
2021-12-15qt: Fix erroneous reuse of JobPrivate objectsIngo Klöcker1-0/+1
2021-12-14qt: Add pattern used for WKD lookup to resultIngo Klöcker4-12/+23
2021-12-14qt: Allow setting key origin when importing keysIngo Klöcker6-9/+229
2021-12-14qt,tests: Skip WKD lookup tests by defaultIngo Klöcker3-2/+17
2021-12-13qt: Support WKD lookup without implicit importIngo Klöcker13-8/+727