summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-01-09 10:09:41 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2019-01-10 11:08:22 +0000
commit9b88ca4f033135f1a60871873da7f0732bc19d4d (patch)
treed500c67744dbc4e5474b275da21d4a57b9de894d
parentbd952e904070d8eb07748d620829e9dadb8022ba (diff)
downloadqtquickcontrols-5.12.1.tar.gz
Add changes file for Qt 5.12.1v5.12.15.12.1
+ 0489c0a88a293696592c5892383698a015ae68c7 Improve startup benchmark + 602f1225938f9338c3ee799c64d5449ebc12b8bc Refine startup benchmark termination condition + cf957e407030fc260bd86882cf2f79724126abdd Bump version + 10b3bffbd21b6265a3d124f310c99fcbac2b027f TableView: Handle dynamic insertion of TableViewColumns correctly + 6b7f91c097f7e47cf2683d08b5838fd061a872bd Add changes file for Qt 5.11.3 + 50b6fb27458708a18f4114e3ebec0fa632b2659f Unskip test of fixed bug + 80ba7e03afe18cc44715f7cf9a038bedff01f328 QQuickTreeModelAdaptor1: fix out of range issue in selectionForRowRange + 8abf15b4ba974576e13f37b09117454fc1e6b1d9 Static: Install the qmldir for the Styles module + a9436b597916d5619cbbbbd103bc482ddaf4359a Static: Register the base style qml files so they can be found + 69c7e95da101d4d66d25c4850f3591d4ccd2bbc1 Insert before next item when it exists + bd952e904070d8eb07748d620829e9dadb8022ba Bump version Change-Id: I26d4c9fd88ddc3c17cad7a0b75b63b3527da03b0 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
-rw-r--r--dist/changes-5.12.127
1 files changed, 27 insertions, 0 deletions
diff --git a/dist/changes-5.12.1 b/dist/changes-5.12.1
new file mode 100644
index 00000000..ac729cbf
--- /dev/null
+++ b/dist/changes-5.12.1
@@ -0,0 +1,27 @@
+Qt 5.12.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+http://doc.qt.io/qt-5/index.html
+
+The Qt version 5.12 series is binary compatible with the 5.11.x series.
+Applications compiled for 5.11 will continue to run with 5.12.
+
+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 *
+****************************************************************************
+
+ - QQuickTreeModelAdaptor1:
+ * Fixed an issue where an invalid access was done if either extended or
+ multiple selection was in use and the mouse went out of the view on
+ top of the model.