diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-08-20 05:45:28 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-08-20 05:45:28 (GMT) |
commit | e8da0c82728ed84636ebbdf3bd1094b8a50aaffc (patch) | |
tree | 8f001e98989cd1d63c624c87b18cbf94240ccb24 /src/declarative | |
parent | 6637c86393e34d732bf1d2368b23fe31175f05c8 (diff) | |
parent | 644ea311d20325c2f27834d76320f7a7886c1a0c (diff) | |
download | Qt-e8da0c82728ed84636ebbdf3bd1094b8a50aaffc.zip Qt-e8da0c82728ed84636ebbdf3bd1094b8a50aaffc.tar.gz Qt-e8da0c82728ed84636ebbdf3bd1094b8a50aaffc.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative')
-rw-r--r-- | src/declarative/QmlChanges.txt | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt new file mode 100644 index 0000000..c9ceddc --- /dev/null +++ b/src/declarative/QmlChanges.txt @@ -0,0 +1,49 @@ +QML API Review +============== + +The QML API is being reviewed from 17 to 28 August 2009. This +file documents the changes. + +API Changes +=========== + +Renamed properties: +MouseRegion: xmin -> minimumX +MouseRegion: xmax -> maximumX +MouseRegion: ymin -> minimumY +MouseRegion: ymin -> maximumY + +Additions: +MouseRegion: add "acceptedButtons" property +MouseRegion: add "hoverEnabled" property + +Other Changes: +Drag: axis becomes an enum with values "XAxis", "YAxis", "XandYAxis" + +Pending Changes +=============== + +Renamed elements: +RunScriptAction -> ScriptAction +ParentChangeAction -> ParentAction +Bind -> Binding +Palette -> SystemPalette +SetProperties -> PropertyChanges +RunScript -> StateChangeScript +SetAnchors -> AnchorChanges + +Renamed properties: +Follow: followValue -> value +State: operations -> changes +Transition: fromState -> from +Trnasition: toState -> to +Transition: operations -> animations + +Removed Properties: +PropertyAction::property +PropertyAction::target (if possible) + +Additions: +MouseRegion: add "pressedButtons" property +Connection: add "slot" property +Timer: add start() and stop() slots |