Add dragging properties to Flickable
authorMartin Jones <martin.jones@nokia.com>
Thu, 28 Jul 2011 00:49:37 +0000 (10:49 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 28 Jul 2011 06:39:33 +0000 (08:39 +0200)
commit68ef13d7915fd86164b1819f7adeea22214a41b7
tree161d8f5cd7719694694551f3adcc50d93a3a0980
parent02bf8f421d32ef7449b0fe2fe1ad62fea33bcc61
Add dragging properties to Flickable

This allows the user to determine when a movement is due to the
user dragging the view directly, i.e. excluding any flick that
occurs after the touch is released.

Change-Id: Idf4b699946f808da6fa34ec21a3d2cb2f0ec9de6
Fixes: QTBUG-19685
Reviewed-on: http://codereview.qt.nokia.com/2310
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Bea Lam <bea.lam@nokia.com>
doc/src/declarative/whatsnew.qdoc
src/declarative/items/qsgflickable.cpp
src/declarative/items/qsgflickable_p.h
src/declarative/items/qsgflickable_p_p.h
tests/auto/declarative/qsgflickable/tst_qsgflickable.cpp