<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/lang/qt, branch gpgme-1.7.1</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.7.1</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.7.1'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2016-10-13T07:35:30Z</updated>
<entry>
<title>qt, cpp: Fix permissions of Config files</title>
<updated>2016-10-13T07:35:30Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2016-10-13T07:35:30Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a274c7590aa0e38d682d5177904983632f471cb0'/>
<id>urn:sha1:a274c7590aa0e38d682d5177904983632f471cb0</id>
<content type='text'>
* lang/cpp/src/Makefile.am,
lang/qt/src/Makefile.am: Do not install config files as executable.
</content>
</entry>
<entry>
<title>qt: Install SpecialJob</title>
<updated>2016-10-13T07:13:50Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2016-10-13T07:13:50Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=2538c12fa0728f4113f83f69f8c8ec9efb163872'/>
<id>urn:sha1:2538c12fa0728f4113f83f69f8c8ec9efb163872</id>
<content type='text'>
* lang/qt/src/Makefile.am: Install SpecialJob
* NEWS: mention it.

--
SpecialJob was and is public API. So it needs to be installed.
</content>
</entry>
<entry>
<title>qt, cpp: Fix expected targets in Config files</title>
<updated>2016-10-13T07:13:40Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2016-10-13T07:07:36Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a3cf30f89418c8a6bc9456533d95ba7fc2a33a4c'/>
<id>urn:sha1:a3cf30f89418c8a6bc9456533d95ba7fc2a33a4c</id>
<content type='text'>
* lang/cpp/src/GpgmeppConfig.cmake.in.in,
lang/qt/src/QGpgmeConfig.cmake.in.in: Remove KF5 variants.
</content>
</entry>
<entry>
<title>qt: Add missing implementation of MultiDeleteJob</title>
<updated>2016-10-11T17:56:55Z</updated>
<author>
<name>Daniel Vrátil</name>
<email>dvratil@kde.org</email>
</author>
<published>2016-10-11T17:32:54Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=e5a35af5573651b96a90ef4a537b040333595472'/>
<id>urn:sha1:e5a35af5573651b96a90ef4a537b040333595472</id>
<content type='text'>
* lang/qt/src/multideletejob.h: Fix include, cryptobackend.h is now
called protocol.h
* lang/qt/src/multideletejob.cpp: New file.
* lang/qt/src/Makefile.am: Add multideletejob.cpp.
</content>
</entry>
<entry>
<title>qt: Install abstractimportjob.h</title>
<updated>2016-10-11T17:43:37Z</updated>
<author>
<name>Daniel Vrátil</name>
<email>dvratil@kde.org</email>
</author>
<published>2016-10-11T17:32:08Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=ce7385caabb57e5435695cc912acffe2815770b7'/>
<id>urn:sha1:ce7385caabb57e5435695cc912acffe2815770b7</id>
<content type='text'>
* lang/cpp/src/Makefile.am: Install abstractimportjob.h since it's
included from importjob.h

--
Fixes build when someone inclues importjob.h in their code.
</content>
</entry>
<entry>
<title>qt: Add simple verify test</title>
<updated>2016-10-10T15:34:52Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2016-10-10T13:22:17Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=f131a5e72b0881cafcc3b0a91da8f050af2684a6'/>
<id>urn:sha1:f131a5e72b0881cafcc3b0a91da8f050af2684a6</id>
<content type='text'>
* lang/qt/tests/t-verify.cpp: New. Small test if a signature
returns a key with fingerprint.
* lang/qt/tests/Makefile.am: Add new test.
</content>
</entry>
<entry>
<title>qt: Fix spelling error in WKSPublishJob</title>
<updated>2016-10-05T15:36:17Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2016-10-05T15:27:36Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=88c7e84ede4b6017cac3a396e8c87c2bd3a2bf58'/>
<id>urn:sha1:88c7e84ede4b6017cac3a396e8c87c2bd3a2bf58</id>
<content type='text'>
* src/qgpgmewkspublishjob.cpp,
src/qgpgmewkspublishjob.h,
src/wkspublishjob.h,
tests/t-wkspublish.cpp: Fix spelling of received.
* src/configure.ac (LIBQGPGME_LT_CURRENT): Bump
accordingly.

--
While this is an API break I've decided to fix this now
instead of deprecating / keeping it around forever in the API.

The only known users of QGpgME are KDE Applications and
there it is not yet used.
</content>
</entry>
<entry>
<title>qt: Disable tests that require a password for 2.0</title>
<updated>2016-10-05T15:19:20Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2016-10-05T15:19:20Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=24779c9e2301bd17fd328d65b0383e1cbc944119'/>
<id>urn:sha1:24779c9e2301bd17fd328d65b0383e1cbc944119</id>
<content type='text'>
* lang/qt/tests/t-encrypt.cpp: Disable tests that require
a password for 2.0.

--
The passphrase_cb apparently does not work with 2.0 so we would
need a fake pinentry to get this to work. We just disable the
test instead as this is a rarely used feature and works with
1.4 and 2.1.
</content>
</entry>
<entry>
<title>qt: Fix unused variable warnings</title>
<updated>2016-10-05T14:44:53Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2016-10-05T14:44:53Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=9d1df990386010e0581b542a76a4f5d85d8d11b5'/>
<id>urn:sha1:9d1df990386010e0581b542a76a4f5d85d8d11b5</id>
<content type='text'>
* qt/src/qgpgmenewcryptoconfig.cpp,
qt/src/threadedjobmixin.h,
qt/tests/t-encrypt.cpp,
qt/tests/t-support.h,
qt/tests/t-wkspublish.cpp: Mark additional variables as unused.
</content>
</entry>
<entry>
<title>qt: Disable t-wkspublish test</title>
<updated>2016-10-05T14:01:20Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2016-10-05T14:01:20Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=52a91ccc6a25425d4374b77040e30efb6816940f'/>
<id>urn:sha1:52a91ccc6a25425d4374b77040e30efb6816940f</id>
<content type='text'>
* lang/qt/tests/Makefile.am (TESTS): Remove t-wkspublish.

--
Even the only enabled test did a connection to localhost this
might fail if it is stalled and is an outside factor. It also might
be disturbing other services locally.
</content>
</entry>
</feed>
