aboutsummaryrefslogtreecommitdiff
path: root/libqmenumodel/src/qmenumodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Take care of object ref internally on QMenumodel, instead of QDBusMenuModel.Renato Araujo Oliveira Filho2012-11-231-19/+3
|
* Replaced 'reinterpret_cast' for gobject cast when possible.Renato Araujo Oliveira Filho2012-11-231-2/+2
|
* Fixed QMenumodel behaviour when the GMenuModel is destroyed.Renato Araujo Oliveira Filho2012-11-231-1/+18
|
* Avoid find children recursive during the model cleanup.Renato Araujo Oliveira Filho2012-11-221-1/+1
|
* Moved model children clear to clearModel function.Renato Araujo Oliveira Filho2012-11-221-5/+5
|
* Fixed memory leak after the service disapear.Renato Araujo Oliveira Filho2012-11-211-0/+5
|
* Reimplement roleNames() instead of using setRoleNames(…).Olivier Tilloy2012-11-191-9/+14
| | | In Qt5, setRoleNames(…) is marked deprecated.
* Replaced string convertion from Latin1 to Utf8.Renato Araujo Oliveira Filho2012-10-301-3/+3
|
* Merged mainline.Renato Araujo Oliveira Filho2012-10-111-0/+4
|\
| * Revert to using g* types, and forward-declare them.Olivier Tilloy2012-10-101-4/+4
| | | | | | This is more future-proof.
| * Avoid including C headers (glib/gio) in public headers; use "forward ↵Olivier Tilloy2012-10-091-4/+8
| | | | | | | | declarations" instead.
* | Created a new private function "clearModel" instead of change signature of ↵Renato Araujo Oliveira Filho2012-10-101-14/+17
| | | | | | | | "setModel" function.
* | Fixed crash during model destruction in QML.Renato Araujo Oliveira Filho2012-10-091-5/+9
|/
* Fixed some deprecation warnings when generating the API documentation.Olivier Tilloy2012-10-051-2/+2
|
* Rename the source directories.Olivier Tilloy2012-10-041-0/+225