diff options
author | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2010-02-03 13:10:50 (GMT) |
---|---|---|
committer | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2010-02-03 13:10:50 (GMT) |
commit | a084456fe8c634f16cf772dce2dd2498e59bed30 (patch) | |
tree | 41b0fcc16d313e08969e4c21dc997034fde69eec /dist/changes-4.6.2 | |
parent | 7e46016d55a80e9d49797efe34779893d80b71e3 (diff) | |
parent | 09fe8e377fea67b4279521e3cb08bb937ef65474 (diff) | |
download | Qt-a084456fe8c634f16cf772dce2dd2498e59bed30.zip Qt-a084456fe8c634f16cf772dce2dd2498e59bed30.tar.gz Qt-a084456fe8c634f16cf772dce2dd2498e59bed30.tar.bz2 |
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6
Diffstat (limited to 'dist/changes-4.6.2')
-rw-r--r-- | dist/changes-4.6.2 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/changes-4.6.2 b/dist/changes-4.6.2 index 58dcf0e..4127e13 100644 --- a/dist/changes-4.6.2 +++ b/dist/changes-4.6.2 @@ -46,9 +46,16 @@ QtCore QtGui ----- + - QAbstractScrollArea + * [QTBUG-1760] Reverted horizontal scrolling with mouse wheel when vertical scrollbar is hidden + - QBmpHandler * [QTBUG-7530] Fixed an infinite loop that could occur when reading invalid BMP images. + - QGraphicsEffect + * [QTBUG-6901] Fixed performance problem when translating items with + graphics effects. + - QImage * [QTBUG-7231] Avoid an unnecessary copy in QImage::scaled(). |