diff options
author | Antti Kokko <antti.kokko@qt.io> | 2020-08-24 12:20:53 +0300 |
---|---|---|
committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2020-09-01 06:43:56 +0000 |
commit | e82f39989e80dc541b6ad2bfa2ff6ca4679d1bf1 (patch) | |
tree | 353b732879b443f4109012bdca5b2917eceda64c | |
parent | f4a6a1544c413bd0d39c3b82a048f9d68080e390 (diff) | |
download | qtquickcontrols-e82f39989e80dc541b6ad2bfa2ff6ca4679d1bf1.tar.gz |
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 <shawn.rutledge@qt.io>
(cherry picked from commit e22f5c4cd8ff47545e33a30f7a11d4963979ffb0)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r-- | dist/changes-5.15.1 | 34 |
1 files changed, 34 insertions, 0 deletions
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. |