summaryrefslogtreecommitdiffstats
path: root/framework/qml/SelectableItem.qml
Commit message (Collapse)AuthorAge
* Make SelectableItem work with a visual parent only.Christian Mollekopf2017-08-27
|
* 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).
* Use a regular Label with a SelectableItem in the logviewChristian Mollekopf2017-07-31
| | | | | This allows to copy all labels within the layout. Maybe a bit too magic atm.
* Experimental SelectableItemChristian Mollekopf2017-07-31