summaryrefslogtreecommitdiffstats
path: root/src/declarative/QmlChanges.txt
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-03-12 00:36:21 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-03-12 00:36:21 (GMT)
commit8d8eee3821a5ae25516a17db2ccc1ca7ec614485 (patch)
treebf21746d0926614dcd2dc84c7a8d192559d358d4 /src/declarative/QmlChanges.txt
parent9388a088f91a46d8378c5fd9f16d682d41fe6a9a (diff)
downloadQt-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.txt2
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
-------