summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Sobral Cunha <leo.cunha@nokia.com>2010-02-11 22:41:06 (GMT)
committerLeonardo Sobral Cunha <leo.cunha@nokia.com>2010-02-11 22:49:41 (GMT)
commit8ca8c0e7b8eef2a7e8f8babc7f54507541c81533 (patch)
tree51ef82cd0a97e70b0ee078a5739a55f71adc0328
parentfe9e91d5b9a5504fdc00f53abd5972621e7fa7dd (diff)
downloadQt-8ca8c0e7b8eef2a7e8f8babc7f54507541c81533.zip
Qt-8ca8c0e7b8eef2a7e8f8babc7f54507541c81533.tar.gz
Qt-8ca8c0e7b8eef2a7e8f8babc7f54507541c81533.tar.bz2
Update 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 940dc14..e54ec95 100644
--- a/src/declarative/QmlChanges.txt
+++ b/src/declarative/QmlChanges.txt
@@ -118,3 +118,5 @@ Script: now an intrinsic type in the language
Script: delay-loaded of the QML file until their source has been loaded (this only effects QML files loaded across the network.)
Scope: declared properties shadow a property of the same name (was previously the reverse)
ScriptAction and StateChangeScript: the script property now takes script rather than a string containing script (script: doSomething() rather than script: "doSomething()")
+QmlGraphicsItem::transformOrigin default changed from TopLeft to Center
+Animations used as PropertySourceValues are set to 'running: true' as default