summaryrefslogtreecommitdiffstats
path: root/src/declarative/QmlChanges.txt
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-11-05 05:04:58 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-11-05 05:04:58 (GMT)
commit1490fdf8aaff2fa3f783bac4270e8c07ceaea304 (patch)
treee06fe14864e3f884bf1230522c0b7060d0f3e560 /src/declarative/QmlChanges.txt
parent5343b49bbff4d813da1faf3fc4fc406441faccf0 (diff)
parente4e3b8f336b6c7d0dd52d4b8af96fee1dc628783 (diff)
downloadQt-1490fdf8aaff2fa3f783bac4270e8c07ceaea304.zip
Qt-1490fdf8aaff2fa3f783bac4270e8c07ceaea304.tar.gz
Qt-1490fdf8aaff2fa3f783bac4270e8c07ceaea304.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Conflicts: src/declarative/graphicsitems/qmlgraphicsloader.cpp
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 465ee9e..c85ef77 100644
--- a/src/declarative/QmlChanges.txt
+++ b/src/declarative/QmlChanges.txt
@@ -82,6 +82,7 @@ Loader: add sourceComponent property
Loader: add resizeMode property
ListView: preferredHighlightBegin, preferredHighlightEnd
ListView: strictlyEnforceHighlightRange
+Particles: Added emissionRate, emissionVariance and burst()
Deletions:
Column/VerticalPositioner: lost "margins" property
@@ -92,6 +93,7 @@ Flickable: removed "dragMode" property
ComponentInstance: removed. Replaced by Loader.sourceComponent
ListView: removed currentItemMode. Replaced by highligh range.
ListView: removed snapPos.
+Particles: removed streamIn. Replaced by emissionRate
Other Changes:
ids must be lowercase: Text { id: foo }, not Text { id: Foo }