Firm-up the over bound Flickable behavior
authorMartin Jones <martin.jones@nokia.com>
Thu, 31 May 2012 22:43:19 +0000 (08:43 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 1 Jun 2012 05:14:30 +0000 (07:14 +0200)
commita63f318319c6eaef7bc7aeab2be4c83dcd06f084
tree20c23998e6197ce170a4dc29b81c83f90d510313
parentbd9962711efffcf5c1929e9ba0a85a731f2705b6
Firm-up the over bound Flickable behavior

When the end of a list is reached or you flick past the bounds the
amount of tension is too weak and items fly far to far past their bounds
or can be pulled far to far down from the edge

Reduce the default maximum overshoot.  Ensure that the amount we have
already flicked past the bound is considered in the overshoot
calculation.

Task-number: QTBUG-25427
Change-Id: Ia102b9995f944beebf6b4efc6ee35c6e9fe56d79
Reviewed-by: Bea Lam <bea.lam@nokia.com>
src/quick/items/qquickflickable.cpp