aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-18build,qt: Decouple generation of moc filesIngo Klöcker1-13/+51
2024-07-18build,qt: Remove include directories on uninstallIngo Klöcker1-1/+14
2024-07-18build,qt: Decouple handling of include headersIngo Klöcker1-7/+12
2024-07-18build,qt: Decouple (un)install of CMake filesIngo Klöcker1-6/+10
2024-07-05qt: Replace usage of deprecated Error::asStringIngo Klöcker6-11/+25
2024-07-05qt: Always include C++ binding headers with gpgme++/ prefixIngo Klöcker96-329/+151
2024-06-18qt: Allow appending a detached signature to an existing fileIngo Klöcker4-7/+62
2024-06-17qt,build: Install headers for Qt 5 and Qt 6 in different locationsIngo Klöcker1-6/+12
2024-06-13qt: Specify import options as list of strings instead of as stringIngo Klöcker4-8/+8
2024-06-12qt: Allow specifying import options when importing keysIngo Klöcker4-4/+24
2024-06-10qt: Fix license headers of MakefilesIngo Klöcker1-6/+6
2024-06-10qt: Fix license headers of CMake config filesIngo Klöcker6-18/+18
2024-06-10qt: Fix license headers of dataprovider.*Ingo Klöcker2-30/+30
2024-05-22qt,cpp: Implement adding ADSKs to existing keysTobias Fella3-0/+15
2024-05-21qt: Avoid bogus stringop-overread warningIngo Klöcker1-2/+1
2024-05-21qt: Fix warning about missing returnIngo Klöcker1-1/+2
2024-03-13Qt: Fix windows build of new jobsAndre Heinecke6-7/+7
2024-01-22qt: Add function for synchronously executing ExportJobTobias Fella3-0/+21
2024-01-19qt: Remove superfluous virtual overrides and member variablesIngo Klöcker29-145/+13
2024-01-19qt: Remove left-over mentions of showErrorDialogIngo Klöcker5-32/+1
2024-01-09qt: Pass home directory with forward slashes when launching dirmngrIngo Klöcker1-2/+4
2024-01-08qt: Fix validity for (sub)keys generated using QGpgMEQuickJobTobias Fella1-2/+4
2024-01-05qt: Support verification of detached signatures directly from filesIngo Klöcker6-10/+222
2023-12-22qt,doc: Document that Job::startIt() doesn't self-destruct Job on errorIngo Klöcker1-1/+4
2023-12-22qt: Support verification of opaque signed data directly to/from filesIngo Klöcker6-10/+237
2023-12-22qt: Support decryption (with verification) directly to/from filesIngo Klöcker6-10/+240
2023-12-21qt: Support writing/reading signed/encrypted files directly to/from fileIngo Klöcker14-38/+699
2023-12-21qt: Remove dead codeIngo Klöcker3-30/+0
2023-12-13qt: Replace Q_FOREACH with range-forIngo Klöcker6-33/+41
2023-12-13qt: Replace Q_NULLPTR with nullptrIngo Klöcker4-5/+5
2023-11-23qt: Start dirmngr with gpgconf to avoid multiple instancesIngo Klöcker1-7/+7
2023-11-15qt: On Windows, use UTF-8 when logging the error textIngo Klöcker1-1/+7
2023-11-15qt: Remove left-over partial files more persistentlyIngo Klöcker5-14/+164
2023-11-10qt: Deprecate DefaultKeyGenerationJobIngo Klöcker1-1/+3
2023-10-27qt: Use temporary .part file names when creating archivesIngo Klöcker5-15/+160
2023-10-27qt: Refactor removal of output file on cancel or errorIngo Klöcker5-54/+54
2023-10-18qt: Handle cancel in changeexpiryjobAndre Heinecke1-1/+1
2023-09-22qt: Use UTF-8 for file names on WindowsIngo Klöcker4-0/+28
2023-08-23qt: Allow specifying user IDs to use when refreshing keys via WKDIngo Klöcker4-17/+46
2023-08-21qt: Add job for refreshing OpenPGP keys via WKDIngo Klöcker8-2/+415
2023-08-16qt: Clean up after failure or cancel of sign/encrypt archive operationIngo Klöcker3-5/+43
2023-08-15qt: Make toLogString helper publicIngo Klöcker2-9/+16
2023-08-03qt: Add setInputEncoding to QGpgMe::EncryptJobCarl Schwan4-4/+26
2023-07-08qt: Ensure that we check the correct pathsIngo Klöcker2-2/+10
2023-07-08qt: Fix DLL version in cmake config filesIngo Klöcker2-4/+4
2023-07-08qt: Fix check for required filesIngo Klöcker1-2/+2
2023-06-21qt: Support reading signed/encrypted archives directly from a fileIngo Klöcker4-17/+69
2023-06-19qt: Support writing signed/encrypted archives directly to a fileIngo Klöcker12-49/+438
2023-06-19qt: Add a generic hook to start a jobIngo Klöcker12-0/+69
2023-06-19qt: Make the run methods of ThreadedJobMixin publicIngo Klöcker1-0/+3