diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-03-12 00:36:21 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-03-12 00:36:21 (GMT) |
commit | 8d8eee3821a5ae25516a17db2ccc1ca7ec614485 (patch) | |
tree | bf21746d0926614dcd2dc84c7a8d192559d358d4 /src/declarative/QmlChanges.txt | |
parent | 9388a088f91a46d8378c5fd9f16d682d41fe6a9a (diff) | |
download | Qt-8d8eee3821a5ae25516a17db2ccc1ca7ec614485.zip Qt-8d8eee3821a5ae25516a17db2ccc1ca7ec614485.tar.gz Qt-8d8eee3821a5ae25516a17db2ccc1ca7ec614485.tar.bz2 |
Update QmlChanges.txt
Diffstat (limited to 'src/declarative/QmlChanges.txt')
-rw-r--r-- | src/declarative/QmlChanges.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt index 5386144..ffdb02f 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -8,6 +8,7 @@ Flickable: renamed viewportX -> contentX Flickable: renamed viewportY -> contentY Removed Flickable.reportedVelocitySmoothing Removed Qt.playSound (replaced by SoundEffect element) +Removed Qt.closestAngle (use RotationAnimation instead) Removed NumberFormatter Removed DateTimeFormatter (use Qt.formatDateTime() instead) Renamed MouseRegion -> MouseArea @@ -17,6 +18,7 @@ Connection: syntax and rename: becomes: Connections { target: a; onFoo: xxx; onBar: yyy } Using WebView now requires "import org.webkit 1.0" +AnchorAnimation must now be used to animate anchor changes (and not NumberAnimation) QmlView ------- |