diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-08-28 06:42:02 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-08-28 06:42:02 (GMT) |
commit | 67ca33d53ff805ca33ba775524086a89cb975df9 (patch) | |
tree | 04e02fc9a2ac0c6832c5189022b49a3419d9d762 /src/declarative/QmlChanges.txt | |
parent | d7400c910765bcbff6927143c348c771310b9d44 (diff) | |
download | Qt-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.txt | 5 |
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 |