<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmenumodel/libqmenumodel/src/qdbusmenumodel.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-11-15T02:19:14+00:00</updated>
<entry>
<title>Rename com.ubuntu.menu</title>
<updated>2021-11-15T02:19:14+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-11-15T02:19:14+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=0d2c880a580c1ea9bb796e1116d18560fea0e4d6'/>
<id>urn:sha1:0d2c880a580c1ea9bb796e1116d18560fea0e4d6</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://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>bit of code cleanup</title>
<updated>2013-08-09T07:10:21+00:00</updated>
<author>
<name>Nick Dedekind</name>
<email>nicholas.dedekind@gmail.com</email>
</author>
<published>2013-08-09T07:10:21+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=9be29519eb308eae8a2fafe7441324a53220726b'/>
<id>urn:sha1:9be29519eb308eae8a2fafe7441324a53220726b</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>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 disconnect function.</title>
<updated>2012-12-11T16:07:48+00:00</updated>
<author>
<name>Renato Araujo Oliveira Filho</name>
<email>renato.filho@canonical.com</email>
</author>
<published>2012-12-11T16:07:48+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=edbfcdf9b83c09ad4519f55d1c648e0e2fc664eb'/>
<id>urn:sha1:edbfcdf9b83c09ad4519f55d1c648e0e2fc664eb</id>
<content type='text'>
Set the model null during the disconnection will make sure that the model was cleared and the new call of connect will populate the model again.</content>
</entry>
<entry>
<title>Removed missing function declaration.</title>
<updated>2012-11-23T17:56:22+00:00</updated>
<author>
<name>Renato Araujo Oliveira Filho</name>
<email>renato.filho@canonical.com</email>
</author>
<published>2012-11-23T17:56:22+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=bdc349d16b6e88c64e6ad16513f33d71bf1a643d'/>
<id>urn:sha1:bdc349d16b6e88c64e6ad16513f33d71bf1a643d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Take care of object ref internally on QMenumodel, instead of QDBusMenuModel.</title>
<updated>2012-11-23T17:41:21+00:00</updated>
<author>
<name>Renato Araujo Oliveira Filho</name>
<email>renato.filho@canonical.com</email>
</author>
<published>2012-11-23T17:41:21+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=aa56c7b79317fb88c12fc0573fc23b6939337fe4'/>
<id>urn:sha1:aa56c7b79317fb88c12fc0573fc23b6939337fe4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replaced 'reinterpret_cast' for gobject cast when possible.</title>
<updated>2012-11-23T17:25:39+00:00</updated>
<author>
<name>Renato Araujo Oliveira Filho</name>
<email>renato.filho@canonical.com</email>
</author>
<published>2012-11-23T17:25:39+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=af103ebfb8945c903accb42944516d234fe5744c'/>
<id>urn:sha1:af103ebfb8945c903accb42944516d234fe5744c</id>
<content type='text'>
</content>
</entry>
</feed>
