aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dist/changes-1.1.018
1 files changed, 17 insertions, 1 deletions
diff --git a/dist/changes-1.1.0 b/dist/changes-1.1.0
index 681c9c0fc35..95e5eb077d3 100644
--- a/dist/changes-1.1.0
+++ b/dist/changes-1.1.0
@@ -25,7 +25,6 @@ Editing
* Add signal/slot editor to form editor.
* Improved open documents view (sorted, single-click, close buttons).
* Copying text from the context help browser and output windows didn't work.
- * Fixed "Go to slot..." functionality in the integrated QDesigner
Building, Running and Debugging
* Experimental support for generic Makefile based projects.
@@ -36,6 +35,23 @@ Building, Running and Debugging
* Possibility to attach debugger to core files.
* Debugger understands std::set now.
+Wizards
+ * It is now possible to choose file suffixes in the options dialog.
+ * Code of language change event is now generated correctly (added call
+ to base class).
+
+Designer
+ * Added signal/slot editor.
+ * Fixed "Goto slot" (formatting/multiple inheritance).
+
+Version control plugins
+ * Fixed handling of colored git output.
+ * Made svn 1.6 work.
+ * Added syntax highlighting to the git submit editor.
+ * Made git submit editor remove comment lines.
+ * Added configuration options for submit editors (user fields, word
+ wrapping).
+
Platform Specific
Mac