Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | The TreeView needs to be a FocusScope for the focus to work at all. | Christian Mollekopf | 2017-07-21 |
| | |||
* | Show activeFocus via underline | Christian Mollekopf | 2017-07-21 |
| | |||
* | Improved keyboard navigation | Christian Mollekopf | 2017-07-21 |
| | |||
* | Simplified layout | Christian Mollekopf | 2017-07-20 |
| | |||
* | Improved key-navigation for treeview | Christian Mollekopf | 2017-07-20 |
| | |||
* | Anchor the treeview properly | Christian Mollekopf | 2017-07-19 |
| | |||
* | Put the TreeView into an extra flickable | Christian Mollekopf | 2017-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. | ||
* | Fixups | Christian Mollekopf | 2017-07-15 |
| | |||
* | Moved non-folder specific treeview to separate file | Christian Mollekopf | 2017-07-15 |