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