summaryrefslogtreecommitdiffstats
path: root/framework/qml/View.qml
Commit message (Collapse)AuthorAge
* Clear the search when the view is deactivatedChristian Mollekopf2018-07-24
|
* Only trigger the serach if the view is actually visible.Christian Mollekopf2018-07-23
|
* Avoid warningsChristian Mollekopf2018-07-13
|
* Avoid opening the search twiceChristian Mollekopf2018-07-13
|
* Handle help via View.qmlChristian Mollekopf2018-07-12
|
* A view search overlayChristian Mollekopf2018-07-12
|
* Less textcolor abuseChristian Mollekopf2018-07-12
|
* Fixed focus highlight of back buttonChristian Mollekopf2018-07-05
|
* Introduced an aborted hook to safe the draft before going down.Christian Mollekopf2018-04-19
|
* Got rid of controls1 where possible, and otherwise marked it learlyChristian Mollekopf2018-04-04
|
* 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).