aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-04qt: Add factory function for secret subkey export jobIngo Klöcker3-1/+19
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
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-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
2021-12-13qt: Fix example for using the asynchronous job APIIngo Klöcker1-0/+1
2021-09-13qt: Fix build against Qt 5.9Ingo Klöcker2-3/+3
2021-08-27qt: Expect UTF-8 on stderr on WindowsAndre Heinecke1-44/+1
2021-08-27Add missing files for distributionAndre Heinecke1-0/+1
2021-07-08Make sure expiration time is interpreted as unsigned numberIngo Klöcker1-1/+1
2021-06-29qt: Allow retrieving the default value of a config entryIngo Klöcker5-11/+77
2021-06-28qt: Fix filenames in copyright headersIngo Klöcker2-2/+2
2021-06-28qt: Add test for ChangeExpiryJobIngo Klöcker2-3/+430
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-24python: Do not include the full file names in the docs.Werner Koch1-1/+1
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-05qt: Extend SignKeyJob to create trust signaturesIngo Klöcker5-5/+629
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
2021-01-04Qt: Undeprecate QByteArray based start functsAndre Heinecke2-2/+2
2020-11-20Revert "cpp: Use portable off_t size_t"Andre Heinecke2-2/+2
2020-11-18cpp: Use portable off_t size_tAndre Heinecke2-2/+2
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-11qt: Add export macro for QDebug operatorAndre Heinecke1-1/+3