From 63822343dfaac8b638ef475d441c4379da3a9804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Tue, 6 Aug 2024 16:57:14 +0200 Subject: qt: Support disabling and enabling of keys * lang/qt/src/Makefile.am: Add new files. * lang/qt/src/job.cpp (QuickJob): Move definition of constructor and destructor and inclusion of the moc file to quickjob.cpp. * lang/qt/src/qgpgmequickjob.cpp (class QGpgMEQuickJobPrivate): New. (QGpgMEQuickJob::QGpgMEQuickJob): Instantiate private job class. (set_key_enabled): New. * lang/qt/src/quickjob.cpp: New. * lang/qt/src/quickjob.h (class QuickJob): Add member function startSetKeyEnabled. * lang/qt/src/quickjob_p.h: New. * lang/qt/tests/Makefile.am: Add new test for Qt 5 and Qt 6. * lang/qt/tests/t-disablekey.cpp: New. -- GnuPG-bug-id: 7239 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 5a80a997..2f312569 100644 --- a/NEWS +++ b/NEWS @@ -38,6 +38,8 @@ Noteworthy changes in version 1.24.0 (unrelease) * qt: Allow appending a detached signature to an existing file. [T6867] + * qt: Add support for enabling and disabling keys. [T7239] + * Interface changes relative to the 1.23.2 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GPGME_ENCRYPT_FILE NEW. @@ -101,6 +103,7 @@ Noteworthy changes in version 1.24.0 (unrelease) qt: VerifyOpaqueJob::outputFile NEW. qt: ImportJob::setImportOptions NEW. qt: ImportJob::importOptions NEW. + qt: QuickJob::startSetKeyEnabled NEW. Noteworthy changes in version 1.23.2 (2023-11-28) -- cgit v1.2.3