<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmenumodel/tests, branch 0.9.0</title>
<subtitle>Qt5 renderer for Ayatana Indicators
</subtitle>
<id>https://cgit.arctica-project.org/qmenumodel/atom?h=0.9.0</id>
<link rel='self' href='https://cgit.arctica-project.org/qmenumodel/atom?h=0.9.0'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/qmenumodel/'/>
<updated>2021-12-10T09:32:19+00:00</updated>
<entry>
<title>Fix CMake version and add required test packages</title>
<updated>2021-12-10T09:32:19+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-12-10T09:30:18+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/qmenumodel/commit/?id=6abf90873d6f595674e9d5fed6ccbbbda1d0268d'/>
<id>urn:sha1:6abf90873d6f595674e9d5fed6ccbbbda1d0268d</id>
<content type='text'>
fixes https://github.com/AyatanaIndicators/qmenumodel/issues/15
</content>
</entry>
<entry>
<title>Fix qt5_use_modules warning</title>
<updated>2021-12-07T10:58:59+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-12-07T10:58:59+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/qmenumodel/commit/?id=af5a57545d9aa5493790798b77364f3c923eb337'/>
<id>urn:sha1:af5a57545d9aa5493790798b77364f3c923eb337</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename Unity* symbols</title>
<updated>2021-11-17T12:14:54+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-11-16T08:35:02+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/qmenumodel/commit/?id=f4e75e132debc82f017ebb95c38b560cdd82d52c'/>
<id>urn:sha1:f4e75e132debc82f017ebb95c38b560cdd82d52c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename unity* source files</title>
<updated>2021-11-17T12:14:54+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-11-16T07:10:18+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/qmenumodel/commit/?id=f8036895f95acc49f484af564d2b56f14c158dd9'/>
<id>urn:sha1:f8036895f95acc49f484af564d2b56f14c158dd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename com.canonical.test*</title>
<updated>2021-11-15T02:03:35+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-11-15T02:03:35+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/qmenumodel/commit/?id=e72815691706f2d49b8c230da6cc9ff700206892'/>
<id>urn:sha1:e72815691706f2d49b8c230da6cc9ff700206892</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move glib includes outside of extern "C"</title>
<updated>2021-05-17T19:41:37+00:00</updated>
<author>
<name>Luca Weiss</name>
<email>luca@z3ntu.xyz</email>
</author>
<published>2021-04-04T11:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/qmenumodel/commit/?id=a6d79e8468b6c516745002876bbe52f3963031a3'/>
<id>urn:sha1:a6d79e8468b6c516745002876bbe52f3963031a3</id>
<content type='text'>
Recent glib versions throw this error otherwise:

In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
                 from /usr/include/glib-2.0/glib/gthread.h:32,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /home/pmos/build/src/qmenumodel-0.8.0/libqmenumodel/src/converter.cpp:22:
/usr/include/c++/10.2.1/type_traits:56:3: error: template with C linkage
   56 |   template&lt;typename _Tp, _Tp __v&gt;
      |   ^~~~~~~~
/home/pmos/build/src/qmenumodel-0.8.0/libqmenumodel/src/converter.cpp:21:1: note: 'extern "C"' linkage started here
   21 | extern "C" {
      | ^~~~~~~~~~
</content>
</entry>
<entry>
<title>Use CoverageReport from cmake-extras</title>
<updated>2020-08-14T23:04:38+00:00</updated>
<author>
<name>Marius Gripsgard</name>
<email>marius@ubports.com</email>
</author>
<published>2020-08-14T23:04:38+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/qmenumodel/commit/?id=a17ce349a9185f22f73e20384547f6aae042bd78'/>
<id>urn:sha1:a17ce349a9185f22f73e20384547f6aae042bd78</id>
<content type='text'>
This gives us a much better coverage reports
</content>
</entry>
<entry>
<title>Remove use of the deprecated QModelIndex::child function</title>
<updated>2020-05-18T17:49:44+00:00</updated>
<author>
<name>Luca Weiss</name>
<email>luca@z3ntu.xyz</email>
</author>
<published>2020-05-18T17:48:58+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/qmenumodel/commit/?id=b420ba136d169353204e853ccdfa2c4433a94a22'/>
<id>urn:sha1:b420ba136d169353204e853ccdfa2c4433a94a22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>converterTest: add content conversions back and further from gvariant</title>
<updated>2016-10-26T12:58:18+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>mail@3v1n0.net</email>
</author>
<published>2016-10-26T12:58:18+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/qmenumodel/commit/?id=352a7702cca19608712423e6ca2c91f491e79013'/>
<id>urn:sha1:352a7702cca19608712423e6ca2c91f491e79013</id>
<content type='text'>
</content>
</entry>
<entry>
<title>converterTest: add conversion to GVariant and back to verify content is correct</title>
<updated>2016-10-26T12:28:59+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>mail@3v1n0.net</email>
</author>
<published>2016-10-26T12:28:59+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/qmenumodel/commit/?id=e1ee47eaef71ffa0519843c5022d1d239512b866'/>
<id>urn:sha1:e1ee47eaef71ffa0519843c5022d1d239512b866</id>
<content type='text'>
</content>
</entry>
</feed>
