summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-05-17 08:20:30 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2010-05-17 08:20:30 (GMT)
commit4d4cb1023d693a2a4130e032c8894e0f56250f93 (patch)
tree24e3db8d63b7149b81c3b509fb5b820caf7ecbff /dist
parent8fe40ca28e88d156b9a0ef9cc4c818a666499231 (diff)
parentbdbe09ad2c01ae11d10511b51f8d7a3dfb27b17c (diff)
downloadQt-4d4cb1023d693a2a4130e032c8894e0f56250f93.zip
Qt-4d4cb1023d693a2a4130e032c8894e0f56250f93.tar.gz
Qt-4d4cb1023d693a2a4130e032c8894e0f56250f93.tar.bz2
Merge commit 'qt/4.7' into 4.7
Conflicts: tests/benchmarks/declarative/binding/binding.pro tests/benchmarks/declarative/creation/creation.pro tests/benchmarks/declarative/creation/tst_creation.cpp tests/benchmarks/declarative/qdeclarativecomponent/qdeclarativecomponent.pro tests/benchmarks/declarative/qdeclarativeimage/tst_qdeclarativeimage.cpp tests/benchmarks/declarative/qdeclarativemetaproperty/qdeclarativemetaproperty.pro
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.7.028
1 files changed, 24 insertions, 4 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0
index 6bf7ea5..1e3a69c 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
----------------------
@@ -68,6 +67,9 @@ QtGui
functions, and replaced them with setCopyCount(), copyCount() and
supportsMultipleCopies().
+ - QPrintDialog/QPrinter
+ * Added support for printing the current page.
+
- QCommonStyle
* Fixed a bug that led to missing text pixels in QTabBar when using
small font sizes. (QTBUG-7137)
@@ -76,12 +78,30 @@ QtGui
* Fixed rendering bugs when scrolling graphics items with drop
shadows.
+ - QGraphicsItem
+ * [QTBUG-8112] itemChange() is now called when transformation
+ properties change (setRotation, setScale, setTransformOriginPoint).
+
+ - QGraphicsTextItem
+ * [QTBUG-7333] Fixed keyboard shortcuts not being triggered when the
+ the item has focus and something else has the same shortcut sequence.
+
+ - QGraphicsView
+ * [QTBUG-7438] Fixed viewport cursor getting reset when releasing
+ 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