summaryrefslogtreecommitdiffstats
path: root/framework/qmldir
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-14 00:02:33 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-15 20:12:04 +0200
commit142cfea2ee8b50b5ef2e22b9de4fe4c461411ff2 (patch)
treee0bd0bcb6d3325a2ee5d9c2984f3cd5ff78cb425 /framework/qmldir
parent89d62446608feb3296edb692b218d9eecdb24fe4 (diff)
downloadkube-142cfea2ee8b50b5ef2e22b9de4fe4c461411ff2.tar.gz
kube-142cfea2ee8b50b5ef2e22b9de4fe4c461411ff2.zip
Use a ScrollHelper to fix scrolling on listviews
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.
Diffstat (limited to 'framework/qmldir')
-rw-r--r--framework/qmldir1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qmldir b/framework/qmldir
index b8e7345f..04893ec9 100644
--- a/framework/qmldir
+++ b/framework/qmldir
@@ -30,6 +30,7 @@ View 1.0 View.qml
30AutocompleteLineEdit 1.0 AutocompleteLineEdit.qml 30AutocompleteLineEdit 1.0 AutocompleteLineEdit.qml
31AttachmentDelegate 1.0 AttachmentDelegate.qml 31AttachmentDelegate 1.0 AttachmentDelegate.qml
32ListView 1.0 ListView.qml 32ListView 1.0 ListView.qml
33ScrollHelper 1.0 ScrollHelper.qml
33singleton Messages 1.0 Messages.qml 34singleton Messages 1.0 Messages.qml
34singleton Colors 1.0 Colors.qml 35singleton Colors 1.0 Colors.qml
35singleton Icons 1.0 Icons.qml 36singleton Icons 1.0 Icons.qml