diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-08-20 05:32:25 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-08-20 05:32:25 (GMT) |
commit | 644ea311d20325c2f27834d76320f7a7886c1a0c (patch) | |
tree | cc97f4441892fd61e72c3644efd26049467176a1 /src/declarative/QmlChanges.txt | |
parent | 8469dac4020bee03b2de55fae51a6228b7783be1 (diff) | |
download | Qt-644ea311d20325c2f27834d76320f7a7886c1a0c.zip Qt-644ea311d20325c2f27834d76320f7a7886c1a0c.tar.gz Qt-644ea311d20325c2f27834d76320f7a7886c1a0c.tar.bz2 |
Document changes made due to API reviews.
Diffstat (limited to 'src/declarative/QmlChanges.txt')
-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 |