aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt (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-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-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 Heinecke8-4/+28
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-09tests: Stop daemons after setting up test environmentIngo Klöcker1-0/+1
2023-02-02qt,tests: Add test for the previous commitIngo Klöcker2-0/+135
2023-02-02qt: Add job for extracting encrypted and signed archivesIngo Klöcker10-0/+563
2023-02-02qt: Allow checking if the sign/encrypt archive jobs are supportedIngo Klöcker8-0/+44
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-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-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-05qt: Fix comparisons of integer expressions of different signednessIngo Klöcker1-1/+1
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-06qt: Write path values with Unix directory separatorsIngo Klöcker1-1/+1
2022-11-04qt: Allow disabling automatic trust database check on key listingIngo Klöcker4-4/+95
2022-10-11build,qt: Clean up all generated filesIngo Klöcker1-1/+2
2022-10-11qt,tests: Port test to QRegularExpression.Ingo Klöcker1-16/+17