diff options
author | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2009-06-12 09:59:50 (GMT) |
---|---|---|
committer | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2009-06-12 09:59:50 (GMT) |
commit | 304bf2ef0a99882d2d969347f85a330523086fb3 (patch) | |
tree | b07cea0c978b4cbe1184821b0dec57a2d3fd8a9b /dist/changes-4.5.2 | |
parent | 8d1f218f6b11cff798bcd0b3123a2fe38c4a4142 (diff) | |
download | Qt-304bf2ef0a99882d2d969347f85a330523086fb3.zip Qt-304bf2ef0a99882d2d969347f85a330523086fb3.tar.gz Qt-304bf2ef0a99882d2d969347f85a330523086fb3.tar.bz2 |
Changes for 4.5.2
Diffstat (limited to 'dist/changes-4.5.2')
-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 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. |