Fix formatting in the platform-specific changes part of the ChangeLog

No need to have the "Qt for" part of the platform. This was used back
in the Qt 4 days when we referred to "Qt for Embedded Linux" or
"QtopiaCore" before that.

This also fixes the duplicated "Windows" and "Qt for Windows" sections.

Change-Id: Ia04172d0f322079f667b64a90c5f23d03588d0db
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
Thiago Macieira 2013-11-25 11:51:36 -08:00 committed by The Qt Project
parent 10ac0bb2b8
commit df449d4f86

19
dist/changes-5.2.0 vendored
View File

@ -520,15 +520,8 @@ QtWidgets
**************************************************************************** ****************************************************************************
Qt for Windows Android
-------------- -------
- QCoreApplication::arguments() changed the handling of single quotes, double quotes
and the backslash character, in order to match what argv[] contains.
In particular, single quotes are no longer removed from the argument string.
(QTBUG-15379, QTBUG-30628)
Qt for Android
--------------
- Project structure and deployment has changed with the introduction of - Project structure and deployment has changed with the introduction of
androiddeployqt. Source and build files are no longer mixed, and the androiddeployqt. Source and build files are no longer mixed, and the
@ -541,8 +534,8 @@ Qt for Android
QWindow::showFullScreen() to hide it. QWindow::showFullScreen() to hide it.
- Implemented support for accessibility on Android. - Implemented support for accessibility on Android.
Qt for OS X OS X
----------- ----
- Qt for OS X is now identified by the macro Q_OS_OSX. This complements the - Qt for OS X is now identified by the macro Q_OS_OSX. This complements the
existing Q_OS_DARWIN macro (which identifies the open source kernel and existing Q_OS_DARWIN macro (which identifies the open source kernel and
@ -560,6 +553,10 @@ Windows
- [QTBUG-33409][QTBUG-8764][QTBUG-10032] Fixed virtual key mapping on - [QTBUG-33409][QTBUG-8764][QTBUG-10032] Fixed virtual key mapping on
Windows. Windows.
- QCoreApplication::arguments() changed the handling of single quotes, double quotes
and the backslash character, in order to match what argv[] contains.
In particular, single quotes are no longer removed from the argument string.
(QTBUG-15379, QTBUG-30628)
X11 X11
--- ---