Sun, 03 Jun 2018 14:03:19 +0200
Git: added capability to change the URL and/or user credentials for a remote repository.
--- a/APIs/Python3/eric6.api Sun Jun 03 11:30:57 2018 +0200 +++ b/APIs/Python3/eric6.api Sun Jun 03 14:03:19 2018 +0200 @@ -5047,6 +5047,7 @@ eric6.Plugins.VcsPlugins.vcsGit.GitAddRemoteDialog.GitAddRemoteDialog.getData?4() eric6.Plugins.VcsPlugins.vcsGit.GitAddRemoteDialog.GitAddRemoteDialog.on_nameEdit_textChanged?4(txt) eric6.Plugins.VcsPlugins.vcsGit.GitAddRemoteDialog.GitAddRemoteDialog.on_urlEdit_textChanged?4(txt) +eric6.Plugins.VcsPlugins.vcsGit.GitAddRemoteDialog.GitAddRemoteDialog.on_userEdit_textChanged?4(txt) eric6.Plugins.VcsPlugins.vcsGit.GitAddRemoteDialog.GitAddRemoteDialog?1(parent=None) eric6.Plugins.VcsPlugins.vcsGit.GitApplyBundleDataDialog.GitApplyBundleDataDialog.getData?4() eric6.Plugins.VcsPlugins.vcsGit.GitApplyBundleDataDialog.GitApplyBundleDataDialog?1(bundleHeads, branches, parent=None) @@ -5109,6 +5110,9 @@ eric6.Plugins.VcsPlugins.vcsGit.GitBundleDialog.GitBundleDialog.on_tagButton_toggled?4(checked) eric6.Plugins.VcsPlugins.vcsGit.GitBundleDialog.GitBundleDialog.on_tagCombo_editTextChanged?4(txt) eric6.Plugins.VcsPlugins.vcsGit.GitBundleDialog.GitBundleDialog?1(tagsList, branchesList, parent=None) +eric6.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog.GitChangeRemoteUrlDialog.getData?4() +eric6.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog.GitChangeRemoteUrlDialog.on_newUrlEdit_textChanged?4(txt) +eric6.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog.GitChangeRemoteUrlDialog?1(remoteName, remoteUrl, parent=None) eric6.Plugins.VcsPlugins.vcsGit.GitCherryPickDialog.GitCherryPickDialog.getData?4() eric6.Plugins.VcsPlugins.vcsGit.GitCherryPickDialog.GitCherryPickDialog.on_commitsEdit_textChanged?4() eric6.Plugins.VcsPlugins.vcsGit.GitCherryPickDialog.GitCherryPickDialog?1(commits=None, parent=None) @@ -5286,10 +5290,15 @@ eric6.Plugins.VcsPlugins.vcsGit.GitReflogBrowserDialog.GitReflogBrowserDialog.show?4() eric6.Plugins.VcsPlugins.vcsGit.GitReflogBrowserDialog.GitReflogBrowserDialog.start?4(projectdir) eric6.Plugins.VcsPlugins.vcsGit.GitReflogBrowserDialog.GitReflogBrowserDialog?1(vcs, parent=None) +eric6.Plugins.VcsPlugins.vcsGit.GitRemoteCredentialsDialog.GitRemoteCredentialsDialog.getData?4() +eric6.Plugins.VcsPlugins.vcsGit.GitRemoteCredentialsDialog.GitRemoteCredentialsDialog.on_userEdit_textChanged?4(txt) +eric6.Plugins.VcsPlugins.vcsGit.GitRemoteCredentialsDialog.GitRemoteCredentialsDialog?1(remoteName, remoteUrl, parent=None) eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.GitRemoteRepositoriesDialog.closeEvent?4(e) eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.GitRemoteRepositoriesDialog.keyPressEvent?4(evt) eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.GitRemoteRepositoriesDialog.on_addButton_clicked?4() eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.GitRemoteRepositoriesDialog.on_buttonBox_clicked?4(button) +eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.GitRemoteRepositoriesDialog.on_changeUrlButton_clicked?4() +eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.GitRemoteRepositoriesDialog.on_credentialsButton_clicked?4() eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.GitRemoteRepositoriesDialog.on_input_returnPressed?4() eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.GitRemoteRepositoriesDialog.on_passwordCheckBox_toggled?4(isOn) eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.GitRemoteRepositoriesDialog.on_pruneButton_clicked?4() @@ -5450,6 +5459,8 @@ eric6.Plugins.VcsPlugins.vcsGit.git.Git.gitBundleListHeads?4(projectDir) eric6.Plugins.VcsPlugins.vcsGit.git.Git.gitBundlePull?4(projectDir) eric6.Plugins.VcsPlugins.vcsGit.git.Git.gitCancelMerge?4(name) +eric6.Plugins.VcsPlugins.vcsGit.git.Git.gitChangeRemoteCredentials?4(projectDir, remoteName, remoteUrl="") +eric6.Plugins.VcsPlugins.vcsGit.git.Git.gitChangeRemoteUrl?4(projectDir, remoteName, remoteUrl="") eric6.Plugins.VcsPlugins.vcsGit.git.Git.gitCherryPick?4(projectDir, commits=None) eric6.Plugins.VcsPlugins.vcsGit.git.Git.gitCherryPickAbort?4(projectDir) eric6.Plugins.VcsPlugins.vcsGit.git.Git.gitCherryPickContinue?4(projectDir) @@ -5469,6 +5480,7 @@ eric6.Plugins.VcsPlugins.vcsGit.git.Git.gitGetBundleHeads?4(repodir, bundleFile) eric6.Plugins.VcsPlugins.vcsGit.git.Git.gitGetCurrentBranch?4(repodir) eric6.Plugins.VcsPlugins.vcsGit.git.Git.gitGetRemoteBranchesList?4(repodir, remote) +eric6.Plugins.VcsPlugins.vcsGit.git.Git.gitGetRemoteUrl?4(repodir, remoteName) eric6.Plugins.VcsPlugins.vcsGit.git.Git.gitGetRemoteUrlsList?4(repodir, forFetch=True) eric6.Plugins.VcsPlugins.vcsGit.git.Git.gitGetRemotesList?4(repodir) eric6.Plugins.VcsPlugins.vcsGit.git.Git.gitGetTagsList?4(repodir, withType=False)
--- a/APIs/Python3/eric6.bas Sun Jun 03 11:30:57 2018 +0200 +++ b/APIs/Python3/eric6.bas Sun Jun 03 14:03:19 2018 +0200 @@ -318,6 +318,7 @@ GitBranchDialog QDialog Ui_GitBranchDialog GitBranchPushDialog QDialog Ui_GitBranchPushDialog GitBundleDialog QDialog Ui_GitBundleDialog +GitChangeRemoteUrlDialog QDialog Ui_GitChangeRemoteUrlDialog GitCherryPickDialog QDialog Ui_GitCherryPickDialog GitCommandDialog QDialog Ui_GitCommandDialog GitCommitDialog QWidget Ui_GitCommitDialog @@ -341,6 +342,7 @@ GitPullDialog QDialog Ui_GitPullDialog GitPushDialog QDialog Ui_GitPushDialog GitReflogBrowserDialog QWidget Ui_GitReflogBrowserDialog +GitRemoteCredentialsDialog QDialog Ui_GitRemoteCredentialsDialog GitRemoteRepositoriesDialog QWidget Ui_GitRemoteRepositoriesDialog GitRevisionSelectionDialog QDialog Ui_GitRevisionSelectionDialog GitRevisionsSelectionDialog QDialog Ui_GitRevisionsSelectionDialog
--- a/Documentation/Help/source.qhp Sun Jun 03 11:30:57 2018 +0200 +++ b/Documentation/Help/source.qhp Sun Jun 03 14:03:19 2018 +0200 @@ -568,6 +568,7 @@ <section title="eric6.Plugins.VcsPlugins.vcsGit.GitBranchDialog" ref="eric6.Plugins.VcsPlugins.vcsGit.GitBranchDialog.html" /> <section title="eric6.Plugins.VcsPlugins.vcsGit.GitBranchPushDialog" ref="eric6.Plugins.VcsPlugins.vcsGit.GitBranchPushDialog.html" /> <section title="eric6.Plugins.VcsPlugins.vcsGit.GitBundleDialog" ref="eric6.Plugins.VcsPlugins.vcsGit.GitBundleDialog.html" /> + <section title="eric6.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog" ref="eric6.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog.html" /> <section title="eric6.Plugins.VcsPlugins.vcsGit.GitCherryPickDialog" ref="eric6.Plugins.VcsPlugins.vcsGit.GitCherryPickDialog.html" /> <section title="eric6.Plugins.VcsPlugins.vcsGit.GitCommandDialog" ref="eric6.Plugins.VcsPlugins.vcsGit.GitCommandDialog.html" /> <section title="eric6.Plugins.VcsPlugins.vcsGit.GitCommitDialog" ref="eric6.Plugins.VcsPlugins.vcsGit.GitCommitDialog.html" /> @@ -589,6 +590,7 @@ <section title="eric6.Plugins.VcsPlugins.vcsGit.GitPullDialog" ref="eric6.Plugins.VcsPlugins.vcsGit.GitPullDialog.html" /> <section title="eric6.Plugins.VcsPlugins.vcsGit.GitPushDialog" ref="eric6.Plugins.VcsPlugins.vcsGit.GitPushDialog.html" /> <section title="eric6.Plugins.VcsPlugins.vcsGit.GitReflogBrowserDialog" ref="eric6.Plugins.VcsPlugins.vcsGit.GitReflogBrowserDialog.html" /> + <section title="eric6.Plugins.VcsPlugins.vcsGit.GitRemoteCredentialsDialog" ref="eric6.Plugins.VcsPlugins.vcsGit.GitRemoteCredentialsDialog.html" /> <section title="eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog" ref="eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.html" /> <section title="eric6.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog" ref="eric6.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.html" /> <section title="eric6.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog" ref="eric6.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.html" /> @@ -6473,6 +6475,8 @@ <keyword name="Git.gitBundleListHeads" id="Git.gitBundleListHeads" ref="eric6.Plugins.VcsPlugins.vcsGit.git.html#Git.gitBundleListHeads" /> <keyword name="Git.gitBundlePull" id="Git.gitBundlePull" ref="eric6.Plugins.VcsPlugins.vcsGit.git.html#Git.gitBundlePull" /> <keyword name="Git.gitCancelMerge" id="Git.gitCancelMerge" ref="eric6.Plugins.VcsPlugins.vcsGit.git.html#Git.gitCancelMerge" /> + <keyword name="Git.gitChangeRemoteCredentials" id="Git.gitChangeRemoteCredentials" ref="eric6.Plugins.VcsPlugins.vcsGit.git.html#Git.gitChangeRemoteCredentials" /> + <keyword name="Git.gitChangeRemoteUrl" id="Git.gitChangeRemoteUrl" ref="eric6.Plugins.VcsPlugins.vcsGit.git.html#Git.gitChangeRemoteUrl" /> <keyword name="Git.gitCherryPick" id="Git.gitCherryPick" ref="eric6.Plugins.VcsPlugins.vcsGit.git.html#Git.gitCherryPick" /> <keyword name="Git.gitCherryPickAbort" id="Git.gitCherryPickAbort" ref="eric6.Plugins.VcsPlugins.vcsGit.git.html#Git.gitCherryPickAbort" /> <keyword name="Git.gitCherryPickContinue" id="Git.gitCherryPickContinue" ref="eric6.Plugins.VcsPlugins.vcsGit.git.html#Git.gitCherryPickContinue" /> @@ -6492,6 +6496,7 @@ <keyword name="Git.gitGetBundleHeads" id="Git.gitGetBundleHeads" ref="eric6.Plugins.VcsPlugins.vcsGit.git.html#Git.gitGetBundleHeads" /> <keyword name="Git.gitGetCurrentBranch" id="Git.gitGetCurrentBranch" ref="eric6.Plugins.VcsPlugins.vcsGit.git.html#Git.gitGetCurrentBranch" /> <keyword name="Git.gitGetRemoteBranchesList" id="Git.gitGetRemoteBranchesList" ref="eric6.Plugins.VcsPlugins.vcsGit.git.html#Git.gitGetRemoteBranchesList" /> + <keyword name="Git.gitGetRemoteUrl" id="Git.gitGetRemoteUrl" ref="eric6.Plugins.VcsPlugins.vcsGit.git.html#Git.gitGetRemoteUrl" /> <keyword name="Git.gitGetRemoteUrlsList" id="Git.gitGetRemoteUrlsList" ref="eric6.Plugins.VcsPlugins.vcsGit.git.html#Git.gitGetRemoteUrlsList" /> <keyword name="Git.gitGetRemotesList" id="Git.gitGetRemotesList" ref="eric6.Plugins.VcsPlugins.vcsGit.git.html#Git.gitGetRemotesList" /> <keyword name="Git.gitGetTagsList" id="Git.gitGetTagsList" ref="eric6.Plugins.VcsPlugins.vcsGit.git.html#Git.gitGetTagsList" /> @@ -6573,6 +6578,7 @@ <keyword name="GitAddRemoteDialog.getData" id="GitAddRemoteDialog.getData" ref="eric6.Plugins.VcsPlugins.vcsGit.GitAddRemoteDialog.html#GitAddRemoteDialog.getData" /> <keyword name="GitAddRemoteDialog.on_nameEdit_textChanged" id="GitAddRemoteDialog.on_nameEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsGit.GitAddRemoteDialog.html#GitAddRemoteDialog.on_nameEdit_textChanged" /> <keyword name="GitAddRemoteDialog.on_urlEdit_textChanged" id="GitAddRemoteDialog.on_urlEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsGit.GitAddRemoteDialog.html#GitAddRemoteDialog.on_urlEdit_textChanged" /> + <keyword name="GitAddRemoteDialog.on_userEdit_textChanged" id="GitAddRemoteDialog.on_userEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsGit.GitAddRemoteDialog.html#GitAddRemoteDialog.on_userEdit_textChanged" /> <keyword name="GitApplyBundleDataDialog" id="GitApplyBundleDataDialog" ref="eric6.Plugins.VcsPlugins.vcsGit.GitApplyBundleDataDialog.html#GitApplyBundleDataDialog" /> <keyword name="GitApplyBundleDataDialog (Constructor)" id="GitApplyBundleDataDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsGit.GitApplyBundleDataDialog.html#GitApplyBundleDataDialog.__init__" /> <keyword name="GitApplyBundleDataDialog (Module)" id="GitApplyBundleDataDialog (Module)" ref="eric6.Plugins.VcsPlugins.vcsGit.GitApplyBundleDataDialog.html" /> @@ -6661,6 +6667,12 @@ <keyword name="GitBundleDialog.on_revisionsEdit_textChanged" id="GitBundleDialog.on_revisionsEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsGit.GitBundleDialog.html#GitBundleDialog.on_revisionsEdit_textChanged" /> <keyword name="GitBundleDialog.on_tagButton_toggled" id="GitBundleDialog.on_tagButton_toggled" ref="eric6.Plugins.VcsPlugins.vcsGit.GitBundleDialog.html#GitBundleDialog.on_tagButton_toggled" /> <keyword name="GitBundleDialog.on_tagCombo_editTextChanged" id="GitBundleDialog.on_tagCombo_editTextChanged" ref="eric6.Plugins.VcsPlugins.vcsGit.GitBundleDialog.html#GitBundleDialog.on_tagCombo_editTextChanged" /> + <keyword name="GitChangeRemoteUrlDialog" id="GitChangeRemoteUrlDialog" ref="eric6.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog.html#GitChangeRemoteUrlDialog" /> + <keyword name="GitChangeRemoteUrlDialog (Constructor)" id="GitChangeRemoteUrlDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog.html#GitChangeRemoteUrlDialog.__init__" /> + <keyword name="GitChangeRemoteUrlDialog (Module)" id="GitChangeRemoteUrlDialog (Module)" ref="eric6.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog.html" /> + <keyword name="GitChangeRemoteUrlDialog.__updateOK" id="GitChangeRemoteUrlDialog.__updateOK" ref="eric6.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog.html#GitChangeRemoteUrlDialog.__updateOK" /> + <keyword name="GitChangeRemoteUrlDialog.getData" id="GitChangeRemoteUrlDialog.getData" ref="eric6.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog.html#GitChangeRemoteUrlDialog.getData" /> + <keyword name="GitChangeRemoteUrlDialog.on_newUrlEdit_textChanged" id="GitChangeRemoteUrlDialog.on_newUrlEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog.html#GitChangeRemoteUrlDialog.on_newUrlEdit_textChanged" /> <keyword name="GitCherryPickDialog" id="GitCherryPickDialog" ref="eric6.Plugins.VcsPlugins.vcsGit.GitCherryPickDialog.html#GitCherryPickDialog" /> <keyword name="GitCherryPickDialog (Constructor)" id="GitCherryPickDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsGit.GitCherryPickDialog.html#GitCherryPickDialog.__init__" /> <keyword name="GitCherryPickDialog (Module)" id="GitCherryPickDialog (Module)" ref="eric6.Plugins.VcsPlugins.vcsGit.GitCherryPickDialog.html" /> @@ -6954,6 +6966,7 @@ <keyword name="GitProjectHelper.__gitBundleListHeads" id="GitProjectHelper.__gitBundleListHeads" ref="eric6.Plugins.VcsPlugins.vcsGit.ProjectHelper.html#GitProjectHelper.__gitBundleListHeads" /> <keyword name="GitProjectHelper.__gitBundlePull" id="GitProjectHelper.__gitBundlePull" ref="eric6.Plugins.VcsPlugins.vcsGit.ProjectHelper.html#GitProjectHelper.__gitBundlePull" /> <keyword name="GitProjectHelper.__gitCancelMerge" id="GitProjectHelper.__gitCancelMerge" ref="eric6.Plugins.VcsPlugins.vcsGit.ProjectHelper.html#GitProjectHelper.__gitCancelMerge" /> + <keyword name="GitProjectHelper.__gitChangeRemoteUrl" id="GitProjectHelper.__gitChangeRemoteUrl" ref="eric6.Plugins.VcsPlugins.vcsGit.ProjectHelper.html#GitProjectHelper.__gitChangeRemoteUrl" /> <keyword name="GitProjectHelper.__gitCheckPatches" id="GitProjectHelper.__gitCheckPatches" ref="eric6.Plugins.VcsPlugins.vcsGit.ProjectHelper.html#GitProjectHelper.__gitCheckPatches" /> <keyword name="GitProjectHelper.__gitCherryPick" id="GitProjectHelper.__gitCherryPick" ref="eric6.Plugins.VcsPlugins.vcsGit.ProjectHelper.html#GitProjectHelper.__gitCherryPick" /> <keyword name="GitProjectHelper.__gitCherryPickAbort" id="GitProjectHelper.__gitCherryPickAbort" ref="eric6.Plugins.VcsPlugins.vcsGit.ProjectHelper.html#GitProjectHelper.__gitCherryPickAbort" /> @@ -6976,6 +6989,7 @@ <keyword name="GitProjectHelper.__gitPull" id="GitProjectHelper.__gitPull" ref="eric6.Plugins.VcsPlugins.vcsGit.ProjectHelper.html#GitProjectHelper.__gitPull" /> <keyword name="GitProjectHelper.__gitPush" id="GitProjectHelper.__gitPush" ref="eric6.Plugins.VcsPlugins.vcsGit.ProjectHelper.html#GitProjectHelper.__gitPush" /> <keyword name="GitProjectHelper.__gitReflogBrowser" id="GitProjectHelper.__gitReflogBrowser" ref="eric6.Plugins.VcsPlugins.vcsGit.ProjectHelper.html#GitProjectHelper.__gitReflogBrowser" /> + <keyword name="GitProjectHelper.__gitRemoteCredentials" id="GitProjectHelper.__gitRemoteCredentials" ref="eric6.Plugins.VcsPlugins.vcsGit.ProjectHelper.html#GitProjectHelper.__gitRemoteCredentials" /> <keyword name="GitProjectHelper.__gitRemoveRemote" id="GitProjectHelper.__gitRemoveRemote" ref="eric6.Plugins.VcsPlugins.vcsGit.ProjectHelper.html#GitProjectHelper.__gitRemoveRemote" /> <keyword name="GitProjectHelper.__gitRenameRemote" id="GitProjectHelper.__gitRenameRemote" ref="eric6.Plugins.VcsPlugins.vcsGit.ProjectHelper.html#GitProjectHelper.__gitRenameRemote" /> <keyword name="GitProjectHelper.__gitRevert" id="GitProjectHelper.__gitRevert" ref="eric6.Plugins.VcsPlugins.vcsGit.ProjectHelper.html#GitProjectHelper.__gitRevert" /> @@ -7057,6 +7071,11 @@ <keyword name="GitReflogBrowserDialog.on_sendButton_clicked" id="GitReflogBrowserDialog.on_sendButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsGit.GitReflogBrowserDialog.html#GitReflogBrowserDialog.on_sendButton_clicked" /> <keyword name="GitReflogBrowserDialog.show" id="GitReflogBrowserDialog.show" ref="eric6.Plugins.VcsPlugins.vcsGit.GitReflogBrowserDialog.html#GitReflogBrowserDialog.show" /> <keyword name="GitReflogBrowserDialog.start" id="GitReflogBrowserDialog.start" ref="eric6.Plugins.VcsPlugins.vcsGit.GitReflogBrowserDialog.html#GitReflogBrowserDialog.start" /> + <keyword name="GitRemoteCredentialsDialog" id="GitRemoteCredentialsDialog" ref="eric6.Plugins.VcsPlugins.vcsGit.GitRemoteCredentialsDialog.html#GitRemoteCredentialsDialog" /> + <keyword name="GitRemoteCredentialsDialog (Constructor)" id="GitRemoteCredentialsDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsGit.GitRemoteCredentialsDialog.html#GitRemoteCredentialsDialog.__init__" /> + <keyword name="GitRemoteCredentialsDialog (Module)" id="GitRemoteCredentialsDialog (Module)" ref="eric6.Plugins.VcsPlugins.vcsGit.GitRemoteCredentialsDialog.html" /> + <keyword name="GitRemoteCredentialsDialog.getData" id="GitRemoteCredentialsDialog.getData" ref="eric6.Plugins.VcsPlugins.vcsGit.GitRemoteCredentialsDialog.html#GitRemoteCredentialsDialog.getData" /> + <keyword name="GitRemoteCredentialsDialog.on_userEdit_textChanged" id="GitRemoteCredentialsDialog.on_userEdit_textChanged" ref="eric6.Plugins.VcsPlugins.vcsGit.GitRemoteCredentialsDialog.html#GitRemoteCredentialsDialog.on_userEdit_textChanged" /> <keyword name="GitRemoteRepositoriesDialog" id="GitRemoteRepositoriesDialog" ref="eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.html#GitRemoteRepositoriesDialog" /> <keyword name="GitRemoteRepositoriesDialog (Constructor)" id="GitRemoteRepositoriesDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.html#GitRemoteRepositoriesDialog.__init__" /> <keyword name="GitRemoteRepositoriesDialog (Module)" id="GitRemoteRepositoriesDialog (Module)" ref="eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.html" /> @@ -7072,6 +7091,8 @@ <keyword name="GitRemoteRepositoriesDialog.keyPressEvent" id="GitRemoteRepositoriesDialog.keyPressEvent" ref="eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.html#GitRemoteRepositoriesDialog.keyPressEvent" /> <keyword name="GitRemoteRepositoriesDialog.on_addButton_clicked" id="GitRemoteRepositoriesDialog.on_addButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.html#GitRemoteRepositoriesDialog.on_addButton_clicked" /> <keyword name="GitRemoteRepositoriesDialog.on_buttonBox_clicked" id="GitRemoteRepositoriesDialog.on_buttonBox_clicked" ref="eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.html#GitRemoteRepositoriesDialog.on_buttonBox_clicked" /> + <keyword name="GitRemoteRepositoriesDialog.on_changeUrlButton_clicked" id="GitRemoteRepositoriesDialog.on_changeUrlButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.html#GitRemoteRepositoriesDialog.on_changeUrlButton_clicked" /> + <keyword name="GitRemoteRepositoriesDialog.on_credentialsButton_clicked" id="GitRemoteRepositoriesDialog.on_credentialsButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.html#GitRemoteRepositoriesDialog.on_credentialsButton_clicked" /> <keyword name="GitRemoteRepositoriesDialog.on_input_returnPressed" id="GitRemoteRepositoriesDialog.on_input_returnPressed" ref="eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.html#GitRemoteRepositoriesDialog.on_input_returnPressed" /> <keyword name="GitRemoteRepositoriesDialog.on_passwordCheckBox_toggled" id="GitRemoteRepositoriesDialog.on_passwordCheckBox_toggled" ref="eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.html#GitRemoteRepositoriesDialog.on_passwordCheckBox_toggled" /> <keyword name="GitRemoteRepositoriesDialog.on_pruneButton_clicked" id="GitRemoteRepositoriesDialog.on_pruneButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.html#GitRemoteRepositoriesDialog.on_pruneButton_clicked" /> @@ -19660,6 +19681,7 @@ <file>eric6.Plugins.VcsPlugins.vcsGit.GitBranchDialog.html</file> <file>eric6.Plugins.VcsPlugins.vcsGit.GitBranchPushDialog.html</file> <file>eric6.Plugins.VcsPlugins.vcsGit.GitBundleDialog.html</file> + <file>eric6.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog.html</file> <file>eric6.Plugins.VcsPlugins.vcsGit.GitCherryPickDialog.html</file> <file>eric6.Plugins.VcsPlugins.vcsGit.GitCommandDialog.html</file> <file>eric6.Plugins.VcsPlugins.vcsGit.GitCommitDialog.html</file> @@ -19681,6 +19703,7 @@ <file>eric6.Plugins.VcsPlugins.vcsGit.GitPullDialog.html</file> <file>eric6.Plugins.VcsPlugins.vcsGit.GitPushDialog.html</file> <file>eric6.Plugins.VcsPlugins.vcsGit.GitReflogBrowserDialog.html</file> + <file>eric6.Plugins.VcsPlugins.vcsGit.GitRemoteCredentialsDialog.html</file> <file>eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.html</file> <file>eric6.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.html</file> <file>eric6.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.html</file>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitAddRemoteDialog.html Sun Jun 03 11:30:57 2018 +0200 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitAddRemoteDialog.html Sun Jun 03 14:03:19 2018 +0200 @@ -71,6 +71,9 @@ </tr><tr> <td><a href="#GitAddRemoteDialog.on_urlEdit_textChanged">on_urlEdit_textChanged</a></td> <td>Private slot handling changes of the entered URL.</td> +</tr><tr> +<td><a href="#GitAddRemoteDialog.on_userEdit_textChanged">on_userEdit_textChanged</a></td> +<td>Private slot handling changes of the entered user name.</td> </tr> </table> <h3>Static Methods</h3> @@ -83,9 +86,9 @@ <p> Constructor </p><dl> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> </dl><a NAME="GitAddRemoteDialog.__updateOK" ID="GitAddRemoteDialog.__updateOK"></a> <h4>GitAddRemoteDialog.__updateOK</h4> @@ -100,8 +103,12 @@ </p><dl> <dt>Returns:</dt> <dd> -tuple with the name (string) and URL (string) of - the remote repository +tuple with name and URL of the remote repository +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str) </dd> </dl><a NAME="GitAddRemoteDialog.on_nameEdit_textChanged" ID="GitAddRemoteDialog.on_nameEdit_textChanged"></a> <h4>GitAddRemoteDialog.on_nameEdit_textChanged</h4> @@ -109,9 +116,9 @@ <p> Private slot handling changes of the entered name. </p><dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -current text (string) +current text </dd> </dl><a NAME="GitAddRemoteDialog.on_urlEdit_textChanged" ID="GitAddRemoteDialog.on_urlEdit_textChanged"></a> <h4>GitAddRemoteDialog.on_urlEdit_textChanged</h4> @@ -119,9 +126,19 @@ <p> Private slot handling changes of the entered URL. </p><dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -current text (string) +current text +</dd> +</dl><a NAME="GitAddRemoteDialog.on_userEdit_textChanged" ID="GitAddRemoteDialog.on_userEdit_textChanged"></a> +<h4>GitAddRemoteDialog.on_userEdit_textChanged</h4> +<b>on_userEdit_textChanged</b>(<i>txt</i>) +<p> + Private slot handling changes of the entered user name. +</p><dl> +<dt><i>txt</i> (str)</dt> +<dd> +current text </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog.html Sun Jun 03 14:03:19 2018 +0200 @@ -0,0 +1,126 @@ +<!DOCTYPE html> +<html><head> +<title>eric6.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog</title> +<meta charset="UTF-8"> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric6.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog</h1> +<p> +Module implementing a dialog to change the URL of a remote git repository. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#GitChangeRemoteUrlDialog">GitChangeRemoteUrlDialog</a></td> +<td>Class implementing a dialog to change the URL of a remote git repository.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="GitChangeRemoteUrlDialog" ID="GitChangeRemoteUrlDialog"></a> +<h2>GitChangeRemoteUrlDialog</h2> +<p> + Class implementing a dialog to change the URL of a remote git repository. +</p> +<h3>Derived from</h3> +QDialog, Ui_GitChangeRemoteUrlDialog +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#GitChangeRemoteUrlDialog.__init__">GitChangeRemoteUrlDialog</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#GitChangeRemoteUrlDialog.__updateOK">__updateOK</a></td> +<td>Private method to update the status of the OK button.</td> +</tr><tr> +<td><a href="#GitChangeRemoteUrlDialog.getData">getData</a></td> +<td>Public method to get the entered data.</td> +</tr><tr> +<td><a href="#GitChangeRemoteUrlDialog.on_newUrlEdit_textChanged">on_newUrlEdit_textChanged</a></td> +<td>Private slot handling changes of the entered URL.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="GitChangeRemoteUrlDialog.__init__" ID="GitChangeRemoteUrlDialog.__init__"></a> +<h4>GitChangeRemoteUrlDialog (Constructor)</h4> +<b>GitChangeRemoteUrlDialog</b>(<i>remoteName, remoteUrl, parent=None</i>) +<p> + Constructor +</p><dl> +<dt><i>remoteName</i> (str)</dt> +<dd> +name of the remote repository +</dd><dt><i>remoteUrl</i> (str)</dt> +<dd> +URL of the remote repository +</dd><dt><i>parent</i> (QWidget)</dt> +<dd> +reference to the parent widget +</dd> +</dl><a NAME="GitChangeRemoteUrlDialog.__updateOK" ID="GitChangeRemoteUrlDialog.__updateOK"></a> +<h4>GitChangeRemoteUrlDialog.__updateOK</h4> +<b>__updateOK</b>(<i></i>) +<p> + Private method to update the status of the OK button. +</p><a NAME="GitChangeRemoteUrlDialog.getData" ID="GitChangeRemoteUrlDialog.getData"></a> +<h4>GitChangeRemoteUrlDialog.getData</h4> +<b>getData</b>(<i></i>) +<p> + Public method to get the entered data. +</p><dl> +<dt>Returns:</dt> +<dd> +tuple with name and new URL of the remote repository +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str) +</dd> +</dl><a NAME="GitChangeRemoteUrlDialog.on_newUrlEdit_textChanged" ID="GitChangeRemoteUrlDialog.on_newUrlEdit_textChanged"></a> +<h4>GitChangeRemoteUrlDialog.on_newUrlEdit_textChanged</h4> +<b>on_newUrlEdit_textChanged</b>(<i>txt</i>) +<p> + Private slot handling changes of the entered URL. +</p><dl> +<dt><i>txt</i> (str)</dt> +<dd> +current text +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitRemoteCredentialsDialog.html Sun Jun 03 14:03:19 2018 +0200 @@ -0,0 +1,118 @@ +<!DOCTYPE html> +<html><head> +<title>eric6.Plugins.VcsPlugins.vcsGit.GitRemoteCredentialsDialog</title> +<meta charset="UTF-8"> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric6.Plugins.VcsPlugins.vcsGit.GitRemoteCredentialsDialog</h1> +<p> +Module implementing a dialog to enter the data of a remote repository. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#GitRemoteCredentialsDialog">GitRemoteCredentialsDialog</a></td> +<td>Class implementing a dialog to enter the data of a remote repository.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="GitRemoteCredentialsDialog" ID="GitRemoteCredentialsDialog"></a> +<h2>GitRemoteCredentialsDialog</h2> +<p> + Class implementing a dialog to enter the data of a remote repository. +</p> +<h3>Derived from</h3> +QDialog, Ui_GitRemoteCredentialsDialog +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#GitRemoteCredentialsDialog.__init__">GitRemoteCredentialsDialog</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#GitRemoteCredentialsDialog.getData">getData</a></td> +<td>Public method to get the entered data.</td> +</tr><tr> +<td><a href="#GitRemoteCredentialsDialog.on_userEdit_textChanged">on_userEdit_textChanged</a></td> +<td>Private slot handling changes of the entered user name.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="GitRemoteCredentialsDialog.__init__" ID="GitRemoteCredentialsDialog.__init__"></a> +<h4>GitRemoteCredentialsDialog (Constructor)</h4> +<b>GitRemoteCredentialsDialog</b>(<i>remoteName, remoteUrl, parent=None</i>) +<p> + Constructor +</p><dl> +<dt><i>remoteName</i> (str)</dt> +<dd> +name of the remote repository +</dd><dt><i>remoteUrl</i> (str)</dt> +<dd> +URL of the remote repository +</dd><dt><i>parent</i> (QWidget)</dt> +<dd> +reference to the parent widget +</dd> +</dl><a NAME="GitRemoteCredentialsDialog.getData" ID="GitRemoteCredentialsDialog.getData"></a> +<h4>GitRemoteCredentialsDialog.getData</h4> +<b>getData</b>(<i></i>) +<p> + Public method to get the entered data. +</p><dl> +<dt>Returns:</dt> +<dd> +tuple with name and URL of the remote repository +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str) +</dd> +</dl><a NAME="GitRemoteCredentialsDialog.on_userEdit_textChanged" ID="GitRemoteCredentialsDialog.on_userEdit_textChanged"></a> +<h4>GitRemoteCredentialsDialog.on_userEdit_textChanged</h4> +<b>on_userEdit_textChanged</b>(<i>txt</i>) +<p> + Private slot handling changes of the entered user name. +</p><dl> +<dt><i>txt</i> (str)</dt> +<dd> +current text +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.html Sun Jun 03 11:30:57 2018 +0200 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.html Sun Jun 03 14:03:19 2018 +0200 @@ -96,6 +96,12 @@ <td><a href="#GitRemoteRepositoriesDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> <td>Private slot called by a button of the button box clicked.</td> </tr><tr> +<td><a href="#GitRemoteRepositoriesDialog.on_changeUrlButton_clicked">on_changeUrlButton_clicked</a></td> +<td>Private slot to change the URL of a remote repository.</td> +</tr><tr> +<td><a href="#GitRemoteRepositoriesDialog.on_credentialsButton_clicked">on_credentialsButton_clicked</a></td> +<td>Private slot to change the credentials of a remote repository.</td> +</tr><tr> <td><a href="#GitRemoteRepositoriesDialog.on_input_returnPressed">on_input_returnPressed</a></td> <td>Private slot to handle the press of the return key in the input field.</td> </tr><tr> @@ -245,7 +251,17 @@ <dd> button that was clicked (QAbstractButton) </dd> -</dl><a NAME="GitRemoteRepositoriesDialog.on_input_returnPressed" ID="GitRemoteRepositoriesDialog.on_input_returnPressed"></a> +</dl><a NAME="GitRemoteRepositoriesDialog.on_changeUrlButton_clicked" ID="GitRemoteRepositoriesDialog.on_changeUrlButton_clicked"></a> +<h4>GitRemoteRepositoriesDialog.on_changeUrlButton_clicked</h4> +<b>on_changeUrlButton_clicked</b>(<i></i>) +<p> + Private slot to change the URL of a remote repository. +</p><a NAME="GitRemoteRepositoriesDialog.on_credentialsButton_clicked" ID="GitRemoteRepositoriesDialog.on_credentialsButton_clicked"></a> +<h4>GitRemoteRepositoriesDialog.on_credentialsButton_clicked</h4> +<b>on_credentialsButton_clicked</b>(<i></i>) +<p> + Private slot to change the credentials of a remote repository. +</p><a NAME="GitRemoteRepositoriesDialog.on_input_returnPressed" ID="GitRemoteRepositoriesDialog.on_input_returnPressed"></a> <h4>GitRemoteRepositoriesDialog.on_input_returnPressed</h4> <b>on_input_returnPressed</b>(<i></i>) <p>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.ProjectHelper.html Sun Jun 03 11:30:57 2018 +0200 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.ProjectHelper.html Sun Jun 03 14:03:19 2018 +0200 @@ -117,6 +117,9 @@ <td><a href="#GitProjectHelper.__gitCancelMerge">__gitCancelMerge</a></td> <td>Private slot used to cancel an uncommitted or failed merge.</td> </tr><tr> +<td><a href="#GitProjectHelper.__gitChangeRemoteUrl">__gitChangeRemoteUrl</a></td> +<td>Private slot to change the URL of a remote repository.</td> +</tr><tr> <td><a href="#GitProjectHelper.__gitCheckPatches">__gitCheckPatches</a></td> <td>Private slot to check a list of patch files, if they would apply cleanly.</td> </tr><tr> @@ -183,6 +186,9 @@ <td><a href="#GitProjectHelper.__gitReflogBrowser">__gitReflogBrowser</a></td> <td>Private slot to show the reflog of the current project.</td> </tr><tr> +<td><a href="#GitProjectHelper.__gitRemoteCredentials">__gitRemoteCredentials</a></td> +<td>Private slot to change or set the user credentials for a remote repository.</td> +</tr><tr> <td><a href="#GitProjectHelper.__gitRemoveRemote">__gitRemoveRemote</a></td> <td>Private slot to remove a remote repository.</td> </tr><tr> @@ -423,6 +429,11 @@ <b>__gitCancelMerge</b>(<i></i>) <p> Private slot used to cancel an uncommitted or failed merge. +</p><a NAME="GitProjectHelper.__gitChangeRemoteUrl" ID="GitProjectHelper.__gitChangeRemoteUrl"></a> +<h4>GitProjectHelper.__gitChangeRemoteUrl</h4> +<b>__gitChangeRemoteUrl</b>(<i></i>) +<p> + Private slot to change the URL of a remote repository. </p><a NAME="GitProjectHelper.__gitCheckPatches" ID="GitProjectHelper.__gitCheckPatches"></a> <h4>GitProjectHelper.__gitCheckPatches</h4> <b>__gitCheckPatches</b>(<i></i>) @@ -537,6 +548,12 @@ <b>__gitReflogBrowser</b>(<i></i>) <p> Private slot to show the reflog of the current project. +</p><a NAME="GitProjectHelper.__gitRemoteCredentials" ID="GitProjectHelper.__gitRemoteCredentials"></a> +<h4>GitProjectHelper.__gitRemoteCredentials</h4> +<b>__gitRemoteCredentials</b>(<i></i>) +<p> + Private slot to change or set the user credentials for a remote + repository. </p><a NAME="GitProjectHelper.__gitRemoveRemote" ID="GitProjectHelper.__gitRemoveRemote"></a> <h4>GitProjectHelper.__gitRemoveRemote</h4> <b>__gitRemoveRemote</b>(<i></i>)
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.git.html Sun Jun 03 11:30:57 2018 +0200 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.git.html Sun Jun 03 14:03:19 2018 +0200 @@ -138,6 +138,12 @@ <td><a href="#Git.gitCancelMerge">gitCancelMerge</a></td> <td>Public method to cancel an uncommitted or failed merge.</td> </tr><tr> +<td><a href="#Git.gitChangeRemoteCredentials">gitChangeRemoteCredentials</a></td> +<td>Public method to change the user credentials of a remote repository.</td> +</tr><tr> +<td><a href="#Git.gitChangeRemoteUrl">gitChangeRemoteUrl</a></td> +<td>Public method to change the URL of a remote repository.</td> +</tr><tr> <td><a href="#Git.gitCherryPick">gitCherryPick</a></td> <td>Public method to cherry pick commits and apply them to the current branch.</td> </tr><tr> @@ -195,6 +201,9 @@ <td><a href="#Git.gitGetRemoteBranchesList">gitGetRemoteBranchesList</a></td> <td>Public method to get the list of a remote repository branches.</td> </tr><tr> +<td><a href="#Git.gitGetRemoteUrl">gitGetRemoteUrl</a></td> +<td>Public method to get the URL of a remote repository.</td> +</tr><tr> <td><a href="#Git.gitGetRemoteUrlsList">gitGetRemoteUrlsList</a></td> <td>Public method to get the list of remote repos and their URLs.</td> </tr><tr> @@ -793,6 +802,38 @@ flag indicating, that the cancellation contained an add or delete (boolean) </dd> +</dl><a NAME="Git.gitChangeRemoteCredentials" ID="Git.gitChangeRemoteCredentials"></a> +<h4>Git.gitChangeRemoteCredentials</h4> +<b>gitChangeRemoteCredentials</b>(<i>projectDir, remoteName, remoteUrl=""</i>) +<p> + Public method to change the user credentials of a remote repository. +</p><dl> +<dt><i>projectDir</i> (str)</dt> +<dd> +name of the project directory +</dd><dt><i>remoteName</i> (str)</dt> +<dd> +name of the remote repository +</dd><dt><i>remoteUrl</i> (str)</dt> +<dd> +URL of the remote repository +</dd> +</dl><a NAME="Git.gitChangeRemoteUrl" ID="Git.gitChangeRemoteUrl"></a> +<h4>Git.gitChangeRemoteUrl</h4> +<b>gitChangeRemoteUrl</b>(<i>projectDir, remoteName, remoteUrl=""</i>) +<p> + Public method to change the URL of a remote repository. +</p><dl> +<dt><i>projectDir</i> (str)</dt> +<dd> +name of the project directory +</dd><dt><i>remoteName</i> (str)</dt> +<dd> +name of the remote repository +</dd><dt><i>remoteUrl</i> (str)</dt> +<dd> +URL of the remote repository +</dd> </dl><a NAME="Git.gitCherryPick" ID="Git.gitCherryPick"></a> <h4>Git.gitCherryPick</h4> <b>gitCherryPick</b>(<i>projectDir, commits=None</i>) @@ -1072,6 +1113,29 @@ <dd> list of remote repository branches (list of string) </dd> +</dl><a NAME="Git.gitGetRemoteUrl" ID="Git.gitGetRemoteUrl"></a> +<h4>Git.gitGetRemoteUrl</h4> +<b>gitGetRemoteUrl</b>(<i>repodir, remoteName</i>) +<p> + Public method to get the URL of a remote repository. +</p><dl> +<dt><i>repodir</i> (str)</dt> +<dd> +directory name of the repository +</dd><dt><i>remoteName</i> (str)</dt> +<dd> +name of the remote repository +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +URL of the remote repository +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> </dl><a NAME="Git.gitGetRemoteUrlsList" ID="Git.gitGetRemoteUrlsList"></a> <h4>Git.gitGetRemoteUrlsList</h4> <b>gitGetRemoteUrlsList</b>(<i>repodir, forFetch=True</i>)
--- a/Documentation/Source/eric6.Utilities.BackgroundService.html Sun Jun 03 11:30:57 2018 +0200 +++ b/Documentation/Source/eric6.Utilities.BackgroundService.html Sun Jun 03 14:03:19 2018 +0200 @@ -109,7 +109,7 @@ <td>Public method to remove the service from the service list.</td> </tr><tr> <td><a href="#BackgroundService.shutdown">shutdown</a></td> -<td>Public method to cleanup the connections and processes when eric is shuting down.</td> +<td>Public method to cleanup the connections and processes when eric is shutting down.</td> </tr> </table> <h3>Static Methods</h3> @@ -290,7 +290,7 @@ <b>shutdown</b>(<i></i>) <p> Public method to cleanup the connections and processes when eric is - shuting down. + shutting down. </p> <div align="right"><a href="#top">Up</a></div> <hr />
--- a/Documentation/Source/index-eric6.Plugins.VcsPlugins.vcsGit.html Sun Jun 03 11:30:57 2018 +0200 +++ b/Documentation/Source/index-eric6.Plugins.VcsPlugins.vcsGit.html Sun Jun 03 14:03:19 2018 +0200 @@ -68,6 +68,9 @@ <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitBundleDialog.html">GitBundleDialog</a></td> <td>Module implementing a dialog to enter the data for a bundle operation.</td> </tr><tr> +<td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog.html">GitChangeRemoteUrlDialog</a></td> +<td>Module implementing a dialog to change the URL of a remote git repository.</td> +</tr><tr> <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitCherryPickDialog.html">GitCherryPickDialog</a></td> <td>Module implementing a dialog to enter cherry-pick data.</td> </tr><tr> @@ -131,6 +134,9 @@ <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitReflogBrowserDialog.html">GitReflogBrowserDialog</a></td> <td>Module implementing a dialog to browse the reflog history.</td> </tr><tr> +<td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitRemoteCredentialsDialog.html">GitRemoteCredentialsDialog</a></td> +<td>Module implementing a dialog to enter the data of a remote repository.</td> +</tr><tr> <td><a href="eric6.Plugins.VcsPlugins.vcsGit.GitRemoteRepositoriesDialog.html">GitRemoteRepositoriesDialog</a></td> <td>Module implementing a dialog to show available remote repositories.</td> </tr><tr>
--- a/Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.py Sun Jun 03 11:30:57 2018 +0200 +++ b/Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.py Sun Jun 03 14:03:19 2018 +0200 @@ -9,7 +9,7 @@ from __future__ import unicode_literals -from PyQt5.QtCore import pyqtSlot +from PyQt5.QtCore import pyqtSlot, QUrl from PyQt5.QtWidgets import QDialog, QDialogButtonBox from .Ui_GitAddRemoteDialog import Ui_GitAddRemoteDialog @@ -23,12 +23,16 @@ """ Constructor - @param parent reference to the parent widget (QWidget) + @param parent reference to the parent widget + @type QWidget """ super(GitAddRemoteDialog, self).__init__(parent) self.setupUi(self) self.__updateOK() + + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) def __updateOK(self): """ @@ -43,7 +47,8 @@ """ Private slot handling changes of the entered name. - @param txt current text (string) + @param txt current text + @type str """ self.__updateOK() @@ -52,15 +57,34 @@ """ Private slot handling changes of the entered URL. - @param txt current text (string) + @param txt current text + @type str """ self.__updateOK() + @pyqtSlot(str) + def on_userEdit_textChanged(self, txt): + """ + Private slot handling changes of the entered user name. + + @param txt current text + @type str + """ + self.passwordEdit.setEnabled(bool(txt)) + def getData(self): """ Public method to get the entered data. - @return tuple with the name (string) and URL (string) of - the remote repository + @return tuple with name and URL of the remote repository + @rtype tuple of (str, str) """ - return self.nameEdit.text(), self.urlEdit.text() + url = QUrl.fromUserInput(self.urlEdit.text()) + userName = self.userEdit.text() + if userName: + url.setUserName(userName) + password = self.passwordEdit.text() + if password: + url.setPassword(password) + + return self.nameEdit.text(), url.toString()
--- a/Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui Sun Jun 03 11:30:57 2018 +0200 +++ b/Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui Sun Jun 03 14:03:19 2018 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>700</width> - <height>107</height> + <height>185</height> </rect> </property> <property name="windowTitle"> @@ -46,6 +46,46 @@ </widget> </item> <item row="2" column="0" colspan="2"> + <widget class="QGroupBox" name="groupBox"> + <property name="title"> + <string>Credentials</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Username:</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="userEdit"> + <property name="toolTip"> + <string>Enter the user name for the remote repository</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Password:</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="passwordEdit"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="toolTip"> + <string>Enter the password for the remote repository</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item row="3" column="0" colspan="2"> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.py Sun Jun 03 14:03:19 2018 +0200 @@ -0,0 +1,78 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2018 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing a dialog to change the URL of a remote git repository. +""" + +from __future__ import unicode_literals + +from PyQt5.QtCore import pyqtSlot, Qt, QUrl +from PyQt5.QtWidgets import QDialog, QDialogButtonBox + +from .Ui_GitChangeRemoteUrlDialog import Ui_GitChangeRemoteUrlDialog + + +class GitChangeRemoteUrlDialog(QDialog, Ui_GitChangeRemoteUrlDialog): + """ + Class implementing a dialog to change the URL of a remote git repository. + """ + def __init__(self, remoteName, remoteUrl, parent=None): + """ + Constructor + + @param remoteName name of the remote repository + @type str + @param remoteUrl URL of the remote repository + @type str + @param parent reference to the parent widget + @type QWidget + """ + super(GitChangeRemoteUrlDialog, self).__init__(parent) + self.setupUi(self) + + url = QUrl(remoteUrl) + self.__userInfo = url.userInfo() + + self.nameEdit.setText(remoteName) + self.urlEdit.setText(url.toString(QUrl.RemoveUserInfo)) + + self.__updateOK() + + self.newUrlEdit.setFocus(Qt.OtherFocusReason) + + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) + + def __updateOK(self): + """ + Private method to update the status of the OK button. + """ + self.buttonBox.button(QDialogButtonBox.Ok).setEnabled( + bool(self.newUrlEdit.text()) + ) + + @pyqtSlot(str) + def on_newUrlEdit_textChanged(self, txt): + """ + Private slot handling changes of the entered URL. + + @param txt current text + @type str + """ + self.__updateOK() + + def getData(self): + """ + Public method to get the entered data. + + @return tuple with name and new URL of the remote repository + @rtype tuple of (str, str) + """ + url = QUrl.fromUserInput(self.newUrlEdit.text()) + if self.__userInfo: + url.setUserInfo(self.__userInfo) + + return self.nameEdit.text(), url.toString()
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui Sun Jun 03 14:03:19 2018 +0200 @@ -0,0 +1,115 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>GitChangeRemoteUrlDialog</class> + <widget class="QDialog" name="GitChangeRemoteUrlDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>700</width> + <height>140</height> + </rect> + </property> + <property name="windowTitle"> + <string>Git Change Remote URL</string> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Name:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QLineEdit" name="nameEdit"> + <property name="toolTip"> + <string/> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>URL:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QLineEdit" name="urlEdit"> + <property name="toolTip"> + <string/> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>New URL:</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="QLineEdit" name="newUrlEdit"> + <property name="toolTip"> + <string>Enter the new remote URL</string> + </property> + </widget> + </item> + <item row="3" column="0" colspan="2"> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + </layout> + </widget> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>GitChangeRemoteUrlDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>248</x> + <y>254</y> + </hint> + <hint type="destinationlabel"> + <x>157</x> + <y>274</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>GitChangeRemoteUrlDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>316</x> + <y>260</y> + </hint> + <hint type="destinationlabel"> + <x>286</x> + <y>274</y> + </hint> + </hints> + </connection> + </connections> +</ui>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.py Sun Jun 03 14:03:19 2018 +0200 @@ -0,0 +1,73 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2014 - 2018 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing a dialog to enter the data of a remote repository. +""" + +from __future__ import unicode_literals + +from PyQt5.QtCore import pyqtSlot, Qt, QUrl +from PyQt5.QtWidgets import QDialog + +from .Ui_GitRemoteCredentialsDialog import Ui_GitRemoteCredentialsDialog + + +class GitRemoteCredentialsDialog(QDialog, Ui_GitRemoteCredentialsDialog): + """ + Class implementing a dialog to enter the data of a remote repository. + """ + def __init__(self, remoteName, remoteUrl, parent=None): + """ + Constructor + + @param remoteName name of the remote repository + @type str + @param remoteUrl URL of the remote repository + @type str + @param parent reference to the parent widget + @type QWidget + """ + super(GitRemoteCredentialsDialog, self).__init__(parent) + self.setupUi(self) + + url = QUrl(remoteUrl) + + self.nameEdit.setText(remoteName) + self.urlEdit.setText(url.toString(QUrl.RemoveUserInfo)) + self.userEdit.setText(url.userName()) + self.passwordEdit.setText(url.password()) + + self.userEdit.setFocus(Qt.OtherFocusReason) + + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) + + @pyqtSlot(str) + def on_userEdit_textChanged(self, txt): + """ + Private slot handling changes of the entered user name. + + @param txt current text + @type str + """ + self.passwordEdit.setEnabled(bool(txt)) + + def getData(self): + """ + Public method to get the entered data. + + @return tuple with name and URL of the remote repository + @rtype tuple of (str, str) + """ + url = QUrl.fromUserInput(self.urlEdit.text()) + userName = self.userEdit.text() + if userName: + url.setUserName(userName) + password = self.passwordEdit.text() + if password: + url.setPassword(password) + + return self.nameEdit.text(), url.toString()
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui Sun Jun 03 14:03:19 2018 +0200 @@ -0,0 +1,141 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>GitRemoteCredentialsDialog</class> + <widget class="QDialog" name="GitRemoteCredentialsDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>700</width> + <height>185</height> + </rect> + </property> + <property name="windowTitle"> + <string>Git Remote Credentials</string> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Name:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QLineEdit" name="nameEdit"> + <property name="toolTip"> + <string/> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>URL:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QLineEdit" name="urlEdit"> + <property name="toolTip"> + <string/> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="2" column="0" colspan="2"> + <widget class="QGroupBox" name="groupBox"> + <property name="title"> + <string>Credentials</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Username:</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="userEdit"> + <property name="toolTip"> + <string>Enter the user name for the remote repository</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Password:</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="passwordEdit"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="toolTip"> + <string>Enter the password for the remote repository</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item row="3" column="0" colspan="2"> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + </layout> + </widget> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>GitRemoteCredentialsDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>248</x> + <y>254</y> + </hint> + <hint type="destinationlabel"> + <x>157</x> + <y>274</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>GitRemoteCredentialsDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>316</x> + <y>260</y> + </hint> + <hint type="destinationlabel"> + <x>286</x> + <y>274</y> + </hint> + </hints> + </connection> + </connections> +</ui>
--- a/Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.py Sun Jun 03 11:30:57 2018 +0200 +++ b/Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.py Sun Jun 03 14:03:19 2018 +0200 @@ -28,7 +28,6 @@ import Preferences -# TODO: add button to set user credentials (git remote set-url) class GitRemoteRepositoriesDialog(QWidget, Ui_GitRemoteRepositoriesDialog): """ Class implementing a dialog to show available remote repositories. @@ -307,9 +306,11 @@ enable = len(self.repolist.selectedItems()) == 1 self.removeButton.setEnabled(enable) - self.renameButton.setEnabled(enable) self.pruneButton.setEnabled(enable) self.showInfoButton.setEnabled(enable) + self.renameButton.setEnabled(enable) + self.changeUrlButton.setEnabled(enable) + self.credentialsButton.setEnabled(enable) @pyqtSlot() def on_repolist_itemSelectionChanged(self): @@ -327,15 +328,6 @@ self.on_refreshButton_clicked() @pyqtSlot() - def on_renameButton_clicked(self): - """ - Private slot to rename a remote repository. - """ - remoteName = self.repolist.selectedItems()[0].text(0) - self.vcs.gitRenameRemote(self.projectDir, remoteName) - self.on_refreshButton_clicked() - - @pyqtSlot() def on_removeButton_clicked(self): """ Private slot to remove a remote repository. @@ -359,3 +351,35 @@ """ remoteName = self.repolist.selectedItems()[0].text(0) self.vcs.gitPruneRemote(self.projectDir, remoteName) + + @pyqtSlot() + def on_renameButton_clicked(self): + """ + Private slot to rename a remote repository. + """ + remoteName = self.repolist.selectedItems()[0].text(0) + self.vcs.gitRenameRemote(self.projectDir, remoteName) + self.on_refreshButton_clicked() + + @pyqtSlot() + def on_changeUrlButton_clicked(self): + """ + Private slot to change the URL of a remote repository. + """ + repositoryItem = self.repolist.selectedItems()[0] + remoteName = repositoryItem.text(0) + remoteUrl = repositoryItem.text(1) + self.vcs.gitChangeRemoteUrl(self.projectDir, remoteName, remoteUrl) + self.on_refreshButton_clicked() + + @pyqtSlot() + def on_credentialsButton_clicked(self): + """ + Private slot to change the credentials of a remote repository. + """ + repositoryItem = self.repolist.selectedItems()[0] + remoteName = repositoryItem.text(0) + remoteUrl = repositoryItem.text(1) + self.vcs.gitChangeRemoteCredentials(self.projectDir, remoteName, + remoteUrl) + self.on_refreshButton_clicked()
--- a/Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui Sun Jun 03 11:30:57 2018 +0200 +++ b/Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui Sun Jun 03 14:03:19 2018 +0200 @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>600</width> - <height>450</height> + <width>650</width> + <height>500</height> </rect> </property> <property name="windowTitle"> @@ -87,16 +87,6 @@ </widget> </item> <item> - <widget class="QPushButton" name="renameButton"> - <property name="toolTip"> - <string>Press to rename the selected repository</string> - </property> - <property name="text"> - <string>&Rename</string> - </property> - </widget> - </item> - <item> <widget class="QPushButton" name="removeButton"> <property name="toolTip"> <string>Press to remove the selected repository</string> @@ -149,6 +139,66 @@ </layout> </item> <item> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <spacer name="horizontalSpacer_3"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="renameButton"> + <property name="toolTip"> + <string>Press to rename the selected repository</string> + </property> + <property name="text"> + <string>&Rename</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="changeUrlButton"> + <property name="toolTip"> + <string>Press to change the URL of the selected repository</string> + </property> + <property name="text"> + <string>Change &URL</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="credentialsButton"> + <property name="toolTip"> + <string>Press to set or change the user credentials of the selected repository</string> + </property> + <property name="text"> + <string>&Credentials</string> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer_4"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + <item> <widget class="QGroupBox" name="errorGroup"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> @@ -249,10 +299,12 @@ <tabstops> <tabstop>repolist</tabstop> <tabstop>addButton</tabstop> - <tabstop>renameButton</tabstop> <tabstop>removeButton</tabstop> <tabstop>pruneButton</tabstop> <tabstop>showInfoButton</tabstop> + <tabstop>renameButton</tabstop> + <tabstop>changeUrlButton</tabstop> + <tabstop>credentialsButton</tabstop> <tabstop>errors</tabstop> <tabstop>input</tabstop> <tabstop>passwordCheckBox</tabstop>
--- a/Plugins/VcsPlugins/vcsGit/ProjectHelper.py Sun Jun 03 11:30:57 2018 +0200 +++ b/Plugins/VcsPlugins/vcsGit/ProjectHelper.py Sun Jun 03 14:03:19 2018 +0200 @@ -601,6 +601,36 @@ self.gitRemoteRenameAct.triggered.connect(self.__gitRenameRemote) self.actions.append(self.gitRemoteRenameAct) + self.gitRemoteChangeUrlAct = E5Action( + self.tr('Change URL'), + self.tr('Change URL...'), + 0, 0, self, 'git_change_remote_url') + self.gitRemoteChangeUrlAct.setStatusTip(self.tr( + 'Change the URL of a remote repository' + )) + self.gitRemoteChangeUrlAct.setWhatsThis(self.tr( + """<b>Change URL</b>""" + """<p>This changes the URL of a remote repository.</p>""" + )) + self.gitRemoteChangeUrlAct.triggered.connect(self.__gitChangeRemoteUrl) + self.actions.append(self.gitRemoteChangeUrlAct) + + self.gitRemoteCredentialsAct = E5Action( + self.tr('Credentials'), + self.tr('Credentials...'), + 0, 0, self, 'git_remote_credentials') + self.gitRemoteCredentialsAct.setStatusTip(self.tr( + 'Change or set the user credentials of a remote repository' + )) + self.gitRemoteCredentialsAct.setWhatsThis(self.tr( + """<b>Credentials</b>""" + """<p>This changes or sets the user credentials of a""" + """ remote repository.</p>""" + )) + self.gitRemoteCredentialsAct.triggered.connect( + self.__gitRemoteCredentials) + self.actions.append(self.gitRemoteCredentialsAct) + self.gitCherryPickAct = E5Action( self.tr('Copy Commits'), UI.PixmapCache.getIcon("vcsGraft.png"), @@ -1430,6 +1460,8 @@ remotesMenu.addSeparator() remotesMenu.addAction(self.gitRemoteAddAct) remotesMenu.addAction(self.gitRemoteRenameAct) + remotesMenu.addAction(self.gitRemoteChangeUrlAct) + remotesMenu.addAction(self.gitRemoteCredentialsAct) remotesMenu.addAction(self.gitRemoteRemoveAct) remotesMenu.addAction(self.gitRemotePruneAct) @@ -1819,6 +1851,36 @@ if ok: self.vcs.gitRenameRemote(self.project.getProjectPath(), remote) + def __gitChangeRemoteUrl(self): + """ + Private slot to change the URL of a remote repository. + """ + remotes = self.vcs.gitGetRemotesList(self.project.getProjectPath()) + remote, ok = QInputDialog.getItem( + None, + self.tr("Rename"), + self.tr("Select a remote repository:"), + remotes, + 0, False) + if ok: + self.vcs.gitChangeRemoteUrl(self.project.getProjectPath(), remote) + + def __gitRemoteCredentials(self): + """ + Private slot to change or set the user credentials for a remote + repository. + """ + remotes = self.vcs.gitGetRemotesList(self.project.getProjectPath()) + remote, ok = QInputDialog.getItem( + None, + self.tr("Rename"), + self.tr("Select a remote repository:"), + remotes, + 0, False) + if ok: + self.vcs.gitChangeRemoteCredentials(self.project.getProjectPath(), + remote) + def __gitCherryPick(self): """ Private slot used to copy commits into the current branch.
--- a/Plugins/VcsPlugins/vcsGit/git.py Sun Jun 03 11:30:57 2018 +0200 +++ b/Plugins/VcsPlugins/vcsGit/git.py Sun Jun 03 14:03:19 2018 +0200 @@ -2787,6 +2787,35 @@ return remotesList + def gitGetRemoteUrl(self, repodir, remoteName): + """ + Public method to get the URL of a remote repository. + + @param repodir directory name of the repository + @type str + @param remoteName name of the remote repository + @type str + @return URL of the remote repository + @rtype str + """ + args = self.initCommand("remote") + args.append("get-url") + args.append(remoteName) + + output = "" + process = QProcess() + process.setWorkingDirectory(repodir) + process.start('git', args) + procStarted = process.waitForStarted(5000) + if procStarted: + finished = process.waitForFinished(30000) + if finished and process.exitCode() == 0: + output = str(process.readAllStandardOutput(), + Preferences.getSystem("IOEncoding"), + 'replace').strip() + + return output + def gitGetRemoteBranchesList(self, repodir, remote): """ Public method to get the list of a remote repository branches. @@ -2909,6 +2938,74 @@ self.startSynchronizedProcess(QProcess(), "git", args, workingDir=repodir) + def gitChangeRemoteUrl(self, projectDir, remoteName, remoteUrl=""): + """ + Public method to change the URL of a remote repository. + + @param projectDir name of the project directory + @type str + @param remoteName name of the remote repository + @type str + @param remoteUrl URL of the remote repository + @type str + """ + # find the root of the repo + repodir = projectDir + while not os.path.isdir(os.path.join(repodir, self.adminDir)): + repodir = os.path.dirname(repodir) + if os.path.splitdrive(repodir)[1] == os.sep: + return + + if not remoteUrl: + remoteUrl = self.gitGetRemoteUrl(repodir, remoteName) + + from .GitChangeRemoteUrlDialog import GitChangeRemoteUrlDialog + dlg = GitChangeRemoteUrlDialog(remoteName, remoteUrl) + if dlg.exec_() == QDialog.Accepted: + name, url = dlg.getData() + if url != remoteUrl: + args = self.initCommand("remote") + args.append("set-url") + args.append(name) + args.append(url) + + self.startSynchronizedProcess(QProcess(), "git", args, + workingDir=repodir) + + def gitChangeRemoteCredentials(self, projectDir, remoteName, remoteUrl=""): + """ + Public method to change the user credentials of a remote repository. + + @param projectDir name of the project directory + @type str + @param remoteName name of the remote repository + @type str + @param remoteUrl URL of the remote repository + @type str + """ + # find the root of the repo + repodir = projectDir + while not os.path.isdir(os.path.join(repodir, self.adminDir)): + repodir = os.path.dirname(repodir) + if os.path.splitdrive(repodir)[1] == os.sep: + return + + if not remoteUrl: + remoteUrl = self.gitGetRemoteUrl(repodir, remoteName) + + from .GitRemoteCredentialsDialog import GitRemoteCredentialsDialog + dlg = GitRemoteCredentialsDialog(remoteName, remoteUrl) + if dlg.exec_() == QDialog.Accepted: + name, url = dlg.getData() + if url != remoteUrl: + args = self.initCommand("remote") + args.append("set-url") + args.append(name) + args.append(url) + + self.startSynchronizedProcess(QProcess(), "git", args, + workingDir=repodir) + def gitRemoveRemote(self, projectDir, remoteName): """ Public method to remove a remote repository.
--- a/changelog Sun Jun 03 11:30:57 2018 +0200 +++ b/changelog Sun Jun 03 14:03:19 2018 +0200 @@ -1,5 +1,11 @@ Change Log ---------- +Version 18.07: +- bug fixes +- Git Interface + -- added capability to change the URL and/or user credentials for a + remote repository + Version 18.06: - bug fixes - Editor
--- a/eric6.e4p Sun Jun 03 11:30:57 2018 +0200 +++ b/eric6.e4p Sun Jun 03 14:03:19 2018 +0200 @@ -575,6 +575,7 @@ <Source>Plugins/VcsPlugins/vcsGit/GitBranchDialog.py</Source> <Source>Plugins/VcsPlugins/vcsGit/GitBranchPushDialog.py</Source> <Source>Plugins/VcsPlugins/vcsGit/GitBundleDialog.py</Source> + <Source>Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.py</Source> <Source>Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.py</Source> <Source>Plugins/VcsPlugins/vcsGit/GitCommandDialog.py</Source> <Source>Plugins/VcsPlugins/vcsGit/GitCommitDialog.py</Source> @@ -596,6 +597,7 @@ <Source>Plugins/VcsPlugins/vcsGit/GitPullDialog.py</Source> <Source>Plugins/VcsPlugins/vcsGit/GitPushDialog.py</Source> <Source>Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.py</Source> + <Source>Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.py</Source> <Source>Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.py</Source> <Source>Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.py</Source> <Source>Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.py</Source> @@ -1818,6 +1820,7 @@ <Form>Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui</Form> <Form>Plugins/VcsPlugins/vcsGit/GitBranchPushDialog.ui</Form> <Form>Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui</Form> + <Form>Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui</Form> <Form>Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.ui</Form> <Form>Plugins/VcsPlugins/vcsGit/GitCommandDialog.ui</Form> <Form>Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui</Form> @@ -1836,6 +1839,7 @@ <Form>Plugins/VcsPlugins/vcsGit/GitPullDialog.ui</Form> <Form>Plugins/VcsPlugins/vcsGit/GitPushDialog.ui</Form> <Form>Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui</Form> + <Form>Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui</Form> <Form>Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui</Form> <Form>Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui</Form> <Form>Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui</Form> @@ -2203,14 +2207,14 @@ </Resources> <Others> <Other>.hgignore</Other> + <Other>APIs/Python/zope-2.10.7.api</Other> + <Other>APIs/Python/zope-2.11.2.api</Other> + <Other>APIs/Python/zope-3.3.1.api</Other> <Other>APIs/Python3/PyQt4.bas</Other> <Other>APIs/Python3/PyQt5.bas</Other> <Other>APIs/Python3/QScintilla2.bas</Other> <Other>APIs/Python3/eric6.api</Other> <Other>APIs/Python3/eric6.bas</Other> - <Other>APIs/Python/zope-2.10.7.api</Other> - <Other>APIs/Python/zope-2.11.2.api</Other> - <Other>APIs/Python/zope-3.3.1.api</Other> <Other>APIs/QSS/qss.api</Other> <Other>APIs/Ruby/Ruby-1.8.7.api</Other> <Other>APIs/Ruby/Ruby-1.8.7.bas</Other>
--- a/i18n/eric6_cs.ts Sun Jun 03 11:30:57 2018 +0200 +++ b/i18n/eric6_cs.ts Sun Jun 03 14:03:19 2018 +0200 @@ -1539,7 +1539,7 @@ </message> <message> <location filename="../Utilities/BackgroundService.py" line="422"/> - <source>Erics background client disconnected because of an unknown reason.</source> + <source>Eric's background client disconnected because of an unknown reason.</source> <translation type="unfinished"></translation> </message> <message> @@ -18530,237 +18530,237 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2972"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3070"/> <source>Show Remote Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2919"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2949"/> <source>Rename Remote Repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2919"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2949"/> <source>Enter new name for remote repository:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2996"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3094"/> <source>Show Shortlog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3054"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3152"/> <source>Cherry-pick</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3084"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3182"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3109"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3207"/> <source>Copy Changesets (Quit)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3135"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3233"/> <source>Copy Changesets (Cancel)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3215"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3313"/> <source>Saving stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3414"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3512"/> <source>Show Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3414"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3512"/> <source>Select a stash (empty for latest stash):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3326"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3424"/> <source>Restore Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3340"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3438"/> <source>Restoring stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3374"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3472"/> <source>Create Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3364"/> - <source>Enter a branch name to restore a stash to:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3389"/> - <source>Creating branch</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3423"/> - <source>Delete Stash</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3423"/> - <source>Do you really want to delete the stash <b>{0}</b>?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3434"/> - <source>Deleting stash</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3454"/> - <source>Delete All Stashes</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3454"/> - <source>Do you really want to delete all stashes?</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3462"/> - <source>Deleting all stashes</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3534"/> - <source>Showing the combined configuration settings</source> - <translation type="unfinished">Zobrazení nastavení kombinovaných konfigurací</translation> + <source>Enter a branch name to restore a stash to:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3487"/> + <source>Creating branch</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3521"/> + <source>Delete Stash</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3521"/> + <source>Do you really want to delete the stash <b>{0}</b>?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3532"/> + <source>Deleting stash</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3552"/> + <source>Delete All Stashes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3552"/> + <source>Do you really want to delete all stashes?</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3560"/> - <source>Verifying the integrity of the Git repository</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3585"/> - <source>Performing Repository Housekeeping</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3629"/> - <source><tr><td><b>Statistics</b></td></tr></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3630"/> - <source><tr><td>Number of loose objects: </td><td>{0}</td></tr></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3634"/> - <source><tr><td>Disk space used by loose objects: </td><td>{0} KiB</td></tr></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3638"/> - <source><tr><td>Number of packed objects: </td><td>{0}</td></tr></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3642"/> - <source><tr><td>Number of packs: </td><td>{0}</td></tr></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3646"/> - <source><tr><td>Disk space used by packed objects: </td><td>{0} KiB</td></tr></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3650"/> - <source><tr><td>Packed objects waiting for pruning: </td><td>{0}</td></tr></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3654"/> - <source><tr><td>Garbage files: </td><td>{0}</td></tr></source> - <translation type="unfinished"></translation> + <source>Deleting all stashes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3632"/> + <source>Showing the combined configuration settings</source> + <translation type="unfinished">Zobrazení nastavení kombinovaných konfigurací</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3658"/> + <source>Verifying the integrity of the Git repository</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3683"/> + <source>Performing Repository Housekeeping</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3727"/> + <source><tr><td><b>Statistics</b></td></tr></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3728"/> + <source><tr><td>Number of loose objects: </td><td>{0}</td></tr></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3732"/> + <source><tr><td>Disk space used by loose objects: </td><td>{0} KiB</td></tr></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3736"/> + <source><tr><td>Number of packed objects: </td><td>{0}</td></tr></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3740"/> + <source><tr><td>Number of packs: </td><td>{0}</td></tr></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3744"/> + <source><tr><td>Disk space used by packed objects: </td><td>{0} KiB</td></tr></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3748"/> + <source><tr><td>Packed objects waiting for pruning: </td><td>{0}</td></tr></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3752"/> + <source><tr><td>Garbage files: </td><td>{0}</td></tr></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3756"/> <source><tr><td>Disk space used by garbage files: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3664"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3762"/> <source><p><b>No statistics available.</b></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3730"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3828"/> <source>Creating Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3773"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3871"/> <source>Add Submodule</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3843"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3941"/> <source>List Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3843"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3941"/> <source>No submodules defined for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3858"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3956"/> <source>All</source> <translation type="unfinished">Vše</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3861"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3959"/> <source>Submodule Path</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3861"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3959"/> <source>Select a submodule path:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3914"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4012"/> <source>Initialize Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3951"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4049"/> <source>Unregister Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4031"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4129"/> <source>Update Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4065"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4163"/> <source>Synchronize Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4123"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4221"/> <source>Submodules Summary</source> <translation type="unfinished"></translation> </message> @@ -18792,6 +18792,31 @@ <source>Enter the remote URL</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="51"/> + <source>Credentials</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="57"/> + <source>Username:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="64"/> + <source>Enter the user name for the remote repository</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="71"/> + <source>Password:</source> + <translation type="unfinished">Heslo:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="81"/> + <source>Enter the password for the remote repository</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>GitApplyBundleDataDialog</name> @@ -19417,6 +19442,34 @@ </message> </context> <context> + <name>GitChangeRemoteUrlDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="14"/> + <source>Git Change Remote URL</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="23"/> + <source>Name:</source> + <translation type="unfinished">Jméno:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="40"/> + <source>URL:</source> + <translation type="unfinished">URL:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="57"/> + <source>New URL:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="64"/> + <source>Enter the new remote URL</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>GitCherryPickDialog</name> <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.ui" line="14"/> @@ -21681,7 +21734,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1765"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1797"/> <source>Show Remote Info</source> <translation type="unfinished"></translation> </message> @@ -21696,7 +21749,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1161"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1191"/> <source>Add</source> <translation type="unfinished">Přidat</translation> </message> @@ -21716,7 +21769,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1785"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1817"/> <source>Remove</source> <translation type="unfinished">Odebrat</translation> </message> @@ -21736,7 +21789,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1799"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1831"/> <source>Prune</source> <translation type="unfinished"></translation> </message> @@ -21756,7 +21809,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1813"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1874"/> <source>Rename</source> <translation type="unfinished"></translation> </message> @@ -21776,940 +21829,980 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1833"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1895"/> <source>Copy Commits</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="609"/> - <source>Copies commits into the current branch</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="612"/> - <source><b>Copy Commits</b><p>This copies commits on top of the current branch.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="619"/> - <source>Continue Copying Session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="623"/> - <source>Continue the last copying session after conflicts were resolved</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="626"/> - <source><b>Continue Copying Session</b><p>This continues the last copying session after conflicts were resolved.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="635"/> - <source>Quit Copying Session</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="639"/> - <source>Quit the current copying session</source> + <source>Copies commits into the current branch</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="642"/> - <source><b>Quit Copying Session</b><p>This quits the current copying session.</p></source> + <source><b>Copy Commits</b><p>This copies commits on top of the current branch.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="649"/> - <source>Cancel Copying Session</source> + <source>Continue Copying Session</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="653"/> - <source>Cancel the current copying session and return to the previous state</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="657"/> - <source><b>Cancel Copying Session</b><p>This cancels the current copying session and returns to the previous state.</p></source> + <source>Continue the last copying session after conflicts were resolved</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="656"/> + <source><b>Continue Copying Session</b><p>This continues the last copying session after conflicts were resolved.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="665"/> - <source>Stash changes</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="665"/> - <source>Stash changes...</source> + <source>Quit Copying Session</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="669"/> - <source>Stash all current changes of the project</source> + <source>Quit the current copying session</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="672"/> - <source><b>Stash changes</b><p>This stashes all current changes of the project.</p></source> + <source><b>Quit Copying Session</b><p>This quits the current copying session.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="679"/> - <source>Show stash browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="679"/> - <source>Show stash browser...</source> + <source>Cancel Copying Session</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="683"/> - <source>Show a dialog with all stashes</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="686"/> - <source><b>Show stash browser...</b><p>This shows a dialog listing all available stashes. Actions on these stashes may be executed via the context menu.</p></source> + <source>Cancel the current copying session and return to the previous state</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="687"/> + <source><b>Cancel Copying Session</b><p>This cancels the current copying session and returns to the previous state.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="695"/> - <source>Show stash</source> + <source>Stash changes</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="695"/> - <source>Show stash...</source> + <source>Stash changes...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="699"/> - <source>Show a dialog with a patch of a stash</source> + <source>Stash all current changes of the project</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="702"/> + <source><b>Stash changes</b><p>This stashes all current changes of the project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="709"/> + <source>Show stash browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="709"/> + <source>Show stash browser...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="713"/> + <source>Show a dialog with all stashes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="716"/> + <source><b>Show stash browser...</b><p>This shows a dialog listing all available stashes. Actions on these stashes may be executed via the context menu.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="725"/> + <source>Show stash</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="725"/> + <source>Show stash...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="729"/> + <source>Show a dialog with a patch of a stash</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="732"/> <source><b>Show stash...</b><p>This shows a dialog with a patch of a selectable stash.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="710"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="740"/> <source>Restore && Keep</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="714"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="744"/> <source>Restore a stash but keep it</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="717"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="747"/> <source><b>Restore &amp; Keep</b><p>This restores a selectable stash and keeps it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="724"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="754"/> <source>Restore && Delete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="728"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="758"/> <source>Restore a stash and delete it</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="731"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="761"/> <source><b>Restore &amp; Delete</b><p>This restores a selectable stash and deletes it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1980"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2042"/> <source>Create Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="742"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="772"/> <source>Create a new branch and restore a stash into it</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="745"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="775"/> <source><b>Create Branch</b><p>This creates a new branch and restores a stash into it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="753"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="783"/> <source>Delete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="787"/> <source>Delete a stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="760"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="790"/> <source><b>Delete</b><p>This deletes a stash.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="767"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="797"/> <source>Delete All</source> <translation type="unfinished">Smazat vše</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="771"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="801"/> <source>Delete all stashes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="774"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="804"/> <source><b>Delete All</b><p>This deletes all stashes.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="811"/> <source>Edit user configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="811"/> <source>Edit user configuration...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="785"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="815"/> <source>Show an editor to edit the user configuration file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="788"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="818"/> <source><b>Edit user configuration</b><p>Show an editor to edit the user configuration file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="795"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="825"/> <source>Edit repository configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="795"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="825"/> <source>Edit repository configuration...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="799"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="829"/> <source>Show an editor to edit the repository configuration file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="802"/> - <source><b>Edit repository configuration</b><p>Show an editor to edit the repository configuration file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="810"/> - <source>Create .gitignore</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="814"/> - <source>Create a .gitignore file with default values</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="817"/> - <source><b>Create .gitignore</b><p>This creates a .gitignore file with default values.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="824"/> - <source>Show combined configuration settings</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="824"/> - <source>Show combined configuration settings...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="828"/> - <source>Show the combined configuration settings from all configuration files</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="832"/> - <source><b>Show combined configuration settings</b><p>This shows the combined configuration settings from all configuration files.</p></source> + <source><b>Edit repository configuration</b><p>Show an editor to edit the repository configuration file.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="840"/> - <source>Verify repository</source> - <translation type="unfinished">Ověřit repozitář</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="840"/> - <source>Verify repository...</source> - <translation type="unfinished">Ověřit repozitář...</translation> + <source>Create .gitignore</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="844"/> - <source>Verify the connectivity and validity of objects of the database</source> + <source>Create a .gitignore file with default values</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="847"/> - <source><b>Verify repository</b><p>This verifies the connectivity and validity of objects of the database.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="855"/> - <source>Optimize repository</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="855"/> - <source>Optimize repository...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="859"/> - <source>Cleanup and optimize the local repository</source> + <source><b>Create .gitignore</b><p>This creates a .gitignore file with default values.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="854"/> + <source>Show combined configuration settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="854"/> + <source>Show combined configuration settings...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="858"/> + <source>Show the combined configuration settings from all configuration files</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="862"/> + <source><b>Show combined configuration settings</b><p>This shows the combined configuration settings from all configuration files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="870"/> + <source>Verify repository</source> + <translation type="unfinished">Ověřit repozitář</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="870"/> + <source>Verify repository...</source> + <translation type="unfinished">Ověřit repozitář...</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="874"/> + <source>Verify the connectivity and validity of objects of the database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="877"/> + <source><b>Verify repository</b><p>This verifies the connectivity and validity of objects of the database.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="885"/> + <source>Optimize repository</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="885"/> + <source>Optimize repository...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="889"/> + <source>Cleanup and optimize the local repository</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="892"/> <source><b>Optimize repository</b><p>This cleans up and optimizes the local repository.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="869"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="899"/> <source>Repository Statistics</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="869"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="899"/> <source>Repository Statistics...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="873"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="903"/> <source>Show some statistics of the local repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="876"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="906"/> <source><b>Repository Statistics</b><p>This show some statistics of the local repository.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="883"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="913"/> <source>Create Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="887"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="917"/> <source>Create an archive from the local repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="890"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="920"/> <source><b>Create Archive</b><p>This creates an archive from the local repository.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="897"/> - <source>Create bundle</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="897"/> - <source>Create bundle...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="901"/> - <source>Create bundle file collecting changesets</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="904"/> - <source><b>Create bundle</b><p>This creates a bundle file collecting selected changesets (git bundle create).</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="912"/> - <source>Verify bundle</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="912"/> - <source>Verify bundle...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="916"/> - <source>Verify the validity and applicability of a bundle file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="919"/> - <source><b>Verify bundle</b><p>This verifies that a bundle file is valid and will apply cleanly.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="927"/> - <source>List bundle heads</source> + <source>Create bundle</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="927"/> - <source>List bundle heads...</source> + <source>Create bundle...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="931"/> - <source>List all heads contained in a bundle file</source> + <source>Create bundle file collecting changesets</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="934"/> + <source><b>Create bundle</b><p>This creates a bundle file collecting selected changesets (git bundle create).</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="942"/> + <source>Verify bundle</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="942"/> + <source>Verify bundle...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="946"/> + <source>Verify the validity and applicability of a bundle file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="949"/> + <source><b>Verify bundle</b><p>This verifies that a bundle file is valid and will apply cleanly.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="957"/> + <source>List bundle heads</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="957"/> + <source>List bundle heads...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="961"/> + <source>List all heads contained in a bundle file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="964"/> <source><b>List bundle heads</b><p>This lists all heads contained in a bundle file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="941"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="971"/> <source>Apply Bundle (fetch)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="941"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="971"/> <source>Apply Bundle (fetch)...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="945"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="975"/> <source>Apply a head of a bundle file using fetch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="948"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="978"/> <source><b>Apply Bundle (fetch)</b><p>This applies a head of a bundle file using fetch.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2097"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2159"/> <source>Apply Bundle (pull)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="955"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="985"/> <source>Apply Bundle (pull)...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="959"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="989"/> <source>Apply a head of a bundle file using pull</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="962"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="992"/> <source><b>Apply Bundle (pull)</b><p>This applies a head of a bundle file using pull.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="969"/> - <source>Start</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="973"/> - <source>Start a bisect session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="976"/> - <source><b>Start</b><p>This starts a bisect session.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="983"/> - <source>Start (Extended)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="987"/> - <source>Start a bisect session giving a bad and optionally good commits</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="990"/> - <source><b>Start (Extended)</b><p>This starts a bisect session giving a bad and optionally good commits.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="999"/> - <source>Mark as "good"</source> - <translation type="unfinished">Označit jako "v pořádku"</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="999"/> - <source>Mark as "good"...</source> - <translation type="unfinished">Označit jako "v pořádku"...</translation> + <source>Start</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1003"/> - <source>Mark a selectable revision as good</source> + <source>Start a bisect session</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1006"/> - <source><b>Mark as "good"</b><p>This marks a selectable revision as good.</p></source> + <source><b>Start</b><p>This starts a bisect session.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1013"/> - <source>Mark as "bad"</source> - <translation type="unfinished">Označit jako "špatná"</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1013"/> - <source>Mark as "bad"...</source> - <translation type="unfinished">Označit jako "špatná"...</translation> + <source>Start (Extended)</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1017"/> - <source>Mark a selectable revision as bad</source> + <source>Start a bisect session giving a bad and optionally good commits</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1020"/> + <source><b>Start (Extended)</b><p>This starts a bisect session giving a bad and optionally good commits.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1029"/> + <source>Mark as "good"</source> + <translation type="unfinished">Označit jako "v pořádku"</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1029"/> + <source>Mark as "good"...</source> + <translation type="unfinished">Označit jako "v pořádku"...</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1033"/> + <source>Mark a selectable revision as good</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1036"/> + <source><b>Mark as "good"</b><p>This marks a selectable revision as good.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1043"/> + <source>Mark as "bad"</source> + <translation type="unfinished">Označit jako "špatná"</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1043"/> + <source>Mark as "bad"...</source> + <translation type="unfinished">Označit jako "špatná"...</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1047"/> + <source>Mark a selectable revision as bad</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1050"/> <source><b>Mark as "bad"</b><p>This marks a selectable revision as bad.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1027"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1057"/> <source>Skip</source> <translation type="unfinished">Přeskočit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1027"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1057"/> <source>Skip...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1031"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1061"/> <source>Skip a selectable revision</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1034"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1064"/> <source><b>Skip</b><p>This skips a selectable revision.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1041"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1071"/> <source>Reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1041"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1071"/> <source>Reset...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1045"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1075"/> <source>Reset the bisect session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1048"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1078"/> <source><b>Reset</b><p>This resets the bisect session.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1055"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1085"/> <source>Show bisect log browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1060"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1090"/> <source>Show a dialog to browse the bisect log of the local project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1063"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1093"/> <source><b>Show bisect log browser</b><p>This shows a dialog to browse the bisect log of the local project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1072"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1102"/> <source>Create replay file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1076"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1106"/> <source>Create a replay file to repeat the current bisect session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1079"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1109"/> <source><b>Create replay file</b><p>This creates a replay file to repeat the current bisect session.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1088"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1118"/> <source>Edit replay file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1092"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1122"/> <source>Edit a bisect replay file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1095"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1125"/> <source><b>Edit replay file</b><p>This edits a bisect replay file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1103"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1133"/> <source>Replay session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1107"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1137"/> <source>Replay a bisect session from file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1110"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1140"/> <source><b>Replay session</b><p>This replays a bisect session from file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1117"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1147"/> <source>Check patch files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1121"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1151"/> <source>Check a list of patch files, if they would apply cleanly</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1124"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1154"/> <source><b>Check patch files</b><p>This checks a list of patch files, if they would apply cleanly.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2261"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2323"/> <source>Apply patch files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1136"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1166"/> <source>Apply a list of patch files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1139"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1169"/> <source><b>Apply patch files</b><p>This applies a list of patch files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1146"/> - <source>Show patch statistics</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1150"/> - <source>Show some statistics for a list of patch files</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1153"/> - <source><b>Show patch statistics</b><p>This shows some statistics for a list of patch files.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1165"/> - <source>Add a submodule to the current project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1168"/> - <source><b>Add</b><p>This adds a submodule to the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1176"/> - <source>List</source> + <source>Show patch statistics</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1180"/> - <source>List the submodule of the current project</source> + <source>Show some statistics for a list of patch files</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1183"/> - <source><b>List</b><p>This lists the submodules of the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1191"/> - <source>Initialize</source> + <source><b>Show patch statistics</b><p>This shows some statistics for a list of patch files.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1195"/> - <source>Initialize the submodules of the current project</source> + <source>Add a submodule to the current project</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1198"/> + <source><b>Add</b><p>This adds a submodule to the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1206"/> + <source>List</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1210"/> + <source>List the submodule of the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1213"/> + <source><b>List</b><p>This lists the submodules of the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1221"/> + <source>Initialize</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1225"/> + <source>Initialize the submodules of the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1228"/> <source><b>Initialize</b><p>This initializes the submodules of the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1207"/> - <source>Unregister</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1211"/> - <source>Unregister submodules of the current project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1214"/> - <source><b>Unregister</b><p>This unregisters submodules of the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1222"/> - <source>Update</source> - <translation type="unfinished">Obnovit</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1226"/> - <source>Update submodules of the current project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1229"/> - <source><b>Update</b><p>This updates submodules of the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1237"/> - <source>Initialize and Update</source> + <source>Unregister</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1241"/> - <source>Initialize and update submodules of the current project</source> + <source>Unregister submodules of the current project</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1244"/> + <source><b>Unregister</b><p>This unregisters submodules of the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1252"/> + <source>Update</source> + <translation type="unfinished">Obnovit</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1256"/> + <source>Update submodules of the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1259"/> + <source><b>Update</b><p>This updates submodules of the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1267"/> + <source>Initialize and Update</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1271"/> + <source>Initialize and update submodules of the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1274"/> <source><b>Initialize and Update</b><p>This initializes and updates submodules of the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1253"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1283"/> <source>Fetch and Update</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1257"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1287"/> <source>Fetch and update submodules of the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1260"/> - <source><b>Fetch and Update</b><p>This fetches and updates submodules of the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1269"/> - <source>Update with Options</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1273"/> - <source>Update submodules of the current project offering a dialog to enter options</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1277"/> - <source><b>Update with Options</b><p>This updates submodules of the current project offering a dialog to enter update options.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1286"/> - <source>Synchronize URLs</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1290"/> + <source><b>Fetch and Update</b><p>This fetches and updates submodules of the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1299"/> + <source>Update with Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1303"/> + <source>Update submodules of the current project offering a dialog to enter options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1307"/> + <source><b>Update with Options</b><p>This updates submodules of the current project offering a dialog to enter update options.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1316"/> + <source>Synchronize URLs</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1320"/> <source>Synchronize URLs of submodules of the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1293"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1323"/> <source><b>Synchronize URLs</b><p>This synchronizes URLs of submodules of the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1302"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1332"/> <source>Show Status</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1306"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1336"/> <source>Show the status of submodules of the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1309"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1339"/> <source><b>Show Status</b><p>This shows a dialog with the status of submodules of the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1318"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1348"/> <source>Show Summary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1322"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1352"/> <source>Show summary information for submodules of the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1325"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1355"/> <source><b>Show Summary</b><p>This shows some summary information for submodules of the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1344"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1374"/> <source>Administration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1360"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1390"/> <source>Bundle Management</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1371"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1401"/> <source>Patch Management</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2237"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2299"/> <source>Bisect</source> <translation type="unfinished">Bisect</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1397"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1427"/> <source>Tags</source> <translation type="unfinished">Tagy</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1405"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1435"/> <source>Branches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1418"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1448"/> <source>Manage Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1426"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1456"/> <source>Remote Repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1436"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1468"/> <source>Cherry-pick</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1444"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1476"/> <source>Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1459"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1491"/> <source>Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1541"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1573"/> <source>Git</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1646"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1678"/> <source>Branch</source> <translation type="unfinished">Větev</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2261"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2323"/> <source>The project should be reread. Do this now?</source> <translation type="unfinished">Projekt bude znovu načten. Má se provést?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1690"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1722"/> <source>Pull</source> <translation type="unfinished">Stáhnout</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1715"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1747"/> <source>Revert Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1734"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1766"/> <source>Unstage Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1813"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1874"/> <source>Select a remote repository:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1853"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1915"/> <source>Copy Commits (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1872"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1934"/> <source>Copy Commits (Quit)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1892"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1954"/> <source>Copy Commits (Cancel)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1911"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1973"/> <source>Save Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1961"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2023"/> <source>Restore Stash</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="604"/> + <source>Change URL</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="604"/> + <source>Change URL...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="608"/> + <source>Change the URL of a remote repository</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="611"/> + <source><b>Change URL</b><p>This changes the URL of a remote repository.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="618"/> + <source>Credentials</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="618"/> + <source>Credentials...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="622"/> + <source>Change or set the user credentials of a remote repository</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="625"/> + <source><b>Credentials</b><p>This changes or sets the user credentials of a remote repository.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>GitPullDialog</name> @@ -23011,6 +23104,49 @@ </message> </context> <context> + <name>GitRemoteCredentialsDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="14"/> + <source>Git Remote Credentials</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="23"/> + <source>Name:</source> + <translation type="unfinished">Jméno:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="40"/> + <source>URL:</source> + <translation type="unfinished">URL:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="57"/> + <source>Credentials</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="63"/> + <source>Username:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="70"/> + <source>Enter the user name for the remote repository</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="77"/> + <source>Password:</source> + <translation type="unfinished">Heslo:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="87"/> + <source>Enter the password for the remote repository</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>GitRemoteRepositoriesDialog</name> <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="14"/> @@ -23054,92 +23190,92 @@ <translation type="unfinished">Přid&at</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="159"/> + <source>Press to rename the selected repository</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="162"/> + <source>&Rename</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="92"/> - <source>Press to rename the selected repository</source> + <source>Press to remove the selected repository</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="95"/> - <source>&Rename</source> + <source>Re&move</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="102"/> - <source>Press to remove the selected repository</source> + <source>Press to delete stale tracking branches under the selected repository </source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="105"/> - <source>Re&move</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="112"/> - <source>Press to delete stale tracking branches under the selected repository </source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="115"/> <source>&Prune</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="129"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="119"/> <source>Press to show information about the selected repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="132"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="122"/> <source>Show &Info...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="160"/> - <source>Errors</source> - <translation type="unfinished">Chyby</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="166"/> - <source><b>Git log errors</b><p>This shows possible error messages of the git log command.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="182"/> - <source>Input</source> - <translation type="unfinished">Vstup</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="204"/> - <source>Press to send the input to the git process</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="207"/> - <source>&Send</source> - <translation type="unfinished">Ode&slat</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="210"/> + <source>Errors</source> + <translation type="unfinished">Chyby</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="216"/> + <source><b>Git log errors</b><p>This shows possible error messages of the git log command.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="232"/> + <source>Input</source> + <translation type="unfinished">Vstup</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="254"/> + <source>Press to send the input to the git process</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="257"/> + <source>&Send</source> + <translation type="unfinished">Ode&slat</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="260"/> <source>Alt+S</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="217"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="267"/> <source>Enter data to be sent to the git process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="224"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="274"/> <source>Select to switch the input field to password mode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="227"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="277"/> <source>&Password Mode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="230"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="280"/> <source>Alt+P</source> <translation type="unfinished"></translation> </message> @@ -23163,6 +23299,26 @@ <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished">Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="169"/> + <source>Press to change the URL of the selected repository</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="172"/> + <source>Change &URL</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="179"/> + <source>Press to set or change the user credentials of the selected repository</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="182"/> + <source>&Credentials</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>GitRevisionSelectionDialog</name>
--- a/i18n/eric6_de.ts Sun Jun 03 11:30:57 2018 +0200 +++ b/i18n/eric6_de.ts Sun Jun 03 14:03:19 2018 +0200 @@ -1482,7 +1482,7 @@ </message> <message> <location filename="../Utilities/BackgroundService.py" line="422"/> - <source>Erics background client disconnected because of an unknown reason.</source> + <source>Eric's background client disconnected because of an unknown reason.</source> <translation>Die Verbindung zu Erics Hintergund Client wurde aus unbekanntem Grund getrennt.</translation> </message> <message> @@ -17952,182 +17952,182 @@ <translation>Bisect wiederholen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2972"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3070"/> <source>Show Remote Info</source> <translation>Zeige entfernte Informationen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2919"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2949"/> <source>Rename Remote Repository</source> <translation>Entferntes Repository umbenennen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2919"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2949"/> <source>Enter new name for remote repository:</source> <translation>Gib einen Namen für das entfernte Repository ein:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2996"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3094"/> <source>Show Shortlog</source> <translation>Kurzbeschreibungen anzeigen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3054"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3152"/> <source>Cherry-pick</source> <translation>Aussuchen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3084"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3182"/> <source>Copy Changesets (Continue)</source> <translation>Änderungssätze kopieren (Fortsetzung)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3109"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3207"/> <source>Copy Changesets (Quit)</source> <translation>Änderungssätze kopieren (Beenden)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3135"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3233"/> <source>Copy Changesets (Cancel)</source> <translation>Änderungssätze kopieren (Abbrechen)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3215"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3313"/> <source>Saving stash</source> <translation>Ablage sichern</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3414"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3512"/> <source>Show Stash</source> <translation>Ablage anzeigen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3414"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3512"/> <source>Select a stash (empty for latest stash):</source> <translation>Wähle eine Ablage (leer für aktuellste):</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3326"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3424"/> <source>Restore Stash</source> <translation>Ablage wiederherstellen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3340"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3438"/> <source>Restoring stash</source> <translation>Stelle Ablage wieder her</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3374"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3472"/> <source>Create Branch</source> <translation>Zweig erzeugen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3364"/> - <source>Enter a branch name to restore a stash to:</source> - <translation>Gib einen Zweignamen für die Ablagewiederherstellung ein:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3389"/> - <source>Creating branch</source> - <translation>Erzeuge Zweig</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3423"/> - <source>Delete Stash</source> - <translation>Ablage löschen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3423"/> - <source>Do you really want to delete the stash <b>{0}</b>?</source> - <translation>Soll die Ablage <b>{0}</b> wirklich gelöscht werden?</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3434"/> - <source>Deleting stash</source> - <translation>Lösche Ablage</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3454"/> - <source>Delete All Stashes</source> - <translation>Alle Ablagen löschen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3454"/> - <source>Do you really want to delete all stashes?</source> - <translation>Sollen wirklich alle Ablagen gelöscht werden?</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3462"/> - <source>Deleting all stashes</source> - <translation>Lösche alle Ablagen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3534"/> - <source>Showing the combined configuration settings</source> - <translation>Zeige die kombinierten Einstellungen</translation> + <source>Enter a branch name to restore a stash to:</source> + <translation>Gib einen Zweignamen für die Ablagewiederherstellung ein:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3487"/> + <source>Creating branch</source> + <translation>Erzeuge Zweig</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3521"/> + <source>Delete Stash</source> + <translation>Ablage löschen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3521"/> + <source>Do you really want to delete the stash <b>{0}</b>?</source> + <translation>Soll die Ablage <b>{0}</b> wirklich gelöscht werden?</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3532"/> + <source>Deleting stash</source> + <translation>Lösche Ablage</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3552"/> + <source>Delete All Stashes</source> + <translation>Alle Ablagen löschen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3552"/> + <source>Do you really want to delete all stashes?</source> + <translation>Sollen wirklich alle Ablagen gelöscht werden?</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3560"/> - <source>Verifying the integrity of the Git repository</source> - <translation>Verifiziere die Integrität des Git-Repository</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3585"/> - <source>Performing Repository Housekeeping</source> - <translation>Führe Repository Reorganisation durch</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3629"/> - <source><tr><td><b>Statistics</b></td></tr></source> - <translation><tr><td><b>Statistik</b></td></tr></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3630"/> - <source><tr><td>Number of loose objects: </td><td>{0}</td></tr></source> - <translation><tr><td>Anzahl loser Objekte: </td><td>{0}</td></tr></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3634"/> - <source><tr><td>Disk space used by loose objects: </td><td>{0} KiB</td></tr></source> - <translation><tr><td>Festplattenverbrauch durch lose Objekte: </td><td>{0} KiB</td></tr></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3638"/> - <source><tr><td>Number of packed objects: </td><td>{0}</td></tr></source> - <translation><tr><td>Anzahl gepackter Objekte: </td><td>{0}</td></tr></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3642"/> - <source><tr><td>Number of packs: </td><td>{0}</td></tr></source> - <translation><tr><td>Anzahl Pakete: </td><td>{0}</td></tr></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3646"/> - <source><tr><td>Disk space used by packed objects: </td><td>{0} KiB</td></tr></source> - <translation><tr><td>Festplattenverbrauch durch lose Objekte </td><td>{0} KiB</td></tr></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3650"/> - <source><tr><td>Packed objects waiting for pruning: </td><td>{0}</td></tr></source> - <translation><tr><td>Gepackte Objekte bereit zum Löschen: </td><td>{0}</td></tr></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3654"/> - <source><tr><td>Garbage files: </td><td>{0}</td></tr></source> - <translation><tr><td>Wertlose Dateien: </td><td>{0}</td></tr></translation> + <source>Deleting all stashes</source> + <translation>Lösche alle Ablagen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3632"/> + <source>Showing the combined configuration settings</source> + <translation>Zeige die kombinierten Einstellungen</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3658"/> + <source>Verifying the integrity of the Git repository</source> + <translation>Verifiziere die Integrität des Git-Repository</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3683"/> + <source>Performing Repository Housekeeping</source> + <translation>Führe Repository Reorganisation durch</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3727"/> + <source><tr><td><b>Statistics</b></td></tr></source> + <translation><tr><td><b>Statistik</b></td></tr></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3728"/> + <source><tr><td>Number of loose objects: </td><td>{0}</td></tr></source> + <translation><tr><td>Anzahl loser Objekte: </td><td>{0}</td></tr></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3732"/> + <source><tr><td>Disk space used by loose objects: </td><td>{0} KiB</td></tr></source> + <translation><tr><td>Festplattenverbrauch durch lose Objekte: </td><td>{0} KiB</td></tr></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3736"/> + <source><tr><td>Number of packed objects: </td><td>{0}</td></tr></source> + <translation><tr><td>Anzahl gepackter Objekte: </td><td>{0}</td></tr></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3740"/> + <source><tr><td>Number of packs: </td><td>{0}</td></tr></source> + <translation><tr><td>Anzahl Pakete: </td><td>{0}</td></tr></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3744"/> + <source><tr><td>Disk space used by packed objects: </td><td>{0} KiB</td></tr></source> + <translation><tr><td>Festplattenverbrauch durch lose Objekte </td><td>{0} KiB</td></tr></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3748"/> + <source><tr><td>Packed objects waiting for pruning: </td><td>{0}</td></tr></source> + <translation><tr><td>Gepackte Objekte bereit zum Löschen: </td><td>{0}</td></tr></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3752"/> + <source><tr><td>Garbage files: </td><td>{0}</td></tr></source> + <translation><tr><td>Wertlose Dateien: </td><td>{0}</td></tr></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3756"/> <source><tr><td>Disk space used by garbage files: </td><td>{0} KiB</td></tr></source> <translation><tr><td>Festplattenverbrauch durch wertlose Dateien: </td><td>{0} KiB</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3664"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3762"/> <source><p><b>No statistics available.</b></p></source> <translation><p><b>Keine Statistik verfügbar.</b></p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3730"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3828"/> <source>Creating Archive</source> <translation>Erzeuge Archiv</translation> </message> @@ -18157,57 +18157,57 @@ <translation>Patchdateien anwenden</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3773"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3871"/> <source>Add Submodule</source> <translation>Submodul hinzufügen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3843"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3941"/> <source>List Submodules</source> <translation>Submodule auflisten</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3843"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3941"/> <source>No submodules defined for the project.</source> <translation>Für das Projekt sind keine Submodule definiert.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3858"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3956"/> <source>All</source> <translation>Alle</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3861"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3959"/> <source>Submodule Path</source> <translation>Submodulpfad</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3861"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3959"/> <source>Select a submodule path:</source> <translation>Wähle einen Submodulpfad:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3914"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4012"/> <source>Initialize Submodules</source> <translation>Submodule initialisieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3951"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4049"/> <source>Unregister Submodules</source> <translation>Submodule deregistrieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4031"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4129"/> <source>Update Submodules</source> <translation>Submodule aktualisieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4065"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4163"/> <source>Synchronize Submodules</source> <translation>Submodule synchronisieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4123"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4221"/> <source>Submodules Summary</source> <translation>Submodulüberblick</translation> </message> @@ -18239,6 +18239,31 @@ <source>Enter the remote URL</source> <translation>Gib die Repository URL ein</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="51"/> + <source>Credentials</source> + <translation>Berechtigung</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="57"/> + <source>Username:</source> + <translation>Nutzername:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="64"/> + <source>Enter the user name for the remote repository</source> + <translation>Gib den Nutzernamen für das entfernte Repository ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="71"/> + <source>Password:</source> + <translation>Kennwort:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="81"/> + <source>Enter the password for the remote repository</source> + <translation>Gib das Kennwort für das entfernte Repository ein</translation> + </message> </context> <context> <name>GitApplyBundleDataDialog</name> @@ -18868,6 +18893,34 @@ </message> </context> <context> + <name>GitChangeRemoteUrlDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="14"/> + <source>Git Change Remote URL</source> + <translation>URL ändern</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="23"/> + <source>Name:</source> + <translation>Name:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="40"/> + <source>URL:</source> + <translation>URL:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="57"/> + <source>New URL:</source> + <translation>Neue URL:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="64"/> + <source>Enter the new remote URL</source> + <translation>Gib die neue Repository URL ein</translation> + </message> +</context> +<context> <name>GitCherryPickDialog</name> <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.ui" line="14"/> @@ -21120,7 +21173,7 @@ <translation><b>Zeige Entfernte</b><p>Dies zeigt die zum Hoch- und Herunterladen verfügbaren entfernten Repositories.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1765"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1797"/> <source>Show Remote Info</source> <translation>Zeige entfernte Informationen</translation> </message> @@ -21135,7 +21188,7 @@ <translation>Zeigt Informationen über ein entferntes Repository</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1161"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1191"/> <source>Add</source> <translation>Hinzufügen</translation> </message> @@ -21155,7 +21208,7 @@ <translation><b>Hinzufügen</b><p>Ein entferntes Repository hinzufügen.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1785"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1817"/> <source>Remove</source> <translation>Entfernen</translation> </message> @@ -21175,7 +21228,7 @@ <translation><b>Entfernen</b><p>Ein entferntes Repository entfernen.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1799"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1831"/> <source>Prune</source> <translation>Aufräumen</translation> </message> @@ -21195,7 +21248,7 @@ <translation><b>Aufräumen</b><p>Dies löscht lose Trackingzweige eines entfernten Repository.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1813"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1874"/> <source>Rename</source> <translation>Umbenennen</translation> </message> @@ -21215,712 +21268,712 @@ <translation><b>Umbenennen</b><p>Dies benennt ein entferntes Repository um.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1833"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1895"/> <source>Copy Commits</source> <translation>Revisionen kopieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="609"/> - <source>Copies commits into the current branch</source> - <translation>Kopiert Revisionen in den aktuellen Zweig</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="612"/> - <source><b>Copy Commits</b><p>This copies commits on top of the current branch.</p></source> - <translation><b>Revisionen kopieren</b><p>Dies kopiert Revisionen in den aktuellen Zweig.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="619"/> - <source>Continue Copying Session</source> - <translation>Kopiersitzung fortsetzen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="623"/> - <source>Continue the last copying session after conflicts were resolved</source> - <translation>Setzt die letzte Kopiersitzung nach Lösung von Konflikten fort</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="626"/> - <source><b>Continue Copying Session</b><p>This continues the last copying session after conflicts were resolved.</p></source> - <translation><b>Kopiersitzung fortsetzen</b><p>Dies setzt die letzte Kopiersitzung nach Lösung von Konflikten fort.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="635"/> - <source>Quit Copying Session</source> - <translation>Kopiersitzung beenden</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="639"/> - <source>Quit the current copying session</source> - <translation>Beendet die aktuelle Kopiersitzung</translation> + <source>Copies commits into the current branch</source> + <translation>Kopiert Revisionen in den aktuellen Zweig</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="642"/> + <source><b>Copy Commits</b><p>This copies commits on top of the current branch.</p></source> + <translation><b>Revisionen kopieren</b><p>Dies kopiert Revisionen in den aktuellen Zweig.</p></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="649"/> - <source>Cancel Copying Session</source> - <translation>Kopiersitzung abbrechen</translation> + <source>Continue Copying Session</source> + <translation>Kopiersitzung fortsetzen</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="653"/> - <source>Cancel the current copying session and return to the previous state</source> - <translation>Bricht die aktuelle Kopiersitzung ab und kehrt zum Ausgangszustand zurück</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="657"/> - <source><b>Cancel Copying Session</b><p>This cancels the current copying session and returns to the previous state.</p></source> - <translation><b>Kopiersitzung abbrechen</b><p>Dies bricht die aktuelle Kopiersitzung ab und kehrt zum Ausgangszustand zurück.</p></translation> + <source>Continue the last copying session after conflicts were resolved</source> + <translation>Setzt die letzte Kopiersitzung nach Lösung von Konflikten fort</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="656"/> + <source><b>Continue Copying Session</b><p>This continues the last copying session after conflicts were resolved.</p></source> + <translation><b>Kopiersitzung fortsetzen</b><p>Dies setzt die letzte Kopiersitzung nach Lösung von Konflikten fort.</p></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="665"/> - <source>Stash changes</source> - <translation>Änderungen ablegen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="665"/> - <source>Stash changes...</source> - <translation>Änderungen ablegen...</translation> + <source>Quit Copying Session</source> + <translation>Kopiersitzung beenden</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="669"/> - <source>Stash all current changes of the project</source> - <translation>Alle aktuellen Änderungen des Projektes ablegen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="672"/> - <source><b>Stash changes</b><p>This stashes all current changes of the project.</p></source> - <translation><b>Änderungen ablegen</b<p>Dies legt alle aktuellen Änderungen des Projektes ab.</p></translation> + <source>Quit the current copying session</source> + <translation>Beendet die aktuelle Kopiersitzung</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="679"/> - <source>Show stash browser</source> - <translation>Zeige Ablagenbrowser</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="679"/> - <source>Show stash browser...</source> - <translation>Zeige Ablagenbrowser...</translation> + <source>Cancel Copying Session</source> + <translation>Kopiersitzung abbrechen</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="683"/> - <source>Show a dialog with all stashes</source> - <translation>Zeigt einen Dialog mit allen Ablagen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="686"/> - <source><b>Show stash browser...</b><p>This shows a dialog listing all available stashes. Actions on these stashes may be executed via the context menu.</p></source> - <translation><b>Zeige Ablagenbrowser</b<p>Dies zeigt einen Dialog mit allen Ablagen. Aktionen können über das Kontextmenü ausgewählt werden.</p></translation> + <source>Cancel the current copying session and return to the previous state</source> + <translation>Bricht die aktuelle Kopiersitzung ab und kehrt zum Ausgangszustand zurück</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="687"/> + <source><b>Cancel Copying Session</b><p>This cancels the current copying session and returns to the previous state.</p></source> + <translation><b>Kopiersitzung abbrechen</b><p>Dies bricht die aktuelle Kopiersitzung ab und kehrt zum Ausgangszustand zurück.</p></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="695"/> - <source>Show stash</source> - <translation>Ablage anzeigen</translation> + <source>Stash changes</source> + <translation>Änderungen ablegen</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="695"/> - <source>Show stash...</source> - <translation>Ablage anzeigen...</translation> + <source>Stash changes...</source> + <translation>Änderungen ablegen...</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="699"/> - <source>Show a dialog with a patch of a stash</source> - <translation>Zeigt einen Dialog mit dem Inhalt der Ablage</translation> + <source>Stash all current changes of the project</source> + <translation>Alle aktuellen Änderungen des Projektes ablegen</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="702"/> + <source><b>Stash changes</b><p>This stashes all current changes of the project.</p></source> + <translation><b>Änderungen ablegen</b<p>Dies legt alle aktuellen Änderungen des Projektes ab.</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="709"/> + <source>Show stash browser</source> + <translation>Zeige Ablagenbrowser</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="709"/> + <source>Show stash browser...</source> + <translation>Zeige Ablagenbrowser...</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="713"/> + <source>Show a dialog with all stashes</source> + <translation>Zeigt einen Dialog mit allen Ablagen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="716"/> + <source><b>Show stash browser...</b><p>This shows a dialog listing all available stashes. Actions on these stashes may be executed via the context menu.</p></source> + <translation><b>Zeige Ablagenbrowser</b<p>Dies zeigt einen Dialog mit allen Ablagen. Aktionen können über das Kontextmenü ausgewählt werden.</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="725"/> + <source>Show stash</source> + <translation>Ablage anzeigen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="725"/> + <source>Show stash...</source> + <translation>Ablage anzeigen...</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="729"/> + <source>Show a dialog with a patch of a stash</source> + <translation>Zeigt einen Dialog mit dem Inhalt der Ablage</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="732"/> <source><b>Show stash...</b><p>This shows a dialog with a patch of a selectable stash.</p></source> <translation><b>Ablage anzeigen...</b><p>Dies zeigt einen Dialog mit dem Inhalt einer ausgewählten Ablage.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="710"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="740"/> <source>Restore && Keep</source> <translation>Wiederherstellen && Behalten</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="714"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="744"/> <source>Restore a stash but keep it</source> <translation>Ablage wieder herstellen und behalten</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="717"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="747"/> <source><b>Restore &amp; Keep</b><p>This restores a selectable stash and keeps it.</p></source> <translation><b>Wiederherstellen &amp; Behalten</b><p>Dies stellt eine Ablage wieder her, löscht sie aber nicht.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="724"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="754"/> <source>Restore && Delete</source> <translation>Wiederherstellen && Löschen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="728"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="758"/> <source>Restore a stash and delete it</source> <translation>Ablage wieder herstellen und löschen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="731"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="761"/> <source><b>Restore &amp; Delete</b><p>This restores a selectable stash and deletes it.</p></source> <translation><b>Wiederherstellen &amp; Löschen</b><p>Dies stellt eine Ablage wieder her und löscht sie.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1980"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2042"/> <source>Create Branch</source> <translation>Zweig erzeugen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="742"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="772"/> <source>Create a new branch and restore a stash into it</source> <translation>Erzeugt einen neuen Zweig und stellt eine Ablage in ihm wieder her</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="745"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="775"/> <source><b>Create Branch</b><p>This creates a new branch and restores a stash into it.</p></source> <translation><b>Zweig erzeugen</b><p>Dies erzeugt einen neuen Zweig und stellt eine Ablage in ihm wieder her.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="753"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="783"/> <source>Delete</source> <translation>Löschen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="787"/> <source>Delete a stash</source> <translation>Ablage löschen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="760"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="790"/> <source><b>Delete</b><p>This deletes a stash.</p></source> <translation><b>Löschen</b><p>Dies löscht eine Ablage.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="767"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="797"/> <source>Delete All</source> <translation>Alle Löschen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="771"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="801"/> <source>Delete all stashes</source> <translation>Alle Ablagen löschen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="774"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="804"/> <source><b>Delete All</b><p>This deletes all stashes.</p></source> <translation><b>Alle Löschen</b><p>Dies löscht alle Ablagen.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="811"/> <source>Edit user configuration</source> <translation>Nutzerkonfiguration editieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="811"/> <source>Edit user configuration...</source> <translation>Nutzerkonfiguration editieren...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="785"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="815"/> <source>Show an editor to edit the user configuration file</source> <translation>Zeigt einen Editor zum Bearbeiten der Konfigurationsdatei des Nutzers</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="788"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="818"/> <source><b>Edit user configuration</b><p>Show an editor to edit the user configuration file.</p></source> <translation><b>Nutzerkonfiguration editieren</b><p>Zeigt einen Editor zum Bearbeiten der Konfigurationsdatei des Nutzers.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="795"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="825"/> <source>Edit repository configuration</source> <translation>Repositorykonfiguration editieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="795"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="825"/> <source>Edit repository configuration...</source> <translation>Repositorykonfiguration editieren...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="799"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="829"/> <source>Show an editor to edit the repository configuration file</source> <translation>Zeigt einen Editor zum Bearbeiten der Konfigurationsdatei des Repository</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="802"/> - <source><b>Edit repository configuration</b><p>Show an editor to edit the repository configuration file.</p></source> - <translation><b>Repositorykonfiguration editieren</b><p>Zeigt einen Editor zum Bearbeiten der Konfigurationsdatei des Repository.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="810"/> - <source>Create .gitignore</source> - <translation>Erstelle .gitignore</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="814"/> - <source>Create a .gitignore file with default values</source> - <translation>Erstelle eine .gitignore-Datei mit Standardwerten</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="817"/> - <source><b>Create .gitignore</b><p>This creates a .gitignore file with default values.</p></source> - <translation><b>Erstelle .gitignore</b><p>Dies erstellt eine .gitignore-Datei mit Standardwerten.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="824"/> - <source>Show combined configuration settings</source> - <translation>Zeige kombinierte Einstellungen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="824"/> - <source>Show combined configuration settings...</source> - <translation>Zeige kombinierte Einstellungen...</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="828"/> - <source>Show the combined configuration settings from all configuration files</source> - <translation>Zeigt die kombinierten Einstellungen aus allen Konfigurationsdateien</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="832"/> - <source><b>Show combined configuration settings</b><p>This shows the combined configuration settings from all configuration files.</p></source> - <translation><b>Zeige kombinierte Einstellungen</b><p>Dies zeigt die kombinierten Einstellungen aus allen Konfigurationsdateien.</p></translation> + <source><b>Edit repository configuration</b><p>Show an editor to edit the repository configuration file.</p></source> + <translation><b>Repositorykonfiguration editieren</b><p>Zeigt einen Editor zum Bearbeiten der Konfigurationsdatei des Repository.</p></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="840"/> - <source>Verify repository</source> - <translation>Repository verifizieren</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="840"/> - <source>Verify repository...</source> - <translation>Repository verifizieren...</translation> + <source>Create .gitignore</source> + <translation>Erstelle .gitignore</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="844"/> - <source>Verify the connectivity and validity of objects of the database</source> - <translation>Verifiziert die Erreichbarkeit und Gültigkeit von Objekten der Datenbank</translation> + <source>Create a .gitignore file with default values</source> + <translation>Erstelle eine .gitignore-Datei mit Standardwerten</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="847"/> - <source><b>Verify repository</b><p>This verifies the connectivity and validity of objects of the database.</p></source> - <translation><b>Repository verifizieren</b><p>Dies verifiziert die Erreichbarkeit und Gültigkeit von Objekten der Datenbank.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="855"/> - <source>Optimize repository</source> - <translation>Repository optimieren</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="855"/> - <source>Optimize repository...</source> - <translation>Repository optimieren...</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="859"/> - <source>Cleanup and optimize the local repository</source> - <translation>Säubert und optimiert das lokale Repository</translation> + <source><b>Create .gitignore</b><p>This creates a .gitignore file with default values.</p></source> + <translation><b>Erstelle .gitignore</b><p>Dies erstellt eine .gitignore-Datei mit Standardwerten.</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="854"/> + <source>Show combined configuration settings</source> + <translation>Zeige kombinierte Einstellungen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="854"/> + <source>Show combined configuration settings...</source> + <translation>Zeige kombinierte Einstellungen...</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="858"/> + <source>Show the combined configuration settings from all configuration files</source> + <translation>Zeigt die kombinierten Einstellungen aus allen Konfigurationsdateien</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="862"/> + <source><b>Show combined configuration settings</b><p>This shows the combined configuration settings from all configuration files.</p></source> + <translation><b>Zeige kombinierte Einstellungen</b><p>Dies zeigt die kombinierten Einstellungen aus allen Konfigurationsdateien.</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="870"/> + <source>Verify repository</source> + <translation>Repository verifizieren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="870"/> + <source>Verify repository...</source> + <translation>Repository verifizieren...</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="874"/> + <source>Verify the connectivity and validity of objects of the database</source> + <translation>Verifiziert die Erreichbarkeit und Gültigkeit von Objekten der Datenbank</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="877"/> + <source><b>Verify repository</b><p>This verifies the connectivity and validity of objects of the database.</p></source> + <translation><b>Repository verifizieren</b><p>Dies verifiziert die Erreichbarkeit und Gültigkeit von Objekten der Datenbank.</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="885"/> + <source>Optimize repository</source> + <translation>Repository optimieren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="885"/> + <source>Optimize repository...</source> + <translation>Repository optimieren...</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="889"/> + <source>Cleanup and optimize the local repository</source> + <translation>Säubert und optimiert das lokale Repository</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="892"/> <source><b>Optimize repository</b><p>This cleans up and optimizes the local repository.</p></source> <translation><b>Repository optimieren</b><p>Dies säubert und optimiert das lokale Repository.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="869"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="899"/> <source>Repository Statistics</source> <translation>Repository Statistiken</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="869"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="899"/> <source>Repository Statistics...</source> <translation>Repository Statistiken...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="873"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="903"/> <source>Show some statistics of the local repository</source> <translation>Zeigt einige Statistiken zum lokalen Repository</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="876"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="906"/> <source><b>Repository Statistics</b><p>This show some statistics of the local repository.</p></source> <translation><b>Repository Statistiken</b><p>Dies zeigt einige Statistiken zum lokalen Repository.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="883"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="913"/> <source>Create Archive</source> <translation>Archiv erzeugen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="887"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="917"/> <source>Create an archive from the local repository</source> <translation>Erzeugt ein Archiv aus dem lokalen Repository</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="890"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="920"/> <source><b>Create Archive</b><p>This creates an archive from the local repository.</p></source> <translation><b>Archiv erzeugen</b><p>Dies erzeugt ein Archiv aus dem lokalen Repository.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="897"/> - <source>Create bundle</source> - <translation>Paket erzeugen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="897"/> - <source>Create bundle...</source> - <translation>Paket erzeugen...</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="901"/> - <source>Create bundle file collecting changesets</source> - <translation>Erzeugt ein Paket mit Änderungssätzen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="904"/> - <source><b>Create bundle</b><p>This creates a bundle file collecting selected changesets (git bundle create).</p></source> - <translation><b>Paket erzeugen</b><p>Dies erzeugt eine Paketdatei mit ausgewählten Änderungssätzen (git bundle create).</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="912"/> - <source>Verify bundle</source> - <translation>Paket verifizieren</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="912"/> - <source>Verify bundle...</source> - <translation>Paket verifizieren...</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="916"/> - <source>Verify the validity and applicability of a bundle file</source> - <translation>Verifiziert die Gültigkeit und die Anwendbarkeit einer Paketdatei</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="919"/> - <source><b>Verify bundle</b><p>This verifies that a bundle file is valid and will apply cleanly.</p></source> - <translation><b>Paket verifizieren</b><p>Dies verifiziert, dass eine Paketdatei gültig ist und fehlerfrei angewendet werden kann.</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="927"/> - <source>List bundle heads</source> - <translation>Köpfe eines Pakets anzeigen</translation> + <source>Create bundle</source> + <translation>Paket erzeugen</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="927"/> - <source>List bundle heads...</source> - <translation>Köpfe eines Pakets anzeigen...</translation> + <source>Create bundle...</source> + <translation>Paket erzeugen...</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="931"/> - <source>List all heads contained in a bundle file</source> - <translation>Zeigt alle Köpfe, die in einer Paketdatei enthalten sind</translation> + <source>Create bundle file collecting changesets</source> + <translation>Erzeugt ein Paket mit Änderungssätzen</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="934"/> + <source><b>Create bundle</b><p>This creates a bundle file collecting selected changesets (git bundle create).</p></source> + <translation><b>Paket erzeugen</b><p>Dies erzeugt eine Paketdatei mit ausgewählten Änderungssätzen (git bundle create).</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="942"/> + <source>Verify bundle</source> + <translation>Paket verifizieren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="942"/> + <source>Verify bundle...</source> + <translation>Paket verifizieren...</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="946"/> + <source>Verify the validity and applicability of a bundle file</source> + <translation>Verifiziert die Gültigkeit und die Anwendbarkeit einer Paketdatei</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="949"/> + <source><b>Verify bundle</b><p>This verifies that a bundle file is valid and will apply cleanly.</p></source> + <translation><b>Paket verifizieren</b><p>Dies verifiziert, dass eine Paketdatei gültig ist und fehlerfrei angewendet werden kann.</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="957"/> + <source>List bundle heads</source> + <translation>Köpfe eines Pakets anzeigen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="957"/> + <source>List bundle heads...</source> + <translation>Köpfe eines Pakets anzeigen...</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="961"/> + <source>List all heads contained in a bundle file</source> + <translation>Zeigt alle Köpfe, die in einer Paketdatei enthalten sind</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="964"/> <source><b>List bundle heads</b><p>This lists all heads contained in a bundle file.</p></source> <translation><b>Köpfe eines Pakets anzeigen</b><p>Dies zeigt alle Köpfe, die in einer Paketdatei enthalten sind.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="941"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="971"/> <source>Apply Bundle (fetch)</source> <translation>Paket anwenden (fetch)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="941"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="971"/> <source>Apply Bundle (fetch)...</source> <translation>Paket anwenden (fetch)...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="945"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="975"/> <source>Apply a head of a bundle file using fetch</source> <translation>Wendet einen Kopf der Paketdatei mittels 'fetch' an</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="948"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="978"/> <source><b>Apply Bundle (fetch)</b><p>This applies a head of a bundle file using fetch.</p></source> <translation><b>Paket anwenden (fetch)</b><p>Dies wendet einen Kopf der Paketdatei mittels 'fetch' an.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2097"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2159"/> <source>Apply Bundle (pull)</source> <translation>Paket anwenden (pull)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="955"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="985"/> <source>Apply Bundle (pull)...</source> <translation>Paket anwenden (pull)...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="959"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="989"/> <source>Apply a head of a bundle file using pull</source> <translation>Wendet einen Kopf der Paketdatei mittels 'pull' an</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="962"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="992"/> <source><b>Apply Bundle (pull)</b><p>This applies a head of a bundle file using pull.</p></source> <translation><b>Paket anwenden (pull)</b><p>Dies wendet einen Kopf der Paketdatei mittels 'pull' an.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="969"/> - <source>Start</source> - <translation>Starten</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="973"/> - <source>Start a bisect session</source> - <translation>Startet eine bisect Session</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="976"/> - <source><b>Start</b><p>This starts a bisect session.</p></source> - <translation><b>Starten</b><p>Dies startet eine bisect Session.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="983"/> - <source>Start (Extended)</source> - <translation>Starten (erweitert)</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="987"/> - <source>Start a bisect session giving a bad and optionally good commits</source> - <translation>Startet eine bisect Session mit Angabe einer schlechten und von guten Revisionen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="990"/> - <source><b>Start (Extended)</b><p>This starts a bisect session giving a bad and optionally good commits.</p></source> - <translation><b>Starten (erweitert)</b><p>Dies startet eine bisect Session mit Angabe einer schlechten und von guten Revisionen.</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="999"/> - <source>Mark as "good"</source> - <translation>Als „gut“ markieren</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="999"/> - <source>Mark as "good"...</source> - <translation>Als „gut“ markieren...</translation> + <source>Start</source> + <translation>Starten</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1003"/> - <source>Mark a selectable revision as good</source> - <translation>Markiere eine auswählbare Revision als gut</translation> + <source>Start a bisect session</source> + <translation>Startet eine bisect Session</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1006"/> - <source><b>Mark as "good"</b><p>This marks a selectable revision as good.</p></source> - <translation><b>Als "gut" markieren</b><p>Dies markiert eine auswählbare Revision als gut.</p></translation> + <source><b>Start</b><p>This starts a bisect session.</p></source> + <translation><b>Starten</b><p>Dies startet eine bisect Session.</p></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1013"/> - <source>Mark as "bad"</source> - <translation>Als „schlecht“ markieren</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1013"/> - <source>Mark as "bad"...</source> - <translation>Als „schlecht“ markieren...</translation> + <source>Start (Extended)</source> + <translation>Starten (erweitert)</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1017"/> - <source>Mark a selectable revision as bad</source> - <translation>Markiere eine auswählbare Revision als schlecht</translation> + <source>Start a bisect session giving a bad and optionally good commits</source> + <translation>Startet eine bisect Session mit Angabe einer schlechten und von guten Revisionen</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1020"/> + <source><b>Start (Extended)</b><p>This starts a bisect session giving a bad and optionally good commits.</p></source> + <translation><b>Starten (erweitert)</b><p>Dies startet eine bisect Session mit Angabe einer schlechten und von guten Revisionen.</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1029"/> + <source>Mark as "good"</source> + <translation>Als „gut“ markieren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1029"/> + <source>Mark as "good"...</source> + <translation>Als „gut“ markieren...</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1033"/> + <source>Mark a selectable revision as good</source> + <translation>Markiere eine auswählbare Revision als gut</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1036"/> + <source><b>Mark as "good"</b><p>This marks a selectable revision as good.</p></source> + <translation><b>Als "gut" markieren</b><p>Dies markiert eine auswählbare Revision als gut.</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1043"/> + <source>Mark as "bad"</source> + <translation>Als „schlecht“ markieren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1043"/> + <source>Mark as "bad"...</source> + <translation>Als „schlecht“ markieren...</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1047"/> + <source>Mark a selectable revision as bad</source> + <translation>Markiere eine auswählbare Revision als schlecht</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1050"/> <source><b>Mark as "bad"</b><p>This marks a selectable revision as bad.</p></source> <translation><b>Als "schlecht" markieren</b><p>Dies markiert eine auswählbare Revision als schlecht.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1027"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1057"/> <source>Skip</source> <translation>Überspringen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1027"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1057"/> <source>Skip...</source> <translation>Überspringen...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1031"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1061"/> <source>Skip a selectable revision</source> <translation>Überspringe eine auswählbare Revision</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1034"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1064"/> <source><b>Skip</b><p>This skips a selectable revision.</p></source> <translation><b>Überspringen</b><p>Dies überspringt eine auswählbare Revision.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1041"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1071"/> <source>Reset</source> <translation>Zurücksetzen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1041"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1071"/> <source>Reset...</source> <translation>Zurücksetzen...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1045"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1075"/> <source>Reset the bisect session</source> <translation>Setzt die bisect Session zurück</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1048"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1078"/> <source><b>Reset</b><p>This resets the bisect session.</p></source> <translation><b>Zurücksetzen</b><p>Dies setzt die bisect Session zurück.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1055"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1085"/> <source>Show bisect log browser</source> <translation>Bisect-Browser anzeigen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1060"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1090"/> <source>Show a dialog to browse the bisect log of the local project</source> <translation>Zeigt einen Dialog, um den Ablauf der bisect Session durchzusehen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1063"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1093"/> <source><b>Show bisect log browser</b><p>This shows a dialog to browse the bisect log of the local project.</p></source> <translation><b>Bisect-Browser anzeigen</b><p>Dies zeigt einen Dialog, um den Ablauf der bisect Session durchzusehen.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1072"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1102"/> <source>Create replay file</source> <translation>Wiederholungsdatei erzeugen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1076"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1106"/> <source>Create a replay file to repeat the current bisect session</source> <translation>Erzeugt eine Datei zur Wiederholung der aktuellen bisect Session</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1079"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1109"/> <source><b>Create replay file</b><p>This creates a replay file to repeat the current bisect session.</p></source> <translation><b>Wiederholungsdatei erzeugen</b><p>Dies erzeugt eine Datei zur Wiederholung der aktuellen bisect Session.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1088"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1118"/> <source>Edit replay file</source> <translation>Editiere Wiederholungsdatei</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1092"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1122"/> <source>Edit a bisect replay file</source> <translation>Eine bisect Wiederholungsdatei bearbeiten</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1095"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1125"/> <source><b>Edit replay file</b><p>This edits a bisect replay file.</p></source> <translation><b>Editiere Wiederholungsdatei</b><p>Dies bearbeitet eine bisect Wiederholungsdatei.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1103"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1133"/> <source>Replay session</source> <translation>Session wiederholen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1107"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1137"/> <source>Replay a bisect session from file</source> <translation>Wiederholt eine bisect Session aus einer Datei</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1110"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1140"/> <source><b>Replay session</b><p>This replays a bisect session from file.</p></source> <translation><b>Session wiederholen</b><p>Dies wiederholt eine bisect Session aus einer Datei.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1344"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1374"/> <source>Administration</source> <translation>Verwaltung</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1360"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1390"/> <source>Bundle Management</source> <translation>Paketverwaltung</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1690"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1722"/> <source>Pull</source> <translation>Pull</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2237"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2299"/> <source>Bisect</source> <translation>Bisect</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1397"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1427"/> <source>Tags</source> <translation>Marken</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1405"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1435"/> <source>Branches</source> <translation>Zweige</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1418"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1448"/> <source>Manage Changes</source> <translation>Änderungen verwalten</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1426"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1456"/> <source>Remote Repositories</source> <translation>Entfernte Repositories</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1436"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1468"/> <source>Cherry-pick</source> <translation>Aussuchen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1444"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1476"/> <source>Stash</source> <translation>Ablage</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1646"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1678"/> <source>Branch</source> <translation>Zweig</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2261"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2323"/> <source>The project should be reread. Do this now?</source> <translation>Das Projekt sollte neu gelesen werde. Jetzt durchführen?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1715"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1747"/> <source>Revert Changes</source> <translation>Änderungen rückgängig machen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1734"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1766"/> <source>Unstage Changes</source> <translation>Vormerkung rückgängig</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1813"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1874"/> <source>Select a remote repository:</source> <translation>Wähle ein entferntes Repository:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1853"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1915"/> <source>Copy Commits (Continue)</source> <translation>Revisionen kopieren (Fortsetzung)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1872"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1934"/> <source>Copy Commits (Quit)</source> <translation>Revisionen kopieren (Beenden)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1892"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1954"/> <source>Copy Commits (Cancel)</source> <translation>Revisionen kopieren (Abbrechen)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1911"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1973"/> <source>Save Stash</source> <translation>Ablage erstellen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1961"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2023"/> <source>Restore Stash</source> <translation>Ablage wiederherstellen</translation> </message> @@ -21930,7 +21983,7 @@ <translation><b>Aktuellste Marke zeigen</b><p>Dies zeigt die aktuellste Marke, die vom Arbeitsbereich erreichbar ist.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="642"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="672"/> <source><b>Quit Copying Session</b><p>This quits the current copying session.</p></source> <translation><b>Kopiersitzung beenden</b><p>Dies beendet die aktuelle Kopiersitzung.</p></translation> </message> @@ -21955,225 +22008,265 @@ <translation><b>Änderungen in Repository einpflegen</b><p>Dies pflegt Änderungen am lokalen Projekt in das Git-Repository ein.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1541"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1573"/> <source>Git</source> <translation>Git</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1117"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1147"/> <source>Check patch files</source> <translation>Patchdateien prüfen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1121"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1151"/> <source>Check a list of patch files, if they would apply cleanly</source> <translation>Prüfe eine Liste von Patchdateien, ob sie fehlerfrei angewendet werden können</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1124"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1154"/> <source><b>Check patch files</b><p>This checks a list of patch files, if they would apply cleanly.</p></source> <translation><b>Patchdateien prüfen</b><p>Dies prüft eine Liste von Patchdateien, ob sie fehlerfrei angewendet werden können.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2261"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2323"/> <source>Apply patch files</source> <translation>Patchdateien anwenden</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1136"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1166"/> <source>Apply a list of patch files</source> <translation>Wendet eine Liste von Patchdateien an</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1139"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1169"/> <source><b>Apply patch files</b><p>This applies a list of patch files.</p></source> <translation><b>Patchdateien anwenden</b><p>Dies wendet eine Liste von Patchdateien an.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1146"/> - <source>Show patch statistics</source> - <translation>Zeige Patch Statistiken</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1150"/> - <source>Show some statistics for a list of patch files</source> - <translation>Zeigt Statistiken für eine Liste von Patchdateien an</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1153"/> - <source><b>Show patch statistics</b><p>This shows some statistics for a list of patch files.</p></source> - <translation><b>Zeige Patch Statistiken</b><p>Dies zeigt Statistiken für eine Liste von Patchdateien an.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1371"/> - <source>Patch Management</source> - <translation>Verwaltung von Patches</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1165"/> - <source>Add a submodule to the current project</source> - <translation>Ein Submodule zum aktuellen Projekt hinzufügen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1168"/> - <source><b>Add</b><p>This adds a submodule to the current project.</p></source> - <translation><b>Hinzufügen</b><p>Dies fügt dem aktuellen Projekt ein Submodul hinzu.</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1176"/> - <source>List</source> - <translation>Auflisten</translation> + <source>Show patch statistics</source> + <translation>Zeige Patch Statistiken</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1180"/> - <source>List the submodule of the current project</source> - <translation>Liste die Submodule des aktuellen Projektes auf</translation> + <source>Show some statistics for a list of patch files</source> + <translation>Zeigt Statistiken für eine Liste von Patchdateien an</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1183"/> - <source><b>List</b><p>This lists the submodules of the current project.</p></source> - <translation><b>Auflisten</b><p>Dies listet die Submodule des aktuellen Projektes auf.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1191"/> - <source>Initialize</source> - <translation>Initialisieren</translation> + <source><b>Show patch statistics</b><p>This shows some statistics for a list of patch files.</p></source> + <translation><b>Zeige Patch Statistiken</b><p>Dies zeigt Statistiken für eine Liste von Patchdateien an.</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1401"/> + <source>Patch Management</source> + <translation>Verwaltung von Patches</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1195"/> - <source>Initialize the submodules of the current project</source> - <translation>Initialisiert die Submodule des aktuellen Projektes</translation> + <source>Add a submodule to the current project</source> + <translation>Ein Submodule zum aktuellen Projekt hinzufügen</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1198"/> + <source><b>Add</b><p>This adds a submodule to the current project.</p></source> + <translation><b>Hinzufügen</b><p>Dies fügt dem aktuellen Projekt ein Submodul hinzu.</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1206"/> + <source>List</source> + <translation>Auflisten</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1210"/> + <source>List the submodule of the current project</source> + <translation>Liste die Submodule des aktuellen Projektes auf</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1213"/> + <source><b>List</b><p>This lists the submodules of the current project.</p></source> + <translation><b>Auflisten</b><p>Dies listet die Submodule des aktuellen Projektes auf.</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1221"/> + <source>Initialize</source> + <translation>Initialisieren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1225"/> + <source>Initialize the submodules of the current project</source> + <translation>Initialisiert die Submodule des aktuellen Projektes</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1228"/> <source><b>Initialize</b><p>This initializes the submodules of the current project.</p></source> <translation><b>Initialisieren</b><p>Dies initialisiert die Submodule des aktuellen Projektes.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1207"/> - <source>Unregister</source> - <translation>Deregistrieren</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1211"/> - <source>Unregister submodules of the current project</source> - <translation>Deregistriert Submodules des aktuellen Projektes</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1214"/> - <source><b>Unregister</b><p>This unregisters submodules of the current project.</p></source> - <translation><b>Deregistrieren</b><p>Dies deregistriert Submodules des aktuellen Projektes.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1222"/> - <source>Update</source> - <translation>Aktualisieren</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1226"/> - <source>Update submodules of the current project</source> - <translation>Aktualisiert Submodule des aktuellen Projektes</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1229"/> - <source><b>Update</b><p>This updates submodules of the current project.</p></source> - <translation><b>Aktualisieren</b><p>Dies aktualisiert Submodule des aktuellen Projektes.</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1237"/> - <source>Initialize and Update</source> - <translation>Initialisieren und Aktualisieren</translation> + <source>Unregister</source> + <translation>Deregistrieren</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1241"/> - <source>Initialize and update submodules of the current project</source> - <translation>Initialisiert und aktualisiert Submodule des aktuellen Projektes</translation> + <source>Unregister submodules of the current project</source> + <translation>Deregistriert Submodules des aktuellen Projektes</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1244"/> + <source><b>Unregister</b><p>This unregisters submodules of the current project.</p></source> + <translation><b>Deregistrieren</b><p>Dies deregistriert Submodules des aktuellen Projektes.</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1252"/> + <source>Update</source> + <translation>Aktualisieren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1256"/> + <source>Update submodules of the current project</source> + <translation>Aktualisiert Submodule des aktuellen Projektes</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1259"/> + <source><b>Update</b><p>This updates submodules of the current project.</p></source> + <translation><b>Aktualisieren</b><p>Dies aktualisiert Submodule des aktuellen Projektes.</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1267"/> + <source>Initialize and Update</source> + <translation>Initialisieren und Aktualisieren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1271"/> + <source>Initialize and update submodules of the current project</source> + <translation>Initialisiert und aktualisiert Submodule des aktuellen Projektes</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1274"/> <source><b>Initialize and Update</b><p>This initializes and updates submodules of the current project.</p></source> <translation><b>Initialisieren und Aktualisieren</b><p>Dies initialisiert und aktualisiert Submodule des aktuellen Projektes.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1253"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1283"/> <source>Fetch and Update</source> <translation>Herunterladen und Aktualisieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1257"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1287"/> <source>Fetch and update submodules of the current project</source> <translation>Lädt Änderungen an Submodulen des aktuellen Projektes herunter und aktualisiert sie</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1260"/> - <source><b>Fetch and Update</b><p>This fetches and updates submodules of the current project.</p></source> - <translation><b>Herunterladen und Aktualisieren</b><p>Dies lädt Änderungen an Submodulen des aktuellen Projektes herunter und aktualisiert sie.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1269"/> - <source>Update with Options</source> - <translation>Aktualisieren (mit Optionen)</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1273"/> - <source>Update submodules of the current project offering a dialog to enter options</source> - <translation>Aktualisiert Submodule des aktuellen Projektes mit Eingabemöglichkeit für Optionen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1277"/> - <source><b>Update with Options</b><p>This updates submodules of the current project offering a dialog to enter update options.</p></source> - <translation><b>Aktualisieren (mit Optionen)</b><p>Dies aktualisiert Submodule des aktuellen Projektes mit Eingabemöglichkeit für Optionen.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1286"/> - <source>Synchronize URLs</source> - <translation>URLs synchronisieren</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1290"/> + <source><b>Fetch and Update</b><p>This fetches and updates submodules of the current project.</p></source> + <translation><b>Herunterladen und Aktualisieren</b><p>Dies lädt Änderungen an Submodulen des aktuellen Projektes herunter und aktualisiert sie.</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1299"/> + <source>Update with Options</source> + <translation>Aktualisieren (mit Optionen)</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1303"/> + <source>Update submodules of the current project offering a dialog to enter options</source> + <translation>Aktualisiert Submodule des aktuellen Projektes mit Eingabemöglichkeit für Optionen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1307"/> + <source><b>Update with Options</b><p>This updates submodules of the current project offering a dialog to enter update options.</p></source> + <translation><b>Aktualisieren (mit Optionen)</b><p>Dies aktualisiert Submodule des aktuellen Projektes mit Eingabemöglichkeit für Optionen.</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1316"/> + <source>Synchronize URLs</source> + <translation>URLs synchronisieren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1320"/> <source>Synchronize URLs of submodules of the current project</source> <translation>Synchronisiert URLs der Submodule des aktuellen Projektes</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1293"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1323"/> <source><b>Synchronize URLs</b><p>This synchronizes URLs of submodules of the current project.</p></source> <translation><b>URLs synchronisieren</b><p>Dies synchronisiert URLs der Submodule des aktuellen Projektes.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1302"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1332"/> <source>Show Status</source> <translation>Status anzeigen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1306"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1336"/> <source>Show the status of submodules of the current project</source> <translation>Zeigt den Status der Submodule des aktuellen Projektes an</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1309"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1339"/> <source><b>Show Status</b><p>This shows a dialog with the status of submodules of the current project.</p></source> <translation><b>Status anzeigen</b><p>Dies zeigt den Status der Submodule des aktuellen Projektes an.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1318"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1348"/> <source>Show Summary</source> <translation>Übersicht anzeigen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1322"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1352"/> <source>Show summary information for submodules of the current project</source> <translation>Zeigt Übersichtsinformationen für Submodule des aktuellen Projektes an</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1325"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1355"/> <source><b>Show Summary</b><p>This shows some summary information for submodules of the current project.</p></source> <translation><b>Übersicht anzeigen</b><p>Dies zeigt Übersichtsinformationen für Submodule des aktuellen Projektes an.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1459"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1491"/> <source>Submodules</source> <translation>Submodule</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="604"/> + <source>Change URL</source> + <translation>URL ändern</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="604"/> + <source>Change URL...</source> + <translation>URL ändern...</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="608"/> + <source>Change the URL of a remote repository</source> + <translation>Ändere die URL eines entfernten Repositories</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="611"/> + <source><b>Change URL</b><p>This changes the URL of a remote repository.</p></source> + <translation><b>URL ändern</b><p>Dies ändert die URL eines entfernten Repositories.</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="618"/> + <source>Credentials</source> + <translation>Berechtigung</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="618"/> + <source>Credentials...</source> + <translation>Berechtigung...</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="622"/> + <source>Change or set the user credentials of a remote repository</source> + <translation>Ändere oder setze die Nutzerparameter eines entfernten Repository</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="625"/> + <source><b>Credentials</b><p>This changes or sets the user credentials of a remote repository.</p></source> + <translation><b>Berechtigung</b><p>Dies ändert oder setzt die Nutzerparameter eines entfernten Repository.</p></translation> + </message> </context> <context> <name>GitPullDialog</name> @@ -22475,6 +22568,49 @@ </message> </context> <context> + <name>GitRemoteCredentialsDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="14"/> + <source>Git Remote Credentials</source> + <translation>Berechtigung für entferntes Repository</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="23"/> + <source>Name:</source> + <translation>Name:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="40"/> + <source>URL:</source> + <translation>URL:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="57"/> + <source>Credentials</source> + <translation>Berechtigung</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="63"/> + <source>Username:</source> + <translation>Nutzername:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="70"/> + <source>Enter the user name for the remote repository</source> + <translation>Gib den Nutzernamen für das entfernte Repository ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="77"/> + <source>Password:</source> + <translation>Kennwort:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="87"/> + <source>Enter the password for the remote repository</source> + <translation>Gib das Kennwort für das entfernte Repository ein</translation> + </message> +</context> +<context> <name>GitRemoteRepositoriesDialog</name> <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="14"/> @@ -22519,92 +22655,92 @@ <translation>&Hinzufügen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="92"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="159"/> <source>Press to rename the selected repository</source> <translation>Drücken, um das ausgewählte Repository umzubenennen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="162"/> + <source>&Rename</source> + <translation>&Umbenennen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="92"/> + <source>Press to remove the selected repository</source> + <translation>Drücken, um das ausgewählte Repository zu entfernen</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="95"/> - <source>&Rename</source> - <translation>&Umbenennen</translation> + <source>Re&move</source> + <translation>&Entfernen</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="102"/> - <source>Press to remove the selected repository</source> - <translation>Drücken, um das ausgewählte Repository zu entfernen</translation> + <source>Press to delete stale tracking branches under the selected repository </source> + <translation>Drücken, um lose Trackingzweige innerhalb des ausgewählten Repository zu löschen </translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="105"/> - <source>Re&move</source> - <translation>&Entfernen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="112"/> - <source>Press to delete stale tracking branches under the selected repository </source> - <translation>Drücken, um lose Trackingzweige innerhalb des ausgewählten Repository zu löschen </translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="115"/> <source>&Prune</source> <translation>&Beschneiden</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="129"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="119"/> <source>Press to show information about the selected repository</source> <translation>Drücken, um Informationen zum ausgewählten Repository anzuzeigen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="132"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="122"/> <source>Show &Info...</source> <translation>&Informationen zeigen...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="160"/> - <source>Errors</source> - <translation>Fehler</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="166"/> - <source><b>Git log errors</b><p>This shows possible error messages of the git log command.</p></source> - <translation><b>Git Protokoll-Fehler</b><p>Dies zeigt mögliche Fehlermeldungen des git-Befehls.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="182"/> - <source>Input</source> - <translation>Eingabe</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="204"/> - <source>Press to send the input to the git process</source> - <translation>Drücken um die Eingabe an den git-Prozess zu senden</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="207"/> - <source>&Send</source> - <translation>Sen&den</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="210"/> + <source>Errors</source> + <translation>Fehler</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="216"/> + <source><b>Git log errors</b><p>This shows possible error messages of the git log command.</p></source> + <translation><b>Git Protokoll-Fehler</b><p>Dies zeigt mögliche Fehlermeldungen des git-Befehls.</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="232"/> + <source>Input</source> + <translation>Eingabe</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="254"/> + <source>Press to send the input to the git process</source> + <translation>Drücken um die Eingabe an den git-Prozess zu senden</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="257"/> + <source>&Send</source> + <translation>Sen&den</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="260"/> <source>Alt+S</source> <translation>Alt+D</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="217"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="267"/> <source>Enter data to be sent to the git process</source> <translation>Gib die Daten ein, die an den git-Prozess geschickt werden sollen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="224"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="274"/> <source>Select to switch the input field to password mode</source> <translation>Anwählen, um den Kennwortmodus für das Eingabefeld auszuwählen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="227"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="277"/> <source>&Password Mode</source> <translation>&Kennwortmodus</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="230"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="280"/> <source>Alt+P</source> <translation>Alt+K</translation> </message> @@ -22628,6 +22764,26 @@ <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="169"/> + <source>Press to change the URL of the selected repository</source> + <translation>Drücken, um die URL des ausgewählten Repository zu ändern</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="172"/> + <source>Change &URL</source> + <translation>UR&L ändern</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="179"/> + <source>Press to set or change the user credentials of the selected repository</source> + <translation>Drücken, um die Nutzerparameter des ausgewählten Repository zu ändern</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="182"/> + <source>&Credentials</source> + <translation>&Nutzerparameter</translation> + </message> </context> <context> <name>GitRevisionSelectionDialog</name>
--- a/i18n/eric6_empty.ts Sun Jun 03 11:30:57 2018 +0200 +++ b/i18n/eric6_empty.ts Sun Jun 03 14:03:19 2018 +0200 @@ -1471,7 +1471,7 @@ </message> <message> <location filename="../Utilities/BackgroundService.py" line="422"/> - <source>Erics background client disconnected because of an unknown reason.</source> + <source>Eric's background client disconnected because of an unknown reason.</source> <translation type="unfinished"></translation> </message> <message> @@ -17840,237 +17840,237 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2972"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3070"/> <source>Show Remote Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2919"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2949"/> <source>Rename Remote Repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2919"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2949"/> <source>Enter new name for remote repository:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2996"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3094"/> <source>Show Shortlog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3054"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3152"/> <source>Cherry-pick</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3084"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3182"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3109"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3207"/> <source>Copy Changesets (Quit)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3135"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3233"/> <source>Copy Changesets (Cancel)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3215"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3313"/> <source>Saving stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3414"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3512"/> <source>Show Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3414"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3512"/> <source>Select a stash (empty for latest stash):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3326"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3424"/> <source>Restore Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3340"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3438"/> <source>Restoring stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3374"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3472"/> <source>Create Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3364"/> - <source>Enter a branch name to restore a stash to:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3389"/> - <source>Creating branch</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3423"/> - <source>Delete Stash</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3423"/> - <source>Do you really want to delete the stash <b>{0}</b>?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3434"/> - <source>Deleting stash</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3454"/> - <source>Delete All Stashes</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3454"/> - <source>Do you really want to delete all stashes?</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3462"/> - <source>Deleting all stashes</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3534"/> - <source>Showing the combined configuration settings</source> + <source>Enter a branch name to restore a stash to:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3487"/> + <source>Creating branch</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3521"/> + <source>Delete Stash</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3521"/> + <source>Do you really want to delete the stash <b>{0}</b>?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3532"/> + <source>Deleting stash</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3552"/> + <source>Delete All Stashes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3552"/> + <source>Do you really want to delete all stashes?</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3560"/> - <source>Verifying the integrity of the Git repository</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3585"/> - <source>Performing Repository Housekeeping</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3629"/> - <source><tr><td><b>Statistics</b></td></tr></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3630"/> - <source><tr><td>Number of loose objects: </td><td>{0}</td></tr></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3634"/> - <source><tr><td>Disk space used by loose objects: </td><td>{0} KiB</td></tr></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3638"/> - <source><tr><td>Number of packed objects: </td><td>{0}</td></tr></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3642"/> - <source><tr><td>Number of packs: </td><td>{0}</td></tr></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3646"/> - <source><tr><td>Disk space used by packed objects: </td><td>{0} KiB</td></tr></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3650"/> - <source><tr><td>Packed objects waiting for pruning: </td><td>{0}</td></tr></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3654"/> - <source><tr><td>Garbage files: </td><td>{0}</td></tr></source> + <source>Deleting all stashes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3632"/> + <source>Showing the combined configuration settings</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3658"/> + <source>Verifying the integrity of the Git repository</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3683"/> + <source>Performing Repository Housekeeping</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3727"/> + <source><tr><td><b>Statistics</b></td></tr></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3728"/> + <source><tr><td>Number of loose objects: </td><td>{0}</td></tr></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3732"/> + <source><tr><td>Disk space used by loose objects: </td><td>{0} KiB</td></tr></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3736"/> + <source><tr><td>Number of packed objects: </td><td>{0}</td></tr></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3740"/> + <source><tr><td>Number of packs: </td><td>{0}</td></tr></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3744"/> + <source><tr><td>Disk space used by packed objects: </td><td>{0} KiB</td></tr></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3748"/> + <source><tr><td>Packed objects waiting for pruning: </td><td>{0}</td></tr></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3752"/> + <source><tr><td>Garbage files: </td><td>{0}</td></tr></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3756"/> <source><tr><td>Disk space used by garbage files: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3664"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3762"/> <source><p><b>No statistics available.</b></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3730"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3828"/> <source>Creating Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3773"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3871"/> <source>Add Submodule</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3843"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3941"/> <source>List Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3843"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3941"/> <source>No submodules defined for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3858"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3956"/> <source>All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3861"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3959"/> <source>Submodule Path</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3861"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3959"/> <source>Select a submodule path:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3914"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4012"/> <source>Initialize Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3951"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4049"/> <source>Unregister Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4031"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4129"/> <source>Update Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4065"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4163"/> <source>Synchronize Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4123"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4221"/> <source>Submodules Summary</source> <translation type="unfinished"></translation> </message> @@ -18102,6 +18102,31 @@ <source>Enter the remote URL</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="51"/> + <source>Credentials</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="57"/> + <source>Username:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="64"/> + <source>Enter the user name for the remote repository</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="71"/> + <source>Password:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="81"/> + <source>Enter the password for the remote repository</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>GitApplyBundleDataDialog</name> @@ -18727,6 +18752,34 @@ </message> </context> <context> + <name>GitChangeRemoteUrlDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="14"/> + <source>Git Change Remote URL</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="23"/> + <source>Name:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="40"/> + <source>URL:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="57"/> + <source>New URL:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="64"/> + <source>Enter the new remote URL</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>GitCherryPickDialog</name> <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.ui" line="14"/> @@ -20990,7 +21043,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1765"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1797"/> <source>Show Remote Info</source> <translation type="unfinished"></translation> </message> @@ -21005,7 +21058,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1161"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1191"/> <source>Add</source> <translation type="unfinished"></translation> </message> @@ -21025,7 +21078,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1785"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1817"/> <source>Remove</source> <translation type="unfinished"></translation> </message> @@ -21045,7 +21098,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1799"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1831"/> <source>Prune</source> <translation type="unfinished"></translation> </message> @@ -21065,7 +21118,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1813"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1874"/> <source>Rename</source> <translation type="unfinished"></translation> </message> @@ -21085,940 +21138,980 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1833"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1895"/> <source>Copy Commits</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="609"/> - <source>Copies commits into the current branch</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="612"/> - <source><b>Copy Commits</b><p>This copies commits on top of the current branch.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="619"/> - <source>Continue Copying Session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="623"/> - <source>Continue the last copying session after conflicts were resolved</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="626"/> - <source><b>Continue Copying Session</b><p>This continues the last copying session after conflicts were resolved.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="635"/> - <source>Quit Copying Session</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="639"/> - <source>Quit the current copying session</source> + <source>Copies commits into the current branch</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="642"/> - <source><b>Quit Copying Session</b><p>This quits the current copying session.</p></source> + <source><b>Copy Commits</b><p>This copies commits on top of the current branch.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="649"/> - <source>Cancel Copying Session</source> + <source>Continue Copying Session</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="653"/> - <source>Cancel the current copying session and return to the previous state</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="657"/> - <source><b>Cancel Copying Session</b><p>This cancels the current copying session and returns to the previous state.</p></source> + <source>Continue the last copying session after conflicts were resolved</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="656"/> + <source><b>Continue Copying Session</b><p>This continues the last copying session after conflicts were resolved.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="665"/> - <source>Stash changes</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="665"/> - <source>Stash changes...</source> + <source>Quit Copying Session</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="669"/> - <source>Stash all current changes of the project</source> + <source>Quit the current copying session</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="672"/> - <source><b>Stash changes</b><p>This stashes all current changes of the project.</p></source> + <source><b>Quit Copying Session</b><p>This quits the current copying session.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="679"/> - <source>Show stash browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="679"/> - <source>Show stash browser...</source> + <source>Cancel Copying Session</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="683"/> - <source>Show a dialog with all stashes</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="686"/> - <source><b>Show stash browser...</b><p>This shows a dialog listing all available stashes. Actions on these stashes may be executed via the context menu.</p></source> + <source>Cancel the current copying session and return to the previous state</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="687"/> + <source><b>Cancel Copying Session</b><p>This cancels the current copying session and returns to the previous state.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="695"/> - <source>Show stash</source> + <source>Stash changes</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="695"/> - <source>Show stash...</source> + <source>Stash changes...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="699"/> - <source>Show a dialog with a patch of a stash</source> + <source>Stash all current changes of the project</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="702"/> + <source><b>Stash changes</b><p>This stashes all current changes of the project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="709"/> + <source>Show stash browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="709"/> + <source>Show stash browser...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="713"/> + <source>Show a dialog with all stashes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="716"/> + <source><b>Show stash browser...</b><p>This shows a dialog listing all available stashes. Actions on these stashes may be executed via the context menu.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="725"/> + <source>Show stash</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="725"/> + <source>Show stash...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="729"/> + <source>Show a dialog with a patch of a stash</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="732"/> <source><b>Show stash...</b><p>This shows a dialog with a patch of a selectable stash.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="710"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="740"/> <source>Restore && Keep</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="714"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="744"/> <source>Restore a stash but keep it</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="717"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="747"/> <source><b>Restore &amp; Keep</b><p>This restores a selectable stash and keeps it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="724"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="754"/> <source>Restore && Delete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="728"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="758"/> <source>Restore a stash and delete it</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="731"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="761"/> <source><b>Restore &amp; Delete</b><p>This restores a selectable stash and deletes it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1980"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2042"/> <source>Create Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="742"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="772"/> <source>Create a new branch and restore a stash into it</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="745"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="775"/> <source><b>Create Branch</b><p>This creates a new branch and restores a stash into it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="753"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="783"/> <source>Delete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="787"/> <source>Delete a stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="760"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="790"/> <source><b>Delete</b><p>This deletes a stash.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="767"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="797"/> <source>Delete All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="771"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="801"/> <source>Delete all stashes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="774"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="804"/> <source><b>Delete All</b><p>This deletes all stashes.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="811"/> <source>Edit user configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="811"/> <source>Edit user configuration...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="785"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="815"/> <source>Show an editor to edit the user configuration file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="788"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="818"/> <source><b>Edit user configuration</b><p>Show an editor to edit the user configuration file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="795"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="825"/> <source>Edit repository configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="795"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="825"/> <source>Edit repository configuration...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="799"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="829"/> <source>Show an editor to edit the repository configuration file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="802"/> - <source><b>Edit repository configuration</b><p>Show an editor to edit the repository configuration file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="810"/> - <source>Create .gitignore</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="814"/> - <source>Create a .gitignore file with default values</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="817"/> - <source><b>Create .gitignore</b><p>This creates a .gitignore file with default values.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="824"/> - <source>Show combined configuration settings</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="824"/> - <source>Show combined configuration settings...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="828"/> - <source>Show the combined configuration settings from all configuration files</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="832"/> - <source><b>Show combined configuration settings</b><p>This shows the combined configuration settings from all configuration files.</p></source> + <source><b>Edit repository configuration</b><p>Show an editor to edit the repository configuration file.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="840"/> - <source>Verify repository</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="840"/> - <source>Verify repository...</source> + <source>Create .gitignore</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="844"/> - <source>Verify the connectivity and validity of objects of the database</source> + <source>Create a .gitignore file with default values</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="847"/> - <source><b>Verify repository</b><p>This verifies the connectivity and validity of objects of the database.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="855"/> - <source>Optimize repository</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="855"/> - <source>Optimize repository...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="859"/> - <source>Cleanup and optimize the local repository</source> + <source><b>Create .gitignore</b><p>This creates a .gitignore file with default values.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="854"/> + <source>Show combined configuration settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="854"/> + <source>Show combined configuration settings...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="858"/> + <source>Show the combined configuration settings from all configuration files</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="862"/> + <source><b>Show combined configuration settings</b><p>This shows the combined configuration settings from all configuration files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="870"/> + <source>Verify repository</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="870"/> + <source>Verify repository...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="874"/> + <source>Verify the connectivity and validity of objects of the database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="877"/> + <source><b>Verify repository</b><p>This verifies the connectivity and validity of objects of the database.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="885"/> + <source>Optimize repository</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="885"/> + <source>Optimize repository...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="889"/> + <source>Cleanup and optimize the local repository</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="892"/> <source><b>Optimize repository</b><p>This cleans up and optimizes the local repository.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="869"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="899"/> <source>Repository Statistics</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="869"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="899"/> <source>Repository Statistics...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="873"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="903"/> <source>Show some statistics of the local repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="876"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="906"/> <source><b>Repository Statistics</b><p>This show some statistics of the local repository.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="883"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="913"/> <source>Create Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="887"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="917"/> <source>Create an archive from the local repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="890"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="920"/> <source><b>Create Archive</b><p>This creates an archive from the local repository.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="897"/> - <source>Create bundle</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="897"/> - <source>Create bundle...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="901"/> - <source>Create bundle file collecting changesets</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="904"/> - <source><b>Create bundle</b><p>This creates a bundle file collecting selected changesets (git bundle create).</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="912"/> - <source>Verify bundle</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="912"/> - <source>Verify bundle...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="916"/> - <source>Verify the validity and applicability of a bundle file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="919"/> - <source><b>Verify bundle</b><p>This verifies that a bundle file is valid and will apply cleanly.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="927"/> - <source>List bundle heads</source> + <source>Create bundle</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="927"/> - <source>List bundle heads...</source> + <source>Create bundle...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="931"/> - <source>List all heads contained in a bundle file</source> + <source>Create bundle file collecting changesets</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="934"/> + <source><b>Create bundle</b><p>This creates a bundle file collecting selected changesets (git bundle create).</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="942"/> + <source>Verify bundle</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="942"/> + <source>Verify bundle...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="946"/> + <source>Verify the validity and applicability of a bundle file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="949"/> + <source><b>Verify bundle</b><p>This verifies that a bundle file is valid and will apply cleanly.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="957"/> + <source>List bundle heads</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="957"/> + <source>List bundle heads...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="961"/> + <source>List all heads contained in a bundle file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="964"/> <source><b>List bundle heads</b><p>This lists all heads contained in a bundle file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="941"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="971"/> <source>Apply Bundle (fetch)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="941"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="971"/> <source>Apply Bundle (fetch)...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="945"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="975"/> <source>Apply a head of a bundle file using fetch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="948"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="978"/> <source><b>Apply Bundle (fetch)</b><p>This applies a head of a bundle file using fetch.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2097"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2159"/> <source>Apply Bundle (pull)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="955"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="985"/> <source>Apply Bundle (pull)...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="959"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="989"/> <source>Apply a head of a bundle file using pull</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="962"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="992"/> <source><b>Apply Bundle (pull)</b><p>This applies a head of a bundle file using pull.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="969"/> - <source>Start</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="973"/> - <source>Start a bisect session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="976"/> - <source><b>Start</b><p>This starts a bisect session.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="983"/> - <source>Start (Extended)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="987"/> - <source>Start a bisect session giving a bad and optionally good commits</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="990"/> - <source><b>Start (Extended)</b><p>This starts a bisect session giving a bad and optionally good commits.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="999"/> - <source>Mark as "good"</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="999"/> - <source>Mark as "good"...</source> + <source>Start</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1003"/> - <source>Mark a selectable revision as good</source> + <source>Start a bisect session</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1006"/> - <source><b>Mark as "good"</b><p>This marks a selectable revision as good.</p></source> + <source><b>Start</b><p>This starts a bisect session.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1013"/> - <source>Mark as "bad"</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1013"/> - <source>Mark as "bad"...</source> + <source>Start (Extended)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1017"/> - <source>Mark a selectable revision as bad</source> + <source>Start a bisect session giving a bad and optionally good commits</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1020"/> + <source><b>Start (Extended)</b><p>This starts a bisect session giving a bad and optionally good commits.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1029"/> + <source>Mark as "good"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1029"/> + <source>Mark as "good"...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1033"/> + <source>Mark a selectable revision as good</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1036"/> + <source><b>Mark as "good"</b><p>This marks a selectable revision as good.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1043"/> + <source>Mark as "bad"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1043"/> + <source>Mark as "bad"...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1047"/> + <source>Mark a selectable revision as bad</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1050"/> <source><b>Mark as "bad"</b><p>This marks a selectable revision as bad.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1027"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1057"/> <source>Skip</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1027"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1057"/> <source>Skip...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1031"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1061"/> <source>Skip a selectable revision</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1034"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1064"/> <source><b>Skip</b><p>This skips a selectable revision.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1041"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1071"/> <source>Reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1041"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1071"/> <source>Reset...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1045"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1075"/> <source>Reset the bisect session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1048"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1078"/> <source><b>Reset</b><p>This resets the bisect session.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1055"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1085"/> <source>Show bisect log browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1060"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1090"/> <source>Show a dialog to browse the bisect log of the local project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1063"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1093"/> <source><b>Show bisect log browser</b><p>This shows a dialog to browse the bisect log of the local project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1072"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1102"/> <source>Create replay file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1076"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1106"/> <source>Create a replay file to repeat the current bisect session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1079"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1109"/> <source><b>Create replay file</b><p>This creates a replay file to repeat the current bisect session.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1088"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1118"/> <source>Edit replay file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1092"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1122"/> <source>Edit a bisect replay file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1095"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1125"/> <source><b>Edit replay file</b><p>This edits a bisect replay file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1103"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1133"/> <source>Replay session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1107"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1137"/> <source>Replay a bisect session from file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1110"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1140"/> <source><b>Replay session</b><p>This replays a bisect session from file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1117"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1147"/> <source>Check patch files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1121"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1151"/> <source>Check a list of patch files, if they would apply cleanly</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1124"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1154"/> <source><b>Check patch files</b><p>This checks a list of patch files, if they would apply cleanly.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2261"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2323"/> <source>Apply patch files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1136"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1166"/> <source>Apply a list of patch files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1139"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1169"/> <source><b>Apply patch files</b><p>This applies a list of patch files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1146"/> - <source>Show patch statistics</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1150"/> - <source>Show some statistics for a list of patch files</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1153"/> - <source><b>Show patch statistics</b><p>This shows some statistics for a list of patch files.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1165"/> - <source>Add a submodule to the current project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1168"/> - <source><b>Add</b><p>This adds a submodule to the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1176"/> - <source>List</source> + <source>Show patch statistics</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1180"/> - <source>List the submodule of the current project</source> + <source>Show some statistics for a list of patch files</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1183"/> - <source><b>List</b><p>This lists the submodules of the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1191"/> - <source>Initialize</source> + <source><b>Show patch statistics</b><p>This shows some statistics for a list of patch files.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1195"/> - <source>Initialize the submodules of the current project</source> + <source>Add a submodule to the current project</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1198"/> + <source><b>Add</b><p>This adds a submodule to the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1206"/> + <source>List</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1210"/> + <source>List the submodule of the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1213"/> + <source><b>List</b><p>This lists the submodules of the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1221"/> + <source>Initialize</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1225"/> + <source>Initialize the submodules of the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1228"/> <source><b>Initialize</b><p>This initializes the submodules of the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1207"/> - <source>Unregister</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1211"/> - <source>Unregister submodules of the current project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1214"/> - <source><b>Unregister</b><p>This unregisters submodules of the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1222"/> - <source>Update</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1226"/> - <source>Update submodules of the current project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1229"/> - <source><b>Update</b><p>This updates submodules of the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1237"/> - <source>Initialize and Update</source> + <source>Unregister</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1241"/> - <source>Initialize and update submodules of the current project</source> + <source>Unregister submodules of the current project</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1244"/> + <source><b>Unregister</b><p>This unregisters submodules of the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1252"/> + <source>Update</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1256"/> + <source>Update submodules of the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1259"/> + <source><b>Update</b><p>This updates submodules of the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1267"/> + <source>Initialize and Update</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1271"/> + <source>Initialize and update submodules of the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1274"/> <source><b>Initialize and Update</b><p>This initializes and updates submodules of the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1253"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1283"/> <source>Fetch and Update</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1257"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1287"/> <source>Fetch and update submodules of the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1260"/> - <source><b>Fetch and Update</b><p>This fetches and updates submodules of the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1269"/> - <source>Update with Options</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1273"/> - <source>Update submodules of the current project offering a dialog to enter options</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1277"/> - <source><b>Update with Options</b><p>This updates submodules of the current project offering a dialog to enter update options.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1286"/> - <source>Synchronize URLs</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1290"/> + <source><b>Fetch and Update</b><p>This fetches and updates submodules of the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1299"/> + <source>Update with Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1303"/> + <source>Update submodules of the current project offering a dialog to enter options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1307"/> + <source><b>Update with Options</b><p>This updates submodules of the current project offering a dialog to enter update options.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1316"/> + <source>Synchronize URLs</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1320"/> <source>Synchronize URLs of submodules of the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1293"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1323"/> <source><b>Synchronize URLs</b><p>This synchronizes URLs of submodules of the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1302"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1332"/> <source>Show Status</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1306"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1336"/> <source>Show the status of submodules of the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1309"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1339"/> <source><b>Show Status</b><p>This shows a dialog with the status of submodules of the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1318"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1348"/> <source>Show Summary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1322"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1352"/> <source>Show summary information for submodules of the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1325"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1355"/> <source><b>Show Summary</b><p>This shows some summary information for submodules of the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1344"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1374"/> <source>Administration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1360"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1390"/> <source>Bundle Management</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1371"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1401"/> <source>Patch Management</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2237"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2299"/> <source>Bisect</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1397"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1427"/> <source>Tags</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1405"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1435"/> <source>Branches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1418"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1448"/> <source>Manage Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1426"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1456"/> <source>Remote Repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1436"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1468"/> <source>Cherry-pick</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1444"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1476"/> <source>Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1459"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1491"/> <source>Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1541"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1573"/> <source>Git</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1646"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1678"/> <source>Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2261"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2323"/> <source>The project should be reread. Do this now?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1690"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1722"/> <source>Pull</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1715"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1747"/> <source>Revert Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1734"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1766"/> <source>Unstage Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1813"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1874"/> <source>Select a remote repository:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1853"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1915"/> <source>Copy Commits (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1872"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1934"/> <source>Copy Commits (Quit)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1892"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1954"/> <source>Copy Commits (Cancel)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1911"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1973"/> <source>Save Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1961"/> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2023"/> <source>Restore Stash</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="604"/> + <source>Change URL</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="604"/> + <source>Change URL...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="608"/> + <source>Change the URL of a remote repository</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="611"/> + <source><b>Change URL</b><p>This changes the URL of a remote repository.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="618"/> + <source>Credentials</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="618"/> + <source>Credentials...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="622"/> + <source>Change or set the user credentials of a remote repository</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="625"/> + <source><b>Credentials</b><p>This changes or sets the user credentials of a remote repository.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>GitPullDialog</name> @@ -22320,6 +22413,49 @@ </message> </context> <context> + <name>GitRemoteCredentialsDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="14"/> + <source>Git Remote Credentials</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="23"/> + <source>Name:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="40"/> + <source>URL:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="57"/> + <source>Credentials</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="63"/> + <source>Username:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="70"/> + <source>Enter the user name for the remote repository</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="77"/> + <source>Password:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="87"/> + <source>Enter the password for the remote repository</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>GitRemoteRepositoriesDialog</name> <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="14"/> @@ -22363,92 +22499,92 @@ <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="159"/> + <source>Press to rename the selected repository</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="162"/> + <source>&Rename</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="92"/> - <source>Press to rename the selected repository</source> + <source>Press to remove the selected repository</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="95"/> - <source>&Rename</source> + <source>Re&move</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="102"/> - <source>Press to remove the selected repository</source> + <source>Press to delete stale tracking branches under the selected repository </source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="105"/> - <source>Re&move</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="112"/> - <source>Press to delete stale tracking branches under the selected repository </source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="115"/> <source>&Prune</source> <translation type="unfinished"></translation>