Remove properties related to highlight speed
authorBea Lam <bea.lam@nokia.com>
Wed, 20 Jun 2012 07:08:56 +0000 (17:08 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 22 Jun 2012 06:18:15 +0000 (08:18 +0200)
commit18fb5506d524dbe380d5bf636c74c93fb85cbc31
tree64c2589db60c93ac4825d6ae41715a0ee0133461
parent188b4e0202c4e4d5950d440721bdd6ef7c4ecbe3
Remove properties related to highlight speed

ListView should only have duration-type properties (i.e.
highlightMoveDuration and highlightResizeDuration) as it's unnecessary
to have both duration and speed properties for the highlight animation.
(PathView and GridView only have the duration-related properties.)

Change-Id: I1b94599e3e89afe6488ce2a882c2802354a859fe
Reviewed-by: Martin Jones <martin.jones@nokia.com>
examples/demos/rssnews/rssnews.qml
src/quick/items/qquicklistview.cpp
src/quick/items/qquicklistview_p.h
tests/auto/quick/qquicklistview/data/displaylist.qml
tests/auto/quick/qquicklistview/data/flickBeyondBoundsBug.qml
tests/auto/quick/qquicklistview/data/listview-initCurrent.qml
tests/auto/quick/qquicklistview/data/listview-noCurrent.qml
tests/auto/quick/qquicklistview/data/listviewtest-package.qml
tests/auto/quick/qquicklistview/data/listviewtest.qml
tests/auto/quick/qquicklistview/tst_qquicklistview.cpp