From 398375a0ab3b819694435c2e46b759d56b3735e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Wed, 4 Jan 2023 11:36:09 +0100 Subject: qt: Allow deferred start of import job * lang/qt/src/importjob.h (ImportJob::startLater): New pure virtual method. * lang/qt/src/qgpgmeimportjob.cpp, lang/qt/src/qgpgmeimportjob.h (QGpgMEImportJob::startLater): New method. * lang/qt/tests/t-import.cpp (ImportTest::testDeferredStart): New. -- This makes it possible to prepare an import job for a deferred start. GnuPG-bug-id: 6323 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 1094b77a..b5fb0a73 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,8 @@ Noteworthy changes in version 1.18.1 (unreleased) * qt: Extend ListAllKeysJob to allow disabling the automatic trust database check when listing all keys. [T6261] + * qt: Allow deferred start of import jobs. [T6323] + * Interface changes relative to the 1.18.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_get_ctx_flag EXTENDED: New flag 'no-auto-check-trustdb'. @@ -29,6 +31,7 @@ Noteworthy changes in version 1.18.1 (unreleased) qt: ListAllKeysJob::setOptions NEW. qt: ListAllKeysJob::options NEW. qt: Job::startNow NEW. + qt: ImportJob::startLater NEW. Noteworthy changes in version 1.18.0 (2022-08-10) -- cgit v1.2.3