aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-2.0.0
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-03-31 12:56:49 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-03-31 12:56:49 +0200
commit0f1d26109c86b871c16f340b17b125c8bccab4f5 (patch)
treee3b0698a54e5021b68a8e214f0364c4daf6475b8 /dist/changes-2.0.0
parent9c3ed2c05d7c5ed40d3bbcee5b324bfade50e1c5 (diff)
Changelog: 2.0 updates.
Diffstat (limited to 'dist/changes-2.0.0')
-rw-r--r--dist/changes-2.0.08
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/changes-2.0.0 b/dist/changes-2.0.0
index e7c65ce465..94e80ebe97 100644
--- a/dist/changes-2.0.0
+++ b/dist/changes-2.0.0
@@ -35,6 +35,9 @@ Editing
* Copying text from the editor now supports HTML mime type, preserving
the syntax highlighting.
+CodePaster
+ * Implemented new protocol of pastebin.com including list functionality\
+
C++ Support
* Recognize *.cu as C files
* Fixed false errors in code model on windows when used with MSVC
@@ -128,9 +131,14 @@ Version control plugins
check on version of git
* git: Expand commit template relative to repository
* git: Added setting for whitespace in diff/blame
+ * git: Added options to apply patches from file and current editor,
+ allowing for CodePaster-based review workflows
* Subversion: Add parent directories correctly when adding new files
* Added "Open file" context menu action to log pane
+Qt Designer integration
+ * Use 'Design' mode
+
Wizards
* Improved summary page, added ordering, simplified application wizards
* Added wizards for unit tests and classes based on QSharedData