diff options
author | Yoann Lopes <yoann.lopes@nokia.com> | 2010-07-20 13:50:24 (GMT) |
---|---|---|
committer | Yoann Lopes <yoann.lopes@nokia.com> | 2010-07-20 13:50:24 (GMT) |
commit | bf7ffca088904c6872715a588a9c4e3dd0904fc8 (patch) | |
tree | 398396eaadcb6112a062df026d83ce81360dccfb /dist | |
parent | ebcb490b3e179157a886474c86597984b346abe3 (diff) | |
download | Qt-bf7ffca088904c6872715a588a9c4e3dd0904fc8.zip Qt-bf7ffca088904c6872715a588a9c4e3dd0904fc8.tar.gz Qt-bf7ffca088904c6872715a588a9c4e3dd0904fc8.tar.bz2 |
Updated changelog for 4.7.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.7.0 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0 index 5f585c1..49c17ee 100644 --- a/dist/changes-4.7.0 +++ b/dist/changes-4.7.0 @@ -107,6 +107,7 @@ QtGui * [QTBUG-9024] Improved performance when calling update() on items that are clipped by an ancestor (QGraphicsItem::ItemClipsChildrenToShape). * [QTBUG-7703], [QTBUG-8378] Fixed scrolling issues + * [QTBUG-12112] Fixed focusItem() returning incorrect value. - QGraphicsTextItem * [QTBUG-7333] Fixed keyboard shortcuts not being triggered when the @@ -119,6 +120,10 @@ QtGui the mouse. * [QTBUG-10338] Fixed drawing artifacts due to rounding errors. + - QGraphicsWidget + * [QTBUG-12056] Fixed a crash occuring when adding a QGraphicsWidget + to a scene after removing and deleting another QGraphicsWidget. + - QImage * [QTBUG-9640] Prevented unneccessary copy in QImage::setAlphaChannel(). * [QTBUG-7982] Added QImage::bitPlaneCount(). |