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