<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/lang/qt, branch justus/idiomatic-py-0</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=justus%2Fidiomatic-py-0</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=justus%2Fidiomatic-py-0'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2016-07-07T11:56:37Z</updated>
<entry>
<title>qt: Fix distcheck.</title>
<updated>2016-07-07T11:56:37Z</updated>
<author>
<name>Justus Winter</name>
<email>justus@g10code.com</email>
</author>
<published>2016-07-06T09:01:55Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=38c408560c6ebc3ea5eeeade01d38750bf5799e5'/>
<id>urn:sha1:38c408560c6ebc3ea5eeeade01d38750bf5799e5</id>
<content type='text'>
* lang/qt/src/Makefile.am (qgpgme_headers): Add missing file.
(CLEANFILES): Add generated file.
* lang/qt/tests/Makefile.am (clean-local): Remove private keys.

Signed-off-by: Justus Winter &lt;justus@g10code.com&gt;
</content>
</entry>
<entry>
<title>Qt: Add test for publicKeyAlgorithmAsString</title>
<updated>2016-07-06T13:09:16Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2016-07-06T13:09:16Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=fc0267233239b42e9fb74a8acd7511503e287a9e'/>
<id>urn:sha1:fc0267233239b42e9fb74a8acd7511503e287a9e</id>
<content type='text'>
* lang/qt/tests/t-keylist.cpp (testPubkeyAlgoAsString): New.
</content>
</entry>
<entry>
<title>Qt: Add check for pubkeyAlgo in t-keylist</title>
<updated>2016-07-06T11:39:43Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2016-07-06T11:39:43Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=9f93346d21271b916f15d80420669f5d659a40de'/>
<id>urn:sha1:9f93346d21271b916f15d80420669f5d659a40de</id>
<content type='text'>
* lang/qt/tests/t-keylist.cpp (testSingleKeyListSync): Check
pubkeyAlgo.
</content>
</entry>
<entry>
<title>Qt: Fix include order when buildin test</title>
<updated>2016-07-06T09:28:11Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2016-07-06T09:28:11Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=4934893e27a50f5715dcd4d2907ecbe629921b32'/>
<id>urn:sha1:4934893e27a50f5715dcd4d2907ecbe629921b32</id>
<content type='text'>
* lang/qt/tests/Makefile.am (AM_CPPFLAGS): Include cpp before
gpgme src directory.

--
This fixes a problem where context.h would be picked up from gpgme/src
instead of including the context.h from gpgme++.
</content>
</entry>
<entry>
<title>Revert "Qt: More robust lookup of Cpp's context.h"</title>
<updated>2016-07-06T09:22:10Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2016-07-06T09:22:10Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=7a8c04f66d382dc49d962ad18c46d7ad332ccc0f'/>
<id>urn:sha1:7a8c04f66d382dc49d962ad18c46d7ad332ccc0f</id>
<content type='text'>
* lang/qt/src/threadedjobmixin.h: Revert using full path
for context.h

--
This reverts commit 47bfbc9026b49b9918359af5fcc1621aab0d1065 as
it causes problems depending on the include path. The proper
fix will be to ensure that cpp/src is included before gpgme/src.
</content>
</entry>
<entry>
<title>Qt: Fix test build with Qt &lt; 5.4.0</title>
<updated>2016-07-05T20:11:42Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2016-07-05T20:11:42Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=49a6ee50587c9d4b6f07e60ce1a939c863e7f15c'/>
<id>urn:sha1:49a6ee50587c9d4b6f07e60ce1a939c863e7f15c</id>
<content type='text'>
* lang/qt/tests/t-keylist.cpp,
lang/qt/tests/t-keylocate.cpp,
lang/qt/tests/t-ownertrust.cpp: Use old style SIGNAl syntax for
QSignalSpy
</content>
</entry>
<entry>
<title>Qt: More robust lookup of Cpp's context.h</title>
<updated>2016-07-05T20:10:18Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2016-07-05T20:10:18Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=47bfbc9026b49b9918359af5fcc1621aab0d1065'/>
<id>urn:sha1:47bfbc9026b49b9918359af5fcc1621aab0d1065</id>
<content type='text'>
* lang/qt/src/threadedjobmixin.h: When building qgpgme look for
context.h in the full cpp subdirectory.

--
Gpgme core also contains a context.h that can lead to confusion
otherwise.
</content>
</entry>
<entry>
<title>Qt: Add testTofuSignCount</title>
<updated>2016-07-04T09:44:39Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2016-07-04T09:42:30Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=8fa9b5696ca9f8386971e6f36646536f9579ceaa'/>
<id>urn:sha1:8fa9b5696ca9f8386971e6f36646536f9579ceaa</id>
<content type='text'>
* src/lang/qt/tests/t-tofuinfo.cpp(testTofuSignCount): New.
(initTestCase): Set gpg-agent loopback pinentry config.
(signAndVerify): Helper for tofuTestSignCount.

--
Also needs the wait code because of GnuPG-Bug-Id: 2405
</content>
</entry>
<entry>
<title>Qt: Add test passphrase provider</title>
<updated>2016-07-04T09:44:39Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2016-07-04T09:40:03Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=efb5059b9b6e81db7b0c016aa9fb70abe98308ea'/>
<id>urn:sha1:efb5059b9b6e81db7b0c016aa9fb70abe98308ea</id>
<content type='text'>
* lang/qt/tests/t-support.h (TestPassphraseProvider): New.
* lang/qt/tests/Makefile.am (t_tofuinfo_SOURCES): Add t-support.h
</content>
</entry>
<entry>
<title>Qt: Add test for TofuInfo</title>
<updated>2016-07-01T14:55:14Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2016-07-01T14:55:14Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=fbd6ac4655ebf56d91ebd9a4ff499c8319fcd087'/>
<id>urn:sha1:fbd6ac4655ebf56d91ebd9a4ff499c8319fcd087</id>
<content type='text'>
* lang/qt/tests/t-tofuinfo.cpp: New.
* lang/qt/tests/Makefile.am: Update accordingly.

--
The test currently contains a workaround for GnuPG-Bug-Id 2405
</content>
</entry>
</feed>
