<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmenumodel/libqmenumodel/src/qmenumodel.cpp, branch main</title>
<subtitle>Qt5 renderer for Ayatana Indicators
</subtitle>
<id>https://openid.arctica-project.org/qmenumodel/atom?h=main</id>
<link rel='self' href='https://openid.arctica-project.org/qmenumodel/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/'/>
<updated>2021-05-17T19:41:37+00:00</updated>
<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://openid.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>moved events to separate file.</title>
<updated>2013-08-09T08:01:43+00:00</updated>
<author>
<name>Nick Dedekind</name>
<email>nicholas.dedekind@gmail.com</email>
</author>
<published>2013-08-09T08:01:43+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=db47d077dcd9ee6761de828c9194d3fa2331f9ea'/>
<id>urn:sha1:db47d077dcd9ee6761de828c9194d3fa2331f9ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Glib callbacks send events through qt.</title>
<updated>2013-08-08T15:12:57+00:00</updated>
<author>
<name>Nick Dedekind</name>
<email>nicholas.dedekind@gmail.com</email>
</author>
<published>2013-08-08T15:12:57+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=c6cb726c5694f8a35711a48a7bf5e2a6723aeba8'/>
<id>urn:sha1:c6cb726c5694f8a35711a48a7bf5e2a6723aeba8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style</title>
<updated>2013-05-23T08:44:41+00:00</updated>
<author>
<name>Alberto Mardegan</name>
<email>alberto.mardegan@canonical.com</email>
</author>
<published>2013-05-23T08:44:41+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=8157af28188959d105f13657886517ea90fcb37e'/>
<id>urn:sha1:8157af28188959d105f13657886517ea90fcb37e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use invalid index as root index</title>
<updated>2013-05-20T11:20:58+00:00</updated>
<author>
<name>Alberto Mardegan</name>
<email>alberto.mardegan@canonical.com</email>
</author>
<published>2013-05-20T11:20:58+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=c5bcb297490b44429997c9658d0afb12900cef42'/>
<id>urn:sha1:c5bcb297490b44429997c9658d0afb12900cef42</id>
<content type='text'>
When emitting the rowsInserted signal for top-level items, use an invalid
QModelIndex as parent.
</content>
</entry>
<entry>
<title>Fixed item removal and insertion.</title>
<updated>2013-01-10T18:54:35+00:00</updated>
<author>
<name>Renato Araujo Oliveira Filho</name>
<email>renato.filho@canonical.com</email>
</author>
<published>2013-01-10T18:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=33147e96ae17a01a3f025a5b7b78bff7943b4851'/>
<id>urn:sha1:33147e96ae17a01a3f025a5b7b78bff7943b4851</id>
<content type='text'>
Removed debug messages.
Fixed tests to work with new tree model structure.</content>
</entry>
<entry>
<title>Implmeneted QMenuModel as tree model.</title>
<updated>2013-01-03T21:38:23+00:00</updated>
<author>
<name>Renato Araujo Oliveira Filho</name>
<email>renato.filho@canonical.com</email>
</author>
<published>2013-01-03T21:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=2d050cddb8a4aa3ada8f956e071efed9d53898fd'/>
<id>urn:sha1:2d050cddb8a4aa3ada8f956e071efed9d53898fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed model changes and singal.</title>
<updated>2012-12-17T02:00:41+00:00</updated>
<author>
<name>Renato Araujo Oliveira Filho</name>
<email>renato.filho@canonical.com</email>
</author>
<published>2012-12-17T02:00:41+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=64e7281e1de56c45a3cb6a75adbb7bf9a82eff21'/>
<id>urn:sha1:64e7281e1de56c45a3cb6a75adbb7bf9a82eff21</id>
<content type='text'>
Try to keep the module unchanged until the function begin[Insert|Remove]Rows is called.</content>
</entry>
<entry>
<title>Removed keywords from VIRTUAL functions.</title>
<updated>2012-12-15T13:20:43+00:00</updated>
<author>
<name>Renato Araujo Oliveira Filho</name>
<email>renato.filho@canonical.com</email>
</author>
<published>2012-12-15T13:20:43+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=b601ff786a6c385f0a293e18d5947b4e79b46235'/>
<id>urn:sha1:b601ff786a6c385f0a293e18d5947b4e79b46235</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only checks for row index in cache.</title>
<updated>2012-12-15T01:15:05+00:00</updated>
<author>
<name>Renato Araujo Oliveira Filho</name>
<email>renato.filho@canonical.com</email>
</author>
<published>2012-12-15T01:15:05+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=96a4d9c492d85c5e221cdf9117ba4d378a8c0e0f'/>
<id>urn:sha1:96a4d9c492d85c5e221cdf9117ba4d378a8c0e0f</id>
<content type='text'>
Used Q_EMIT keywork for signals.</content>
</entry>
</feed>
