summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-08-20 05:51:49 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-08-20 05:51:49 (GMT)
commita80154c9cdc43d3f1b9d0eb3e95b586dc18d8bc9 (patch)
tree94b9d59d2aab993f7e2d1bcc3315e85d1eaef97a /src/declarative
parent0b060fac5d72d995e3c396531dd220c05e2ddde2 (diff)
downloadQt-a80154c9cdc43d3f1b9d0eb3e95b586dc18d8bc9.zip
Qt-a80154c9cdc43d3f1b9d0eb3e95b586dc18d8bc9.tar.gz
Qt-a80154c9cdc43d3f1b9d0eb3e95b586dc18d8bc9.tar.bz2
more changes
Diffstat (limited to 'src/declarative')
-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 4a194da..fe83d40 100644
--- a/src/declarative/QmlChanges.txt
+++ b/src/declarative/QmlChanges.txt
@@ -14,6 +14,7 @@ HorizontalLayout -> HorizontalPositioner
GridLayout -> GridPositioner
Rect -> Rectangle
FocusRealm -> FocusScope
+FontFamily -> FontLoader
Renamed properties:
MouseRegion: xmin -> minimumX
@@ -32,6 +33,7 @@ GridPositioner: lost "margins" property
Other Changes:
Drag: axis becomes an enum with values "XAxis", "YAxis", "XandYAxis"
+Image: scaleGrid property removed. New item called BorderImage instead.
Pending Changes
===============