aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src (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-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öcker4-17/+46
2023-08-21qt: Add job for refreshing OpenPGP keys via WKDIngo Klöcker8-2/+415
2023-08-16qt: Clean up after failure or cancel of sign/encrypt archive operationIngo Klöcker3-5/+43
2023-08-15qt: Make toLogString helper publicIngo Klöcker2-9/+16
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öcker4-17/+69
2023-06-19qt: Support writing signed/encrypted archives directly to a fileIngo Klöcker12-49/+438
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öcker4-17/+61
2023-02-02qt: Add job for extracting encrypted and signed archivesIngo Klöcker8-0/+420
2023-02-02qt: Allow checking if the sign/encrypt archive jobs are supportedIngo Klöcker6-0/+33
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öcker8-0/+451
2023-01-30qt: Add job for creating signed archivesikloecker/t6342-gpgtarIngo Klöcker8-0/+439
2023-01-27qt: Add job for creating encrypted archivesIngo Klöcker8-0/+470
2023-01-27qt: Add data provider for list of file namesIngo Klöcker4-0/+186
2023-01-05qt: Replace Q_DECL_OVERRIDE with overrideIngo Klöcker33-179/+179
2023-01-05qt: Allow deferred start of import jobIngo Klöcker3-0/+14
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: Remove obsolete code.Ingo Klöcker1-16/+0
2022-10-11build,qt: Allow building QGpgME for Qt 6Ingo Klöcker4-8/+304
2022-10-10build,qt: Explicitly namespace a few Qt variables for Qt5Ingo Klöcker1-2/+2
2022-08-22qt: Fix building with C++11Ingo Klöcker3-2/+11
2022-08-22qt: Fix building with Qt6Ingo Klöcker2-4/+2
2022-08-17qt: Make sure expiration time is interpreted as unsigned numberIngo Klöcker1-1/+2
2022-08-11Qt: Fix working with no gpgconf in CryptoConfigAndre Heinecke1-3/+4
2022-08-09qt: Add job to set the primary user ID of OpenPGP keysIngo Klöcker7-0/+237