summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-12-12 18:01:28 +0100
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2013-12-12 18:01:28 +0100
commit63611cff8719255261127a408cdd2f6b009221d0 (patch)
treee111d3fc9614458e1161728857a49dcf30fe8bc1 /dist
parent70c70aef7ee35009bb00614fdd6d4d282f9c4e57 (diff)
parent313a74cc4a9a5d200b2059d3d8767fe1a274c50d (diff)
Merge remote-tracking branch 'origin/release' into stable
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.2.04
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0
index 4dd1604fcc..0e3f18929a 100644
--- a/dist/changes-5.2.0
+++ b/dist/changes-5.2.0
@@ -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)