From d2e2dbeaf681a5a1b79808e1ed982ae6e4563ae4 Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Fri, 17 Apr 2020 10:05:38 +0300 Subject: Add changes file for Qt 5.15.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit + 64f9899781446d73e6ccc42021d4efbd8d1feb85 Bump version + cf1fbfea745c510986776965e7f3ffe7c9d65018 Fix visibility regression when using offscreen window in qquickwidget + df93624cc31e9da29532eed1d86c9f172575355a Set the httpUserAgent after the component has been completed + d47cad5ca5c3788fedc0a53930e47efb869f9315 Fix WebView::initialize() call order Change-Id: Ic0770117059a8da445cf615f8e1ce516b2b479b9 Reviewed-by: Christian Strømme --- dist/changes-5.15.0 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dist/changes-5.15.0 (limited to 'dist/changes-5.15.0') diff --git a/dist/changes-5.15.0 b/dist/changes-5.15.0 new file mode 100644 index 0000000..f3d429c --- /dev/null +++ b/dist/changes-5.15.0 @@ -0,0 +1,26 @@ +Qt 5.15 introduces many new features and improvements as well as bugfixes +over the 5.14.x series. For more details, refer to the online documentation +included in this distribution. The documentation is also available online: + +https://doc.qt.io/qt-5/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. + +**************************************************************************** +* Qt 5.15.0 Changes * +**************************************************************************** + + - [QTBUG-79213] Fixed visibility updates when the WebView is placed inside + a QQuickWidget. + - [QTBUG-82778] The initial httpUserAgent property will now be correctly set. + - [QTBUG-80912] Fixed the initialize() documentation and usage + to be consistent with QtWebEngine. -- cgit v1.2.3