qt5base-lts/tests/auto/gui
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
..
image Made QImage::fill(uint pixel) for RGB888 accept QRgb values. 2012-08-29 16:53:00 +02:00
itemmodels Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
kernel Revert "Move QWindowSystemInterface out of qpa." 2012-08-03 00:38:09 +02:00
math3d Do not consider sign in qIsNull. 2012-08-22 04:04:57 +02:00
painting Made QImage::fill(uint pixel) for RGB888 accept QRgb values. 2012-08-29 16:53:00 +02:00
qopengl Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
text Make letter spacing APIs in QTextFormat more consistent 2012-08-27 10:58:03 +02:00
util Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
gui.pro Move QStandardItem/QStandardItemModel to QtGui 2012-06-29 22:42:19 +02:00