aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-08-04qt: Remove job for refreshing OpenPGP keysIngo Klöcker7-299/+1
2022-07-05qt: Allow setting the file name of signed and encrypted dataIngo Klöcker4-8/+82
2022-07-05qt: Allow setting the file name of encrypted dataIngo Klöcker4-9/+84
2022-07-04qt: Fix filename of cmake config files for w32Ingo Klöcker1-1/+1
2022-07-04qt: Add #include <QStringList> needed for building against qt6Laurent Montel4-7/+6
2022-06-10qt: Prevent u32 overflow when calculating expiration dateIngo Klöcker2-4/+4
2022-05-05qt: Revert change of result signal of RefreshKeysJobIngo Klöcker1-1/+1
2022-05-05qt: Use lambda instead of std::bindIngo Klöcker1-1/+1
2022-05-04qt: Emit import result when refreshing OpenPGP keysIngo Klöcker7-28/+117
2022-05-02qt: Use GpgME::Locate aliasIngo Klöcker2-2/+2
2022-05-02qt: Add job for refreshing OpenPGP keysIngo Klöcker5-4/+218
2022-05-02qt: Add debug helper for Result classes with output stream operatorIngo Klöcker1-0/+9