Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/gtk Update gtk part to version 3.24.8 | Sergey Chupligin | 2023-08-24 | 1 | -61/+184 |
| | | | | Fixes https://github.com/AyatanaIndicators/qmenumodel/issues/22 | ||||
* | valign | Albert Astals Cid | 2017-02-28 | 1 | -1/+1 |
| | |||||
* | Batch add and removes into the model | Albert Astals Cid | 2017-02-28 | 1 | -14/+44 |
| | |||||
* | Introduce UnityMenuModel and UnityQmlMenuModel | Lars Uebernickel | 2013-06-04 | 1 | -0/+495 |
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. |