diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-08-24 00:26:25 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-08-24 00:26:25 (GMT) |
commit | 496135c62e94f9905e5985d8ef899d00e21f6e15 (patch) | |
tree | e2e09359ff1a7c48b8dd807c5a18a41c8445d229 /src/declarative/QmlChanges.txt | |
parent | b2d2b6acab52a15e59faf26588b56b8311aa8419 (diff) | |
parent | ddb10f63eaa30769fbb5a3f0ed27e39dce650abc (diff) | |
download | Qt-496135c62e94f9905e5985d8ef899d00e21f6e15.zip Qt-496135c62e94f9905e5985d8ef899d00e21f6e15.tar.gz Qt-496135c62e94f9905e5985d8ef899d00e21f6e15.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/QmlChanges.txt')
-rw-r--r-- | src/declarative/QmlChanges.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt index 7c4fcc3..8588175 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -2,7 +2,9 @@ QML API Review ============== The QML API is being reviewed from 17 to 28 August 2009. This -file documents the changes. +file documents the changes. Note that the changes are incremental, +so a rename A->B for example may be follow by another subseqent +rename B->C, if later reviews override earlier reviews. API Changes =========== @@ -34,6 +36,8 @@ Text elements: hAlign -> horizontalAlignment Text elements: vAlign -> verticalAlignment State: operations -> changes Transition: operations -> animations +Transition: fromState -> from +Transition: toState -> to Follow: followValue -> value Additions: @@ -58,8 +62,6 @@ Pending Changes Renamed elements: Renamed properties: -Transition: fromState -> from -Trnasition: toState -> to Removed Properties: PropertyAction::property |