Module implementing the base class of the VCS project browser helper.
None |
VcsProjectBrowserHelper | Class implementing the base class of the VCS project browser helper. |
None |
Class implementing the base class of the VCS project browser helper.
None |
None |
VcsProjectBrowserHelper | Constructor |
_VCSAdd | Protected slot called by the context menu to add the selected file to the VCS repository. |
_VCSAddTree | Protected slot called by the context menu. |
_VCSCommit | Protected slot called by the context menu to commit the changes to the VCS repository. |
_VCSDiff | Protected slot called by the context menu to show the difference of a file/directory to the repository. |
_VCSInfoDisplay | Protected slot called to show some vcs information. |
_VCSLog | Protected slot called by the context menu to show the VCS log of a file/directory. |
_VCSLogBrowser | Protected slot called by the context menu to show the log browser for a file. |
_VCSMerge | Protected slot called by the context menu to merge changes into to a file. |
_VCSRemove | Protected slot called by the context menu to remove the selected file from the VCS repository. |
_VCSRevert | Protected slot called by the context menu to revert changes made to a file. |
_VCSStatus | Protected slot called by the context menu to show the status of a file. |
_VCSUpdate | Protected slot called by the context menu to update a file from the VCS repository. |
_updateVCSStatus | Protected method to update the VCS status of an item. |
addVCSMenus | Public method to add the VCS entries to the various project browser menus. |
showContextMenu | Public slot called before the context menu is shown. |
showContextMenuDir | Public slot called before the context menu is shown. |
showContextMenuDirMulti | Public slot called before the context menu is shown. |
showContextMenuMulti | Public slot called before the context menu (multiple selections) is shown. |
None |
Constructor
Protected slot called by the context menu to add the selected file to the VCS repository.
Protected slot called by the context menu.
It is used to add the selected directory tree to the VCS repository.
Protected slot called by the context menu to commit the changes to the VCS repository.
Protected slot called by the context menu to show the difference of a file/directory to the repository.
Protected slot called to show some vcs information.
Protected slot called by the context menu to show the VCS log of a file/directory.
Protected slot called by the context menu to show the log browser for a file.
Protected slot called by the context menu to merge changes into to a file.
Protected slot called by the context menu to remove the selected file from the VCS repository.
Protected slot called by the context menu to revert changes made to a file.
Protected slot called by the context menu to show the status of a file.
Protected slot called by the context menu to update a file from the VCS repository.
Protected method to update the VCS status of an item.
Public method to add the VCS entries to the various project browser menus.
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.
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.
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.
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.