aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-30qt: Add job for creating signed archivesikloecker/t6342-gpgtarIngo Klöcker2-1/+149
2023-01-27qt: Add job for creating encrypted archivesIngo Klöcker2-0/+160
2023-01-05qt: Fix comparisons of integer expressions of different signednessIngo Klöcker1-1/+1
2023-01-05qt: Replace Q_DECL_OVERRIDE with overrideIngo Klöcker1-1/+1
2023-01-05qt: Allow deferred start of import jobIngo Klöcker1-0/+37
2022-10-11qt,tests: Port test to QRegularExpression.Ingo Klöcker1-16/+17
2022-10-11build,qt: Allow building QGpgME for Qt 6Ingo Klöcker1-0/+13
2022-10-10build,qt: Explicitly namespace a few Qt variables for Qt5Ingo Klöcker1-4/+4
2022-08-22qt: Fix building with C++11Ingo Klöcker1-1/+1
2022-08-18qt,tests: Make test pass on 32-bit systemsIngo Klöcker1-18/+24
2022-08-17qt,tests: Make sure expiration time is interpreted as unsigned numberIngo Klöcker2-16/+16
2022-08-17qt,tests: Log the actual error code if the assertion failsIngo Klöcker1-3/+3
2022-08-10qt: Add missing includeIngo Klöcker1-0/+1
2022-08-09qt: Add job to set the primary user ID of OpenPGP keysIngo Klöcker2-2/+170
2022-08-04qt: Remove job for refreshing OpenPGP keysIngo Klöcker1-4/+4
2022-06-10qt,tests: Allow 1-day-offset for expiration dateIngo Klöcker1-1/+9
2022-06-10qt: Prevent u32 overflow when calculating expiration dateIngo Klöcker1-3/+1
2022-06-09Revert "tests: Avoid problems with local time across a day boundary."Ingo Klöcker1-1/+1
2022-05-23tests: Avoid problems with local time across a day boundary.Werner Koch1-1/+1
2022-05-05qt: Revert change of result signal of RefreshKeysJobIngo Klöcker1-1/+1
2022-05-04qt: Emit import result when refreshing OpenPGP keysIngo Klöcker1-15/+32
2022-05-02qt: Apply compiler hintIngo Klöcker1-1/+1
2022-04-29qt: Add test runner for refresh jobIngo Klöcker2-1/+140
2022-03-31qt: Check arguments passed to the revoke key jobIngo Klöcker1-0/+61
2022-03-30qt,tests: Verify reason code and description of revocationIngo Klöcker1-0/+66
2022-03-30qt: Add job to revoke own OpenPGP keysIngo Klöcker2-4/+215
2022-02-03qt: Add job to import keys given by key idsIngo Klöcker2-1/+67
2022-01-17qt: Fix build without installed GpgME++ headersIngo Klöcker1-1/+1
2022-01-13qt: Add job to add existing subkeys to other keysIngo Klöcker4-8/+330
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öcker1-1/+7
2022-01-04qt: Use QGpgMEExportJob also for export of secret keysIngo Klöcker2-1/+116
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öcker1-0/+53
2021-12-15qt: Avoid test failure when test is run multiple timesIngo Klöcker1-16/+26
2021-12-14qt: Add pattern used for WKD lookup to resultIngo Klöcker1-0/+3
2021-12-14qt: Allow setting key origin when importing keysIngo Klöcker2-3/+113
2021-12-14qt,tests: Skip WKD lookup tests by defaultIngo Klöcker3-2/+17
2021-12-13qt: Support WKD lookup without implicit importIngo Klöcker4-6/+174
2021-09-13qt: Fix build against Qt 5.9Ingo Klöcker2-3/+3
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öcker1-11/+8
2021-06-28qt: Fix filenames in copyright headersIngo Klöcker1-1/+1
2021-06-28qt: Add test for ChangeExpiryJobIngo Klöcker2-3/+430
2021-06-22qt: Extend SignKeyJob to create signatures with expiration dateIngo Klöcker1-0/+132
2021-05-05qt: Extend SignKeyJob to create trust signaturesIngo Klöcker2-3/+570
2020-11-20Revert "cpp: Use portable off_t size_t"Andre Heinecke1-1/+1
2020-11-18cpp: Use portable off_t size_tAndre Heinecke1-1/+1
2020-11-11qt: Allow build with older GnuPG (< 2.2.18).NIIBE Yutaka1-1/+4