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