From b073c187c858426067caef5ccee449f229bdd483 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 + 7831afe0d496794cdc7a7ffbf1b374120941c3ea Bump version + 1684d3122b7263787f2167668fd2b16a3738bf94 Remove usages of deprecated APIs of QDesktopWidget + 3c98af88f1051f6947cc6de1cfba57a1b1d6e0cd Avoid initializing QFlags with 0 or nullptr + feee51b300f70d9018720f4f7bfc53bea2c02e3f Fix endl usage to contain prefixes and bump version to 6.0.0 + bf173000d90a718d4a4c36fd1f8ceb5720ff87ac Fuzzing: Allow linking to other fuzzing engines + 88f30c3f5be38fb9cb6886a683a71ae792e61c61 Replace call to deprecated QNetworkReply::error method + 20befe6f00c84934a7ab9e9c27c8ac85cd0dac1d Don't use deprecated QMatrix class anymore + 84bc219fb1e9f586c1f7ac2c10172c4da2605f96 Add API to enable opt-in aspect ratio feature in QSvgRenderer + f48bf0293a682aef90e6e5b16cf5a9a06b7a32d2 Remove bearercloud example + 913fccee8a03e51665a16eb03979cbc5284a4b11 Revert "Replace call to deprecated QNetworkReply::error method" + aa42f80935314623865ba35693d73881f2a6157d Use Qt::SplitBehavior in preference to QString::SplitBehavior + 215a6642a48b1272a54ce2d125346fa0b8c89847 Remove overridden QSvgIOHandler::name() + 8dbfbe633ee7cd1853354830872fc1c60f9e2139 Fix build with recent qtbase Change-Id: I05055fd5563bf30d8e8df9960822766483a6318d Reviewed-by: Lars Knoll --- dist/changes-5.15.0 | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 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..29cdb7c --- /dev/null +++ b/dist/changes-5.15.0 @@ -0,0 +1,23 @@ +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. + +**************************************************************************** +* QSvgRenderer * +**************************************************************************** + + - [QTBUG-81259] Introduced aspect ratio mode property, so that rendering + may be set to preserve the view box aspect ratio. -- cgit v1.2.1