summaryrefslogtreecommitdiffstats
path: root/src/declarative/QmlChanges.txt
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-08-28 06:42:02 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-08-28 06:42:02 (GMT)
commit67ca33d53ff805ca33ba775524086a89cb975df9 (patch)
tree04e02fc9a2ac0c6832c5189022b49a3419d9d762 /src/declarative/QmlChanges.txt
parentd7400c910765bcbff6927143c348c771310b9d44 (diff)
downloadQt-67ca33d53ff805ca33ba775524086a89cb975df9.zip
Qt-67ca33d53ff805ca33ba775524086a89cb975df9.tar.gz
Qt-67ca33d53ff805ca33ba775524086a89cb975df9.tar.bz2
Make a number of Flickable API changes following review.
Diffstat (limited to 'src/declarative/QmlChanges.txt')
-rw-r--r--src/declarative/QmlChanges.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt
index e01b9af..e760037 100644
--- a/src/declarative/QmlChanges.txt
+++ b/src/declarative/QmlChanges.txt
@@ -42,6 +42,11 @@ Transition: operations -> animations
Transition: fromState -> from
Transition: toState -> to
Follow: followValue -> value
+Flickable: xPosition -> viewportX
+Flickable: yPosition -> viewportY
+Flickable: xVelocity -> horizontalVelocity
+Flickable: yVelocity -> verticalVelocity
+Flickable: velocityDecay -> reportedVelocitySmoothing
Additions:
MouseRegion: add "acceptedButtons" property