aboutsummaryrefslogtreecommitdiffstats
path: root/lang (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpp: Add information about revocation keys to Keyikloecker/t7118-revkeysIngo Klöcker2024-05-214-1/+163
* qt: Avoid bogus stringop-overread warningIngo Klöcker2024-05-211-2/+1
* qt: Fix warning about missing returnIngo Klöcker2024-05-211-1/+2
* cpp: Handle smart card op failure status messagesIngo Klöcker2024-04-051-0/+36
* 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
* cpp,tests: Launch dirmngr with gpg-confIngo Klöcker2024-01-091-8/+11
* 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-058-10/+345
* 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-228-10/+399
* qt: Support decryption (with verification) directly to/from filesIngo Klöcker2023-12-228-10/+405
* qt: Support writing/reading signed/encrypted files directly to/from fileIngo Klöcker2023-12-2117-38/+1058
* qt: Remove dead codeIngo Klöcker2023-12-213-30/+0
* cpp: Support new flags for direct signing/encryption of filesIngo Klöcker2023-12-194-1/+12
* qt: Replace Q_FOREACH with range-forIngo Klöcker2023-12-138-36/+44
* 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,doc: Fix typos in source code commentsIngo Klöcker2023-10-133-19/+19
* python,doc: Fix typos in documentation and source code commentsIngo Klöcker2023-10-134-6/+6
* cpp,doc: Fix typos in API documentation and source code commentsIngo Klöcker2023-10-132-2/+2
* python,examples: Add missing word "License"Marius P2023-10-1335-35/+35
* cpp: Support new key capability flagsIngo Klöcker2023-10-052-0/+37
* 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-235-27/+88
* 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-2110-3/+539
* qt: Clean up after failure or cancel of sign/encrypt archive operationIngo Klöcker2023-08-165-5/+87
* qt: Make toLogString helper publicIngo Klöcker2023-08-153-13/+18
* cpp: Remove unused includeIngo Klöcker2023-08-156-8/+0
* cpp: Expose gpgme_decrypt_result_t.is_mime through cpp APICarl Schwan2023-08-042-0/+6
* 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-215-38/+71
* qt: Support writing signed/encrypted archives directly to a fileIngo Klöcker2023-06-1914-88/+498
* 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
* qt: Rename JobPrivate::start to JobPrivate::startNowIngo Klöcker2023-06-1911-11/+11