aboutsummaryrefslogtreecommitdiffstats
path: root/dist
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-13 18:16:57 +0000
commit1157ad6df74c746e96cadac1ee9a226811f4d084 (patch)
tree88a74acbfd35ab166f1a08a457ff372a222c82cd /dist
parent71534dcff9d122891b5059baccd7f3dec21e063a (diff)
Add changes file for Qt 5.12.1
+ 33966b5b9b026f24ac94c0905280deb4d004df81 Stop using wildcards with "direct" RESOURCES syntax in examples + e236382e8cc1017597ae67bf739e91a2bd4dfd0a Bump version + 431d605edb48321c71935fbd2bb82d33e231ea55 Add changes file for Qt 5.11.3 + 8317e62c3e2381e6287c9a7e861d20f78aaea03f Fix compilation with qreal=float + 343cea9b49d7afa7614aea27aed7c48ef9c5be2e QQuickScrollView: override getContentWidth/Height() + 60a43aeba785e52b89fb65913f69101528401e53 Doc: Add qmake include flag for module + e25970ffff3db1d0b2de17510514b5f92c5ba3eb qquickfusionstyle: do not force a fixed blue color as highlight color + ccf9a78e366695ce4ac3b8040c034800469804a7 Doc: add "1" to all mentions of the old Qt Quick Controls + da55026c975093e9e1e4374d9930861bcffdf8bf Fix compilation with gcc 4.8 + 1dff93937db7b3be48fdedbb60449260221dedc0 Doc: clarify event handling + bbd6c9972206eccc4d2872be44db509ef716c351 Fix QQuickIconLabel's baselineOffset + 98b6f8eee9affce6df8be137068e49f88becb9ce Port QQuickComboBox to QRegularExpression + 70199a43a978649d87c5b2815808c4a04902c6e0 Fix for SpinBox crash in Qt Quick Designer + 05597ef3e576a7cc09d193cb46dba490b7886ec1 Doc: Update \titles with "Controls 2" in it + 021c6064addd168017e0e9eff17639669e2f85d1 tst_QQuickStyle::availableStyles(): Ignore case when checking paths on Windows + b943bbf91162ba8aad4a6c3b0c7ca2e944a26105 Make it visually clear which ComboBox item is the current item + 69f02184a9a71f3a5e2dd1ada12367ddccd29787 QQuickComboBox: update QRegularExpression wildcard code + 1006eb36e58832b7142d1dfacbd1f878938fc155 Add binary compatibility file for QtQuickĆontrols2 for Qt 5.12 + b563bd583a50442b52e47f8c5f149aebafb385f2 Fix TextField background not respecting control's width + 520657bdfa0aba68e31758c5952a01c45940cd8f Bump version Change-Id: Id659474f4566319efa559797fd07d0977dd5aff1 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.12.120
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-5.12.1 b/dist/changes-5.12.1
new file mode 100644
index 00000000..1cb4dd73
--- /dev/null
+++ b/dist/changes-5.12.1
@@ -0,0 +1,20 @@
+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.
+
+ - This release contains only minor code improvements.