summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-02-22 04:35:57 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-02-22 04:35:57 (GMT)
commitccee3057a5f808f73c4af38be239c1546ec7dc2f (patch)
treee44264af759041430d09477fdeede132002ed378
parent8bbe895759bc32d6a005d3308f04179a7931348c (diff)
downloadQt-ccee3057a5f808f73c4af38be239c1546ec7dc2f.zip
Qt-ccee3057a5f808f73c4af38be239c1546ec7dc2f.tar.gz
Qt-ccee3057a5f808f73c4af38be239c1546ec7dc2f.tar.bz2
Update QmlChanges with animation API changes.
-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 e3aab65..c815932 100644
--- a/src/declarative/QmlChanges.txt
+++ b/src/declarative/QmlChanges.txt
@@ -26,6 +26,11 @@ ListModel
- foo: true is now a bool (not string "true")
- foo: false is now a bool (not string "false" == true!)
+PropertyAnimation
+------------------
+matchProperties and matchTargets have been renamed back to properties and targets.
+The semantics are explained in the PropertyAnimation::properties documentation
+and the animation overview documentation.
=============================================================================
The changes below are pre-4.6.0 release.