aboutsummaryrefslogtreecommitdiff
path: root/libqmenumodel/src/qdbusobject.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move glib includes outside of extern "C"Luca Weiss2021-05-171-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" { | ^~~~~~~~~~
* remove deprecated g_type_init() callsMarco Trevisan (Treviño)2016-10-221-1/+0
|
* moved events to separate file.Nick Dedekind2013-08-091-19/+1
|
* Glib callbacks send events through qt.Nick Dedekind2013-08-081-7/+48
|
* Used utf8 instead of latin1 for strings.Renato Araujo Oliveira Filho2012-10-301-1/+1
|
* Changed the 'g_bus_watch_name' flag to auto start the service;Renato Araujo Oliveira Filho2012-10-241-1/+1
|
* Merge the latest changes from trunk.Olivier Tilloy2012-10-111-0/+1
|\
| * Revert to using g* types, and forward-declare them.Olivier Tilloy2012-10-101-2/+2
| | | | | | This is more future-proof.
| * Avoid including C headers (glib/gio) in public headers; use "forward ↵Olivier Tilloy2012-10-091-2/+7
| | | | | | | | declarations" instead.
* | Ensure the model is set before advertising the status as 'Connected'.Olivier Tilloy2012-10-081-1/+1
| |
* | Use the Q_EMIT keyword to emit signals.Olivier Tilloy2012-10-081-4/+4
| |
* | Call g_type_init() in the constructor for QDBusObject.Olivier Tilloy2012-10-081-0/+5
|/ | | This ensures it is always called where needed: clients don’t need to invoke it themselves.
* Fixed some deprecation warnings when generating the API documentation.Olivier Tilloy2012-10-051-7/+7
|
* Rename the source directories.Olivier Tilloy2012-10-041-0/+188