aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* build,qt: Decouple generation of moc filesIngo Klöcker2024-07-181-82/+334
* qt: Replace usage of deprecated Error::asStringIngo Klöcker2024-07-0519-48/+66
* qt: Always include C++ binding headers with gpgme++/ prefixIngo Klöcker2024-07-0535-86/+88
* qt: Allow appending a detached signature to an existing fileIngo Klöcker2024-06-181-2/+12
* qt,tests: Fix deprecation warnings (in Qt 6 build)Ingo Klöcker2024-06-131-2/+2
* qt: Specify import options as list of strings instead of as stringIngo Klöcker2024-06-131-1/+1
* qt: Allow specifying import options when importing keysIngo Klöcker2024-06-121-0/+42
* qt: Align license of some Makefiles with license of other MakefilesIngo Klöcker2024-06-101-12/+13
* qt: Support verification of detached signatures directly from filesIngo Klöcker2024-01-052-0/+123
* qt: Support verification of opaque signed data directly to/from filesIngo Klöcker2023-12-222-0/+162
* qt: Support decryption (with verification) directly to/from filesIngo Klöcker2023-12-222-0/+165
* qt: Support writing/reading signed/encrypted files directly to/from fileIngo Klöcker2023-12-213-0/+359
* qt: Replace Q_FOREACH with range-forIngo Klöcker2023-12-132-3/+3
* 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