summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.7.1
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@nokia.com>2010-09-28 13:44:06 (GMT)
committerZeno Albisser <zeno.albisser@nokia.com>2010-09-28 14:25:45 (GMT)
commit02de74f0b2d443e410154e96321357cfe2ef9aad (patch)
tree7001f0ad37c88d0b7c99173b8aaec082ddd6f52e /dist/changes-4.7.1
parent52734ec862b06ca050b7a483fe232142cdd23507 (diff)
downloadQt-02de74f0b2d443e410154e96321357cfe2ef9aad.zip
Qt-02de74f0b2d443e410154e96321357cfe2ef9aad.tar.gz
Qt-02de74f0b2d443e410154e96321357cfe2ef9aad.tar.bz2
Added note to changes-4.7.1
Reviewed-by: Frederik Gladhorn
Diffstat (limited to 'dist/changes-4.7.1')
-rw-r--r--dist/changes-4.7.19
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/changes-4.7.1 b/dist/changes-4.7.1
index 29b4d41..d1ef791 100644
--- a/dist/changes-4.7.1
+++ b/dist/changes-4.7.1
@@ -55,6 +55,15 @@ QtGui
* [QTBUG-12540] Fix rendering of large glyphs with OpenGL2 paint engine.
+ - QPinchGesture
+ * The scaleFactor and totalScaleFactor now represent a value that allows
+ an object to track a touchpoint during a Pinch Gesture even when using
+ sequences for zooming.
+ Therefor the scale factors are initialized to 1.0 and for every new
+ sequence the totalScaleFactor is multiplied with the scaleFactor of the
+ new sequence.
+
+
QtDBus
------