aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-2.7.0
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-02-27 11:38:39 +0100
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2013-02-28 09:20:19 +0100
commit17696e8fd5cce6a1e506f178f64ac9eadee9b157 (patch)
treeb739fc93b56a23eb3e193be5f9c73a09fdff1b0b /dist/changes-2.7.0
parent7660636971207559c1dda9a7776eb9c7d105c161 (diff)
Doc: Reorganize VCS entries in change log
Use dialog and menu item names correctly. Change-Id: I1aa80481ece0c340fbf88be940fd5bc55a85d06b Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'dist/changes-2.7.0')
-rw-r--r--dist/changes-2.7.041
1 files changed, 19 insertions, 22 deletions
diff --git a/dist/changes-2.7.0 b/dist/changes-2.7.0
index 00e670d69e..e09b77f5f0 100644
--- a/dist/changes-2.7.0
+++ b/dist/changes-2.7.0
@@ -170,28 +170,25 @@ Qt Quick Designer
* Added manual test files for Qt Quick 2
* Added QQuickItem to New Class wizard
-Version control plugins
-
-Git
- * Dropped support for Git versions earlier than 1.7.2
- * Introduced MergeTool support
- * Added timeout to the gerrit query process
- * Added support for merge status
- * Fixed log encoding
- * Reorganized menu (QTCREATORBUG-8363)
- * Added gitk launch for current file (QTCREATORBUG-8327)
- * Added branch name validation (QTCREATORBUG-8370)
- * Added Merge and Rebase (QTCREATORBUG-8367)
- * Added auto stash when switching branches (QTCREATORBUG-8417)
- * Added Soft Reset to Reset dialog
- * Added context actions for cherry-pick and revert
- * Implemented refreshing file list on commit page every time
- it becomes visible (QTCREATORBUG-5645)
-
-SVN
-
-ClearCase
- * Marked the plugin as non-experimental
+Version Control Systems
+ * Git
+ * Dropped support for Git versions earlier than 1.7.2
+ * Introduced Merge Tool support
+ * Added timeout to the Gerrit query process
+ * Added support for merge status
+ * Fixed log encoding
+ * Reorganized Git menu (QTCREATORBUG-8363)
+ * Added Gitk launch for current file (QTCREATORBUG-8327)
+ * Added branch name validation (QTCREATORBUG-8370)
+ * Added Merge and Rebase for branches in local repository
+ (QTCREATORBUG-8367)
+ * Added automatic stashing when switching branches (QTCREATORBUG-8417)
+ * Added Soft Reset to Reset dialog
+ * Added Cherry-Pick Commit and Revert Single Commit in local repository
+ * Implemented refreshing file list in Git Commit pane every time
+ it is displayed (QTCREATORBUG-5645)
+ * Promoted the ClearCase plugin from an experimental plugin to a
+ standard plugin
FakeVim
* Created new suite of auto tests