summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Sobral Cunha <leo.cunha@nokia.com>2009-06-12 09:59:50 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-06-13 03:41:56 (GMT)
commit96f54ad65d929c7e878441aed5e4f505f1fc1bfd (patch)
tree74cb030c02dc0aad9b7be4eb2994cc33077041b6
parentba29392a0d1cb5daf1b8b6502a3acac24108800b (diff)
downloadQt-96f54ad65d929c7e878441aed5e4f505f1fc1bfd.zip
Qt-96f54ad65d929c7e878441aed5e4f505f1fc1bfd.tar.gz
Qt-96f54ad65d929c7e878441aed5e4f505f1fc1bfd.tar.bz2
Changes for 4.5.2
(cherry picked from commit 304bf2ef0a99882d2d969347f85a330523086fb3)
-rw-r--r--dist/changes-4.5.27
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/changes-4.5.2 b/dist/changes-4.5.2
index c2dda0f..bc07c14 100644
--- a/dist/changes-4.5.2
+++ b/dist/changes-4.5.2
@@ -98,6 +98,13 @@ Third party components
- QFontDialog
* [252000] Ensure that QFontDialog::getFont() works on Mac OS X.
+- QGraphicsItem
+ * [197802] Dont show children when parent is not visible
+ * [252913] QGraphicsItem::setOpacity(0.0) does not trigger an update
+
+- QGraphicsView
+ * [253415] Reset the 'connectedToScene' flag when changing the scene of a view
+
- QGraphicsWidget
* Fixed a bug with Qt::WidgetWithChildren shortcut context.