aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-11build,qt: Clean up all generated filesIngo Klöcker1-1/+2
2022-10-11qt: Remove obsolete code.Ingo Klöcker1-16/+0
2022-10-11build,qt: Allow building QGpgME for Qt 6Ingo Klöcker4-8/+304
2022-10-10build,qt: Explicitly namespace a few Qt variables for Qt5Ingo Klöcker1-2/+2
2022-08-22qt: Fix building with C++11Ingo Klöcker3-2/+11
2022-08-22qt: Fix building with Qt6Ingo Klöcker2-4/+2
2022-08-17qt: Make sure expiration time is interpreted as unsigned numberIngo Klöcker1-1/+2
2022-08-11Qt: Fix working with no gpgconf in CryptoConfigAndre Heinecke1-3/+4
2022-08-09qt: Add job to set the primary user ID of OpenPGP keysIngo Klöcker7-0/+237
2022-08-04qt: Remove job for refreshing OpenPGP keysIngo Klöcker7-299/+1
2022-07-05qt: Allow setting the file name of signed and encrypted dataIngo Klöcker4-8/+82
2022-07-05qt: Allow setting the file name of encrypted dataIngo Klöcker4-9/+84
2022-07-04qt: Fix filename of cmake config files for w32Ingo Klöcker1-1/+1
2022-07-04qt: Add #include <QStringList> needed for building against qt6Laurent Montel4-7/+6
2022-06-10qt: Prevent u32 overflow when calculating expiration dateIngo Klöcker2-4/+4
2022-05-05qt: Revert change of result signal of RefreshKeysJobIngo Klöcker1-1/+1
2022-05-05qt: Use lambda instead of std::bindIngo Klöcker1-1/+1
2022-05-04qt: Emit import result when refreshing OpenPGP keysIngo Klöcker7-28/+117
2022-05-02qt: Use GpgME::Locate aliasIngo Klöcker2-2/+2
2022-05-02qt: Add job for refreshing OpenPGP keysIngo Klöcker5-4/+218
2022-05-02qt: Add debug helper for Result classes with output stream operatorIngo Klöcker1-0/+9
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