aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-4.12.1.md
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@qt.io>2020-05-12 09:59:55 +0200
committerTim Jenssen <tim.jenssen@qt.io>2020-05-12 09:59:55 +0200
commitc9b56717542749b271d5e48c7bf7698884e94f8f (patch)
tree424aabcf1197798d2294cb05eb047d51c4f82bce /dist/changes-4.12.1.md
parent6ab2f93f184470998e452cd709a881258dfef6a0 (diff)
parent8e1169f4bf6fc97f7f864cefeb5a273f271798cf (diff)
Merge remote-tracking branch 'origin/4.12' into qds-1.50qds/v1.5.0-rc1
Diffstat (limited to 'dist/changes-4.12.1.md')
-rw-r--r--dist/changes-4.12.1.md76
1 files changed, 76 insertions, 0 deletions
diff --git a/dist/changes-4.12.1.md b/dist/changes-4.12.1.md
new file mode 100644
index 0000000000..8a80e1f0f7
--- /dev/null
+++ b/dist/changes-4.12.1.md
@@ -0,0 +1,76 @@
+Qt Creator 4.12.1
+=================
+
+Qt Creator version 4.12.1 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.0..v4.12.1
+
+General
+-------
+
+* Fixed crash when changing font settings (QTCREATORBUG-14385)
+
+Editing
+-------
+
+### C++
+
+* Fixed crash when loading settings from Qt Creator < 4.11 (QTCREATORBUG-23916)
+
+### QML
+
+* Fixed semantic highlighting (QTCREATORBUG-23729, QTCREATORBUG-23777)
+* Fixed wrong symbol highlighting (QTCREATORBUG-23830)
+* Fixed warning for `palette` property (QTCREATORBUG-23830)
+
+Projects
+--------
+
+### qmake
+
+* Fixed that run button could stay disabled after parsing
+
+### CMake
+
+* Fixed issue with JOM (QTCREATORBUG-22645)
+
+### Compilation Database
+
+* Fixed issues with symbolic links (QTCREATORBUG-23511)
+
+Debugging
+---------
+
+* Fixed pretty printing of `std::unique_ptr` with custom deleter (QTCREATORBUG-23885)
+
+
+Qt Quick Designer
+-----------------
+
+* Fixed crash after building emulation layer (QTCREATORBUG-20364)
+* Fixed crash when opening `.qml` file instead of `.qml.ui` file (QDS-2011)
+
+Test Integration
+----------------
+
+* Fixed handling of test output (QTCREATORBUG-23939)
+
+Platforms
+---------
+
+### Android
+
+* Fixed crash at startup when Qt is missing in Kit (QTCREATORBUG-23963)
+* Fixed `Always use this device for this project` (QTCREATORBUG-23918)
+
+### OpenBSD
+
+* Fixed Qt ABI detection (QTCREATORBUG-23818)
+
+Credits for these changes go to:
+--------------------------------