summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2016-06-02 11:01:30 +0200
committerEike Ziller <eike.ziller@qt.io>2016-06-02 13:34:44 +0000
commitc7419c1fff7f3a36d448dbe1bcadc74da2001b5d (patch)
tree69e61fca14c07d26a8c599c842d42ff7e521688f
parent79623d57742e234f9b5dfbb8d9d2b549503da951 (diff)
downloadqt-creator-c7419c1fff7f3a36d448dbe1bcadc74da2001b5d.tar.gz
More change log for 4.0.1
Change-Id: I383cafdf23b254e07bb08232e75383279b0eb906 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--dist/changes-4.0.1.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/changes-4.0.1.md b/dist/changes-4.0.1.md
index 5562d4d98a..e3911e156e 100644
--- a/dist/changes-4.0.1.md
+++ b/dist/changes-4.0.1.md
@@ -12,6 +12,7 @@ CMake Projects
* Added notification when `CMakeCache.txt` changes and introduces a
conflict with the build configuration settings, with the option
to adapt the build configuration settings
+* Made it possible to add arbitrary CMake variables (QTCREATORBUG-16238)
* Fixed that build configurations could not override kit settings, and added
a warning to build configurations that override kit settings
* Fixed that `yes` was not considered as boolean `true` value
@@ -28,6 +29,11 @@ Debugging
* Fixed QObject property expansion (QTCREATORBUG-15798)
* Fixed updating evaluated expressions
* Fixed crash on spontaneous debugger exit (QTCREATORBUG-16233)
+* GDB
+ * Fixed issues with restarting debugger (QTCREATORBUG-16355)
+* QML
+ * Restored expression evaluation by using the selection tool
+ (QTCREATORBUG-16300)
Valgrind
@@ -51,3 +57,9 @@ Platform Specific
Windows
* Fixed detection of Microsoft Visual C++ Build Tools
+* Fixed that tool tips could stay visible even after switching applications
+ (QTCREATORBUG-15882)
+
+iOS
+
+* Added missing human readable error messages (QTCREATORBUG-16328)