From: Yann Bodson Date: Mon, 1 Aug 2011 04:57:12 +0000 (+1000) Subject: Add Image changes to whatsnew.qdoc X-Git-Tag: qt-v5.0.0-alpha1~2005 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e0c19d5ba0e4826c3f036c3172d8ea0e30530a6;p=profile%2Fivi%2Fqtdeclarative.git Add Image changes to whatsnew.qdoc Change-Id: Ie197d8a6a927d9250ca975ae602b827fb894f39e Reviewed-on: http://codereview.qt.nokia.com/2415 Reviewed-by: Yann Bodson --- diff --git a/doc/src/declarative/whatsnew.qdoc b/doc/src/declarative/whatsnew.qdoc index d2326fa..1eb64f9 100644 --- a/doc/src/declarative/whatsnew.qdoc +++ b/doc/src/declarative/whatsnew.qdoc @@ -45,6 +45,9 @@ QDeclarativeScriptString. Flickable: added dragging, draggingHorizontally and draggingVerically properties. +Image has two new properties: horizontalAlignment and verticalAlignment. It also has a new value for +fillMode (Image.Pad) that does not transform the image. + The Loader element now only emits the \c sourceChanged signal when the source is changed and the \c sourceComponentChanged signal when the sourceComponent is changed. It used to emit both signals when one of the properties was changed.