aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/qtquick1
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2011-09-28 18:25:16 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-29 09:54:41 +0200
commit144c766e95483042eac8ffca6794815e8dd45da9 (patch)
treef8428310702a08b9776cfa260eaa2f7cdc316a5d /doc/src/qtquick1
parent07020f1cffbd1effa800a599f6c389e8f60c9e8d (diff)
Separate the QtQuick 1 and 2 whatsnew docs.
Change-Id: Ifb2d2604dff3a19ba03f5e8d82cd0dd8b6d8744a Reviewed-on: http://codereview.qt-project.org/5688 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'doc/src/qtquick1')
-rw-r--r--doc/src/qtquick1/declarativeui.qdoc4
-rw-r--r--doc/src/qtquick1/whatsnew.qdoc47
2 files changed, 4 insertions, 47 deletions
diff --git a/doc/src/qtquick1/declarativeui.qdoc b/doc/src/qtquick1/declarativeui.qdoc
index d89ca53dbb..568eaf9ba4 100644
--- a/doc/src/qtquick1/declarativeui.qdoc
+++ b/doc/src/qtquick1/declarativeui.qdoc
@@ -27,7 +27,7 @@
/*!
\title Qt Quick
-\page qtquick.html
+\page qtquick1.html
\ingroup qt-gui-concepts
\brief Qt Quick provides a declarative framework for building highly
@@ -50,7 +50,7 @@ Qt applications.
\o \l{QML for Qt Programmers}{QML Programming for Qt Programmers}
\o \l{Getting Started Programming with QML}
-\o \l{What's new in Qt Quick}{What's New in the Qt Quick Release}
+\o \l{What's new in Qt Quick 1}{What's New in the Qt Quick Release}
\o \l{QML Examples and Demos}
\endlist
diff --git a/doc/src/qtquick1/whatsnew.qdoc b/doc/src/qtquick1/whatsnew.qdoc
index d3db1346ea..9cf31d5dcf 100644
--- a/doc/src/qtquick1/whatsnew.qdoc
+++ b/doc/src/qtquick1/whatsnew.qdoc
@@ -26,51 +26,8 @@
****************************************************************************/
/*!
-\title What's New in Qt Quick
-\page qtquick-whatsnew.html
-
-\section1 Qt 5.0.0 includes QtQuick 2.0
-
-QtQuick 2.0 is a major update.
-
-MouseArea now propagates clicked, doubleClicked and pressAndHold differently to pressed.
-These will now be propagated to the highest-stacking-order enabled MouseArea which has a handler for them.
-You can still ignore these events in the handler to let them pass through.
-
-The Binding element can now be used as a value source, and will also restore any previously
-set binding when its \e when clause becomes false.
-
-QDeclarativeExpression can now be directly (and more efficiently) constructed from a
-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.
-
-\section2 QtQuick 1 is now a separate library and module
-
-Writing C++ applications using QtQuick 1 specific API, i.e. QDeclarativeView or QDeclarativeItem
-requires adding the "qtquick1" module to the .pro file, e.g. QT += declarative qtquick1
-
-QDeclarativeView and QDeclarativeItem headers are now in the QtQuick 1 module, i.e.
-#include <QtQuick1/QDeclarativeView>
-#include <QtQuick1/QDeclarativeItem>
-
-"import QtQuick 1.0" loads the module dynamically. To deploy QtQuick 1 applications
-the library (lib/libQtQuick1*) and plugin (imports/QtQuick/) must be installed.
-
-
-\section2 PathView
-
-Added the following properties:
-\list
-\o \l {PathView::}{currentItem}
-\endlist
+\title What's New in Qt Quick 1
+\page qtquick1-whatsnew.html
\section1 Qt 4.7.4 includes QtQuick 1.1