aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-1.3.0
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-07-20 16:48:26 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-07-20 16:48:26 +0200
commit07a9efbc1046e5e30c4a66f7824e29fa5401e0e4 (patch)
tree871676eadc2e9f793c9b27f1c787c238c076eefb /dist/changes-1.3.0
parentdb94734ab3c9f75d65d3fee45155349aab723ed2 (diff)
Updated changelog.
Diffstat (limited to 'dist/changes-1.3.0')
-rw-r--r--dist/changes-1.3.016
1 files changed, 15 insertions, 1 deletions
diff --git a/dist/changes-1.3.0 b/dist/changes-1.3.0
index c103d4eec9..25d8e12256 100644
--- a/dist/changes-1.3.0
+++ b/dist/changes-1.3.0
@@ -11,6 +11,12 @@ This release introduces source and binary incompatible changes to the plugin
API, so if you have created your own custom plugins, they will need to be
adapted accordingly.
+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
+ * Improved QObject dumping, print out QRect/QSize, enumerations and flags
+
General:
* Added the option to automatically reload files when externally modified,
or to ignore external modifications (contributed by Henrik Abelsson)
@@ -24,4 +30,12 @@ Project support:
* Added support for adding and removing files from a generic Makefile-based
project (contributed by Kevin Michel)
-...
+Version control plugins
+ * Added CVS support
+ * Added "sync" menu item to the perforce plugin
+
+Wizards
+ * Fixed GUI project and form class wizards to use the same settings.
+ * Added version control checkout wizards
+ * Added a license header template setting
+ * Added a wizard for Qt Designer custom widgets