aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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 missing includeIngo Klöcker2022-08-101-0/+1
* qt: Add job to set the primary user ID of OpenPGP keysIngo Klöcker2022-08-099-2/+407
* qt: Remove job for refreshing OpenPGP keysIngo Klöcker2022-08-048-303/+5
* 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,tests: Allow 1-day-offset for expiration dateIngo Klöcker2022-06-101-1/+9
* qt: Prevent u32 overflow when calculating expiration dateIngo Klöcker2022-06-103-7/+5
* Revert "tests: Avoid problems with local time across a day boundary."Ingo Klöcker2022-06-091-1/+1
* tests: Avoid problems with local time across a day boundary.Werner Koch2022-05-231-1/+1
* qt: Revert change of result signal of RefreshKeysJobIngo Klöcker2022-05-052-2/+2
* qt: Use lambda instead of std::bindIngo Klöcker2022-05-051-1/+1
* qt: Emit import result when refreshing OpenPGP keysIngo Klöcker2022-05-048-43/+149
* qt: Apply compiler hintIngo Klöcker2022-05-021-1/+1
* 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: Add test runner for refresh jobIngo Klöcker2022-04-292-1/+140
* 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-312-5/+98
* qt,tests: Verify reason code and description of revocationIngo Klöcker2022-03-301-0/+66
* qt: Add job to revoke own OpenPGP keysIngo Klöcker2022-03-309-4/+492
* 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-039-1/+316
* 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-176-10/+18
* qt: Add job to add existing subkeys to other keysIngo Klöcker2022-01-1311-8/+598
* qt,tests: Add helper to hook up the test passphrase providerIngo Klöcker2022-01-138-179/+69
* qt,tests: Add asyncDone signal to base class of all testsIngo Klöcker2022-01-1313-35/+4
* qt: Add factory function for secret subkey export jobIngo Klöcker2022-01-043-1/+19
* qt: Remove obsolete QGpgMESecretKeyExportJobIngo Klöcker2022-01-043-232/+1
* qt: Use QGpgMEExportJob also for export of secret keysIngo Klöcker2022-01-046-19/+152
* qt: Detect an import error caused by a wrong passwordIngo Klöcker2021-12-221-1/+17
* qt,tests: Add test runner for testing the import jobIngo Klöcker2021-12-222-1/+101