From 7016ea797a4ceefc8df8a6e13971045a215c5e4c Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Wed, 27 Nov 2013 09:12:08 +0100 Subject: 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 Reviewed-by: BogDan Vatra --- dist/changes-5.2.0 | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) 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 ---- -- cgit v1.2.3