aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2020-02-12 11:52:24 +0100
committerAndre Heinecke <[email protected]>2020-02-12 11:57:09 +0100
commit77feaa451074741c2d07051915bc23d8b8377242 (patch)
tree0e2b1e3b55d0dfde24e001eaa15ddb8b5ae0e530 /NEWS
parentDo not test for a bug in older GnuPG versions (diff)
downloadgpgme-77feaa451074741c2d07051915bc23d8b8377242.tar.gz
gpgme-77feaa451074741c2d07051915bc23d8b8377242.zip
qt: Add GpgCardJob following the job pattern
* lang/qt/src/Makefile.am: Add new files. * lang/qt/src/job.cpp (GpgCardJob): Add impl stuff. * lang/qt/src/protocol.h (gpgCardJob): Get one. * lang/qt/src/qgpgmebackend.cpp, lang/qt/src/qgpgmebackend.h: Add helpers to get the job. * lang/qt/src/qgpgmegpgcardjob.cpp, lang/qt/src/gpgcardjob.h, lang/qt/src/qgpgmegpgcardjob.h: New. -- This is annoyingly complex to add a simple new job. In the future we should implement something like this without the threadedjobmixin stuff. But the idea was to follow the usual job pattern. GnuPG-Bug-Id: T4794
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dc9e0ff8..d87bc4ff 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@ Noteworthy changes in version 1.14.0 (unreleased)
* qt: Extended signkeyjob to handle remarks and multiple signatures.
[#4734]
+ * qt: Added job API for gpg-card.
+
* Interface changes relative to the 1.13.1 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_user_id_t EXTENDED: New field 'uidhash'.
@@ -19,6 +21,7 @@ Noteworthy changes in version 1.14.0 (unreleased)
cpp: GpgSignKeyEditInteractor::setDupeOk NEW.
qt: SignKeyJob::setDupeOk NEW.
qt: SignKeyJob::setRemark NEW.
+ qt: GpgCardJob NEW.
Noteworthy changes in version 1.13.1 (2019-06-13)