diff options
author | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2010-07-23 08:22:07 (GMT) |
---|---|---|
committer | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2010-07-23 08:22:07 (GMT) |
commit | af61eee576a409c4d128ccf87c7f72771b3ac688 (patch) | |
tree | 581b3551b3be8fce27557660357712de4d83f99b /dist | |
parent | eaee97cf48feecc18d6154d3939fd4adb93ba74f (diff) | |
download | Qt-af61eee576a409c4d128ccf87c7f72771b3ac688.zip Qt-af61eee576a409c4d128ccf87c7f72771b3ac688.tar.gz Qt-af61eee576a409c4d128ccf87c7f72771b3ac688.tar.bz2 |
Update changes-4.7.0.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.7.0 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0 index 09ae57b..fd244bf 100644 --- a/dist/changes-4.7.0 +++ b/dist/changes-4.7.0 @@ -131,6 +131,7 @@ QtGui - QImage * [QTBUG-9640] Prevented unneccessary copy in QImage::setAlphaChannel(). * [QTBUG-7982] Added QImage::bitPlaneCount(). + * [QTBUG-9072] Fixed alpha check for 1-bit-per-pixel images. - QPicture * [QTBUG-4974] Printing QPictures containing text to a high resolution @@ -154,6 +155,8 @@ QtGui * [QTBUG-8035] Got rid of bezier intersection code in the boolean operators (intersect, subtract, unite) to prevent numerical stability issues. + * [QTBUG-11291] Fixed infinite recursion when drawing very large painter + paths. - QPixmap * [QTBUG-4149] Fixed QPixmap::grabWidget() on widgets that have not yet |