aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-09-10 15:51:55 +0200
committerKai Koehne <kai.koehne@nokia.com>2012-09-10 16:29:16 +0200
commit66a19cc457f472013cfb442904e2ce9d532c4d54 (patch)
treea462d1a9e05b9e92a4c143ce53dd8ee442f0fdfb
parent615f7900d3e85e3ae118a853d8cacb91b14080b7 (diff)
Changes: Mention merging of QmlJSInspector into Debugger pluginv2.6.0-beta
Change-Id: I5e04b0f24c56427e30e380e844729ca98111f1e2 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
-rw-r--r--dist/changes-2.6.04
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-2.6.0 b/dist/changes-2.6.0
index 18920d8c85..70ea4999b6 100644
--- a/dist/changes-2.6.0
+++ b/dist/changes-2.6.0
@@ -52,6 +52,10 @@ Debugging
* Made all views searchable (Ctrl+F)
Debugging QML/JS
+ * Merged the (experimental) QML/JS Inspector plugin into the Debugger:
+ * Added the QML object tree to the Expressions window
+ * Added Console window to evaluate JS expressions at runtime
+ * Added QML specific buttons to the toolbar
Analyzing Code