diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-09-02 01:37:35 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-09-02 01:37:35 (GMT) |
commit | 8eed5aa528f668acfa1831432f97f7333c7d9e71 (patch) | |
tree | ba995952da3a2cf02057fffd1e401c40c350891e /src/declarative/QmlChanges.txt | |
parent | 4e5086762521828e11c1e33f062b45c16cc109f8 (diff) | |
download | Qt-8eed5aa528f668acfa1831432f97f7333c7d9e71.zip Qt-8eed5aa528f668acfa1831432f97f7333c7d9e71.tar.gz Qt-8eed5aa528f668acfa1831432f97f7333c7d9e71.tar.bz2 |
Flickable locked property changed to interactive.
Note that the meaning of the property has been reversed.
Diffstat (limited to 'src/declarative/QmlChanges.txt')
-rw-r--r-- | src/declarative/QmlChanges.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt index 069bf49..a401a70 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -1,7 +1,7 @@ QML API Review ============== -The QML API is being reviewed from 17 to 28 August 2009. This +The QML API is being reviewed from 17 to 4 September 2009. This file documents the changes. Note that the changes are incremental, so a rename A->B for example may be follow by another subseqent rename B->C, if later reviews override earlier reviews. @@ -47,6 +47,7 @@ Flickable: yPosition -> viewportY Flickable: xVelocity -> horizontalVelocity Flickable: yVelocity -> verticalVelocity Flickable: velocityDecay -> reportedVelocitySmoothing +Flickable: locked -> interactive (note reversal of meaning) WebView: idealWidth -> preferredWidth WebView: idealHeight -> preferredHeight WebView: status -> statusText |