aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-09-01 12:57:51 +0200
committerEike Ziller <eike.ziller@theqtcompany.com>2015-09-01 12:57:51 +0200
commit3b1a966cc8ec6899097035386d37a2f9b6107e58 (patch)
tree6b89da17f7b646c3f00ebb711edf8891962e60eb /dist
parentfb73a87033c35c6a8199a2136381814e5a2e2e87 (diff)
parenta80f4d179b5ef0dd8a149c96c08d56004f916a70 (diff)
Merge remote-tracking branch 'origin/3.5'
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-3.5.0.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/dist/changes-3.5.0.md b/dist/changes-3.5.0.md
index 04d7e8bca1..9647344e53 100644
--- a/dist/changes-3.5.0.md
+++ b/dist/changes-3.5.0.md
@@ -49,6 +49,8 @@ Editing
Project Management
* Fixed issues with restoring project tree state (QTCREATORBUG-14304)
+* Fixed crash when application output contains incomplete control
+ sequence (QTCREATORBUG-14720)
CMake Projects
@@ -66,6 +68,13 @@ QML-Only Projects (.qmlproject)
* Re-enabled the plugin by default
+Autotools Projects
+
+* Improved parsing of `CPPFLAGS`
+* Added support for line continuations
+* Added support for `top_srcdir`, `abs_top_srcdir`, `top_builddir` and
+ `abs_top_builddir`
+
Debugging
* Added dumper for `QJsonValue`, `QJsonObject`, `QJsonArray`, `QUuid`
@@ -74,6 +83,8 @@ Debugging
* Fixed display of `QHash` keys with value 0 (QTCREATORBUG-14451)
* Fixed variable expansion state in QML debugger
* Fixed display of members of returned values
+* Fixed that items in Locals and Expressions did not expand on first
+ click for QML (QTCREATORBUG-14210)
QML Profiler