aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* qt: Add data provider for list of file namesIngo Klöcker2023-01-274-0/+186
* qt: Replace Q_DECL_OVERRIDE with overrideIngo Klöcker2023-01-0533-179/+179
* qt: Allow deferred start of import jobIngo Klöcker2023-01-053-0/+14
* qt: Support deferred start of jobsIngo Klöcker2023-01-049-0/+64
* qt: Explicitly instantiate private job classesIngo Klöcker2023-01-0417-72/+374
* qt: Write path values with Unix directory separatorsIngo Klöcker2022-12-061-1/+1
* qt: Allow disabling automatic trust database check on key listingIngo Klöcker2022-11-044-4/+95
* build,qt: Clean up all generated filesIngo Klöcker2022-10-111-1/+2
* qt: Remove obsolete code.Ingo Klöcker2022-10-111-16/+0
* build,qt: Allow building QGpgME for Qt 6Ingo Klöcker2022-10-114-8/+304
* build,qt: Explicitly namespace a few Qt variables for Qt5Ingo Klöcker2022-10-101-2/+2
* qt: Fix building with C++11Ingo Klöcker2022-08-223-2/+11
* qt: Fix building with Qt6Ingo Klöcker2022-08-222-4/+2
* qt: Make sure expiration time is interpreted as unsigned numberIngo Klöcker2022-08-171-1/+2
* Qt: Fix working with no gpgconf in CryptoConfigAndre Heinecke2022-08-111-3/+4
* qt: Add job to set the primary user ID of OpenPGP keysIngo Klöcker2022-08-097-0/+237
* qt: Remove job for refreshing OpenPGP keysIngo Klöcker2022-08-047-299/+1
* qt: Allow setting the file name of signed and encrypted dataIngo Klöcker2022-07-054-8/+82
* qt: Allow setting the file name of encrypted dataIngo Klöcker2022-07-054-9/+84
* qt: Fix filename of cmake config files for w32Ingo Klöcker2022-07-041-1/+1
* qt: Add #include <QStringList> needed for building against qt6Laurent Montel2022-07-044-7/+6
* qt: Prevent u32 overflow when calculating expiration dateIngo Klöcker2022-06-102-4/+4
* qt: Revert change of result signal of RefreshKeysJobIngo Klöcker2022-05-051-1/+1
* qt: Use lambda instead of std::bindIngo Klöcker2022-05-051-1/+1
* qt: Emit import result when refreshing OpenPGP keysIngo Klöcker2022-05-047-28/+117
* qt: Use GpgME::Locate aliasIngo Klöcker2022-05-022-2/+2
* qt: Add job for refreshing OpenPGP keysIngo Klöcker2022-05-025-4/+218
* qt: Add debug helper for Result classes with output stream operatorIngo Klöcker2022-05-021-0/+9
* qt: Factor out helper for getting the fingerprints of some keysIngo Klöcker2022-05-023-6/+23
* qt,doc: Fix some API documentationIngo Klöcker2022-05-024-27/+5
* qt: Fix connection to readyReadStandardOutput signalIngo Klöcker2022-04-292-10/+6
* qt: Make RefreshKeysJob result compatible with standard job resultIngo Klöcker2022-04-291-1/+1
* qt: Allow refreshing a list of keysIngo Klöcker2022-04-293-7/+38
* qt: Minor refactoringIngo Klöcker2022-04-291-8/+10
* qt: Rename QGpgMERefreshKeysJob to QGpgMERefreshSMIMEKeysJobIngo Klöcker2022-04-294-24/+24
* qt: Rely on the bad passphrase error reported by gpgIngo Klöcker2022-04-251-17/+2
* qt: Report better error if decryption failed because of bad passphraseIngo Klöcker2022-04-221-7/+20
* qt,doc: Fix typo and grammar in API documentationIngo Klöcker2022-04-051-5/+2
* qt: Check arguments passed to the revoke key jobIngo Klöcker2022-03-311-5/+37
* qt: Add job to revoke own OpenPGP keysIngo Klöcker2022-03-307-0/+277
* 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-037-0/+249
* qt: Add helper for converting QStringList to vector of stringsIngo Klöcker2022-02-033-2/+101
* qt: Remove superfluous includeIngo Klöcker2022-01-171-2/+0
* qt: Fix build without installed GpgME++ headersIngo Klöcker2022-01-175-9/+17
* qt: Add job to add existing subkeys to other keysIngo Klöcker2022-01-137-0/+268
* qt: Add factory function for secret subkey export jobIngo Klöcker2022-01-042-0/+12