Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow changing action state | Nick Dedekind | 2013-08-05 | 1 | -0/+8 |
|\ | |||||
| * | Added menu action updateState | Nick Dedekind | 2013-07-30 | 1 | -0/+6 |
| | | |||||
| * | Added action name | Nick Dedekind | 2013-07-30 | 1 | -0/+2 |
|/ | |||||
* | Expose the state of a menu item's action in model.actionState | Lars Uebernickel | 2013-07-26 | 1 | -0/+2 |
| | |||||
* | unitymenumodel: expose type and extended attributes to qml | Lars Uebernickel | 2013-07-25 | 1 | -0/+9 |
| | |||||
* | Introduce UnityMenuModel and UnityQmlMenuModel | Lars Uebernickel | 2013-06-04 | 1 | -0/+84 |
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. |