summaryrefslogtreecommitdiffstats
path: root/framework/qml/TreeView.qml
Commit message (Collapse)AuthorAge
* Put the TreeView into an extra flickableChristian Mollekopf2017-07-15
| | | | | | | | | | ...so it becomes scrollable just like the rest. Because the TreeView derives from ScrollView we can't just use the regular approach of making the flickable suck less at scrolling. Instead we expand the treeview to maximum length and wrap it in an extra Flickable that we can then handle with the ScrollHelper. This results in the treeview to have the same scrolling behvaiour as everything else.
* FixupsChristian Mollekopf2017-07-15
|
* Moved non-folder specific treeview to separate fileChristian Mollekopf2017-07-15