diff options
author | hjk <qtc-committer@nokia.com> | 2011-07-12 13:24:24 +0200 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2011-07-12 14:37:59 +0200 |
commit | 50373f365dbd72a30771b9a21b89a08760cd41f5 (patch) | |
tree | 7e2f96711e1cbc368ed1185df9799659e4b122f0 /dist/changes-2.3.0 | |
parent | c02f1fb78a912bb6a5d50dfe80c8c9fc020de481 (diff) | |
download | qt-creator-50373f365dbd72a30771b9a21b89a08760cd41f5.tar.gz |
add some debugger, analyzer and fakevim changes to changes-2.3.0
Change-Id: I3d621a83f23b344f70251a1c0de236e7c17fc4df
Reviewed-on: http://codereview.qt.nokia.com/1521
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'dist/changes-2.3.0')
-rw-r--r-- | dist/changes-2.3.0 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dist/changes-2.3.0 b/dist/changes-2.3.0 index df7a42afce..8966abcb56 100644 --- a/dist/changes-2.3.0 +++ b/dist/changes-2.3.0 @@ -22,9 +22,34 @@ Debugging * Color memory display highlighting the variables in stack layout * Correct source location for breakpoints in CDB using code model (QTCREATORBUG-2317) + * Added support for multiple breakpoints from one location + (covering constructors/destructors, template functions, etc.) + * Added custom dumper for QXmlAttributes, Eigen::Matrix + * Added choice to set watchpoints on either address or expression + * Added framework to modify strings, vectors etc. during debugging + * Added option to stop on qWarning + * Renamed "Locals and Watchers" into "Locals and Expressions" + * Renamed "Watchpoint" into "Data Breakpoints" + * Make original value of automatically dereferenced pointer accessible + * Improved "Add Breakpoint..." dialog + * Improved display of enums (include numeric value) + * Improved speed of QVariant dumper + * Improved handling of shadowed local variables + * Fixed object expansion in tooltip + * Fixed std::deque dumper (QTCREATORBUG-4936) + * Fixed handling of watched expressions with unusual characters + * Fixed "Run To Line" on Mac (QTCREATORBUG-4619) + * Fixed output parsing for data breakpoints on Mac (QTCREATORBUG-4797) + * Fixed auto-continue on SIGTRAP (QTCREATORBUG-4968) + * Fixed dumper for gcc 4.4's std::map Debugging QML/JS +Analyzer + * Redesign of the framework code + * Added support for Qml profiling + * Added support for valgrind's cachegrind tool on Linux and Mac + C++ Support * Made C++ coding style configurable (QTCREATORBUG-2670, QTCREATORBUG-4310, QTCREATORBUG-2763, QTCREATORBUG-3623, QTCREATORBUG-567) @@ -92,6 +117,12 @@ Remote Linux Support Qt Designer +FakeVim: + * Make FakeVim functionality available for shortcuts in normal text editor + * Added snippet support + * Fixed behaviour of Ctrl keys on Mac + * Fixed searching for expressions containing '|' (QTCREATORBUG-4752) + Version control plugins * Git: Manage remote repositories * Git: Improved branch dialog |