aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-02qt: Factor out helper for getting the fingerprints of some keysIngo Klöcker3-6/+23
2022-05-02qt,doc: Fix some API documentationIngo Klöcker4-27/+5
2022-04-29qt: Fix connection to readyReadStandardOutput signalIngo Klöcker2-10/+6
2022-04-29qt: Make RefreshKeysJob result compatible with standard job resultIngo Klöcker1-1/+1
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-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-05qt,doc: Fix typo and grammar in API documentationIngo Klöcker1-5/+2
2022-03-31qt: Check arguments passed to the revoke key jobIngo Klöcker1-5/+37
2022-03-30qt: Add job to revoke own OpenPGP keysIngo Klöcker7-0/+277
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öcker7-0/+249
2022-02-03qt: Add helper for converting QStringList to vector of stringsIngo Klöcker3-2/+101
2022-01-17qt: Remove superfluous includeIngo Klöcker1-2/+0
2022-01-17qt: Fix build without installed GpgME++ headersIngo Klöcker5-9/+17
2022-01-13qt: Add job to add existing subkeys to other keysIngo Klöcker7-0/+268
2022-01-04qt: Add factory function for secret subkey export jobIngo Klöcker2-0/+12
2022-01-04qt: Remove obsolete QGpgMESecretKeyExportJobIngo Klöcker3-232/+1
2022-01-04qt: Use QGpgMEExportJob also for export of secret keysIngo Klöcker4-18/+36
2021-12-22qt: Detect an import error caused by a wrong passwordIngo Klöcker1-1/+17
2021-12-15qt: Allow specifying an import filter when importing keysIngo Klöcker3-8/+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öcker3-12/+20
2021-12-14qt: Allow setting key origin when importing keysIngo Klöcker4-6/+116
2021-12-13qt: Support WKD lookup without implicit importIngo Klöcker9-2/+553
2021-12-13qt: Fix example for using the asynchronous job APIIngo Klöcker1-0/+1
2021-08-27qt: Expect UTF-8 on stderr on WindowsAndre Heinecke1-44/+1
2021-08-27Add missing files for distributionAndre Heinecke1-0/+1
2021-06-29qt: Allow retrieving the default value of a config entryIngo Klöcker4-0/+69
2021-06-28qt: Fix filenames in copyright headersIngo Klöcker1-1/+1
2021-06-28qt: Allow changing expiration date of primary key and all subkeysIngo Klöcker4-10/+113
2021-06-28qt: Add mechanism for missing d-pointer in JobIngo Klöcker2-0/+92
2021-06-26qt: Remove superfluous trailing ';'Ingo Klöcker1-3/+3
2021-06-22qt: Extend SignKeyJob to create signatures with expiration dateIngo Klöcker3-3/+49
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-05qt: Extend SignKeyJob to create trust signaturesIngo Klöcker3-2/+59
2021-05-05qt: Pimpl QGpgMESignKeyJobIngo Klöcker2-43/+41
2021-03-05qt: Add method for getting config entries for components by entry nameIngo Klöcker2-7/+35