Module implementing the base class of the VCS project helper.
None |
VcsProjectHelper | Class implementing the base class of the VCS project helper. |
None |
Class implementing the base class of the VCS project helper.
None |
None |
VcsProjectHelper | Constructor |
_vcsCheckout | Protected slot used to create a local project from the repository. |
_vcsCleanup | Protected slot used to cleanup the local project. |
_vcsCommand | Protected slot used to execute an arbitrary vcs command. |
_vcsCommandOptions | Protected slot to edit the VCS command options. |
_vcsCommit | Protected slot used to commit changes to the local project to the repository. |
_vcsDiff | Protected slot used to show the difference of the local project to the repository. |
_vcsExport | Protected slot used to export a project from the repository. |
_vcsImport | Protected slot used to import the local project into the repository. |
_vcsInfoDisplay | Protected slot called to show some vcs information. |
_vcsLog | Protected slot used to show the log of the local project. |
_vcsLogBrowser | Protected slot used to show the log of the local project with a log browser dialog. |
_vcsMerge | Protected slot used to merge changes of a tag/revision into the local project. |
_vcsRemove | Protected slot used to remove the local project from the repository. |
_vcsRevert | Protected slot used to revert changes made to the local project. |
_vcsStatus | Protected slot used to show the status of the local project. |
_vcsSwitch | Protected slot used to switch the local project to another tag/branch. |
_vcsTag | Protected slot used to tag the local project in the repository. |
_vcsUpdate | Protected slot used to update the local project from the repository. |
initActions | Public method to generate the action objects. |
initBasicToolbar | Public slot to initialize the basic VCS toolbar. |
initMenu | Public method to generate the VCS menu. |
initToolbar | Public slot to initialize the VCS toolbar. |
revertChanges | Local function to revert the changes made to the project object. |
setObjects | Public method to set references to the vcs and project objects. |
showMenu | Public slot called before the vcs menu is shown. |
None |
Constructor
Protected slot used to create a local project from the repository.
Protected slot used to cleanup the local project.
Protected slot used to execute an arbitrary vcs command.
Protected slot to edit the VCS command options.
Protected slot used to commit changes to the local project to the repository.
Protected slot used to show the difference of the local project to the repository.
Protected slot used to export a project from the repository.
Protected slot used to import the local project into the repository.
NOTE: This does not necessarily make the local project a vcs controlled project. You may have to checkout the project from the repository in order to accomplish that.
Protected slot called to show some vcs information.
Protected slot used to show the log of the local project.
Protected slot used to show the log of the local project with a log browser dialog.
Protected slot used to merge changes of a tag/revision into the local project.
Protected 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.
Protected slot used to revert changes made to the local project.
Protected slot used to show the status of the local project.
Protected slot used to switch the local project to another tag/branch.
Protected slot used to tag the local project in the repository.
Protected slot used to update the local project from the repository.
Public method to generate the action objects.
Public slot to initialize the basic VCS toolbar.
Public method to generate the VCS menu.
Public slot to initialize the VCS toolbar.
Local function to revert the changes made to the project object.
Public method to set references to the vcs and project objects.
Public slot called before the vcs menu is shown.