aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-2.4.0
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-10-19 15:21:20 +0200
committerEike Ziller <eike.ziller@nokia.com>2011-10-19 17:04:54 +0200
commitae5b9c8a4beb270ef5ebb19f9b6d6d2cbe738dd1 (patch)
treefa290ca12dc2048d5d276de21558a09b84ea652d /dist/changes-2.4.0
parentfa2c24d92b23b23d0548c4cdcd653d7adc6326cc (diff)
Add QML Debugger/Profiler changes to 2.4 changelog
Change-Id: I54089600c863620c1410ba553cb20c5e8c63bd5a Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com> Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
Diffstat (limited to 'dist/changes-2.4.0')
-rw-r--r--dist/changes-2.4.06
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/changes-2.4.0 b/dist/changes-2.4.0
index b1212de3ac..75eb46ddc9 100644
--- a/dist/changes-2.4.0
+++ b/dist/changes-2.4.0
@@ -23,9 +23,14 @@ Managing Projects
Debugging
Debugging QML/JS
+ * New option to attach to a running application
+ * Lots of bug fixes especially for debugging in combination with C++
+ * Initial support for debugging JS in Qt 5 (v8 engine)
Analyzing Code
* Standalone qmlprofiler command line tool allows you to retrieve & store QML tracing data
+ * Ability to store and load traces in a file
+ * New option to attach to a running application
C++ Support
* Add quick fix to synchronize function declarations and definitions
@@ -67,6 +72,7 @@ QML/JS Support
* Fix scope for completion in code bindings
* Allow for different builtin type information per Qt version
* Update builtin type information and parser for Qt 5
+ * Use qmlscene for previewing files in Qt 5
Qt Quick Designer
* Adding breadcrumb navigation for components