diff options
-rw-r--r-- | dist/changes-3.4.0 | 58 |
1 files changed, 55 insertions, 3 deletions
diff --git a/dist/changes-3.4.0 b/dist/changes-3.4.0 index 9abb850a63..73f4e9a3da 100644 --- a/dist/changes-3.4.0 +++ b/dist/changes-3.4.0 @@ -42,8 +42,48 @@ QML-Only Projects (.qmlproject) * Disabled plugin by default Debugging - * LLDB - * Fixed debugging of console applications (QTCREATORBUG-13803) + * Fixed general tooltip behavior (QTCREATORBUG-13957, QTCREATORBUG-13774 et al) + * Improved display of register contents + * Added various display options for QByteArray, QString, std::string and char[] + * Added dumpers for QPolygon{,F} and QGraphicsPolygonItem + * Updated QV4::Value and std::unordered_* dumpers + * Fixed display of location marker in mixed master engine (QTCREATORBUG-13695) + * Allowed evaluation of children of evaluated expressions (QTCREATORBUG-5920) + * Added %{Debugger:Name,Type,Version,...} expandable macros for use in kits + * Fixed reloading of dumpers within a running debugger session + * Fixed "Show Address" stack window context menu action + * Fixed off-by-one error in tooltip context line number computation + * Improved display of function names in disassembler view + * Improved "Attach to unstarted application" startup sequence + * Replaced gnuplot with matplotlib for graphical display of vector data + * Delayed auto-collapsing of unused dockwidget titlebars + * Added parsing and display of debugger type and version in + Tools > Options > Build & Run > Debuggers + * Added progress indicator in some views for long operations + * GDB: + * Replaced MI with a Python function for stack generation + NOTE: This makes GDB 7.5 the minimum supported version + * Disabled GDB's own pretty printers by default + * Improved optional import of GDB's own pretty printers + * Added experimental code for native combined QML and C++ debugging + * LLDB: + * Fixed debugging of console applications (QTCREATORBUG-13803) + * Avoided unwanted disassembler display on certain application start ups + * Fixed ramp down of LLDB process on exit (QTCREATORBUG-14083) + * Fixed array access with long indices + * Improved handling of user-defined dumpers + * Inverted LLDB/Python startup order to ensure use of suitable Python version + * CDB: + * Limited string size in QByteArray dumper + * Fixed QDateTime dumper (QTCREATORBUG-13263) + * Fixed handling of added evaluated expressions + * Fixed expression returned for watchers (QTCREATORBUG-12801) + * Improved detection of used Qt version + * Added support for Qt builds with namespaces and libinfix + * PDB: + * Fixed "step out" operation + * Implemented assignment of simple values + * Added tooltip handling Analyzer * Added Valgrind Memory Analyzer with GDB @@ -70,6 +110,7 @@ C++ Support QML Support * Fixed crash on closing one of multiple outline views (QTCREATORBUG-13614) + * Fixed crash in PathsAndLanguages::compact (QTCREATORBUG-13786) Version Control Systems * Git @@ -87,9 +128,20 @@ Version Control Systems FakeVim * Fixed target column for various commands - * Fixed behavior of "D" in visual block mode + * Fixed behavior of D in visual block mode * Fixed cursor shape after failing search + * Fixed cursor shape when selecting using the mouse * Fixed issues with pasting in presence of splits (QTCREATORBUG-13481) + * Fixed black hole and yank register + * Fixed cursor shape after failed searches + * Fixed some off-by-one cursor positioning error at document end + * Fixed block indentation after >i{ + * Fixed target column after | and visual movement + * Improved replay of macros containing ex commands + * Improved handling of upper case registers + * Implemented C-u in insert mode + * Implemented operations on paragraph objects + * Changed default key sequence for mode activation on OS X (QTCREATORBUG-14082) Platform Specific |