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>
This commit is contained in:
Kai Koehne
2011-10-19 15:21:20 +02:00
committed by Eike Ziller
parent fa2c24d92b
commit ae5b9c8a4b

6
dist/changes-2.4.0 vendored
View File

@@ -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