summaryrefslogtreecommitdiffstats
path: root/framework/qml/View.qml
Commit message (Collapse)AuthorAge
* Introduced setup() signal for views.Christian Mollekopf2018-01-31
| | | | | | | onCompleted is apparently not guaranteed to be called after all properties have been set (reply broke). The onSetup handler is now the standard handler for views to setup their initial state.
* Go back in the view with escapeChristian Mollekopf2017-09-24
|
* Make every view a focus scopeChristian Mollekopf2017-07-21
|
* A new composer based on Kube.ViewChristian Mollekopf2017-05-11
Kube.View is a sort of split-view that always only shows a fixed number of splits (and doesn't support manual resizing).