summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-10-27 10:02:12 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-10-30 10:40:12 +0000
commit4335c18a00ac0dc7047483970f63d1fea134564b (patch)
tree71bb9efaa8c8fdce0d924eba7eb3e322c7f02c14 /dist
parentfdc43fb69f46bfe395c8046884ac949bee3353c1 (diff)
downloadqttools-4335c18a00ac0dc7047483970f63d1fea134564b.tar.gz
Add changes file for Qt 5.15.2
- 67dd99b072fb96359f077e766067c0f218a64eba qdoc: Fix incorrect loop when processing tagged \fn parameters - 13c294c3bd61810ea7040691894e2c38f6f096ae Add changes file for Qt 5.15.1 + 2d557b1c5c4d2da8d307519835a0b97287891a9c winrtrunner: Remove Windows Phone support + 61c794846f3db82a10e5505397adb1b19bd21076 Use operator| to compose key sequences + 2cea79cfbb237c1f4bdc10619a1ddbdc5c49b39b qtattributionsscanner: Linkify dejacode URN's for LicenseId + a8708a3ee64dbf46a83ef572620758c26e2fc0de Qt Designer: Fix build of the QPrinter-related code + 97f4de3866cbf389ebc318c5b7fa923b28ffbe53 QDoc: Upgrade building with Clang 10 + c73abc317a7970740aabfb5a11b0af3970a577e0 Fix static build of assistant + 3c9315592180e8ae0404bccd4a843bac977c589c Assistant: fix build with QT_NO_CLIPBOARD + 0aad0fa07bfc27c71df27ab433916166b87148b7 Assistant: Use new config system for cursor + 0833db3f366eb59f08d4497dc424dd46b08da7ae QtHelp: Fix documentsFor() when not using filter engine + 5cd1c07e5d88c3c8521c1af45d47b519d6e1faba Designer: Fix a crash on startup when built without clipboard + f3180b6eb650598ca937943d6cd66da13335d9de Revert "macdeployqt: Don't copy .prl files into the Resources folder" + 79aff793613f031b5757c3e1e6f176436c4a532f Bump version + fe43e6779ea1a6f64869fedc0a0880e89e01bfaa qdoc: DocBook generator: Remove code for encoding special characters + ffedf9cf7e6c52d8b59af47b21e7a29ee23720ec qdoc: DocBook generator: Correctly handle enum classes + 72b5a4dcae9e9be4a6d66884d3cc0bfb2d692477 qdoc: Fix broken links generated by \sincelist + 4aa4e4f727233d8b620b2d591311c90cb8bed39b Add macdeployqt autotest Change-Id: I336f58e71b941f821a2070a885013b5fbea33e68 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io> (cherry picked from commit cb05caa294addee97311a5620659efc49c534425) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.15.272
1 files changed, 72 insertions, 0 deletions
diff --git a/dist/changes-5.15.2 b/dist/changes-5.15.2
new file mode 100644
index 000000000..fe9d83781
--- /dev/null
+++ b/dist/changes-5.15.2
@@ -0,0 +1,72 @@
+Qt 5.15.2 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.15.1.
+
+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.
+
+****************************************************************************
+* Important Behavior Changes *
+****************************************************************************
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+ - [QTBUG-87802] qdoc: Fix broken links generated by \sincelist
+ The combination of single-exec mode and outputting to subdirectories
+ (offline mode) made \sincelist generate href's to new classes and
+ functions that are missing the target subdirectory. This happened
+ because we did not pass the relative node to the function(s) that
+ generate that list - proper link resolution requires a check if the
+ page containing the \sincelist command comes from a different doc
+ module, and the relative node is used for that.
+ The bug was: qdoc: \sincelist generates broken links in certain
+ conditions
+ - [QTBUG-84703] qdoc: DocBook generator: Correctly handle enum classes
+ While commit 46f71fcc fixed handling of enum classes for the code
+ parser and marker, the DocBook generator has some dedicated code that
+ also needs to be amended.
+ The bug was: qdoc: DocBook generator: scoped enums not handled
+ correctly
+ - [QTBUG-86988] qdoc: DocBook generator: Remove code for encoding special characters
+ QXmlStreamWriter already handles this for us.
+ The bug was: qdoc: DocBook output format: XML special characters are
+ escaped twice
+ - [QTBUG-86759] Revert "macdeployqt: Don't copy .prl files into the Resources folder"
+ This was skipping other files from Resources/ as well, such as
+ “en-GB.pak” and “QtWebEngineProcess”. This reverts commit
+ aabba72f7965e06e2e6ed960d8cf8078249dac8c.
+ The bug was: Missing QtWebEngineProcess Application in application
+ frameworks
+ - [QTBUG-84727] QtHelp: Fix documentsFor() when not using filter engine
+ The bug was: QHelpIndexWidget does not emit documentActivated or
+ documentsActivated
+ - [QTBUG-86598] Assistant: fix build with QT_NO_CLIPBOARD
+ The bug was: Assistant fails to compile if QT_NO_CLIPBOARD is defined
+ - [QTBUG-86477] Fix static build of assistant
+ The bug was: [REG 5.15.0->5.15.1] assistant not build when building
+ whole Qt statically
+ - [QTBUG-86293] winrtrunner: Remove Windows Phone support
+ Windows Phone has not been supported for a while now. With newer
+ Windows versions the functionality causes issues. On build 1909 the
+ application hangs in CoUninitialize when called with --list-devices
+ and in build 2004 the needed classes are not registered at all.
+ The bug was: "winrtrunner --list-devices" hangs
+ - [QTBUG-86188] qdoc: Fix incorrect loop when processing tagged \fn parameters
+ This fixes ASSERT: "uint(i) < uint(size())" in file
+ qt5/qtbase/src/corelib/text/qstring.h, line 1067
+ The bug was: qdoc: Crash when using a tagged \fn command
+