summaryrefslogtreecommitdiffstats
path: root/framework/qml/TreeView.qml
Commit message (Collapse)AuthorAge
* The TreeView needs to be a FocusScope for the focus to work at all.Christian Mollekopf2017-07-21
|
* Show activeFocus via underlineChristian Mollekopf2017-07-21
|
* Improved keyboard navigationChristian Mollekopf2017-07-21
|
* Simplified layoutChristian Mollekopf2017-07-20
|
* Improved key-navigation for treeviewChristian Mollekopf2017-07-20
|
* Anchor the treeview properlyChristian Mollekopf2017-07-19
|
* 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