| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
No need for that to be public.
|
|
|
|
|
|
|
|
| |
This gets rid of the ad-hoc construct-only properties and ::init() vfunc. Names
and paths can now be changed after creating the menu model. This will probably
be used seldom in practice, but it makes the code a bit cleaner.
Unityqmlmenumodel doesn't do anything interesting right now.
|
| |
|
| |
|
| |
|
|
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.
|