aboutsummaryrefslogtreecommitdiff
path: root/libqmenumodel/src/gtk/gtkmenutracker.h
Commit message (Collapse)AuthorAgeFilesLines
* src/gtk Update gtk part to version 3.24.8Sergey Chupligin2023-08-241-4/+8
| | | | Fixes https://github.com/AyatanaIndicators/qmenumodel/issues/22
* Batch add and removes into the modelAlbert Astals Cid2017-02-281-1/+2
|
* Introduce UnityMenuModel and UnityQmlMenuModelLars Uebernickel2013-06-041-0/+52
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.