diff options
author | Trond Kjernåsen <trond.kjernasen@nokia.com> | 2010-05-14 08:42:31 (GMT) |
---|---|---|
committer | Trond Kjernåsen <trond.kjernasen@nokia.com> | 2010-05-14 08:42:57 (GMT) |
commit | aeff7ca3bdc7d4c2518f6f27f69332935ff8b104 (patch) | |
tree | 239a8f8c14eedd3fea1b743f1ad2400faa198da5 /dist | |
parent | ef0a942bc57485ddaad413cd27c0283a1c90149f (diff) | |
download | Qt-aeff7ca3bdc7d4c2518f6f27f69332935ff8b104.zip Qt-aeff7ca3bdc7d4c2518f6f27f69332935ff8b104.tar.gz Qt-aeff7ca3bdc7d4c2518f6f27f69332935ff8b104.tar.bz2 |
Some 4.7 changes.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.7.0 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0 index 919c25a..47992f9 100644 --- a/dist/changes-4.7.0 +++ b/dist/changes-4.7.0 @@ -33,7 +33,6 @@ New features - QNetworkSession, QNetworkConfiguration, QNetworkConfigurationManager * New bearer management classes added. - Third party components ---------------------- @@ -89,11 +88,17 @@ QtGui the mouse. - QImage - * [QTBUG-9640] Prevented unneccessary copy in - QImage::setAlphaChannel(). - * Added QImage::bitPlaneCount(). (QTBUG-7982) + * [QTBUG-9640] Prevented unneccessary copy in QImage::setAlphaChannel(). + * [QTBUG-7982] Added QImage::bitPlaneCount(). + + - QPicture + * [QTBUG-4974] Printing QPictures containing text to a high resolution + QPrinter would in many cases cause incorrect character spacing. - QPainter + * Added QPainter::drawPixmapFragments(), which makes it possible to draw + pixmaps, or sub-rectangles of pixmaps, at various positions with + different scale, opacity and rotation. * [QTBUG-10018] Fixed image drawing inconsistencies when drawing 1x1 source rects with rotating / shear / perspective transforms. * Optimized various blending and rendering operations for ARM |