aboutsummaryrefslogtreecommitdiff
path: root/libqmenumodel/src/unitymenumodel.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * glib callbacks pass events through qt.Nick Dedekind2013-08-091-28/+67
* | use correct qvariant types for sensitive and isSeparator rolesNick Dedekind2013-08-121-2/+2
|\ \
| * | use correct qvariant types for sensitive and isSeparator rolesNick Dedekind2013-08-091-2/+2
| |/
* | Expose isCheck and isRadio rolesLars Uebernickel2013-08-121-1/+11
* | Add parameter to unitymenumodel.action.activateLars Uebernickel2013-08-091-2/+6
* | Re-add UnityMenuModel::activate()Lars Uebernickel2013-08-091-0/+8
|/
* Fix exporting of boolean extended-attribute in attributeToQVariant()Mirco Müller2013-08-051-1/+1
|\
| * Fix exporting of boolean extended-attribute in attributeToQVariant()Mirco Müller2013-08-011-1/+1
* | Allow changing action stateNick Dedekind2013-08-051-13/+39
|\ \ | |/ |/|
| * Added menu action updateStateNick Dedekind2013-07-301-17/+31
| * Added action nameNick Dedekind2013-07-301-0/+12
|/
* Add action role (replacing actionState role)Nick Dedekind2013-07-301-6/+30
* Set model qdata on items instead of the muxerLars Uebernickel2013-07-301-7/+3
* Add ActionStateParserNick Dedekind2013-07-301-2/+35
* unitymenumodel: lookup themed icon before turning it into a uriNick Dedekind2013-07-301-5/+11
* unitymenumodel: add get()Lars Uebernickel2013-07-261-0/+12
* Expose the state of a menu item's action in model.actionStateLars Uebernickel2013-07-261-3/+22
* Fix crash in UnityMenuModel::menuItemChangedLars Uebernickel2013-07-251-1/+1
* unitymenumodel: expose type and extended attributes to qmlLars Uebernickel2013-07-251-1/+113
* unitymenumodel: add support for iconsLars Uebernickel2013-06-251-1/+55
* unitymenumodel: allow setting multiple prefixed action groupsLars Uebernickel2013-06-241-12/+15
* unitymenumodel: set free func on GSequenceLars Uebernickel2013-06-241-29/+10
* unitymenumodel: use g_clear_objectLars Uebernickel2013-06-241-6/+2
* unitymenumodel: remove forSubMenuLars Uebernickel2013-06-241-13/+6
* unitymenumodel: move role enum into .cppLars Uebernickel2013-06-241-3/+10
* unitymenumodel: remove redundant priv functionsLars Uebernickel2013-06-241-67/+42
* Move unityqmlmenumodel's properties to unitymenumodelLars Uebernickel2013-06-241-60/+115
* unitymenumodel: call init in the the constructor that is meant to be used fro...Lars Uebernickel2013-06-051-0/+1
* unitymenumodel: add support for submenusLars Uebernickel2013-06-051-18/+65
* unitymenumodel: add activate()Lars Uebernickel2013-06-051-0/+17
* unitymenumodel: expose isSeparatorLars Uebernickel2013-06-041-0/+4
* unitymenumodel: watch the bus nameLars Uebernickel2013-06-041-30/+83
* Introduce UnityMenuModel and UnityQmlMenuModelLars Uebernickel2013-06-041-0/+227