aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-1.3.0
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2009-08-10 16:24:11 +0200
committercon <qtc-committer@nokia.com>2009-08-10 17:38:19 +0200
commit6d12f9a5a766ec9311be6ecc93c5a29aa6c21989 (patch)
treee46e1eb88c049c88dbb7ab3bfa67165d53cfa503 /dist/changes-1.3.0
parenta8cc2f6fa4f7eaa02c35629fd497413b10ec017f (diff)
Update changes file a bit.
Diffstat (limited to 'dist/changes-1.3.0')
-rw-r--r--dist/changes-1.3.030
1 files changed, 18 insertions, 12 deletions
diff --git a/dist/changes-1.3.0 b/dist/changes-1.3.0
index 3fc0463709..4fca7bb319 100644
--- a/dist/changes-1.3.0
+++ b/dist/changes-1.3.0
@@ -11,31 +11,34 @@ 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
- * Detect debugger from project tool chain
- * CDB: Added more types to the dumpers (QSharedPointer, QVector, common
- 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 debuggee crashes
- * Improved QObject dumping, print out QRect/QSize, enumerations and flags
-
-General:
+General
* Added the option to automatically reload files when externally modified,
or to ignore external modifications (contributed by Henrik Abelsson)
+ * Improved the general resizing behavior for small screen sizes
-Editing:
+Editing
* Added support for text editor color schemes
* Added highlighting of uses of the symbol under the cursor
* Added completion of include directives
* Added the option to turn off marking of text changes
* Objective-C: Much improved parsing
* Objective-C: Added partial semantic checking and symbol navigation
+ * Fixed searching in files to take open documents into account
+ * Added a Locator filter for symbols in the current document
-Project support:
+Project support
* Added support for adding and removing files from a generic Makefile-based
project (contributed by Kevin Michel)
+Debugging
+ * Detect debugger from project tool chain
+ * CDB: Added more types to the dumpers (QSharedPointer, QVector, common
+ 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 debuggee crashes
+ * Improved QObject dumping, print out QRect/QSize, enumerations and flags
+
Version control plugins
* Added CVS support
* Added "sync" menu item to the perforce plugin
@@ -46,3 +49,6 @@ Wizards
* Added a license header template setting
* Added a wizard for Qt Designer custom widgets
* Added a gitorious clone wizard
+
+Additional credits go to:
+ * Christian Hoenig (Locator filter for symbols in current document)