aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* qt: Add job for creating signed archivesikloecker/t6342-gpgtarIngo Klöcker2023-01-302-1/+149
* qt: Add job for creating encrypted archivesIngo Klöcker2023-01-272-0/+160
* qt: Fix comparisons of integer expressions of different signednessIngo Klöcker2023-01-051-1/+1
* qt: Replace Q_DECL_OVERRIDE with overrideIngo Klöcker2023-01-051-1/+1
* qt: Allow deferred start of import jobIngo Klöcker2023-01-051-0/+37
* qt,tests: Port test to QRegularExpression.Ingo Klöcker2022-10-111-16/+17
* build,qt: Allow building QGpgME for Qt 6Ingo Klöcker2022-10-111-0/+13
* build,qt: Explicitly namespace a few Qt variables for Qt5Ingo Klöcker2022-10-101-4/+4
* qt: Fix building with C++11Ingo Klöcker2022-08-221-1/+1
* qt,tests: Make test pass on 32-bit systemsIngo Klöcker2022-08-181-18/+24
* qt,tests: Make sure expiration time is interpreted as unsigned numberIngo Klöcker2022-08-172-16/+16
* qt,tests: Log the actual error code if the assertion failsIngo Klöcker2022-08-171-3/+3
* 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-092-2/+170
* qt: Remove job for refreshing OpenPGP keysIngo Klöcker2022-08-041-4/+4
* 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-101-3/+1
* 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-051-1/+1
* qt: Emit import result when refreshing OpenPGP keysIngo Klöcker2022-05-041-15/+32
* qt: Apply compiler hintIngo Klöcker2022-05-021-1/+1
* qt: Add test runner for refresh jobIngo Klöcker2022-04-292-1/+140
* qt: Check arguments passed to the revoke key jobIngo Klöcker2022-03-311-0/+61
* 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-302-4/+215
* qt: Add job to import keys given by key idsIngo Klöcker2022-02-032-1/+67
* qt: Fix build without installed GpgME++ headersIngo Klöcker2022-01-171-1/+1
* qt: Add job to add existing subkeys to other keysIngo Klöcker2022-01-134-8/+330
* 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-041-1/+7
* qt: Use QGpgMEExportJob also for export of secret keysIngo Klöcker2022-01-042-1/+116
* qt,tests: Add test runner for testing the import jobIngo Klöcker2021-12-222-1/+101
* qt: Allow specifying an import filter when importing keysIngo Klöcker2021-12-151-0/+53
* qt: Avoid test failure when test is run multiple timesIngo Klöcker2021-12-151-16/+26
* qt: Add pattern used for WKD lookup to resultIngo Klöcker2021-12-141-0/+3
* qt: Allow setting key origin when importing keysIngo Klöcker2021-12-142-3/+113
* qt,tests: Skip WKD lookup tests by defaultIngo Klöcker2021-12-143-2/+17
* qt: Support WKD lookup without implicit importIngo Klöcker2021-12-134-6/+174
* qt: Fix build against Qt 5.9Ingo Klöcker2021-09-132-3/+3
* Make sure expiration time is interpreted as unsigned numberIngo Klöcker2021-07-081-1/+1
* qt: Allow retrieving the default value of a config entryIngo Klöcker2021-06-291-11/+8
* qt: Fix filenames in copyright headersIngo Klöcker2021-06-281-1/+1
* qt: Add test for ChangeExpiryJobIngo Klöcker2021-06-282-3/+430
* qt: Extend SignKeyJob to create signatures with expiration dateIngo Klöcker2021-06-221-0/+132
* qt: Extend SignKeyJob to create trust signaturesIngo Klöcker2021-05-052-3/+570
* Revert "cpp: Use portable off_t size_t"Andre Heinecke2020-11-201-1/+1
* cpp: Use portable off_t size_tAndre Heinecke2020-11-181-1/+1
* qt: Allow build with older GnuPG (< 2.2.18).NIIBE Yutaka2020-11-111-1/+4