aboutsummaryrefslogtreecommitdiffstats
path: root/lang (unfollow)
Commit message (Expand)AuthorFilesLines
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
2023-02-02cpp: Add const-overloads of version comparison operatorsIngo Klöcker1-0/+70
2023-01-31qt: Fix build without installed gpgme++ headersIngo Klöcker1-1/+1
2023-01-31qt: Remove unused and commented-out codeIngo Klöcker4-45/+0
2023-01-31cpp: Fix debug output of SignatureModeIngo Klöcker1-1/+9
2023-01-31qt: Add job for creating encrypted signed archivesIngo Klöcker9-31/+495
2023-01-31qt,tests: Avoid leaking ContextIngo Klöcker1-3/+5
2023-01-30qt: Add job for creating signed archivesikloecker/t6342-gpgtarIngo Klöcker10-1/+588
2023-01-30cpp: Support new archive signing flagIngo Klöcker3-15/+25
2023-01-27qt: Add job for creating encrypted archivesIngo Klöcker10-0/+630
2023-01-27qt: Add data provider for list of file namesIngo Klöcker4-0/+186
2023-01-27cpp: Support new archive encryption flagIngo Klöcker2-1/+6
2023-01-27cpp: Add convenience overload to set file nameIngo Klöcker2-0/+6
2023-01-26cpp: Support all encryption flagsIngo Klöcker2-1/+6
2023-01-26cpp: Pass ThrowKeyIds and EncryptWrap flags to GpgMEIngo Klöcker1-0/+8
2023-01-18cpp,doc: Update list of allowed values for dirInfoIngo Klöcker1-1/+1
2023-01-05qt: Fix comparisons of integer expressions of different signednessIngo Klöcker1-1/+1
2023-01-05cpp: Fix comparisons of integer expressions of different signednessIngo Klöcker1-2/+2
2023-01-05cpp: Expliticly declare compiler generated copy constructorsIngo Klöcker15-2/+25
2023-01-05qt: Replace Q_DECL_OVERRIDE with overrideIngo Klöcker34-180/+180
2023-01-05qt: Allow deferred start of import jobIngo Klöcker4-0/+51
2023-01-04qt: Support deferred start of jobsIngo Klöcker9-0/+64
2023-01-04qt: Explicitly instantiate private job classesIngo Klöcker17-72/+374
2022-12-14doc:python: Replace gpgme-config to pkg-config.NIIBE Yutaka1-2/+2
2022-12-08cpp: Handle status errors in the base edit interactorIngo Klöcker2-4/+3
2022-12-08cpp: Handle statuses that need no response in the base edit interactorIngo Klöcker8-28/+7
2022-12-06qt: Write path values with Unix directory separatorsIngo Klöcker1-1/+1