summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2013-11-27 09:12:08 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-29 09:55:31 +0100
commit7016ea797a4ceefc8df8a6e13971045a215c5e4c (patch)
tree43a5b804fff32df807e03ef630dce1e70cc260ba /dist
parent740e1900bc93e67e0ff85d684cd636149f7122c5 (diff)
Add a few notes to changes-5.2.0
Mostly changes for Android. One change in Qt Gui. Change-Id: Ifce627b6688702b3a3ae1634bd344eb8331f6caf Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com> Reviewed-by: BogDan Vatra <bogdan@kde.org>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.2.037
1 files changed, 37 insertions, 0 deletions
diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0
index 30cd2889e9..a51cc91f98 100644
--- a/dist/changes-5.2.0
+++ b/dist/changes-5.2.0
@@ -294,6 +294,9 @@ QtGui
- [QTBUG-27349] Reintroduced command line argument for positioning
windows (-geometry on X11, -qwindowgeometry on other platforms)
+ - [QTBUG-28832] Fixed regression from Qt 4 when using
+ QTextOption::ShowLineAndParagraphSeparators.
+
QtNetwork
---------
@@ -620,6 +623,40 @@ Android
show the status bar (QWindow::showMaximized()). Use
QWindow::showFullScreen() to hide it.
- Implemented support for accessibility on Android.
+ - Implemented support for native action bar backend for menu bars in
+ Qt Quick Controls and Qt Widgets.
+ - Implemented support for native popup menus and comboboxes in Qt Quick
+ Controls.
+ - Implemented support for native message boxes in Qt Widgets.
+ - Several improvements to handling dialogs and multiple top-level
+ windows in Qt Widgets.
+ - Implemented automatic inclusion of necessary permissions in manifest
+ when linking against Qt Multimedia.
+ - Fixed crash on startup when running on Android 4.4.
+ - Add requirement for Android SDK version 13 or higher for building
+ Qt application. Note that this is for building only. The application
+ can still be targeted for devices with SDK versions 9 and up.
+ - Default to target SDK version 14 to disable overflow button in
+ system navigation.
+ - New module: Qt Android Extras. Contains convenience APIs for using
+ JNI, and will in the future include support for Android-specific
+ features which do not fit in a cross-platform API.
+ - Implemented support for thread-affinity in qrand() functions.
+ - Fixed several problems with predictive text in soft keyboard.
+ - Made several improvements to stability.
+ - Implemented support for camera and low-latency audio in Qt Multimedia.
+ - Fixed driver-specific bugs in text rendering in Qt Quick 2.
+ - Added preference in default manifest for installing applications to
+ external storage if possible.
+ - Fixed delivery of key press event for the Back key.
+ - Fixed race condition when showing a window in full screen which would
+ cause it to not be maximized.
+ - Fixed input method hints.
+ - Made font point sizes compatible with the interpretation of point
+ sizes on iOS to ease sharing code between the two platforms.
+ - Added support for QAmbientTemperatureSensor, QPressureSensor
+ and QProximitySensor to Qt Sensors.
+ - Removed dependency on Qt Widgets in default build of Qt Quick Controls.
OS X
----