Module implementing the VCS project browser helper for CVS.
CvsProjectBrowserHelper | Class implementing the VCS project browser helper for CVS. |
None |
Class implementing the VCS project browser helper for CVS.
CvsProjectBrowserHelper | Constructor |
__CVSAddBinary | Private slot called by the context menu. |
__CVSEdit | Private slot called by the context menu to edit a file (CVS). |
__CVSHistory | Private slot called by the context menu to show the history of a file. |
__CVSUnedit | Private slot called by the context menu to unedit a file (CVS). |
__itemsHaveDirectories | Private method to check, if items contain directory type items. |
__itemsHaveFiles | Private method to check, if items contain file type items. |
_addVCSMenu | Protected method used to add the VCS menu to all project browsers. |
_addVCSMenuBack | Protected method used to add the VCS menu to all project browsers. |
_addVCSMenuDir | Protected method used to add the VCS menu to all project browsers. |
_addVCSMenuDirMulti | Protected method used to add the VCS menu to all project browsers. |
_addVCSMenuMulti | Protected method used to add the VCS menu for multi selection to all project browsers. |
showPopupMenu | Slot called before the context menu is shown. |
showPopupMenuDir | Slot called before the context menu is shown. |
showPopupMenuDirMulti | Slot called before the context menu is shown. |
showPopupMenuMulti | Slot called before the context menu (multiple selections) is shown. |
Constructor
Private slot called by the context menu.
It is used to add the selected file/directory in binary mode to the VCS repository.
Private slot called by the context menu to edit a file (CVS).
Private slot called by the context menu to show the history of a file.
Private slot called by the context menu to unedit a file (CVS).
Private method to check, if items contain directory type items.
Private method to check, if items contain file type items.
Protected method used to add the VCS menu to all project browsers.
Protected method used to add the VCS menu to all project browsers.
Protected method used to add the VCS menu to all project browsers.
Protected method used to add the VCS menu to all project browsers.
Protected method used to add the VCS menu for multi selection to all project browsers.
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.
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.
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.
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.