qt5base-lts/tests/auto/gui/painting
Samuel Rødal c1e5f600ab Made QImage::fill(uint pixel) for RGB888 accept QRgb values.
Previously QImage::fill() for Format_RGB888 expected a BGR value
instead of the RGB order defined by QRgb, making it counter intuitive to
use related to the 32-bit formats.

Fixed the QPixelLayout data for RGB888 and changed the byte order of
quint24 based on what the optimized image conversion routines expect.

Change-Id: I72926debbc6f5b5cb10b8aa0b2a2a916a04db946
Reviewed-by: Kim M. Kalland <kim.kalland@nokia.com>
2012-08-29 16:53:00 +02:00
..
qbrush Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qcolor Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qpaintengine Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qpainter Made QImage::fill(uint pixel) for RGB888 accept QRgb values. 2012-08-29 16:53:00 +02:00
qpainterpath Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qpainterpathstroker Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qpathclipper Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qpen Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qpolygon Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qregion Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qtransform Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qwmatrix Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
painting.pro Move tst_qprinter.cpp to QtPrintSupport 2012-03-12 13:14:05 +01:00