--- a/VCS/ProjectBrowserHelper.py Sat May 17 19:58:49 2014 +0200 +++ b/VCS/ProjectBrowserHelper.py Sun May 18 14:13:09 2014 +0200 @@ -71,7 +71,7 @@ def showContextMenu(self, menu, standardItems): """ - Slot called before the context menu is shown. + Public slot called before the context menu is shown. It enables/disables the VCS menu entries depending on the overall VCS status and the file status. @@ -86,7 +86,8 @@ def showContextMenuMulti(self, menu, standardItems): """ - Slot called before the context menu (multiple selections) is shown. + Public slot called before the context menu (multiple selections) is + shown. It enables/disables the VCS menu entries depending on the overall VCS status and the files status. @@ -101,7 +102,7 @@ def showContextMenuDir(self, menu, standardItems): """ - Slot called before the context menu is shown. + Public slot called before the context menu is shown. It enables/disables the VCS menu entries depending on the overall VCS status and the directory status. @@ -116,7 +117,7 @@ def showContextMenuDirMulti(self, menu, standardItems): """ - Slot called before the context menu is shown. + Public slot called before the context menu is shown. It enables/disables the VCS menu entries depending on the overall VCS status and the directory status.