aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-07-06 16:23:13 +0200
committerEike Ziller <eike.ziller@qt.io>2020-07-06 16:23:13 +0200
commitb18711da91a01709f64c4b7d132509aa21ebe0da (patch)
treedc82d508be7bec62a21548405dff510f19e3a17e /dist
parentc1df1e5d2e8805c4f38872b11bc30bbe72064ede (diff)
parentd35cf4b846a914303675a21300b79dc860e6f73f (diff)
Merge remote-tracking branch 'origin/4.12' into 4.13
Conflicts: share/qtcreator/debugger/lldbbridge.py Change-Id: Ia444f6424fb35b9a539e157afcee868161535272
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.12.4.md51
1 files changed, 51 insertions, 0 deletions
diff --git a/dist/changes-4.12.4.md b/dist/changes-4.12.4.md
new file mode 100644
index 0000000000..93775c8615
--- /dev/null
+++ b/dist/changes-4.12.4.md
@@ -0,0 +1,51 @@
+Qt Creator 4.12.4
+=================
+
+Qt Creator version 4.12.4 contains bug fixes.
+
+The most important changes are listed in this document. For a complete
+list of changes, see the Git log for the Qt Creator sources that
+you can check out from the public Git repository. For example:
+
+ git clone git://code.qt.io/qt-creator/qt-creator.git
+ git log --cherry-pick --pretty=oneline origin/v4.12.3..v4.12.4
+
+Editing
+-------
+
+* Fixed crash when searching in binary files (QTCREATORBUG-21473, QTCREATORBUG-23978)
+
+### QML
+
+* Fixed completion of signals from singletons (QTCREATORBUG-24124)
+* Fixed import scanning after code model reset (QTCREATORBUG-24082)
+
+Projects
+--------
+
+### CMake
+
+* Fixed search for `ninja` when it is installed with the online installer (QTCREATORBUG-24082)
+
+Platforms
+---------
+
+### iOS
+
+* Fixed C++ debugging on devices (QTCREATORBUG-23995)
+
+### MCU
+
+* Adapted to changes in Qt for MCU 1.3
+
+Credits for these changes go to:
+--------------------------------
+Alessandro Portale
+André Pönitz
+Christian Kamm
+Christian Stenger
+Eike Ziller
+Fawzi Mohamed
+Friedemann Kleint
+Robert Löhning
+Venugopal Shivashankar