summaryrefslogtreecommitdiffstats
path: root/framework/qml/ContextMenuOverlay.qml
Commit message (Collapse)AuthorAge
* Free up hover for other uses, we're not currently using it.Christian Mollekopf2017-08-27
|
* Fill width in menuChristian Mollekopf2017-08-03
|
* Only highlight on right-clickChristian Mollekopf2017-08-03
| | | | | | | | | | With the highlight on hover the items look clickable, but they are not. Further The UI starts to blink if you run the curser accross a couple of labels. The new behaviour is more in line with what i.e. browsers do with links or alike. The highglight was also turned into a softer full overlay instead of just a border.
* auto-close the menu when something has been selectedChristian Mollekopf2017-08-03
|
* The menu should be a ColumnChristian Mollekopf2017-08-03
|
* SelectableLabel with same mechanism as SelectableItem.Christian Mollekopf2017-07-31
Note that we can not easily integrate it with Label due to recursive use of Kube.Label via the Button component. (Would be doable via dynamic loading, but that stuff is a PITA to do).