aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-4.2.0.md
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2016-12-09 10:04:19 +0100
committerEike Ziller <eike.ziller@qt.io>2016-12-09 13:52:28 +0000
commit52803f168b9b83d1c00e3ba0e3741723b6a2637b (patch)
tree6ff164b2a7cbae6981a6287051015e2e644a8ce0 /dist/changes-4.2.0.md
parent1ff72a56540792efd5ca6d9f2dcc92c9ad584e14 (diff)
Add a few debugger related change log entries
Change-Id: Ieee586a9a67f72864c18ce2894964edcfbae8bdb Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'dist/changes-4.2.0.md')
-rw-r--r--dist/changes-4.2.0.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/dist/changes-4.2.0.md b/dist/changes-4.2.0.md
index 473023cc24..46f7dc23e0 100644
--- a/dist/changes-4.2.0.md
+++ b/dist/changes-4.2.0.md
@@ -81,10 +81,16 @@ C++ Support
Debugging
* Added pretty printing of `QRegExp` captures, `QStaticStringData`,
- `QStandardItem`, and `std::pair`
+ `QStandardItem`, `std::weak_ptr`, `std::__1::multiset`,
+ and `std::pair`
+* Added display of QObject hierarchy and properties in release builds
+* Enhanced display of function pointers
* Improved pretty printing of QV4 types
-* Made display of maps more compact
+* Made display of associative containers, pairs, and various smart
+ pointers more compact
* Fixed pretty printing of `QFixed`
+* Made creation of custom pretty printers easier
+* Added support to pretty-print custom types without debug info
* LLDB
* Added support for Qt Creator variables `%{...}` in startup commands
* QML