Module implementing the VCS project browser helper for subversion.
SvnProjectBrowserHelper | Class implementing the VCS project browser helper for subversion. |
None |
Class implementing the VCS project browser helper for subversion.
SvnProjectBrowserHelper | Constructor |
__itemsHaveFiles | Private method to check, if items contain file type items. |
addVCSMenu | Public method used to add the VCS menu to all project browsers. |
addVCSMenuBack | Public method used to add the VCS menu to all project browsers. |
addVCSMenuDir | Public method used to add the VCS menu to all project browsers. |
addVCSMenuDirMulti | Public method used to add the VCS menu to all project browsers. |
addVCSMenuMulti | Public method used to add the VCS menu for multi selection to all project browsers. |
handleSVNCopy | Private slot called by the context menu to copy the selected file. |
handleSVNDelProp | Private slot called by the context menu to delete a subversion property of a file. |
handleSVNExtendedDiff | Private slot called by the context menu to show the difference of a file to the repository. |
handleSVNListProps | Private slot called by the context menu to list the subversion properties of a file. |
handleSVNMove | Private slot called by the context menu to move the selected file. |
handleSVNResolve | Private slot called by the context menu to resolve conflicts of a file. |
handleSVNSetProp | Private slot called by the context menu to set a subversion property of a file. |
handleShowPopupMenu | Slot called before the context menu is shown. |
handleShowPopupMenuDir | Slot called before the context menu is shown. |
handleShowPopupMenuDirMulti | Slot called before the context menu is shown. |
handleShowPopupMenuMulti | Slot called before the context menu (multiple selections) is shown. |
Constructor
Private method to check, if items contain file type items.
Public method used to add the VCS menu to all project browsers.
Public method used to add the VCS menu to all project browsers.
Public method used to add the VCS menu to all project browsers.
Public method used to add the VCS menu to all project browsers.
Public method used to add the VCS menu for multi selection to all project browsers.
Private slot called by the context menu to copy the selected file.
Private slot called by the context menu to delete a subversion property of a file.
Private slot called by the context menu to show the difference of a file to the repository. This gives the chance to enter the revisions to compare.
Private slot called by the context menu to list the subversion properties of a file.
Private slot called by the context menu to move the selected file.
Private slot called by the context menu to resolve conflicts of a file.
Private slot called by the context menu to set a subversion property of a file.
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.