From 059ffd2d37446a095b3b01f615c4aea200cf6ef8 Mon Sep 17 00:00:00 2001 From: Oleg Shparber Date: Mon, 28 Jan 2013 23:12:59 +0200 Subject: Flickable: Use increased default flick parameters on BB10 Due to the high resolution the display default flicking speed is rather slow. This change introduces increased values of QML_FLICK_DEFAULTMAXVELOCITY and QML_FLICK_DEFAULTDECELERATION which feel closer to the native experience. Also cleans up the flick variables a little by moving them to their own header, so that QQuickPathView can also benefit from the improved behavior on BB10. Change-Id: I80878d4cc2a53a8f530b1dc8674f729f70a83119 Reviewed-by: Alan Alpert Reviewed-by: Robin Burchell --- src/quick/items/items.pri | 1 + 1 file changed, 1 insertion(+) (limited to 'src/quick/items/items.pri') diff --git a/src/quick/items/items.pri b/src/quick/items/items.pri index 3996512f9d..41cdb3526b 100644 --- a/src/quick/items/items.pri +++ b/src/quick/items/items.pri @@ -39,6 +39,7 @@ HEADERS += \ $$PWD/qquickpincharea_p_p.h \ $$PWD/qquickflickable_p.h \ $$PWD/qquickflickable_p_p.h \ + $$PWD/qquickflickablebehavior_p.h \ $$PWD/qquicklistview_p.h \ $$PWD/qquickrepeater_p.h \ $$PWD/qquickrepeater_p_p.h \ -- cgit v1.2.3