aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-2.5.0
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2012-03-13 15:04:55 +0100
committerhjk <qthjk@ovi.com>2012-03-13 15:06:00 +0100
commitca09c718b8e2a188e0c93cbbfe3a5800051b0844 (patch)
treeb950f9ef303ee4cd7625e06da93286ad9a5baa66 /dist/changes-2.5.0
parent272d590090a50691383e0e56856617fea21d1592 (diff)
Update changes-2.5.0 (Debugger, FakeVim)
Change-Id: I803749407b1a8f47abeea9f8d2a84d8d638674b6 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'dist/changes-2.5.0')
-rw-r--r--dist/changes-2.5.036
1 files changed, 35 insertions, 1 deletions
diff --git a/dist/changes-2.5.0 b/dist/changes-2.5.0
index a9a4432297..4296f6ffc0 100644
--- a/dist/changes-2.5.0
+++ b/dist/changes-2.5.0
@@ -36,8 +36,30 @@ Editing
* Add task indicators in the left margin of a line
Managing Projects
+ * Add facility to change multiple environment variables in the
+ build and run settings at the same time
Debugging
+ * Improve display of vtables and dynamic types (QTCREATORBUG-6933 et al)
+ * Adjust QDir and QFileInfo gdb pretty printer after Qt 4.8 changes
+ and various others for Qt 5.0
+ * Adjust std::map dumper for gcc 4.6
+ * Adjust to new *stopped output notifications of gdb 7.4
+ * Add pretty printers for std::shared_ptr, std::unique_ptr, std::array,
+ std::complex, boost::posix_time::{ptime,time_duration},
+ boost::gregorian::date
+ * Improve remote debugging facilities including new convenience
+ dialogs like "Attach to Running Remote Process"
+ * Improve per-type and per-variable selection of display formats
+ * Add display variants for map-like types (std::map, QMap, QHash etc)
+ * Make "gdb startup script" directly editable
+ * Improve expansion behaviour of pinned tooltips (QTCREATORBUG-6554)
+ * Prevent automatic loading of incompatible dumpers
+ * Make Shift-F5 exit when debugging a core file (QTCREATORBUG-6111)
+ * Make popping up the output pane optional (QTCREATORBUG-6764)
+ * Make entering commands in the log view more convenient
+ * Re-enable debugging of Python scripts
+ * Add pretty-printing for D arrays and strings
Debugging QML/JS
* Relocate breakpoints to next executable code
@@ -45,6 +67,8 @@ Debugging QML/JS
* Spruce up the script console for evaluating QML/JS expressions
Analyzing Code
+ * Fix message for "incompatible" builds (QTCREATORBUG-7011)
+ * Fix suppression dialog (QTCREATORBUG-6500)
C++ Support
* Fix completion and the dot-to-arrow conversion not triggering reliably
@@ -113,8 +137,9 @@ Help
Platform Specific
Mac
- * Pass architecture and bit width from the tool chain build setting to Qmake (QTCREATORBUG-6088)
* Fix adding Qt version on Mac OS X Lion (QTCREATORBUG-6222)
+ * Pass architecture and bit width from the tool chain build setting
+ to qmake (QTCREATORBUG-6088)
Linux (GNOME and KDE)
@@ -127,8 +152,17 @@ Remote Linux Support
Qt Designer
FakeVim
+ * Implement Ctrl-a, Ctrl-x, &, gm, `., '., :<x>%, ciw.
+ * Add handling of number key block
+ * Fix cursor column after up/down in replace mode
+ * Fix case sensitivity of parsing of codes like "<Esc>" in mappings
+ * Overhaul register handling
+ * Add old-style settings of for 'bs' (QTCREATORBUG-6640)
+ * Fix off-by-one error when creating a single line range (QTCREATORBUG-6630)
Version control plugins
+ * Rename the ScmGit plugin to Git
+ * Rename the VCSBase plugin to VcsBase
Additional credits go to: