From e90249aa7c024b100e80e68d669cc2bce1cf02c2 Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Mon, 24 Aug 2020 12:20:53 +0300 Subject: Add changes file for Qt 5.15.1 + a50db98b23526737a4f7680d4e02ccd455309699 Fix static build when using disable-layouts and no-builtin-style + 4cf279a5e6ad49720506a6825f008a773f5e951e Fix use of QTime as an elapsed timer + a5442ee7e44f8907635709269661d430b4141e37 Add missing override + a5c9c101585e10de4f186da363d02869efd62757 Fix cursor position in Japanese input + c20945c93a3d522468af343b2a82c1b69b433abe Fix compiler warnings for overrides that miss 'override' keyword + 5377bb3ce3e69640dc3ac484e977704470ad7965 Fix warning in SelectionListItem + 51d0e4154a75a45740aa66849b289b7e630916aa Fix InputPanel position in b2qt example when portrait mode + 99008fa890eab8738fb6676f5df0101ae4467f4a Bump version Change-Id: I986d7fd6ea6a9640c14016f9611bd6c62b88ceb7 Reviewed-by: Mitch Curtis (cherry picked from commit ae04a778c8bafa20812e337fbb80f60b898b8313) Reviewed-by: Qt Cherry-pick Bot --- dist/changes-5.15.1 | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dist/changes-5.15.1 diff --git a/dist/changes-5.15.1 b/dist/changes-5.15.1 new file mode 100644 index 00000000..ed49438e --- /dev/null +++ b/dist/changes-5.15.1 @@ -0,0 +1,27 @@ +Qt 5.15.1 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.15.0. + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + + https://doc.qt.io/qt-5.15/index.html + +The Qt version 5.15 series is binary compatible with the 5.14.x series. +Applications compiled for 5.14 will continue to run with 5.15. + +Some of the changes listed in this file include issue tracking numbers +corresponding to tasks in the Qt Bug Tracker: + + https://bugreports.qt.io/ + +Each of these identifiers can be entered in the bug tracker to obtain more +information about a particular change. + +**************************************************************************** +* Library * +**************************************************************************** + + - [QTBUG-83217] Fixed InputPanel position in b2qt example in portrait mode. + - [QTBUG-74664] Fixed cursor position in Japanese input. + - [QTBUG-83187] Fixed static build when using disable-layouts and + no-builtin-style. -- cgit v1.2.3