From a4754a30abc6f650885cbd20d0419da26a504220 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Sat, 22 Jun 2013 20:10:21 -0700 Subject: Update 5.1.0 changelog and what's new All the new features should now be listed in those two documents Change-Id: Ifa17581bf589f3a18b602f8a1d10683a5e48c70d Reviewed-by: Jens Bache-Wiig --- src/qml/doc/src/whatsnew.qdoc | 5 +++++ src/quick/doc/src/whatsnew.qdoc | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/qml/doc/src/whatsnew.qdoc b/src/qml/doc/src/whatsnew.qdoc index eece3bcaab..f1c69160b6 100644 --- a/src/qml/doc/src/whatsnew.qdoc +++ b/src/qml/doc/src/whatsnew.qdoc @@ -37,6 +37,11 @@ a summary of the new changes: \li New QQmlApplicationEngine convenience class for QML applications. \li New Instantiatior type for generic, dynamic object creation. \li New properties for \l Qt.application: arguments, name, and version. +\li The 'with' statement has been deprecated and is slated for removal in a + future version of the language. +\li New \l Qt.platform object with an os property +\li New \l qmlClearTypeRegistations() function drops all data from qmlRegisterType calls +\li New \l qmlRegisterType function for registering composite types. \endlist \section2 New Submodule diff --git a/src/quick/doc/src/whatsnew.qdoc b/src/quick/doc/src/whatsnew.qdoc index 973d41dca2..26d88699bc 100644 --- a/src/quick/doc/src/whatsnew.qdoc +++ b/src/quick/doc/src/whatsnew.qdoc @@ -38,7 +38,8 @@ features introduced by the new import and new classes in Qt 5.1: \li New render loop for windows for smoother animations. \li New \l Window properties: activeFocusItem, minimumWidth, minimumHeight, maximumWidth, maximumHeight, visibility, contentOrientation, and opacity. -\li New \l Item property: activeFocusOnTab. +\li New \l Screen attached properties: name, desktopAvailableWidth, + desktopAvailableHeight, logicalPixelDensity \li New \l Grid properties: horizontalAlignment, verticalAlignment, and effectiveHorizontalAlignment. \li New \l TextEdit properties: selectByKeyboard and textDocument -- cgit v1.2.3