Module implementing the VCS project browser helper for Mercurial.
HgProjectBrowserHelper | Class implementing the VCS project browser helper for Mercurial. |
None |
Class implementing the VCS project browser helper for Mercurial.
HgProjectBrowserHelper | 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. |
handleHGCopy | Private slot called by the context menu to copy the selected file. |
handleHGExtendedDiff | Private slot called by the context menu to show the difference of a file to the repository. |
handleHGMove | Private slot called by the context menu to move the selected 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 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 move the selected 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.