summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorTrond Kjernåsen <trond.kjernasen@nokia.com>2010-05-14 10:42:31 +0200
committerTrond Kjernåsen <trond.kjernasen@nokia.com>2010-05-14 10:42:57 +0200
commitaeff7ca3bdc7d4c2518f6f27f69332935ff8b104 (patch)
tree239a8f8c14eedd3fea1b743f1ad2400faa198da5 /dist
parentef0a942bc57485ddaad413cd27c0283a1c90149f (diff)
Some 4.7 changes.
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.7.013
1 files changed, 9 insertions, 4 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0
index 919c25a706..47992f9962 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