Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename com.ubuntu.menu | Robert Tari | 2021-11-15 | 1 | -2/+2 |
| | |||||
* | Move glib includes outside of extern "C" | Luca Weiss | 2021-05-17 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | 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<typename _Tp, _Tp __v> | ^~~~~~~~ /home/pmos/build/src/qmenumodel-0.8.0/libqmenumodel/src/converter.cpp:21:1: note: 'extern "C"' linkage started here 21 | extern "C" { | ^~~~~~~~~~ | ||||
* | moved events to separate file. | Nick Dedekind | 2013-08-09 | 1 | -0/+1 |
| | |||||
* | bit of code cleanup | Nick Dedekind | 2013-08-09 | 1 | -2/+1 |
| | |||||
* | Glib callbacks send events through qt. | Nick Dedekind | 2013-08-08 | 1 | -4/+21 |
| | |||||
* | Implmeneted QMenuModel as tree model. | Renato Araujo Oliveira Filho | 2013-01-03 | 1 | -3/+2 |
| | |||||
* | Fixed model disconnect function. | Renato Araujo Oliveira Filho | 2012-12-11 | 1 | -0/+1 |
| | | | 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. | ||||
* | Removed missing function declaration. | Renato Araujo Oliveira Filho | 2012-11-23 | 1 | -6/+2 |
| | |||||
* | Take care of object ref internally on QMenumodel, instead of QDBusMenuModel. | Renato Araujo Oliveira Filho | 2012-11-23 | 1 | -5/+4 |
| | |||||
* | Replaced 'reinterpret_cast' for gobject cast when possible. | Renato Araujo Oliveira Filho | 2012-11-23 | 1 | -3/+3 |
| | |||||
* | Fixed QMenumodel behaviour when the GMenuModel is destroyed. | Renato Araujo Oliveira Filho | 2012-11-23 | 1 | -1/+5 |
| | |||||
* | Used utf8 instead of latin1 for strings. | Renato Araujo Oliveira Filho | 2012-10-30 | 1 | -2/+2 |
| | |||||
* | Avoid including C headers (glib/gio) in public headers; use "forward ↵ | Olivier Tilloy | 2012-10-09 | 1 | -0/+4 |
| | | | | declarations" instead. | ||||
* | Fixed some deprecation warnings when generating the API documentation. | Olivier Tilloy | 2012-10-05 | 1 | -4/+4 |
| | |||||
* | Rename the source directories. | Olivier Tilloy | 2012-10-04 | 1 | -0/+109 |