aboutsummaryrefslogtreecommitdiffstats
path: root/lang (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-05cpp: Handle smart card op failure status messagesIngo Klöcker1-0/+36
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-09cpp,tests: Launch dirmngr with gpg-confIngo Klöcker1-8/+11
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öcker8-10/+345
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öcker8-10/+399
2023-12-22qt: Support decryption (with verification) directly to/from filesIngo Klöcker8-10/+405
2023-12-21qt: Support writing/reading signed/encrypted files directly to/from fileIngo Klöcker17-38/+1058
2023-12-21qt: Remove dead codeIngo Klöcker3-30/+0
2023-12-19cpp: Support new flags for direct signing/encryption of filesIngo Klöcker4-1/+12
2023-12-13qt: Replace Q_FOREACH with range-forIngo Klöcker8-36/+44
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-10-13qt,doc: Fix typos in source code commentsIngo Klöcker3-19/+19
2023-10-13python,doc: Fix typos in documentation and source code commentsIngo Klöcker4-6/+6
2023-10-13cpp,doc: Fix typos in API documentation and source code commentsIngo Klöcker2-2/+2
2023-10-13python,examples: Add missing word "License"Marius P35-35/+35
2023-10-05cpp: Support new key capability flagsIngo Klöcker2-0/+37
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öcker5-27/+88
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öcker10-3/+539
2023-08-16qt: Clean up after failure or cancel of sign/encrypt archive operationIngo Klöcker5-5/+87
2023-08-15qt: Make toLogString helper publicIngo Klöcker3-13/+18
2023-08-15cpp: Remove unused includeIngo Klöcker6-8/+0
2023-08-04cpp: Expose gpgme_decrypt_result_t.is_mime through cpp APICarl Schwan2-0/+6
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öcker5-38/+71
2023-06-19qt: Support writing signed/encrypted archives directly to a fileIngo Klöcker14-88/+498
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
2023-06-19qt: Rename JobPrivate::start to JobPrivate::startNowIngo Klöcker11-11/+11
2023-06-19qt: Return const pointer to JobPrivate class for const pointer to JobIngo Klöcker2-3/+16
2023-06-16qt, cpp: Support larger size-hint on 32 bit buildsAndre Heinecke10-4/+38
2023-06-16cpp: Expose gpgme_data_set_flag through cpp APIAndre Heinecke2-0/+8