summaryrefslogtreecommitdiffstats
path: root/framework/qml/SelectableLabel.qml
Commit message (Collapse)AuthorAge
* auto-close the menu when something has been selectedChristian Mollekopf2017-08-03
|
* Expose children so we can add more buttons to the menu.Christian 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).
* SelectableLabel to support copying individual labelsChristian Mollekopf2017-07-29