summaryrefslogtreecommitdiffstats
path: root/framework/qml/ListView.qml
Commit message (Collapse)AuthorAge
* Fixed scroll even forwarding with a webviewChristian Mollekopf2017-07-15
|
* Use a ScrollHelper to fix scrolling on listviewsChristian Mollekopf2017-07-15
| | | | | | | | | | Because the standard scrolling is so unusable depending on the input device we replace it by something custom that is fairly similar to what QQC1 ScrollView did. Using a ScrollView sucks in many ways, including that you have to wrap all sorts of things which is just code wise not great at all. The ScrollHelper can instead be attached to any existing flickable to override it's scrolling behaviour, so we can also silently drop it once the default flickable behaviour starts to make sense.
* Some random other factors for scrolling speed.Christian Mollekopf2017-07-12
| | | | This will require some experimentation with various hardware...
* A listview with sane scrollingChristian Mollekopf2017-07-12