summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorA-Team <ateam@pad.test.qt.nokia.com>2010-10-01 22:00:17 (GMT)
committerA-Team <ateam@pad.test.qt.nokia.com>2010-10-01 22:00:17 (GMT)
commit9d0317c91dbbe660af2ed2aa8ea47446049467d2 (patch)
treeb10925754df0608beb5de941b5c1ea4da1f3bd55 /dist
parent628c9625c4bf6d0e189f9e8da5268eb7629e7597 (diff)
parent33b76a659b2f44fa7038e375bbfb4cfd449ae617 (diff)
downloadQt-9d0317c91dbbe660af2ed2aa8ea47446049467d2.zip
Qt-9d0317c91dbbe660af2ed2aa8ea47446049467d2.tar.gz
Qt-9d0317c91dbbe660af2ed2aa8ea47446049467d2.tar.bz2
Merge branch '4.7-upstream' into 4.7-doc
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.7.112
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/changes-4.7.1 b/dist/changes-4.7.1
index 9a3e543..2d79ac1 100644
--- a/dist/changes-4.7.1
+++ b/dist/changes-4.7.1
@@ -62,6 +62,16 @@ QtGui
- QGraphicsWidget
* [QTBUG-13188] Make sure a font that has propagated from a parent can
be set on a QPainter.
+ * [QT-3808] Issues when applying effects in combination with ItemHasNoContents flag.
+
+ - QGraphicsItem
+ * [QTBUG-3633, QT-3828] Wrong children bounding rect when applying effects.
+
+ - QGraphicsEffect
+ * [QT-3633] Wrong bounding rect.
+
+ - QGraphicsScene
+ * [QT-3674] Spurious assert triggered from render().
- QPainter
* [QTBUG-13429] Fixed scale point drawing with square cap in the raster
@@ -90,6 +100,8 @@ QtGui
- QTreeView
* [QTBUG-13567] Do not scroll to top if last item is removed
+ - QGtkStyle
+ * [QTBUG-13125] Fixed a regression with custom itemview background color.
QtDBus
------