Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use submenu-enabled for those items that don't have an action (if it exists) | Albert Astals Cid | 2017-03-08 | 1 | -1/+11 |
| | |||||
* | Fix crash from not NULLing a variant that we later might try to unref | Michael Terry | 2015-04-30 | 1 | -0/+1 |
| | |||||
* | Add UnityMenuModel::getAction | Lars Uebernickel | 2013-09-02 | 1 | -0/+6 |
| | | | | | | A method that returns a UnityMenuAction for a menu item. It must be used if the action name came from an attribute on the menu item so that the menu item's namespace can be prepended to the action name. | ||||
* | gtk_menu_tracker_item_get_action_name: return full name, including namespace | Lars Uebernickel | 2013-09-02 | 1 | -6/+13 |
| | |||||
* | Allow changing action state | Nick Dedekind | 2013-08-05 | 1 | -0/+43 |
|\ | |||||
| * | removed debug code | Nick Dedekind | 2013-07-31 | 1 | -3/+0 |
| | | |||||
| * | Added menu action updateState | Nick Dedekind | 2013-07-30 | 1 | -0/+21 |
| | | |||||
| * | Added action name | Nick Dedekind | 2013-07-30 | 1 | -0/+24 |
|/ | |||||
* | Expose the state of a menu item's action in model.actionState | Lars Uebernickel | 2013-07-26 | 1 | -0/+36 |
| | |||||
* | unitymenumodel: expose type and extended attributes to qml | Lars Uebernickel | 2013-07-25 | 1 | -0/+41 |
| | |||||
* | Introduce UnityMenuModel and UnityQmlMenuModel | Lars Uebernickel | 2013-06-04 | 1 | -0/+788 |
UnityMenuModel serves the same purpose as QMenuModel, but it is based on GtkMenuTracker and has a different API. GtkMenuTracker is maintained in gtk, but meant to be copy-and-pasted into other consumers of menu models. It does not introduce new dependencies. It does give us access to all the features that GMenuModel has. |