aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* qt: Fix DLL version in cmake config filesIngo Klöcker2023-07-082-4/+4
* qt: Fix check for required filesIngo Klöcker2023-07-081-2/+2
* qt: Support reading signed/encrypted archives directly from a fileIngo Klöcker2023-06-215-38/+71
* qt: Support writing signed/encrypted archives directly to a fileIngo Klöcker2023-06-1914-88/+498
* qt: Add a generic hook to start a jobIngo Klöcker2023-06-1912-0/+69
* qt: Make the run methods of ThreadedJobMixin publicIngo Klöcker2023-06-191-0/+3
* qt: Rename JobPrivate::start to JobPrivate::startNowIngo Klöcker2023-06-1911-11/+11
* qt: Return const pointer to JobPrivate class for const pointer to JobIngo Klöcker2023-06-192-3/+16
* qt, cpp: Support larger size-hint on 32 bit buildsAndre Heinecke2023-06-168-4/+28
* qt: Add signals for file-based and data-based progressIngo Klöcker2023-02-149-0/+101
* qt: Remove commented out codeIngo Klöcker2023-02-141-12/+0
* qt: Add simple and extended progress signals replacing old signalIngo Klöcker2023-02-145-18/+77
* tests: Stop daemons after setting up test environmentIngo Klöcker2023-02-091-0/+1
* qt,tests: Add test for the previous commitIngo Klöcker2023-02-022-0/+135
* qt: Add job for extracting encrypted and signed archivesIngo Klöcker2023-02-0210-0/+563
* qt: Allow checking if the sign/encrypt archive jobs are supportedIngo Klöcker2023-02-028-0/+44
* qt: Fix build without installed gpgme++ headersIngo Klöcker2023-01-311-1/+1
* qt: Remove unused and commented-out codeIngo Klöcker2023-01-314-45/+0
* qt: Add job for creating encrypted signed archivesIngo Klöcker2023-01-319-31/+495
* qt,tests: Avoid leaking ContextIngo Klöcker2023-01-311-3/+5
* qt: Add job for creating signed archivesikloecker/t6342-gpgtarIngo Klöcker2023-01-3010-1/+588
* qt: Add job for creating encrypted archivesIngo Klöcker2023-01-2710-0/+630
* qt: Add data provider for list of file namesIngo Klöcker2023-01-274-0/+186
* qt: Fix comparisons of integer expressions of different signednessIngo Klöcker2023-01-051-1/+1
* qt: Replace Q_DECL_OVERRIDE with overrideIngo Klöcker2023-01-0534-180/+180
* qt: Allow deferred start of import jobIngo Klöcker2023-01-054-0/+51
* qt: Support deferred start of jobsIngo Klöcker2023-01-049-0/+64
* qt: Explicitly instantiate private job classesIngo Klöcker2023-01-0417-72/+374
* qt: Write path values with Unix directory separatorsIngo Klöcker2022-12-061-1/+1
* qt: Allow disabling automatic trust database check on key listingIngo Klöcker2022-11-044-4/+95
* build,qt: Clean up all generated filesIngo Klöcker2022-10-111-1/+2
* qt,tests: Port test to QRegularExpression.Ingo Klöcker2022-10-111-16/+17
* qt: Remove obsolete code.Ingo Klöcker2022-10-111-16/+0
* build,qt: Allow building QGpgME for Qt 6Ingo Klöcker2022-10-115-8/+317
* build,qt: Explicitly namespace a few Qt variables for Qt5Ingo Klöcker2022-10-102-6/+6
* qt: Fix building with C++11Ingo Klöcker2022-08-224-3/+12
* qt: Fix building with Qt6Ingo Klöcker2022-08-222-4/+2
* qt,tests: Make test pass on 32-bit systemsIngo Klöcker2022-08-181-18/+24
* qt,tests: Make sure expiration time is interpreted as unsigned numberIngo Klöcker2022-08-172-16/+16
* qt,tests: Log the actual error code if the assertion failsIngo Klöcker2022-08-171-3/+3
* qt: Make sure expiration time is interpreted as unsigned numberIngo Klöcker2022-08-171-1/+2
* Qt: Fix working with no gpgconf in CryptoConfigAndre Heinecke2022-08-111-3/+4
* qt: Add missing includeIngo Klöcker2022-08-101-0/+1
* qt: Add job to set the primary user ID of OpenPGP keysIngo Klöcker2022-08-099-2/+407
* qt: Remove job for refreshing OpenPGP keysIngo Klöcker2022-08-048-303/+5
* qt: Allow setting the file name of signed and encrypted dataIngo Klöcker2022-07-054-8/+82
* qt: Allow setting the file name of encrypted dataIngo Klöcker2022-07-054-9/+84
* qt: Fix filename of cmake config files for w32Ingo Klöcker2022-07-041-1/+1
* qt: Add #include <QStringList> needed for building against qt6Laurent Montel2022-07-044-7/+6
* qt,tests: Allow 1-day-offset for expiration dateIngo Klöcker2022-06-101-1/+9