From 735a09e8d6643ed872bbc2ca5ebb47c0a544cc38 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 + 83a41de459cd8605878842b4410521410132dcb3 Change the fsType of icons.ttf to allow installing the icon font + 55e2298f3ff0130fddb09ccd1bcfddce61a8abdb Doc: State correct default wrap mode in TextArea + e5fb9e4ceabc2f1bfd89d3b3cb0a69c7d74df5b8 Add missing override + 5a20af684cf61192d4823869c3a55af7b3c0141e Return QPersistentModelIndex which is stored when calling mapRowToIndex + 1c58ef02d27023a0ee1d47a71368021bd6a6898d Bump version + f4a6a1544c413bd0d39c3b82a048f9d68080e390 Android: use the correct path to DefaultWindowDecoration.qml Change-Id: I291ddb3c883c3ceedb6bf14bf3226b850203f510 Reviewed-by: Shawn Rutledge (cherry picked from commit e22f5c4cd8ff47545e33a30f7a11d4963979ffb0) Reviewed-by: Qt Cherry-pick Bot --- dist/changes-5.15.1 | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 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..cfc7fc54 --- /dev/null +++ b/dist/changes-5.15.1 @@ -0,0 +1,34 @@ +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. + +**************************************************************************** +* Controls * +**************************************************************************** + + - [QTBUG-84853] Fixed a crash in TreeView when using a QFileSystemModel + wrapped with a QSortFilterProxyModel. + +**************************************************************************** +* Dialogs * +**************************************************************************** + + - [QTBUG-85434] Fixed a regression that caused ColorDialog to hang, + at least on Android. + - [QTBUG-84086] The metadata in the icon font icons.ttf now gives + permission to install the font. -- cgit v1.2.1