Qt Declarative (Quick 2)
Go to file
Martin Jones 9bd6361400 Cannot flick to the end of a horizontal ListView with LayoutMirroring
Forward port of fix for QTBUG-21756.
minXExtent calculated the offset due to highlight range incorrectly
(reversed) when mirroring enabled.  Also us same algorithm for fixup()
in GridView and ListView uses.

For QtQuick 2, this change also reverses the beginning and end highlight
range, as it should be, i.e. the preferredHighlightBegin is from the
right side in RightToLeft mode.  Also added snapping tests.

Task-number: QTBUG-21756
Change-Id: Ica0ba4ab5db0ce9c77f2da75e9f8293550bd37d1
Reviewed-by: Martin Jones <martin.jones@nokia.com>
2011-10-17 01:10:40 +02:00
doc Cannot flick to the end of a horizontal ListView with LayoutMirroring 2011-10-17 01:10:40 +02:00
examples Allow sizing of TrailEmitter emit area based on particle size 2011-10-17 01:05:23 +02:00
imports Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
modules Say hello to QtQmlDevTools library 2011-10-07 08:32:51 +02:00
src Cannot flick to the end of a horizontal ListView with LayoutMirroring 2011-10-17 01:10:40 +02:00
tests Cannot flick to the end of a horizontal ListView with LayoutMirroring 2011-10-17 01:10:40 +02:00
tools Fix compilation on Harmattan 2011-10-12 11:42:46 +02:00
.gitattributes Added .tag file with Git revision. 2011-05-03 16:23:50 +02:00
.gitignore update .gitignore 2011-08-25 01:58:03 +02:00
.tag Added .tag file with Git revision. 2011-05-03 16:23:50 +02:00
qtdeclarative.pro Doc: Adding qtdeclarative documentation configuration files. 2011-10-05 14:31:40 +02:00
sync.profile We no longer depend on qtsvg 2011-10-11 06:42:53 +02:00