summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2018-11-01 12:13:44 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2018-11-12 08:21:26 +0000
commit27194bcfdb9ba2c2256a1ea3964e73e5b7d35213 (patch)
treebccbb1cbb12dabfeaab44c29c71973f6b2c2b33d
parent0ebb236721fbf4acc595e0214866b69097cbe743 (diff)
downloadqtdoc-27194bcfdb9ba2c2256a1ea3964e73e5b7d35213.tar.gz
Doc: Update the all modules and what's new pages
- Added Qt Remote Objects to the list of supported modules. - Marked Qt Canvas 3D as deprecated. - Renamed the \section title for the tech. preview modules as the only item listed there is a platform and not a module. - Added a link to the wiki page on Qt for WebAssembly. - Added the missing link to the What's new in Qt 5.12 page. Task-number: QTBUG-70608 Change-Id: I0ff15f85c9946e051529704050f2e6100ff9634d Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-rw-r--r--doc/src/external-resources.qdoc4
-rw-r--r--doc/src/qt5-intro.qdoc1
-rw-r--r--doc/src/qtmodules.qdoc24
-rw-r--r--doc/src/whatsnew/whatsnew512.qdoc9
4 files changed, 24 insertions, 14 deletions
diff --git a/doc/src/external-resources.qdoc b/doc/src/external-resources.qdoc
index 384fbf9d..1195df10 100644
--- a/doc/src/external-resources.qdoc
+++ b/doc/src/external-resources.qdoc
@@ -345,3 +345,7 @@
\externalpage https://doc.qt.io/QtQuickEnterpriseControls/
\title Qt Quick Enterprise Controls
*/
+/*!
+ \externalpage https://wiki.qt.io/Qt_for_WebAssembly
+ \title Qt for WebAssembly
+*/
diff --git a/doc/src/qt5-intro.qdoc b/doc/src/qt5-intro.qdoc
index 41c1244c..ca25a819 100644
--- a/doc/src/qt5-intro.qdoc
+++ b/doc/src/qt5-intro.qdoc
@@ -508,6 +508,7 @@
\section1 Related Topics
\list
+ \li \l{What's New in Qt 5.12}
\li \l{What's New in Qt 5.11}
\li \l{What's New in Qt 5.10}
\li \l{What's New in Qt 5.9}
diff --git a/doc/src/qtmodules.qdoc b/doc/src/qtmodules.qdoc
index 535334ae..e6c383d9 100644
--- a/doc/src/qtmodules.qdoc
+++ b/doc/src/qtmodules.qdoc
@@ -160,7 +160,7 @@
\l{Qt for WinRT}{WinRT}
\li Provides access to Bluetooth hardware.
\row
- \li \l[QtCanvas3D]{Qt Canvas 3D}
+ \li \l[QtCanvas3D]{Qt Canvas 3D} (Deprecated)
\li All
\li
\li Enables OpenGL-like 3D drawing calls from Qt Quick applications
@@ -253,7 +253,8 @@
\li All
\li All
\li Reusable Qt Quick based UI controls to create classic desktop-style
- user interfaces.
+ user interfaces. Deprecated in favor of \l{Qt Quick Controls} 2, which
+ are better and easier to use.
\row
\li \l[QtQuickExtras]{Qt Quick Extras}
\li All
@@ -273,6 +274,12 @@
\li
\li Provides a C++ widget class for displaying a Qt Quick user interface.
\row
+ \li \l{Qt Remote Objects}
+ \li All
+ \li
+ \li Provides an easy to use mechanism for sharing a QObject's API
+ (Properties/Signals/Slots) between processes or devices.
+ \row
\li \l[QtScript]{Qt Script} (Deprecated)
\li All
\li
@@ -421,18 +428,17 @@
Included in most other value-add solutions.
\endtable
- \section1 Technology Preview Modules
+ \section1 Technology Preview Features
- The following modules are still in development but are available as technology previews.
+ The following features are still in development but are available as technology previews.
\table 80%
\header
- \li Module
+ \li Feature
\li Description
- \row \li \l{Qt Remote Objects}
- \li Provides an easy to use mechanism for sharing a QObject's API
- (Properties/Signals/Slots) between processes or devices.
-
+ \row
+ \li \l{Qt for WebAssembly} (Technology Preview)
+ \li A platform target to compile Qt applications for the web browsers using WebAssembly.
\endtable
\section1 Qt Tools
diff --git a/doc/src/whatsnew/whatsnew512.qdoc b/doc/src/whatsnew/whatsnew512.qdoc
index 33ed08f2..e8fc44cb 100644
--- a/doc/src/whatsnew/whatsnew512.qdoc
+++ b/doc/src/whatsnew/whatsnew512.qdoc
@@ -332,6 +332,7 @@
\section1 New Modules
\list
\li Qt Remote Objects is now fully supported.
+ \li Qt WebGL Streaming Plugin is now fully supported.
\endlist
\section1 Platform Changes
@@ -343,12 +344,10 @@
\endlist
\endlist
- \section1 Technology Preview Modules
+ \section1 Technology Preview Features
\list
- \li Qt WebGL Streaming Plugin (TP3) - Stream applications to browsers
- over the network.
- \li Qt for WebAssembly (TP2) - Compile Qt applications to run inside
- web browsers using WebAssembly.
+ \li Qt for WebAssembly (TP2) - A platform target to compile Qt
+ applications for the web browsers using WebAssembly.
\endlist
\section1 Deprecated Modules