diff options
author | Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com> | 2009-04-15 10:45:09 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-15 11:20:38 (GMT) |
commit | a0d1f211f11ecd3d2e3cdda33d87a69f2d09f524 (patch) | |
tree | bbec0b8a255db375cb248284d77f3909db841364 | |
parent | 15f574942a1cfe907d86889fdf78fd76dde93919 (diff) | |
download | Qt-a0d1f211f11ecd3d2e3cdda33d87a69f2d09f524.zip Qt-a0d1f211f11ecd3d2e3cdda33d87a69f2d09f524.tar.gz Qt-a0d1f211f11ecd3d2e3cdda33d87a69f2d09f524.tar.bz2 |
My ChangeLog.
Reviewed-by: Trust Me
(cherry picked from commit 8fc0d4ed0d306e131276ce6e4dd236ca42582d9a)
-rw-r--r-- | dist/changes-4.5.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/dist/changes-4.5.1 b/dist/changes-4.5.1 index e8595ff..68edc78 100644 --- a/dist/changes-4.5.1 +++ b/dist/changes-4.5.1 @@ -25,6 +25,9 @@ General Improvements - Documentation and Examples +- Embedded Dialogs demo + * [246517] Fixed warnings and bugs in hover handling on Mac OS X + Third party components ---------------------- @@ -69,7 +72,12 @@ Third party components - QGraphicsItem * [247890] Cached QGraphicsItems are not updated if update() is called when they are hidden - * [250272] When an item is deleted it does not get removed from the sceneeventfilters meaning a crash can occur + * [250272] When an item is deleted it does not get removed from the + sceneeventfilters meaning a crash can occur + * Fixed slowdown regression in QGraphicsItem::ItemCoordinateCache + +- QGraphicsScene + * [243707] Fixed crash when adding child before parent to scene -QGraphicsView * [245766] Rubber Band drag mode not updated correctly when scrolling |