From ae5b9c8a4beb270ef5ebb19f9b6d6d2cbe738dd1 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 19 Oct 2011 15:21:20 +0200 Subject: [PATCH] Add QML Debugger/Profiler changes to 2.4 changelog Change-Id: I54089600c863620c1410ba553cb20c5e8c63bd5a Reviewed-by: Aurindam Jana Reviewed-by: Christiaan Janssen --- dist/changes-2.4.0 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dist/changes-2.4.0 b/dist/changes-2.4.0 index b1212de3acd..75eb46ddc9b 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