aboutsummaryrefslogtreecommitdiffstats
path: root/lang (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-13qt: Fix validity for (sub)keys generated using QGpgMEQuickJobtobias/fix-expiresTobias Fella1-2/+4
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
2023-06-01doc,cpp: Treat GPG_ERR_FULLY_CANCELED as canceledIngo Klöcker1-1/+1
2023-05-30cpp,python: Respect --disable-gpg-test for testsBiswapriyo Nath2-2/+14
2023-05-23python: Fix wrong use of write.Werner Koch2-10/+5
2023-04-25doc: Fix Python example code.NIIBE Yutaka4-15/+24
2023-04-18cpp: Fix Key::canSign()Ingo Klöcker2-17/+4
2023-03-21core,cpp: Add new key flags to gpgme_subkey_tWerner Koch2-0/+21
2023-02-14qt: Add signals for file-based and data-based progressIngo Klöcker9-0/+101
2023-02-14qt: Remove commented out codeIngo Klöcker1-12/+0
2023-02-14qt: Add simple and extended progress signals replacing old signalIngo Klöcker5-18/+77
2023-02-09cpp: Improve debug output of some enumsIngo Klöcker1-19/+32
2023-02-09tests: Stop daemons after setting up test environmentIngo Klöcker2-0/+2
2023-02-02qt,tests: Add test for the previous commitIngo Klöcker2-0/+135
2023-02-02cpp: Return successful verification for signed but not encrypted dataIngo Klöcker1-7/+15
2023-02-02qt: Add job for extracting encrypted and signed archivesIngo Klöcker10-0/+563
2023-02-02cpp: Update decryption flagsIngo Klöcker1-0/+1
2023-02-02qt: Allow checking if the sign/encrypt archive jobs are supportedIngo Klöcker8-0/+44