diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-07-27 09:25:50 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-07-27 09:25:50 +0200 |
commit | dad9c608671dcb8081d13011beb76bdaf34ac3c0 (patch) | |
tree | d2bfec3322a46f201442ac65530a80afbf5e93ac /dist | |
parent | 96940fa949d666261f8bce3856eaf516ac2fdecb (diff) | |
download | qt-creator-dad9c608671dcb8081d13011beb76bdaf34ac3c0.tar.gz |
Changelog.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-1.3.0 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dist/changes-1.3.0 b/dist/changes-1.3.0 index 6f4cbe5b3c..d9cb3c9052 100644 --- a/dist/changes-1.3.0 +++ b/dist/changes-1.3.0 @@ -12,11 +12,12 @@ API, so if you have created your own custom plugins, they will need to be adapted accordingly. Debugging + * Detect debugger from project tool chain * CDB: Added more types to the dumpers (QSharedPointer, QVector, common - * QMap/QSet types), dereference reference parameters + QMap/QSet types), dereference reference and pointer parameters * CDB: Simplified display of STL types in the locals window * CDB: Fixed thread handling - * CDB: Added internal dumpers for string types for debugger crashes + * CDB: Added internal dumpers for string types for debuggee crashes * Improved QObject dumping, print out QRect/QSize, enumerations and flags General: |