aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-1.1.0
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-04-03 15:16:41 +0200
committerhjk <qtc-committer@nokia.com>2009-04-03 15:47:11 +0200
commite3aa9830003a2fb690dd2b41279331530005e25d (patch)
treee1ee2b17b87122accb69b55e485772b862d515b3 /dist/changes-1.1.0
parent37ac1bee95bcd29ecaa1a1330f7b4e4bf9b57e3a (diff)
Update changelog (debugger)
Diffstat (limited to 'dist/changes-1.1.0')
-rw-r--r--dist/changes-1.1.013
1 files changed, 10 insertions, 3 deletions
diff --git a/dist/changes-1.1.0 b/dist/changes-1.1.0
index 95e5eb077d..d19bcc0d8c 100644
--- a/dist/changes-1.1.0
+++ b/dist/changes-1.1.0
@@ -26,14 +26,21 @@ Editing
* Improved open documents view (sorted, single-click, close buttons).
* Copying text from the context help browser and output windows didn't work.
-Building, Running and Debugging
+Building and Running
* Experimental support for generic Makefile based projects.
* Improved .pro file parsing, handling scopes and $$system directive.
* Support subdir.file in .pro files.
- * Experimental cdb debugger.
* Option to start application in external terminal.
+
+Debugging
* Possibility to attach debugger to core files.
- * Debugger understands std::set now.
+ * Changed approach to dumper loading: Build once per used Qt version,
+ no dumper buildstep anymore.
+ * New dumper for std::set. Improved QString, QVariant, std::wstring
+ * Make strategy to load shared objects configurable (auto-solib-add).
+ * Maximum stack depth configurable.
+ * Improved interaction in the Locals&Watchers view.
+ * Experimental cdb debugger.
Wizards
* It is now possible to choose file suffixes in the options dialog.