summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-09-30 20:38:55 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-09-30 20:38:55 (GMT)
commitffd14464a6c5158c1b88b9cfa51e44507fb557f9 (patch)
treed7f956118cbbe5870470831a51bf034887b5c17c /dist
parent74d391adfd907d80ae35abe25fe346b2b4d649f9 (diff)
parent72fd8399aa36395e41f497fff79842496d6f9b03 (diff)
downloadQt-ffd14464a6c5158c1b88b9cfa51e44507fb557f9.zip
Qt-ffd14464a6c5158c1b88b9cfa51e44507fb557f9.tar.gz
Qt-ffd14464a6c5158c1b88b9cfa51e44507fb557f9.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Some 4.7.1 changes. Fix QScriptEngine::abortEvaluation. QAxBase::dynamicCall() returns invalid QVariant Fixes cursor shape when widget becomes native on X11. Update changes
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
------