Module implementing the base class of the VCS project browser helper.
VcsProjectBrowserHelper | Class implementing the base class of the VCS project browser helper. |
None |
Class implementing the base class of the VCS project browser helper.
VcsProjectBrowserHelper | Constructor |
addVCSMenus | Public method to add the VCS entries to the various project browser menus. |
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. |
handleVCSAdd | Private slot called by the context menu to add the selected file to the VCS repository. |
handleVCSAddTree | Private slot called by the context menu. |
handleVCSCommit | Private slot called by the context menu to commit the changes to the VCS repository. |
handleVCSDiff | Private slot called by the context menu to show the difference of a file to the repository. |
handleVCSLog | Private slot called by the context menu to show the VCS log of a file. |
handleVCSMerge | Private slot called by the context menu to merge changes into to a file. |
handleVCSRemove | Private slot called by the context menu to remove the selected file from the VCS repository. |
handleVCSRevert | Private slot called by the context menu to revert changes made to a file. |
handleVCSStatus | Private slot called by the context menu to show the status of a file. |
handleVCSUpdate | Private slot called by the context menu to update a file from the VCS repository. |
Constructor
Public method to add the VCS entries to the various project browser menus.
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.
Private slot called by the context menu to add the selected file to the VCS repository.
Private slot called by the context menu. It is used to add the selected directory tree to the VCS repository.
Private slot called by the context menu to commit the changes to the VCS repository.
Private slot called by the context menu to show the difference of a file to the repository.
Private slot called by the context menu to show the VCS log of a file.
Private slot called by the context menu to merge changes into to a file.
Private slot called by the context menu to remove the selected file from the VCS repository.
Private slot called by the context menu to revert changes made to a file.
Private slot called by the context menu to show the status of a file.
Private slot called by the context menu to update a file from the VCS repository.