diff options
author | Antti Kokko <antti.kokko@qt.io> | 2020-04-17 10:05:38 +0300 |
---|---|---|
committer | Jarek Kobus <jaroslaw.kobus@qt.io> | 2020-04-29 10:28:04 +0200 |
commit | 94e861104a1d689dfd12018e7be377699ab24917 (patch) | |
tree | befdff34b64fc7a961c925cd296f03d9823218d9 | |
parent | e967772fe884dd8a488a359c122c9cbae9d94c55 (diff) | |
download | qttools-5.15.0.tar.gz |
Add changes file for Qt 5.15.0v5.15.0-rc2v5.15.0-rc1v5.15.05.15.0
Change-Id: Ic2b7cb24226f4dcd59a566b4cf1d58f380c44080
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r-- | dist/changes-5.15.0 | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/dist/changes-5.15.0 b/dist/changes-5.15.0 new file mode 100644 index 000000000..b061a693f --- /dev/null +++ b/dist/changes-5.15.0 @@ -0,0 +1,58 @@ +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. + +**************************************************************************** +* QtHelp * +**************************************************************************** + + - QHelpLink data structure has been introduced and used in newly added + documentsForIdentifier() and documentsForKeyword() methods. + - Deprecated linksForIdentifier() and linksForKeyword() methods + in favor of the methods above. + - The QHelpFilterSettings class has been added, describing all + the available filter details. + - The QHelpFilterSettingsWidget class has been added, serving + as an editor for all available filters. + +**************************************************************************** +* Qt Designer * +**************************************************************************** + + - The palette editor dialog has been overhauled. + +**************************************************************************** +* macdeployqt * +**************************************************************************** + + - Added "-hardened-runtime" option to support app notarization. + +**************************************************************************** +* qdoc * +**************************************************************************** + + - QDoc now supports DocBook as an output format. + - Introduced configuration variable 'locationinfo' to drop host-specific + paths from the generated output. + - Added capability to display class/method template parameters in the + generated documentation. + - QDoc now generates correct documentation for enum classes. + - QDoc is now aware of the namespace scope of an \fn command without + requiring fully qualified paths. + - Generate output for arguments passed to the \obsolete command. + - [QTBUG-37355] QDoc now generates a note for the name of the + corresponding handler in \qmlsignal documentation. + - Added support for CMake-based example projects. |