summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2013-11-25 11:51:36 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-26 08:24:44 +0100
commitdf449d4f86b152ff471e6fa4cc11182fa409bc0d (patch)
tree782fa4f13f9f6b6ef49bf4ff0c1cce8f1d7522c0
parent10ac0bb2b8619d2f81731f617b40767fed4619fd (diff)
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>
-rw-r--r--dist/changes-5.2.019
1 files changed, 8 insertions, 11 deletions
diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0
index ce2ae63dbb..f513d64626 100644
--- a/dist/changes-5.2.0
+++ b/dist/changes-5.2.0
@@ -520,15 +520,8 @@ QtWidgets
****************************************************************************
-Qt for 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)
-
-Qt for Android
---------------
+Android
+-------
- Project structure and deployment has changed with the introduction of
androiddeployqt. Source and build files are no longer mixed, and the
@@ -541,8 +534,8 @@ Qt for Android
QWindow::showFullScreen() to hide it.
- 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
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
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
---