summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-02-18 11:36:55 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-02-19 06:24:53 +0000
commitac936382edb5ee770ef9435c6ae20625bccf85ae (patch)
treeb1ef0c4f6694f7cbebe54bcf2b01c48cbd0c5d84
parentd7a51fa3d15ac0b473aef2fec9a84f49fc88c87b (diff)
downloadqtdoc-ac936382edb5ee770ef9435c6ae20625bccf85ae.tar.gz
Add What's new pages for Qt 5.5 release
It uses QtConnectivity changes to populate the initial version. Change-Id: Id8ba8b7e148850bccf0bdc3965b7a9d30de68c8a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-rw-r--r--doc/src/classes.qdoc6
-rw-r--r--doc/src/source-breaks.qdoc1
-rw-r--r--doc/src/whatsnew/whatsnew55.qdoc88
3 files changed, 92 insertions, 3 deletions
diff --git a/doc/src/classes.qdoc b/doc/src/classes.qdoc
index 86e1e755..4650ebe8 100644
--- a/doc/src/classes.qdoc
+++ b/doc/src/classes.qdoc
@@ -58,7 +58,7 @@
\li \l{All Namespaces}
\li \l{All Classes by Module}
\li \l{Obsolete Classes}
- \li \l{New Classes and Functions in Qt 5.4}
+ \li \l{New Classes and Functions in Qt 5.5}
\endlist
For more reference pages including QML types, visit \l{Qt Reference Pages}.
@@ -82,7 +82,7 @@
\li \l{All QML Types}
\li \l{All QML APIs by Module}
\li \l{Obsolete QML Types}
- \li \l{New Classes and Functions in Qt 5.4}
+ \li \l{New Classes and Functions in Qt 5.5}
\endlist
For more reference pages including C++ APIs, visit \l{Qt Reference Pages}.
@@ -105,7 +105,7 @@
\li \l{All QML Basic Types}
\li \l{All QML APIs by Module}
\li \l{Obsolete QML Types}
- \li \l{New Classes and Functions in Qt 5.4}
+ \li \l{New Classes and Functions in Qt 5.5}
\endlist
For more reference pages including C++ APIs, visit \l{Qt Reference Pages}.
diff --git a/doc/src/source-breaks.qdoc b/doc/src/source-breaks.qdoc
index c4ec24ce..873bd013 100644
--- a/doc/src/source-breaks.qdoc
+++ b/doc/src/source-breaks.qdoc
@@ -797,6 +797,7 @@ recommendations for handling those changes.
\section1 Related Topics
\list
+\li \l{New Classes and Functions in Qt 5.5}
\li \l{New Classes and Functions in Qt 5.4}
\li \l{New Classes and Functions in Qt 5.3}
\li \l{New Classes and Functions in Qt 5.2}
diff --git a/doc/src/whatsnew/whatsnew55.qdoc b/doc/src/whatsnew/whatsnew55.qdoc
new file mode 100644
index 00000000..82b9c8e4
--- /dev/null
+++ b/doc/src/whatsnew/whatsnew55.qdoc
@@ -0,0 +1,88 @@
+/****************************************************************************
+**
+** Copyright (C) 2015 The Qt Company Ltd.
+** Contact: http://www.qt.io/licensing/
+**
+** This file is part of the documentation of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:FDL$
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and The Qt Company. For licensing terms
+** and conditions see http://www.qt.io/terms-conditions. For further
+** information use the contact form at http://www.qt.io/contact-us.
+**
+** GNU Free Documentation License Usage
+** Alternatively, this file may be used under the terms of the GNU Free
+** Documentation License version 1.3 as published by the Free Software
+** Foundation and appearing in the file included in the packaging of
+** this file. Please review the following information to ensure
+** the GNU Free Documentation License version 1.3 requirements
+** will be met: http://www.gnu.org/copyleft/fdl.html.
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+/*!
+ \page whatsnew55.html
+ \title What's New in Qt 5.5
+ \brief Lists the new features in Qt 5.5.
+
+ \section1 New Features in Qt 5.5
+
+ \section2 Qt Bluetooth Module
+ \list
+ \li Classic Bluetooth support added for \l{Qt for OS X}{OS X}.
+ \li Bluetooth Low Energy support added for \l{Qt for Android}{Android}, \l{Qt for iOS}{iOS}
+ and \l{Qt for OS X}{OS X}
+ \endlist
+
+ \section2 Qt NFC Module
+ \list
+ \li Ported to \l{Qt for Linux/X11}{Linux} using Neard v0.14 or later.
+ \endlist
+
+ \section1 List of API Changes
+
+ The pages below contain a list of API changes in Qt 5.5:
+ \list
+ \li \l{New Classes and Functions in Qt 5.5}
+ \li \l{Obsolete Classes}
+ \endlist
+
+ \section1 Additions to Other Qt 5 Releases
+
+ \list
+ \li \l{What's New in Qt 5.4}
+ \li \l{What's New in Qt 5.3}
+ \li \l{What's New in Qt 5.2}
+ \li \l{What's New in Qt 5.1}
+ \li \l{What's New in Qt 5.0}
+ \endlist
+
+*/
+
+/*!
+ \page newclasses55.html
+ \title New Classes and Functions in Qt 5.5
+ \brief A list of new APIs in Qt 5.5.
+
+ This page contains a comprehensive list of all new classes and functions
+ introduced in Qt 5.5. Links to new APIs in previous Qt 5 releases are found
+ at the bottom of this page.
+
+ \sincelist 5.5
+
+ \section1 Additions to Other Qt 5 Releases
+
+ \list
+ \li \l{What's New in Qt 5.4}
+ \li \l{What's New in Qt 5.3}
+ \li \l{What's New in Qt 5.2}
+ \li \l{What's New in Qt 5.1}
+ \li \l{What's New in Qt 5.0}
+ \endlist
+*/
+