aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-18build,qt: Decouple generation of moc filesIngo Klöcker1-82/+334
2024-07-05qt: Replace usage of deprecated Error::asStringIngo Klöcker19-48/+66
2024-07-05qt: Always include C++ binding headers with gpgme++/ prefixIngo Klöcker35-86/+88
2024-06-18qt: Allow appending a detached signature to an existing fileIngo Klöcker1-2/+12
2024-06-13qt,tests: Fix deprecation warnings (in Qt 6 build)Ingo Klöcker1-2/+2
2024-06-13qt: Specify import options as list of strings instead of as stringIngo Klöcker1-1/+1
2024-06-12qt: Allow specifying import options when importing keysIngo Klöcker1-0/+42
2024-06-10qt: Align license of some Makefiles with license of other MakefilesIngo Klöcker1-12/+13
2024-01-05qt: Support verification of detached signatures directly from filesIngo Klöcker2-0/+123
2023-12-22qt: Support verification of opaque signed data directly to/from filesIngo Klöcker2-0/+162
2023-12-22qt: Support decryption (with verification) directly to/from filesIngo Klöcker2-0/+165
2023-12-21qt: Support writing/reading signed/encrypted files directly to/from fileIngo Klöcker3-0/+359
2023-12-13qt: Replace Q_FOREACH with range-forIngo Klöcker2-3/+3
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