Module implementing the base class of the VCS project helper.
VcsProjectHelper | Class implementing the base class of the VCS project helper. |
None |
Class implementing the base class of the VCS project helper.
VcsProjectHelper | Constructor |
cvsLogin | Private slot used to login to a remote repository. |
cvsLogout | Private slot used to logout from a remote repository. |
handleShowMenu | Private slot called before the vcs menu is shown. |
initActions | Private method to generate the action objects. |
initMenu | Private method to generate the VCS menu. |
vcsCheckout | Private slot used to create a local project from the repository. |
vcsCleanup | Private slot used to cleanup the local project. |
vcsCommand | Private slot used to execute an arbitrary vcs command. |
vcsCommandOptions | Private slot to edit the VCS command options. |
vcsCommit | Private slot used to commit changes to the local project to the repository. |
vcsDiff | Private slot used to show the difference of the local project to the repository. |
vcsExport | Private slot used to export a project from the repository. |
vcsImport | Private slot used to import the local project into the repository. |
vcsLog | Private slot used to show the log of the local project. |
vcsMerge | Private slot used to merge changes of a tag/revision into the local project. |
vcsRemove | Private slot used to remove the local project from the repository. |
vcsRevert | Private slot used to revert changes made to the local project. |
vcsStatus | Private slot used to show the status of the local project. |
vcsSwitch | Private slot used to switch the local project to another tag/branch. |
vcsTag | Private slot used to tag the local project in the repository. |
vcsUpdate | Private slot used to update the local project from the repository. |
Constructor
Private slot used to login to a remote repository.
Private slot used to logout from a remote repository.
Private slot called before the vcs menu is shown.
Private method to generate the action objects.
Private method to generate the VCS menu.
Private slot used to create a local project from the repository.
Private slot used to cleanup the local project.
Private slot used to execute an arbitrary vcs command.
Private slot to edit the VCS command options.
Private slot used to commit changes to the local project to the repository.
Private slot used to show the difference of the local project to the repository.
Private slot used to export a project from the repository.
Private slot used to import the local project into the repository.
NOTE: This does not necvessarily make the local project a vcs controlled project. You may have to checkout the project from the repository in order to accomplish that.
Private slot used to show the log of the local project.
Private slot used to merge changes of a tag/revision into the local project.
Private slot used to remove the local project from the repository.
Depending on the parameters set in the vcs object the project may be removed from the local disk as well.
Private slot used to revert changes made to the local project.
Private slot used to show the status of the local project.
Private slot used to switch the local project to another tag/branch.
Private slot used to tag the local project in the repository.
Private slot used to update the local project from the repository.