qt5base-lts/tests/auto/other/lancelot/scripts
Eirik Aavitsland f5fe9fc5a4 Add ObjectMode coordinate mode to QGradient
The ObjectBoundingMode coordinate mode of QGradient allows specifying
the gradient coordinates relative to the object being painted. But if
the gradient brush also has a transformation, that transformation is
applied in the logical, not object, coordinate space. That behavior is
counterintuitive. However, changing it now would break existing
code. Instead, we introduce a new coordinate mode enum with the
expected behavior, and document the old one as deprecated.

This prepares to fix the bugs below in qtsvg, by making
it possible to specify the same behavior in Qt as SVG has.

[ChangeLog][QtGui][QGradient] Add ObjectMode coordinate mode
[ChangeLog][Important Behavior Changes] QDataStream version bumped up to 18 to account for changes in the serialization of QGradient.

Task-number: QTBUG-59978
Task-number: QTBUG-67995
Change-Id: I8820a2555359812f3e1a46e37d6ac2cc29a2091d
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
2018-06-22 10:42:33 +00:00
..
aliasing.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
arcs2.qps Further tune curveThreshold setting based on strokeWidth 2015-06-22 08:19:57 +00:00
arcs.qps Adjust autotest files for raster engine to new default pen 2012-10-26 11:53:12 +02:00
background_brush.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
background.qps Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
beziers.qps Adjust autotest files for raster engine to new default pen 2012-10-26 11:53:12 +02:00
bitmaps.qps Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
borderimage.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
brush_pens.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
brushes.qps Add lancelot test to exercise tiled non-ARGB32PM bilinear filtering 2017-03-16 13:46:17 +00:00
clippaths.qps Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
clipping_state.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
clipping.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
cliprects.qps Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
conical_gradients_perspectives.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
conical_gradients.qps Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
dashes.qps Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
degeneratebeziers.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
deviceclipping.qps Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
drawpoints.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
ellipses.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
filltest.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
gradients.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
gradientxform_device.qps Simplify code by factoring out brush transformation for gradients 2017-05-15 22:55:06 +00:00
gradientxform_logical.qps Simplify code by factoring out brush transformation for gradients 2017-05-15 22:55:06 +00:00
gradientxform_object.qps Add ObjectMode coordinate mode to QGradient 2018-06-22 10:42:33 +00:00
hinting.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
image_dpr.qps Fix drawTiledPixmap() and texture-brush painting with high-DPR images 2018-04-25 13:39:28 +00:00
image_formats.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
images2.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
images.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
join_cap_styles_duplicate_control_points.qps Adjust autotest files for raster engine to new default pen 2012-10-26 11:53:12 +02:00
join_cap_styles.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
linear_gradients_perspectives.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
linear_gradients.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
linear_resolving_gradients.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
lineconsistency.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
linedashes2_aa.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
linedashes2.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
linedashes.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
lines2.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
lines3.qps Adjust autotest files for raster engine to new default pen 2012-10-26 11:53:12 +02:00
lines.qps Adjust autotest files for raster engine to new default pen 2012-10-26 11:53:12 +02:00
pathfill.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
paths_aa.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
paths.qps Adjust autotest files for raster engine to new default pen 2012-10-26 11:53:12 +02:00
pens_aa.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
pens_cosmetic.qps Adjust autotest files for raster engine to new default pen 2012-10-26 11:53:12 +02:00
pens.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
perspectives2.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
perspectives.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
pixmap_rotation2.qps Fix bilinear sampling of more than 8x rotated transforms 2016-11-29 15:44:52 +00:00
pixmap_rotation.qps Fix bilinear sampling of more than 8x rotated transforms 2016-11-29 15:44:52 +00:00
pixmap_scaling.qps Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
pixmap_subpixel.qps Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
pixmaps.qps Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
porter_duff2.qps Do not always use argb32pm for subsurfaces 2017-05-31 18:53:57 +00:00
porter_duff.qps Do not always use argb32pm for subsurfaces 2017-05-31 18:53:57 +00:00
primitives.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
radial_gradients_perspectives.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
radial_gradients.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
rasterops.qps Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
sizes.qps Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
statictext.qps Fixup for text labels in lancelot graphics test 2016-03-31 10:27:39 +00:00
text_perspectives.qps Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
text.qps Fixup for text labels in lancelot graphics test 2016-03-31 10:27:39 +00:00
tiled_pixmap.qps Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00