summaryrefslogtreecommitdiffstats
path: root/src/declarative/QmlChanges.txt
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-03-25 05:01:30 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-03-25 05:11:08 (GMT)
commitd373f8b8ee0a5841bcdb264b0b01b262c15e7f89 (patch)
tree5d995b987facc53c2a74ce419fa37708b7987017 /src/declarative/QmlChanges.txt
parentf20433bb8b72589fff27ec66f2e283b2f48fb019 (diff)
downloadQt-d373f8b8ee0a5841bcdb264b0b01b262c15e7f89.zip
Qt-d373f8b8ee0a5841bcdb264b0b01b262c15e7f89.tar.gz
Qt-d373f8b8ee0a5841bcdb264b0b01b262c15e7f89.tar.bz2
Update AnchorChanges to use more natural form for setting anchors.
Instead of specifying left, right, etc directly, we keep the regular syntax and specify anchors.left, anchors.right, etc. Also get rid of the hacky "reset" string property and use undefined to reset (like PropertyChanges).
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 2a35dda..9a55bde 100644
--- a/src/declarative/QmlChanges.txt
+++ b/src/declarative/QmlChanges.txt
@@ -13,6 +13,8 @@ AnchorAnimation must now be used to animate anchor changes (and not NumberAnimat
Removed ParentAction (use ParentAnimation instead)
ScriptAction: renamed stateChangeScriptName -> scriptName
Animation: replace repeat with loops (loops: Animation.Infinite gives the old repeat behavior)
+AnchorChanges: use natural form to specify anchors (anchors.left instead of left)
+AnchorChanges: removed reset property. (reset: "left" should now be anchors.left: undefined)
C++ API
-------