aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-13qt,doc: Fix typos in source code commentsIngo Klöcker3-19/+19
2023-08-23qt: Allow specifying user IDs to use when refreshing keys via WKDIngo Klöcker1-10/+42
2023-08-22qt,tests: Fix build in source directory, part 2Christian Hesse1-2/+2
2023-08-21qt,tests: Fix build in source directoryIngo Klöcker1-2/+2
2023-08-21qt: Add job for refreshing OpenPGP keys via WKDIngo Klöcker2-1/+124
2023-08-16qt: Clean up after failure or cancel of sign/encrypt archive operationIngo Klöcker2-0/+44
2023-08-15qt: Make toLogString helper publicIngo Klöcker1-4/+2
2023-06-21qt: Support reading signed/encrypted archives directly from a fileIngo Klöcker1-21/+2
2023-06-19qt: Support writing signed/encrypted archives directly to a fileIngo Klöcker2-39/+60
2023-02-14qt: Add simple and extended progress signals replacing old signalIngo Klöcker1-1/+16
2023-02-09tests: Stop daemons after setting up test environmentIngo Klöcker1-0/+1
2023-02-02qt,tests: Add test for the previous commitIngo Klöcker2-0/+135
2023-02-02qt: Add job for extracting encrypted and signed archivesIngo Klöcker2-0/+143
2023-02-02qt: Allow checking if the sign/encrypt archive jobs are supportedIngo Klöcker2-0/+11
2023-01-31qt: Add job for creating encrypted signed archivesIngo Klöcker1-31/+44
2023-01-31qt,tests: Avoid leaking ContextIngo Klöcker1-3/+5
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