diff options
author | Geir Vattekar <geir.vattekar@trolltech.com> | 2009-06-12 12:25:55 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@trolltech.com> | 2009-06-12 12:25:55 (GMT) |
commit | 98fb861cf4611f9cada3d80ef93647669dfad165 (patch) | |
tree | 11a5eb7106300aa0caf84447cbac6fc6b40b2974 /dist | |
parent | d5c16071ac414e4dd40d8742403b675b2cdefa55 (diff) | |
parent | 304bf2ef0a99882d2d969347f85a330523086fb3 (diff) | |
download | Qt-98fb861cf4611f9cada3d80ef93647669dfad165.zip Qt-98fb861cf4611f9cada3d80ef93647669dfad165.tar.gz Qt-98fb861cf4611f9cada3d80ef93647669dfad165.tar.bz2 |
Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.5.2 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/changes-4.5.2 b/dist/changes-4.5.2 index 53cde56..21a8ae9 100644 --- a/dist/changes-4.5.2 +++ b/dist/changes-4.5.2 @@ -103,6 +103,13 @@ General Improvements - 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. |