aboutsummaryrefslogtreecommitdiff
path: root/libqmenumodel/src/gtk/gtkmenutrackeritem.h
Commit message (Collapse)AuthorAgeFilesLines
* src/gtk Update gtk part to version 3.24.8Sergey Chupligin2023-08-241-9/+19
| | | | Fixes https://github.com/AyatanaIndicators/qmenumodel/issues/22
* Add UnityMenuModel::getActionLars Uebernickel2013-09-021-0/+2
| | | | | | A method that returns a UnityMenuAction for a menu item. It must be used if the action name came from an attribute on the menu item so that the menu item's namespace can be prepended to the action name.
* gtk_menu_tracker_item_get_action_name: return full name, including namespaceLars Uebernickel2013-09-021-1/+1
|
* Allow changing action stateNick Dedekind2013-08-051-0/+8
|\
| * Added menu action updateStateNick Dedekind2013-07-301-0/+6
| |
| * Added action nameNick Dedekind2013-07-301-0/+2
|/
* Expose the state of a menu item's action in model.actionStateLars Uebernickel2013-07-261-0/+2
|
* unitymenumodel: expose type and extended attributes to qmlLars Uebernickel2013-07-251-0/+9
|
* Introduce UnityMenuModel and UnityQmlMenuModelLars Uebernickel2013-06-041-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.