Update ChangeLog with new QImage formats

Change-Id: I4023edc29e81a8c29c3259c6024a5a20eda1aeec
Reviewed-by: Jani Heikkinen <jani.heikkinen@digia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Allan Sandfeld Jensen 2013-11-26 10:24:17 +01:00 committed by The Qt Project
parent 7cfe7c1982
commit 7972553aca

4
dist/changes-5.2.0 vendored
View File

@ -314,6 +314,10 @@ QtGui
* When a QVariant holds a QPolygonF() then it will be correctly seen as
a null QVariant.
- QImage:
* Added three byte-ordered RGBA8888 format that simplifies interaction
with OpenGL and other technologies that internally using RGBA formats.
- [QTBUG-27349] Reintroduced command line argument for positioning
windows (-geometry on X11, -qwindowgeometry on other platforms)