aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* qt: Fix validity for (sub)keys generated using QGpgMEQuickJobtobias/fix-expiresTobias Fella2023-12-131-2/+4
* qt: Start dirmngr with gpgconf to avoid multiple instancesIngo Klöcker2023-11-231-7/+7
* qt: On Windows, use UTF-8 when logging the error textIngo Klöcker2023-11-151-1/+7
* qt: Remove left-over partial files more persistentlyIngo Klöcker2023-11-155-14/+164
* qt: Deprecate DefaultKeyGenerationJobIngo Klöcker2023-11-101-1/+3
* qt: Use temporary .part file names when creating archivesIngo Klöcker2023-10-275-15/+160
* qt: Refactor removal of output file on cancel or errorIngo Klöcker2023-10-275-54/+54
* qt: Handle cancel in changeexpiryjobAndre Heinecke2023-10-181-1/+1
* qt: Use UTF-8 for file names on WindowsIngo Klöcker2023-09-224-0/+28
* qt: Allow specifying user IDs to use when refreshing keys via WKDIngo Klöcker2023-08-234-17/+46
* qt: Add job for refreshing OpenPGP keys via WKDIngo Klöcker2023-08-218-2/+415
* qt: Clean up after failure or cancel of sign/encrypt archive operationIngo Klöcker2023-08-163-5/+43
* qt: Make toLogString helper publicIngo Klöcker2023-08-152-9/+16
* qt: Add setInputEncoding to QGpgMe::EncryptJobCarl Schwan2023-08-034-4/+26
* qt: Ensure that we check the correct pathsIngo Klöcker2023-07-082-2/+10
* 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-214-17/+69
* qt: Support writing signed/encrypted archives directly to a fileIngo Klöcker2023-06-1912-49/+438
* 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-144-17/+61
* qt: Add job for extracting encrypted and signed archivesIngo Klöcker2023-02-028-0/+420
* qt: Allow checking if the sign/encrypt archive jobs are supportedIngo Klöcker2023-02-026-0/+33
* 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-318-0/+451
* qt: Add job for creating signed archivesikloecker/t6342-gpgtarIngo Klöcker2023-01-308-0/+439
* qt: Add job for creating encrypted archivesIngo Klöcker2023-01-278-0/+470
* qt: Add data provider for list of file namesIngo Klöcker2023-01-274-0/+186
* qt: Replace Q_DECL_OVERRIDE with overrideIngo Klöcker2023-01-0533-179/+179
* qt: Allow deferred start of import jobIngo Klöcker2023-01-053-0/+14
* 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: Remove obsolete code.Ingo Klöcker2022-10-111-16/+0
* build,qt: Allow building QGpgME for Qt 6Ingo Klöcker2022-10-114-8/+304
* build,qt: Explicitly namespace a few Qt variables for Qt5Ingo Klöcker2022-10-101-2/+2
* qt: Fix building with C++11Ingo Klöcker2022-08-223-2/+11
* qt: Fix building with Qt6Ingo Klöcker2022-08-222-4/+2
* 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 job to set the primary user ID of OpenPGP keysIngo Klöcker2022-08-097-0/+237