aboutsummaryrefslogtreecommitdiff
path: root/libqmenumodel/src/unitymenumodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix sequence memory leak in unitymenumodelPete Woods2013-09-171-0/+1
* fullActioName: make sure 'name' is valid for the duration of the functionLars Uebernickel2013-09-031-1/+3
* Add UnityMenuAction::index propertyLars Uebernickel2013-09-031-44/+59
* Add UnityMenuModel::getActionLars Uebernickel2013-09-021-0/+28
* UnityMenuModel::activate: use gtk_menu_tracker_item_get_action_nameLars Uebernickel2013-09-021-1/+1
* gtk_menu_tracker_item_get_action_name: return full name, including namespaceLars Uebernickel2013-09-021-2/+6
* Added UnityMenuAction for "out-of-menu" actions.Nick Dedekind2013-08-301-1/+174
|\
| * merged with trunkNick Dedekind2013-08-271-8/+34
| |\
| * | Review commentsNick Dedekind2013-08-271-17/+17
| * | Using qt event loop to pass UnityMenuAction eventsNick Dedekind2013-08-221-8/+15
| * | Added activate/changeState to UnityMenuModelNick Dedekind2013-08-221-0/+26
| * | Added UnityMenuAction for out-of-line actions. Action muxer copied to submenus.Nick Dedekind2013-08-211-1/+141
* | | Let Qt manage deletion of childrenNick Dedekind2013-08-291-3/+0
| |/ |/|
* | UnityMenuModel::changeState now uses current state parameter type as a base f...Nick Dedekind2013-08-261-2/+14
|\ \
| * | Added toGVariantWithSchema for UnityMenuModel::changeStateNick Dedekind2013-08-151-2/+14
| |/
* / new unitymenumodel attribute typesNick Dedekind2013-08-201-6/+20
|/
* Removed UnityMenuAction. Fixed leaks from unitymenumodel.Nick Dedekind2013-08-121-63/+31
* Add isToggled roleLars Uebernickel2013-08-121-1/+6
* Use qevents to send between direct glib loop events and qt.Nick Dedekind2013-08-121-28/+66
|\
| * 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