diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-07-24 16:05:46 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-07-24 16:05:46 +0200 |
commit | 8b8bf42fbb94311804d6a2f6361ec691467b6e41 (patch) | |
tree | 49ef644bef4be4aec0cd64501a419fe2fcd6cbcb /dist | |
parent | 403c344c4b1d59b0ba12c7cbe54f6f1f630e4c8d (diff) | |
download | qt-creator-8b8bf42fbb94311804d6a2f6361ec691467b6e41.tar.gz |
CDB: Fixed thread handling, added dumping of string types in case of crashes.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-1.3.0 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-1.3.0 b/dist/changes-1.3.0 index 25d8e12256..0c1fa497ed 100644 --- a/dist/changes-1.3.0 +++ b/dist/changes-1.3.0 @@ -15,6 +15,8 @@ Debugging * CDB: Added more types to the dumpers (QSharedPointer, QVector, common * QMap/QSet types), dereference reference parameters * CDB: Simplified display of STL types in the locals window + * CDB: Fixed thread handling + * CDB: Added internal dumpers for string types for debuggee crashes * Improved QObject dumping, print out QRect/QSize, enumerations and flags General: @@ -39,3 +41,4 @@ Wizards * Added version control checkout wizards * Added a license header template setting * Added a wizard for Qt Designer custom widgets + * Added a gitorious clone wizard |