Rename "Porting" pages to "Changes"

The content in the porting guides are closer to a changelog than
a porting guide. At this point, it is easier for maintainers and
contributors to write in a changelog than a guide. This change
should help with readability and is closer to the usage of
"Changes" in documentation.

Part of a rename in other submodules.

Task-number: QTBUG-87156
Change-Id: Ib59de7976fae19e7b39962e80161df6628e4070b
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Jerome Pasion 2020-11-08 00:50:13 +01:00
parent 24a0303b9e
commit 3553f8119b
22 changed files with 34 additions and 34 deletions

View File

@ -27,8 +27,8 @@
/*!
\page concurrent-changes-qt6.html
\title Porting to Qt 6 - Qt Concurrent
\ingroup porting-guides-5-to-6
\title Changes to Qt Concurrent
\ingroup changes-qt-5-to-6
\brief Migrate Qt Concurrent to Qt 6.
Qt 6 is a result of the conscious effort to make the framework more

View File

@ -154,7 +154,7 @@
for the container instead.
\section1 Module Evolution
\l{Porting to Qt 6 - Qt Concurrent} lists important changes in the module API
\l{Changes to Qt Concurrent} lists important changes in the module API
and functionality that were done for the Qt 6 series of Qt.
\section1 Licenses

View File

@ -27,8 +27,8 @@
/*!
\page qtcore-changes-qt6.html
\title Porting to Qt 6 - Qt Core
\ingroup porting-guides-5-to-6
\title Changes to Qt Core
\ingroup changes-qt-5-to-6
\brief Migrate Qt Core to Qt 6.
Qt 6 is a result of the conscious effort to make the framework more

View File

@ -103,7 +103,7 @@
\section1 Module Evolution
\l{Porting to Qt 6 - Qt Core} lists important changes in the module API
\l{Changes to Qt Core} lists important changes in the module API
and functionality that were done for the Qt 6 series of Qt.
\section1 Licenses and Attributions

View File

@ -27,8 +27,8 @@
/*!
\page dbus-changes-qt6.html
\title Porting to Qt 6 - Qt DBus
\ingroup porting-guides-5-to-6
\title Changes to Qt D-Bus
\ingroup changes-qt-5-to-6
\brief Migrate Qt DBus to Qt 6.
Qt 6 is a result of the conscious effort to make the framework more

View File

@ -209,7 +209,7 @@
was launched from.
\section1 Module Evolution
\l{Porting to Qt 6 - Qt DBus} lists important changes in the module API
\l{Changes to Qt D-Bus} lists important changes in the module API
and functionality that were done for the Qt 6 series of Qt.
\section1 Licenses and Attributions

View File

@ -27,8 +27,8 @@
/*!
\page gui-changes-qt6.html
\title Porting to Qt 6 - Qt GUI
\ingroup porting-guides-5-to-6
\title Changes to Qt GUI
\ingroup changes-qt-5-to-6
\brief Migrate Qt GUI to Qt 6.
Qt 6 is a result of the conscious effort to make the framework more
@ -94,7 +94,7 @@
\section1 Painting classes
See the porting guide for \l{Porting to Qt 6 - Qt Print Support}{Qt Print Support} for
See the porting guide for \l{Changes to Qt Print Support}{Qt Print Support} for
information about \l{QPagedPaintDevice} and other printing related classes.
\section1 Utility classes

View File

@ -191,7 +191,7 @@
More info in \l{Drag and Drop}
\section1 Module Evolution
\l{Porting to Qt 6 - Qt GUI} lists important changes in the module API
\l{Changes to Qt GUI} lists important changes in the module API
and functionality that were done for the Qt 6 series of Qt.
\section1 Licenses and Attributions

View File

@ -27,8 +27,8 @@
/*!
\page network-changes-qt6.html
\title Porting to Qt 6 - Qt Network
\ingroup porting-guides-5-to-6
\title Changes to Qt Network
\ingroup changes-qt-5-to-6
\brief Migrate Qt Network to Qt 6.
Qt 6 is a result of the conscious effort to make the framework more

View File

@ -61,7 +61,7 @@
\endlist
\section1 Module Evolution
\l{Porting to Qt 6 - Qt Network} lists important changes in the module API
\l{Changes to Qt Network} lists important changes in the module API
and functionality that were done for the Qt 6 series of Qt.
\section1 Licenses and Attributions

View File

@ -27,8 +27,8 @@
/*!
\page opengl-changes-qt6.html
\title Porting to Qt 6 - Qt OpenGL
\ingroup porting-guides-5-to-6
\title Changes to Qt OpenGL
\ingroup changes-qt-5-to-6
\brief Migrate Qt OpenGL to Qt 6.
Qt 6 is a result of the conscious effort to make the framework more

View File

@ -56,7 +56,7 @@
\snippet snippets/snippets.pro qmake_use
\section1 Module Evolution
\l{Porting to Qt 6 - Qt OpenGL} lists important changes in the module API
\l{Changes to Qt OpenGL} lists important changes in the module API
and functionality that were done for the Qt 6 series of Qt.
\section1 Licenses and Trademarks

View File

@ -27,8 +27,8 @@
/*!
\page printsupport-changes-qt6.html
\title Porting to Qt 6 - Qt Print Support
\ingroup porting-guides-5-to-6
\title Changes to Qt Print Support
\ingroup changes-qt-5-to-6
\brief Migrate Qt Print Support to Qt 6.
Qt 6 is a result of the conscious effort to make the framework more

View File

@ -175,7 +175,7 @@
\snippet snippets/snippets.pro qmake_use
\section1 Module Evolution
\l{Porting to Qt 6 - Qt Print Support} lists important changes in the module API
\l{Changes to Qt Print Support} lists important changes in the module API
and functionality that were done for the Qt 6 series of Qt.
\section1 Licenses and Trademarks

View File

@ -27,8 +27,8 @@
/*!
\page qtsql-changes-qt6.html
\title Porting to Qt 6 - Qt Sql
\ingroup porting-guides-5-to-6
\title Changes to Qt SQL
\ingroup changes-qt-5-to-6
\brief Migrate Qt Sql to Qt 6.
Qt 6 is a result of the conscious effort to make the framework more

View File

@ -50,7 +50,7 @@
\snippet snippets/code/code.pro qmake_use
\section1 Module Evolution
\l{Porting to Qt 6 - Qt SQL} lists important changes in the module API
\l{Changes to Qt SQL} lists important changes in the module API
and functionality that were done for the Qt 6 series of Qt.
\section1 Licenses and Attributions

View File

@ -27,8 +27,8 @@
/*!
\page testlib-changes-qt6.html
\title Porting to Qt 6 - Qt Test
\ingroup porting-guides-5-to-6
\title Changes to Qt Test
\ingroup changes-qt-5-to-6
\brief Migrate Qt Test to Qt 6.
Qt 6 is a result of the conscious effort to make the framework more

View File

@ -57,7 +57,7 @@
\endlist
\section1 Module Evolution
\l{Porting to Qt 6 - Qt Test} lists important changes in the module API
\l{Changes to Qt Test} lists important changes in the module API
and functionality that were done for the Qt 6 series of Qt.
\section1 Licenses and Attributions

View File

@ -27,8 +27,8 @@
/*!
\page widgets-changes-qt6.html
\title Porting to Qt 6 - Qt Widgets
\ingroup porting-guides-5-to-6
\title Changes to Qt Widgets
\ingroup changes-qt-5-to-6
\brief Migrate Qt Widgets to Qt 6.
Qt 6 is a result of the conscious effort to make the framework more

View File

@ -122,7 +122,7 @@ interfaces
\snippet snippets/snippets.pro qmake_use
\section1 Module Evolution
\l{Porting to Qt 6 - Qt Widgets} lists important changes in the module API
\l{Changes to Qt Widgets} lists important changes in the module API
and functionality that were done for the Qt 6 series of Qt.
\section1 Licenses

View File

@ -27,8 +27,8 @@
/*!
\page xml-changes-qt6.html
\title Porting to Qt 6 - Qt XML
\ingroup porting-guides-5-to-6
\title Changes to Qt XML
\ingroup changes-qt-5-to-6
\brief Migrate Qt XML to Qt 6.
Qt 6 is a result of the conscious effort to make the framework more

View File

@ -47,7 +47,7 @@
\snippet snippets/snippets.pro qmake_use
\section1 Module Evolution
\l{Porting to Qt 6 - Qt XML} lists important changes in the module API
\l{Changes to Qt XML} lists important changes in the module API
and functionality that were done for the Qt 6 series of Qt.
\section1 Licenses