Sun, 29 May 2011 15:25:28 +0200
Added support for the Mercurial gpg extension.
--- a/APIs/Python3/eric5.api Sat May 28 16:20:36 2011 +0200 +++ b/APIs/Python3/eric5.api Sun May 29 15:25:28 2011 +0200 @@ -3249,6 +3249,39 @@ eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.fetch.Fetch.hgFetch?4(name) eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.fetch.Fetch.shutdown?4() eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.fetch.Fetch?1(vcs) +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.HgGpgSignDialog.getData?4() +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.HgGpgSignDialog.on_bookmarkButton_toggled?4(checked) +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.HgGpgSignDialog.on_bookmarkCombo_editTextChanged?4(txt) +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.HgGpgSignDialog.on_branchButton_toggled?4(checked) +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.HgGpgSignDialog.on_branchCombo_editTextChanged?4(txt) +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.HgGpgSignDialog.on_idButton_toggled?4(checked) +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.HgGpgSignDialog.on_idEdit_textChanged?4(txt) +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.HgGpgSignDialog.on_tagButton_toggled?4(checked) +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.HgGpgSignDialog.on_tagCombo_editTextChanged?4(txt) +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.HgGpgSignDialog?1(tagsList, branchesList, bookmarksList=None, parent=None) +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.HgGpgSignaturesDialog.closeEvent?4(e) +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.HgGpgSignaturesDialog.keyPressEvent?4(evt) +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.HgGpgSignaturesDialog.on_buttonBox_clicked?4(button) +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.HgGpgSignaturesDialog.on_categoryCombo_activated?4(txt) +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.HgGpgSignaturesDialog.on_input_returnPressed?4() +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.HgGpgSignaturesDialog.on_passwordCheckBox_toggled?4(isOn) +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.HgGpgSignaturesDialog.on_rxEdit_textChanged?4(txt) +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.HgGpgSignaturesDialog.on_sendButton_clicked?4() +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged?4() +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.HgGpgSignaturesDialog.on_verifyButton_clicked?4() +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.HgGpgSignaturesDialog.start?4(path) +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.HgGpgSignaturesDialog?1(vcs, parent=None) +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.GpgProjectHelper.getActions?4() +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.GpgProjectHelper.initActions?4() +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.GpgProjectHelper.initMenu?4(mainMenu) +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.GpgProjectHelper.menuTitle?4() +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.GpgProjectHelper.setObjects?4(vcsObject, projectObject) +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.GpgProjectHelper?1() +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.Gpg.hgGpgSign?4(path) +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.Gpg.hgGpgSignatures?4(path) +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.Gpg.hgGpgVerifySignatures?4(path, rev=None) +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.Gpg.shutdown?4() +eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.Gpg?1(vcs) eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.HgAnnotateDialog.closeEvent?4(e) eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.HgAnnotateDialog.keyPressEvent?4(evt) eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.HgAnnotateDialog.on_buttonBox_clicked?4(button)
--- a/Documentation/Help/source.qhp Sat May 28 16:20:36 2011 +0200 +++ b/Documentation/Help/source.qhp Sun May 29 15:25:28 2011 +0200 @@ -376,6 +376,12 @@ <section title="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.ProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.ProjectHelper.html" /> <section title="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.fetch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.fetch.html" /> </section> + <section title="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.html"> + <section title="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html" /> + <section title="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html" /> + <section title="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html" /> + <section title="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html" /> + </section> <section title="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.html"> <section title="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.HgPurgeListDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.HgPurgeListDialog.html" /> <section title="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.ProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.ProjectHelper.html" /> @@ -9823,6 +9829,60 @@ <keyword name="Purge.hgPurge" id="Purge.hgPurge" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.purge.html#Purge.hgPurge" /> <keyword name="Purge.hgPurgeList" id="Purge.hgPurgeList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.purge.html#Purge.hgPurgeList" /> <keyword name="Purge.shutdown" id="Purge.shutdown" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.purge.html#Purge.shutdown" /> + <keyword name="GpgExtension (Package)" id="GpgExtension (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.html" /> + <keyword name="HgGpgSignaturesDialog (Module)" id="HgGpgSignaturesDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html" /> + <keyword name="HgGpgSignaturesDialog" id="HgGpgSignaturesDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog" /> + <keyword name="HgGpgSignaturesDialog (Constructor)" id="HgGpgSignaturesDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__init__" /> + <keyword name="HgGpgSignaturesDialog.__filterSignatures" id="HgGpgSignaturesDialog.__filterSignatures" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__filterSignatures" /> + <keyword name="HgGpgSignaturesDialog.__finish" id="HgGpgSignaturesDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__finish" /> + <keyword name="HgGpgSignaturesDialog.__generateItem" id="HgGpgSignaturesDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__generateItem" /> + <keyword name="HgGpgSignaturesDialog.__procFinished" id="HgGpgSignaturesDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__procFinished" /> + <keyword name="HgGpgSignaturesDialog.__readStderr" id="HgGpgSignaturesDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__readStderr" /> + <keyword name="HgGpgSignaturesDialog.__readStdout" id="HgGpgSignaturesDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__readStdout" /> + <keyword name="HgGpgSignaturesDialog.__resizeColumns" id="HgGpgSignaturesDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__resizeColumns" /> + <keyword name="HgGpgSignaturesDialog.__resort" id="HgGpgSignaturesDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__resort" /> + <keyword name="HgGpgSignaturesDialog.closeEvent" id="HgGpgSignaturesDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.closeEvent" /> + <keyword name="HgGpgSignaturesDialog.keyPressEvent" id="HgGpgSignaturesDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.keyPressEvent" /> + <keyword name="HgGpgSignaturesDialog.on_buttonBox_clicked" id="HgGpgSignaturesDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.on_buttonBox_clicked" /> + <keyword name="HgGpgSignaturesDialog.on_categoryCombo_activated" id="HgGpgSignaturesDialog.on_categoryCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.on_categoryCombo_activated" /> + <keyword name="HgGpgSignaturesDialog.on_input_returnPressed" id="HgGpgSignaturesDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.on_input_returnPressed" /> + <keyword name="HgGpgSignaturesDialog.on_passwordCheckBox_toggled" id="HgGpgSignaturesDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.on_passwordCheckBox_toggled" /> + <keyword name="HgGpgSignaturesDialog.on_rxEdit_textChanged" id="HgGpgSignaturesDialog.on_rxEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.on_rxEdit_textChanged" /> + <keyword name="HgGpgSignaturesDialog.on_sendButton_clicked" id="HgGpgSignaturesDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.on_sendButton_clicked" /> + <keyword name="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged" id="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged" /> + <keyword name="HgGpgSignaturesDialog.on_verifyButton_clicked" id="HgGpgSignaturesDialog.on_verifyButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.on_verifyButton_clicked" /> + <keyword name="HgGpgSignaturesDialog.start" id="HgGpgSignaturesDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.start" /> + <keyword name="gpg (Module)" id="gpg (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html" /> + <keyword name="Gpg" id="Gpg" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html#Gpg" /> + <keyword name="Gpg (Constructor)" id="Gpg (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html#Gpg.__init__" /> + <keyword name="Gpg.hgGpgSign" id="Gpg.hgGpgSign" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html#Gpg.hgGpgSign" /> + <keyword name="Gpg.hgGpgSignatures" id="Gpg.hgGpgSignatures" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html#Gpg.hgGpgSignatures" /> + <keyword name="Gpg.hgGpgVerifySignatures" id="Gpg.hgGpgVerifySignatures" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html#Gpg.hgGpgVerifySignatures" /> + <keyword name="Gpg.shutdown" id="Gpg.shutdown" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html#Gpg.shutdown" /> + <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html" /> + <keyword name="GpgProjectHelper" id="GpgProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper" /> + <keyword name="GpgProjectHelper (Constructor)" id="GpgProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper.__init__" /> + <keyword name="GpgProjectHelper.__hgGpgSign" id="GpgProjectHelper.__hgGpgSign" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper.__hgGpgSign" /> + <keyword name="GpgProjectHelper.__hgGpgSignatures" id="GpgProjectHelper.__hgGpgSignatures" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper.__hgGpgSignatures" /> + <keyword name="GpgProjectHelper.__hgGpgVerifySignatures" id="GpgProjectHelper.__hgGpgVerifySignatures" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper.__hgGpgVerifySignatures" /> + <keyword name="GpgProjectHelper.getActions" id="GpgProjectHelper.getActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper.getActions" /> + <keyword name="GpgProjectHelper.initActions" id="GpgProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper.initActions" /> + <keyword name="GpgProjectHelper.initMenu" id="GpgProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper.initMenu" /> + <keyword name="GpgProjectHelper.menuTitle" id="GpgProjectHelper.menuTitle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper.menuTitle" /> + <keyword name="GpgProjectHelper.setObjects" id="GpgProjectHelper.setObjects" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper.setObjects" /> + <keyword name="HgGpgSignDialog (Module)" id="HgGpgSignDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html" /> + <keyword name="HgGpgSignDialog" id="HgGpgSignDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog" /> + <keyword name="HgGpgSignDialog (Constructor)" id="HgGpgSignDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.__init__" /> + <keyword name="HgGpgSignDialog.__updateOK" id="HgGpgSignDialog.__updateOK" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.__updateOK" /> + <keyword name="HgGpgSignDialog.getData" id="HgGpgSignDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.getData" /> + <keyword name="HgGpgSignDialog.on_bookmarkButton_toggled" id="HgGpgSignDialog.on_bookmarkButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.on_bookmarkButton_toggled" /> + <keyword name="HgGpgSignDialog.on_bookmarkCombo_editTextChanged" id="HgGpgSignDialog.on_bookmarkCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.on_bookmarkCombo_editTextChanged" /> + <keyword name="HgGpgSignDialog.on_branchButton_toggled" id="HgGpgSignDialog.on_branchButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.on_branchButton_toggled" /> + <keyword name="HgGpgSignDialog.on_branchCombo_editTextChanged" id="HgGpgSignDialog.on_branchCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.on_branchCombo_editTextChanged" /> + <keyword name="HgGpgSignDialog.on_idButton_toggled" id="HgGpgSignDialog.on_idButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.on_idButton_toggled" /> + <keyword name="HgGpgSignDialog.on_idEdit_textChanged" id="HgGpgSignDialog.on_idEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.on_idEdit_textChanged" /> + <keyword name="HgGpgSignDialog.on_tagButton_toggled" id="HgGpgSignDialog.on_tagButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.on_tagButton_toggled" /> + <keyword name="HgGpgSignDialog.on_tagCombo_editTextChanged" id="HgGpgSignDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.on_tagCombo_editTextChanged" /> <keyword name="ConfigurationPage (Package)" id="ConfigurationPage (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.html" /> <keyword name="SubversionPage (Module)" id="SubversionPage (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html" /> <keyword name="SubversionPage" id="SubversionPage" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html#SubversionPage" /> @@ -11032,6 +11092,10 @@ <file>eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.HgFetchDialog.html</file> <file>eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.ProjectHelper.html</file> <file>eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.fetch.html</file> + <file>eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html</file> + <file>eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html</file> + <file>eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html</file> + <file>eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html</file> <file>eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html</file> <file>eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html</file> <file>eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html</file> @@ -11425,6 +11489,7 @@ <file>index-eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.html</file> <file>index-eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.html</file> <file>index-eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.html</file> + <file>index-eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.html</file> <file>index-eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.html</file> <file>index-eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.html</file> <file>index-eric5.Plugins.VcsPlugins.vcsMercurial.html</file>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html Sun May 29 15:25:28 2011 +0200 @@ -0,0 +1,211 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' +'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> +<html><head> +<title>eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog</title> +<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>eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog</h1> +<p> +Module implementing a dialog to enter data for signing a revision. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#HgGpgSignDialog">HgGpgSignDialog</a></td> +<td>Class implementing a dialog to enter data for signing a revision.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="HgGpgSignDialog" ID="HgGpgSignDialog"></a> +<h2>HgGpgSignDialog</h2> +<p> + Class implementing a dialog to enter data for signing a revision. +</p> +<h3>Derived from</h3> +QDialog, Ui_HgGpgSignDialog +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#HgGpgSignDialog.__init__">HgGpgSignDialog</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#HgGpgSignDialog.__updateOK">__updateOK</a></td> +<td>Private slot to update the OK button.</td> +</tr><tr> +<td><a href="#HgGpgSignDialog.getData">getData</a></td> +<td>Public method to retrieve the entered data.</td> +</tr><tr> +<td><a href="#HgGpgSignDialog.on_bookmarkButton_toggled">on_bookmarkButton_toggled</a></td> +<td>Private slot to handle changes of the Bookmark select button.</td> +</tr><tr> +<td><a href="#HgGpgSignDialog.on_bookmarkCombo_editTextChanged">on_bookmarkCombo_editTextChanged</a></td> +<td>Private slot to handle changes of the Bookmark combo.</td> +</tr><tr> +<td><a href="#HgGpgSignDialog.on_branchButton_toggled">on_branchButton_toggled</a></td> +<td>Private slot to handle changes of the Branch select button.</td> +</tr><tr> +<td><a href="#HgGpgSignDialog.on_branchCombo_editTextChanged">on_branchCombo_editTextChanged</a></td> +<td>Private slot to handle changes of the Branch combo.</td> +</tr><tr> +<td><a href="#HgGpgSignDialog.on_idButton_toggled">on_idButton_toggled</a></td> +<td>Private slot to handle changes of the ID select button.</td> +</tr><tr> +<td><a href="#HgGpgSignDialog.on_idEdit_textChanged">on_idEdit_textChanged</a></td> +<td>Private slot to handle changes of the ID edit.</td> +</tr><tr> +<td><a href="#HgGpgSignDialog.on_tagButton_toggled">on_tagButton_toggled</a></td> +<td>Private slot to handle changes of the Tag select button.</td> +</tr><tr> +<td><a href="#HgGpgSignDialog.on_tagCombo_editTextChanged">on_tagCombo_editTextChanged</a></td> +<td>Private slot to handle changes of the Tag combo.</td> +</tr> +</table> +<a NAME="HgGpgSignDialog.__init__" ID="HgGpgSignDialog.__init__"></a> +<h4>HgGpgSignDialog (Constructor)</h4> +<b>HgGpgSignDialog</b>(<i>tagsList, branchesList, bookmarksList=None, parent=None</i>) +<p> + Constructor +</p><dl> +<dt><i>tagsList</i></dt> +<dd> +list of tags (list of strings) +</dd><dt><i>branchesList</i></dt> +<dd> +list of branches (list of strings) +</dd><dt><i>bookmarksList</i></dt> +<dd> +list of bookmarks (list of strings) +</dd><dt><i>parent</i></dt> +<dd> +reference to the parent widget (QWidget) +</dd> +</dl><a NAME="HgGpgSignDialog.__updateOK" ID="HgGpgSignDialog.__updateOK"></a> +<h4>HgGpgSignDialog.__updateOK</h4> +<b>__updateOK</b>(<i></i>) +<p> + Private slot to update the OK button. +</p><a NAME="HgGpgSignDialog.getData" ID="HgGpgSignDialog.getData"></a> +<h4>HgGpgSignDialog.getData</h4> +<b>getData</b>(<i></i>) +<p> + Public method to retrieve the entered data. +</p><dl> +<dt>Returns:</dt> +<dd> +tuple giving the revision, a flag indicating not to commit + the signature, a commit message, an ID of the key to be used, + a flag indicating a local signature and a flag indicating a forced + signature (string, boolean, string, string, boolean, boolean) +</dd> +</dl><a NAME="HgGpgSignDialog.on_bookmarkButton_toggled" ID="HgGpgSignDialog.on_bookmarkButton_toggled"></a> +<h4>HgGpgSignDialog.on_bookmarkButton_toggled</h4> +<b>on_bookmarkButton_toggled</b>(<i>checked</i>) +<p> + Private slot to handle changes of the Bookmark select button. +</p><dl> +<dt><i>checked</i></dt> +<dd> +state of the button (boolean) +</dd> +</dl><a NAME="HgGpgSignDialog.on_bookmarkCombo_editTextChanged" ID="HgGpgSignDialog.on_bookmarkCombo_editTextChanged"></a> +<h4>HgGpgSignDialog.on_bookmarkCombo_editTextChanged</h4> +<b>on_bookmarkCombo_editTextChanged</b>(<i>txt</i>) +<p> + Private slot to handle changes of the Bookmark combo. +</p><dl> +<dt><i>txt</i></dt> +<dd> +text of the combo (string) +</dd> +</dl><a NAME="HgGpgSignDialog.on_branchButton_toggled" ID="HgGpgSignDialog.on_branchButton_toggled"></a> +<h4>HgGpgSignDialog.on_branchButton_toggled</h4> +<b>on_branchButton_toggled</b>(<i>checked</i>) +<p> + Private slot to handle changes of the Branch select button. +</p><dl> +<dt><i>checked</i></dt> +<dd> +state of the button (boolean) +</dd> +</dl><a NAME="HgGpgSignDialog.on_branchCombo_editTextChanged" ID="HgGpgSignDialog.on_branchCombo_editTextChanged"></a> +<h4>HgGpgSignDialog.on_branchCombo_editTextChanged</h4> +<b>on_branchCombo_editTextChanged</b>(<i>txt</i>) +<p> + Private slot to handle changes of the Branch combo. +</p><dl> +<dt><i>txt</i></dt> +<dd> +text of the combo (string) +</dd> +</dl><a NAME="HgGpgSignDialog.on_idButton_toggled" ID="HgGpgSignDialog.on_idButton_toggled"></a> +<h4>HgGpgSignDialog.on_idButton_toggled</h4> +<b>on_idButton_toggled</b>(<i>checked</i>) +<p> + Private slot to handle changes of the ID select button. +</p><dl> +<dt><i>checked</i></dt> +<dd> +state of the button (boolean) +</dd> +</dl><a NAME="HgGpgSignDialog.on_idEdit_textChanged" ID="HgGpgSignDialog.on_idEdit_textChanged"></a> +<h4>HgGpgSignDialog.on_idEdit_textChanged</h4> +<b>on_idEdit_textChanged</b>(<i>txt</i>) +<p> + Private slot to handle changes of the ID edit. +</p><dl> +<dt><i>txt</i></dt> +<dd> +text of the edit (string) +</dd> +</dl><a NAME="HgGpgSignDialog.on_tagButton_toggled" ID="HgGpgSignDialog.on_tagButton_toggled"></a> +<h4>HgGpgSignDialog.on_tagButton_toggled</h4> +<b>on_tagButton_toggled</b>(<i>checked</i>) +<p> + Private slot to handle changes of the Tag select button. +</p><dl> +<dt><i>checked</i></dt> +<dd> +state of the button (boolean) +</dd> +</dl><a NAME="HgGpgSignDialog.on_tagCombo_editTextChanged" ID="HgGpgSignDialog.on_tagCombo_editTextChanged"></a> +<h4>HgGpgSignDialog.on_tagCombo_editTextChanged</h4> +<b>on_tagCombo_editTextChanged</b>(<i>txt</i>) +<p> + Private slot to handle changes of the Tag combo. +</p><dl> +<dt><i>txt</i></dt> +<dd> +text of the combo (string) +</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/eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html Sun May 29 15:25:28 2011 +0200 @@ -0,0 +1,289 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' +'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> +<html><head> +<title>eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog</title> +<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>eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog</h1> +<p> +Module implementing a dialog showing signed changesets. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#HgGpgSignaturesDialog">HgGpgSignaturesDialog</a></td> +<td>Class implementing a dialog showing signed changesets.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="HgGpgSignaturesDialog" ID="HgGpgSignaturesDialog"></a> +<h2>HgGpgSignaturesDialog</h2> +<p> + Class implementing a dialog showing signed changesets. +</p> +<h3>Derived from</h3> +QDialog, Ui_HgGpgSignaturesDialog +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#HgGpgSignaturesDialog.__init__">HgGpgSignaturesDialog</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#HgGpgSignaturesDialog.__filterSignatures">__filterSignatures</a></td> +<td>Private method to filter the log entries.</td> +</tr><tr> +<td><a href="#HgGpgSignaturesDialog.__finish">__finish</a></td> +<td>Private slot called when the process finished or the user pressed the button.</td> +</tr><tr> +<td><a href="#HgGpgSignaturesDialog.__generateItem">__generateItem</a></td> +<td>Private method to generate a patch item in the list of patches.</td> +</tr><tr> +<td><a href="#HgGpgSignaturesDialog.__procFinished">__procFinished</a></td> +<td>Private slot connected to the finished signal.</td> +</tr><tr> +<td><a href="#HgGpgSignaturesDialog.__readStderr">__readStderr</a></td> +<td>Private slot to handle the readyReadStderr signal.</td> +</tr><tr> +<td><a href="#HgGpgSignaturesDialog.__readStdout">__readStdout</a></td> +<td>Private slot to handle the readyReadStdout signal.</td> +</tr><tr> +<td><a href="#HgGpgSignaturesDialog.__resizeColumns">__resizeColumns</a></td> +<td>Private method to resize the list columns.</td> +</tr><tr> +<td><a href="#HgGpgSignaturesDialog.__resort">__resort</a></td> +<td>Private method to resort the tree.</td> +</tr><tr> +<td><a href="#HgGpgSignaturesDialog.closeEvent">closeEvent</a></td> +<td>Private slot implementing a close event handler.</td> +</tr><tr> +<td><a href="#HgGpgSignaturesDialog.keyPressEvent">keyPressEvent</a></td> +<td>Protected slot to handle a key press event.</td> +</tr><tr> +<td><a href="#HgGpgSignaturesDialog.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="#HgGpgSignaturesDialog.on_categoryCombo_activated">on_categoryCombo_activated</a></td> +<td>Private slot called, when a new filter category is selected.</td> +</tr><tr> +<td><a href="#HgGpgSignaturesDialog.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> +<td><a href="#HgGpgSignaturesDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> +<td>Private slot to handle the password checkbox toggled.</td> +</tr><tr> +<td><a href="#HgGpgSignaturesDialog.on_rxEdit_textChanged">on_rxEdit_textChanged</a></td> +<td>Private slot called, when a filter expression is entered.</td> +</tr><tr> +<td><a href="#HgGpgSignaturesDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> +<td>Private slot to send the input to the subversion process.</td> +</tr><tr> +<td><a href="#HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged">on_signaturesList_itemSelectionChanged</a></td> +<td>Private slot handling changes of the selection.</td> +</tr><tr> +<td><a href="#HgGpgSignaturesDialog.on_verifyButton_clicked">on_verifyButton_clicked</a></td> +<td>Private slot to verify the signatures of the selected revision.</td> +</tr><tr> +<td><a href="#HgGpgSignaturesDialog.start">start</a></td> +<td>Public slot to start the list command.</td> +</tr> +</table> +<a NAME="HgGpgSignaturesDialog.__init__" ID="HgGpgSignaturesDialog.__init__"></a> +<h4>HgGpgSignaturesDialog (Constructor)</h4> +<b>HgGpgSignaturesDialog</b>(<i>vcs, parent=None</i>) +<p> + Constructor +</p><dl> +<dt><i>vcs</i></dt> +<dd> +reference to the vcs object +</dd><dt><i>parent</i></dt> +<dd> +reference to the parent widget (QWidget) +</dd> +</dl><a NAME="HgGpgSignaturesDialog.__filterSignatures" ID="HgGpgSignaturesDialog.__filterSignatures"></a> +<h4>HgGpgSignaturesDialog.__filterSignatures</h4> +<b>__filterSignatures</b>(<i></i>) +<p> + Private method to filter the log entries. +</p><a NAME="HgGpgSignaturesDialog.__finish" ID="HgGpgSignaturesDialog.__finish"></a> +<h4>HgGpgSignaturesDialog.__finish</h4> +<b>__finish</b>(<i></i>) +<p> + Private slot called when the process finished or the user pressed the button. +</p><a NAME="HgGpgSignaturesDialog.__generateItem" ID="HgGpgSignaturesDialog.__generateItem"></a> +<h4>HgGpgSignaturesDialog.__generateItem</h4> +<b>__generateItem</b>(<i>revision, changeset, signature</i>) +<p> + Private method to generate a patch item in the list of patches. +</p><dl> +<dt><i>revision</i></dt> +<dd> +revision number (string) +</dd><dt><i>changeset</i></dt> +<dd> +changeset of the bookmark (string) +</dd><dt><i>signature</i></dt> +<dd> +signature of the changeset (string) +</dd> +</dl><a NAME="HgGpgSignaturesDialog.__procFinished" ID="HgGpgSignaturesDialog.__procFinished"></a> +<h4>HgGpgSignaturesDialog.__procFinished</h4> +<b>__procFinished</b>(<i>exitCode, exitStatus</i>) +<p> + Private slot connected to the finished signal. +</p><dl> +<dt><i>exitCode</i></dt> +<dd> +exit code of the process (integer) +</dd><dt><i>exitStatus</i></dt> +<dd> +exit status of the process (QProcess.ExitStatus) +</dd> +</dl><a NAME="HgGpgSignaturesDialog.__readStderr" ID="HgGpgSignaturesDialog.__readStderr"></a> +<h4>HgGpgSignaturesDialog.__readStderr</h4> +<b>__readStderr</b>(<i></i>) +<p> + Private slot to handle the readyReadStderr signal. +</p><p> + It reads the error output of the process and inserts it into the + error pane. +</p><a NAME="HgGpgSignaturesDialog.__readStdout" ID="HgGpgSignaturesDialog.__readStdout"></a> +<h4>HgGpgSignaturesDialog.__readStdout</h4> +<b>__readStdout</b>(<i></i>) +<p> + Private slot to handle the readyReadStdout signal. +</p><p> + It reads the output of the process, formats it and inserts it into + the contents pane. +</p><a NAME="HgGpgSignaturesDialog.__resizeColumns" ID="HgGpgSignaturesDialog.__resizeColumns"></a> +<h4>HgGpgSignaturesDialog.__resizeColumns</h4> +<b>__resizeColumns</b>(<i></i>) +<p> + Private method to resize the list columns. +</p><a NAME="HgGpgSignaturesDialog.__resort" ID="HgGpgSignaturesDialog.__resort"></a> +<h4>HgGpgSignaturesDialog.__resort</h4> +<b>__resort</b>(<i></i>) +<p> + Private method to resort the tree. +</p><a NAME="HgGpgSignaturesDialog.closeEvent" ID="HgGpgSignaturesDialog.closeEvent"></a> +<h4>HgGpgSignaturesDialog.closeEvent</h4> +<b>closeEvent</b>(<i>e</i>) +<p> + Private slot implementing a close event handler. +</p><dl> +<dt><i>e</i></dt> +<dd> +close event (QCloseEvent) +</dd> +</dl><a NAME="HgGpgSignaturesDialog.keyPressEvent" ID="HgGpgSignaturesDialog.keyPressEvent"></a> +<h4>HgGpgSignaturesDialog.keyPressEvent</h4> +<b>keyPressEvent</b>(<i>evt</i>) +<p> + Protected slot to handle a key press event. +</p><dl> +<dt><i>evt</i></dt> +<dd> +the key press event (QKeyEvent) +</dd> +</dl><a NAME="HgGpgSignaturesDialog.on_buttonBox_clicked" ID="HgGpgSignaturesDialog.on_buttonBox_clicked"></a> +<h4>HgGpgSignaturesDialog.on_buttonBox_clicked</h4> +<b>on_buttonBox_clicked</b>(<i>button</i>) +<p> + Private slot called by a button of the button box clicked. +</p><dl> +<dt><i>button</i></dt> +<dd> +button that was clicked (QAbstractButton) +</dd> +</dl><a NAME="HgGpgSignaturesDialog.on_categoryCombo_activated" ID="HgGpgSignaturesDialog.on_categoryCombo_activated"></a> +<h4>HgGpgSignaturesDialog.on_categoryCombo_activated</h4> +<b>on_categoryCombo_activated</b>(<i>txt</i>) +<p> + Private slot called, when a new filter category is selected. +</p><dl> +<dt><i>txt</i></dt> +<dd> +text of the selected category (string) +</dd> +</dl><a NAME="HgGpgSignaturesDialog.on_input_returnPressed" ID="HgGpgSignaturesDialog.on_input_returnPressed"></a> +<h4>HgGpgSignaturesDialog.on_input_returnPressed</h4> +<b>on_input_returnPressed</b>(<i></i>) +<p> + Private slot to handle the press of the return key in the input field. +</p><a NAME="HgGpgSignaturesDialog.on_passwordCheckBox_toggled" ID="HgGpgSignaturesDialog.on_passwordCheckBox_toggled"></a> +<h4>HgGpgSignaturesDialog.on_passwordCheckBox_toggled</h4> +<b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) +<p> + Private slot to handle the password checkbox toggled. +</p><dl> +<dt><i>isOn</i></dt> +<dd> +flag indicating the status of the check box (boolean) +</dd> +</dl><a NAME="HgGpgSignaturesDialog.on_rxEdit_textChanged" ID="HgGpgSignaturesDialog.on_rxEdit_textChanged"></a> +<h4>HgGpgSignaturesDialog.on_rxEdit_textChanged</h4> +<b>on_rxEdit_textChanged</b>(<i>txt</i>) +<p> + Private slot called, when a filter expression is entered. +</p><dl> +<dt><i>txt</i></dt> +<dd> +filter expression (string) +</dd> +</dl><a NAME="HgGpgSignaturesDialog.on_sendButton_clicked" ID="HgGpgSignaturesDialog.on_sendButton_clicked"></a> +<h4>HgGpgSignaturesDialog.on_sendButton_clicked</h4> +<b>on_sendButton_clicked</b>(<i></i>) +<p> + Private slot to send the input to the subversion process. +</p><a NAME="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged" ID="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged"></a> +<h4>HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged</h4> +<b>on_signaturesList_itemSelectionChanged</b>(<i></i>) +<p> + Private slot handling changes of the selection. +</p><a NAME="HgGpgSignaturesDialog.on_verifyButton_clicked" ID="HgGpgSignaturesDialog.on_verifyButton_clicked"></a> +<h4>HgGpgSignaturesDialog.on_verifyButton_clicked</h4> +<b>on_verifyButton_clicked</b>(<i></i>) +<p> + Private slot to verify the signatures of the selected revision. +</p><a NAME="HgGpgSignaturesDialog.start" ID="HgGpgSignaturesDialog.start"></a> +<h4>HgGpgSignaturesDialog.start</h4> +<b>start</b>(<i>path</i>) +<p> + Public slot to start the list command. +</p><dl> +<dt><i>path</i></dt> +<dd> +name of directory (string) +</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/eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html Sun May 29 15:25:28 2011 +0200 @@ -0,0 +1,156 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' +'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> +<html><head> +<title>eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper</title> +<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>eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper</h1> +<p> +Module implementing the gpg extension project helper. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#GpgProjectHelper">GpgProjectHelper</a></td> +<td>Class implementing the gpg extension project helper.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="GpgProjectHelper" ID="GpgProjectHelper"></a> +<h2>GpgProjectHelper</h2> +<p> + Class implementing the gpg extension project helper. +</p> +<h3>Derived from</h3> +QObject +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#GpgProjectHelper.__init__">GpgProjectHelper</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#GpgProjectHelper.__hgGpgSign">__hgGpgSign</a></td> +<td>Private slot used to sign a revision.</td> +</tr><tr> +<td><a href="#GpgProjectHelper.__hgGpgSignatures">__hgGpgSignatures</a></td> +<td>Private slot used to list all signed changesets.</td> +</tr><tr> +<td><a href="#GpgProjectHelper.__hgGpgVerifySignatures">__hgGpgVerifySignatures</a></td> +<td>Private slot used to verify the signatures of a revision.</td> +</tr><tr> +<td><a href="#GpgProjectHelper.getActions">getActions</a></td> +<td>Public method to get a list of all actions.</td> +</tr><tr> +<td><a href="#GpgProjectHelper.initActions">initActions</a></td> +<td>Public method to generate the action objects.</td> +</tr><tr> +<td><a href="#GpgProjectHelper.initMenu">initMenu</a></td> +<td>Public method to generate the extension menu.</td> +</tr><tr> +<td><a href="#GpgProjectHelper.menuTitle">menuTitle</a></td> +<td>Public method to get the menu title.</td> +</tr><tr> +<td><a href="#GpgProjectHelper.setObjects">setObjects</a></td> +<td>Public method to set references to the vcs and project objects.</td> +</tr> +</table> +<a NAME="GpgProjectHelper.__init__" ID="GpgProjectHelper.__init__"></a> +<h4>GpgProjectHelper (Constructor)</h4> +<b>GpgProjectHelper</b>(<i></i>) +<p> + Constructor +</p><a NAME="GpgProjectHelper.__hgGpgSign" ID="GpgProjectHelper.__hgGpgSign"></a> +<h4>GpgProjectHelper.__hgGpgSign</h4> +<b>__hgGpgSign</b>(<i></i>) +<p> + Private slot used to sign a revision. +</p><a NAME="GpgProjectHelper.__hgGpgSignatures" ID="GpgProjectHelper.__hgGpgSignatures"></a> +<h4>GpgProjectHelper.__hgGpgSignatures</h4> +<b>__hgGpgSignatures</b>(<i></i>) +<p> + Private slot used to list all signed changesets. +</p><a NAME="GpgProjectHelper.__hgGpgVerifySignatures" ID="GpgProjectHelper.__hgGpgVerifySignatures"></a> +<h4>GpgProjectHelper.__hgGpgVerifySignatures</h4> +<b>__hgGpgVerifySignatures</b>(<i></i>) +<p> + Private slot used to verify the signatures of a revision. +</p><a NAME="GpgProjectHelper.getActions" ID="GpgProjectHelper.getActions"></a> +<h4>GpgProjectHelper.getActions</h4> +<b>getActions</b>(<i></i>) +<p> + Public method to get a list of all actions. +</p><dl> +<dt>Returns:</dt> +<dd> +list of all actions (list of E5Action) +</dd> +</dl><a NAME="GpgProjectHelper.initActions" ID="GpgProjectHelper.initActions"></a> +<h4>GpgProjectHelper.initActions</h4> +<b>initActions</b>(<i></i>) +<p> + Public method to generate the action objects. +</p><a NAME="GpgProjectHelper.initMenu" ID="GpgProjectHelper.initMenu"></a> +<h4>GpgProjectHelper.initMenu</h4> +<b>initMenu</b>(<i>mainMenu</i>) +<p> + Public method to generate the extension menu. +</p><dl> +<dt><i>mainMenu</i></dt> +<dd> +reference to the main menu (QMenu) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +populated menu (QMenu) +</dd> +</dl><a NAME="GpgProjectHelper.menuTitle" ID="GpgProjectHelper.menuTitle"></a> +<h4>GpgProjectHelper.menuTitle</h4> +<b>menuTitle</b>(<i></i>) +<p> + Public method to get the menu title. +</p><a NAME="GpgProjectHelper.setObjects" ID="GpgProjectHelper.setObjects"></a> +<h4>GpgProjectHelper.setObjects</h4> +<b>setObjects</b>(<i>vcsObject, projectObject</i>) +<p> + Public method to set references to the vcs and project objects. +</p><dl> +<dt><i>vcsObject</i></dt> +<dd> +reference to the vcs object +</dd><dt><i>projectObject</i></dt> +<dd> +reference to the project object +</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/eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html Sun May 29 15:25:28 2011 +0200 @@ -0,0 +1,124 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' +'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> +<html><head> +<title>eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg</title> +<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>eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg</h1> +<p> +Module implementing the gpg extension interface. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#Gpg">Gpg</a></td> +<td>Class implementing the fetch extension interface.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="Gpg" ID="Gpg"></a> +<h2>Gpg</h2> +<p> + Class implementing the fetch extension interface. +</p> +<h3>Derived from</h3> +QObject +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#Gpg.__init__">Gpg</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#Gpg.hgGpgSign">hgGpgSign</a></td> +<td>Public method used to list the available bookmarks.</td> +</tr><tr> +<td><a href="#Gpg.hgGpgSignatures">hgGpgSignatures</a></td> +<td>Public method used to list all signed changesets.</td> +</tr><tr> +<td><a href="#Gpg.hgGpgVerifySignatures">hgGpgVerifySignatures</a></td> +<td>Public method used to verify the signatures of a revision.</td> +</tr><tr> +<td><a href="#Gpg.shutdown">shutdown</a></td> +<td>Public method used to shutdown the fetch interface.</td> +</tr> +</table> +<a NAME="Gpg.__init__" ID="Gpg.__init__"></a> +<h4>Gpg (Constructor)</h4> +<b>Gpg</b>(<i>vcs</i>) +<p> + Constructor +</p><dl> +<dt><i>vcs</i></dt> +<dd> +reference to the Mercurial vcs object +</dd> +</dl><a NAME="Gpg.hgGpgSign" ID="Gpg.hgGpgSign"></a> +<h4>Gpg.hgGpgSign</h4> +<b>hgGpgSign</b>(<i>path</i>) +<p> + Public method used to list the available bookmarks. +</p><dl> +<dt><i>path</i></dt> +<dd> +directory name of the project (string) +</dd> +</dl><a NAME="Gpg.hgGpgSignatures" ID="Gpg.hgGpgSignatures"></a> +<h4>Gpg.hgGpgSignatures</h4> +<b>hgGpgSignatures</b>(<i>path</i>) +<p> + Public method used to list all signed changesets. +</p><dl> +<dt><i>path</i></dt> +<dd> +directory name of the project (string) +</dd> +</dl><a NAME="Gpg.hgGpgVerifySignatures" ID="Gpg.hgGpgVerifySignatures"></a> +<h4>Gpg.hgGpgVerifySignatures</h4> +<b>hgGpgVerifySignatures</b>(<i>path, rev=None</i>) +<p> + Public method used to verify the signatures of a revision. +</p><dl> +<dt><i>path</i></dt> +<dd> +directory name of the project (string) +</dd><dt><i>rev</i></dt> +<dd> +revision to check (string) +</dd> +</dl><a NAME="Gpg.shutdown" ID="Gpg.shutdown"></a> +<h4>Gpg.shutdown</h4> +<b>shutdown</b>(<i></i>) +<p> + Public method used to shutdown the fetch interface. +</p> +<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/index-eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.html Sun May 29 15:25:28 2011 +0200 @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' +'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> +<html><head> +<title>eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension</title> +<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> +<h1>eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension</h1> +<p> +Package implementing the gpg extension support interface. +</p> + + +<h3>Modules</h3> +<table> +<tr> +<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html">HgGpgSignDialog</a></td> +<td>Module implementing a dialog to enter data for signing a revision.</td> +</tr><tr> +<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html">HgGpgSignaturesDialog</a></td> +<td>Module implementing a dialog showing signed changesets.</td> +</tr><tr> +<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html">ProjectHelper</a></td> +<td>Module implementing the gpg extension project helper.</td> +</tr><tr> +<td><a href="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html">gpg</a></td> +<td>Module implementing the gpg extension interface.</td> +</tr> +</table> +</body></html> \ No newline at end of file
--- a/Documentation/Source/index-eric5.Plugins.VcsPlugins.vcsMercurial.html Sat May 28 16:20:36 2011 +0200 +++ b/Documentation/Source/index-eric5.Plugins.VcsPlugins.vcsMercurial.html Sun May 29 15:25:28 2011 +0200 @@ -40,6 +40,9 @@ <td><a href="index-eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.html">FetchExtension</a></td> <td>Package implementing the fetch extension support interface.</td> </tr><tr> +<td><a href="index-eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.html">GpgExtension</a></td> +<td>Package implementing the gpg extension support interface.</td> +</tr><tr> <td><a href="index-eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.html">PurgeExtension</a></td> <td>Package implementing the purge extension support interface.</td> </tr><tr>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.py Sun May 29 15:25:28 2011 +0200 @@ -0,0 +1,159 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2011 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing a dialog to enter data for signing a revision. +""" + +from PyQt4.QtCore import pyqtSlot +from PyQt4.QtGui import QDialog, QDialogButtonBox + +from .Ui_HgGpgSignDialog import Ui_HgGpgSignDialog + + +class HgGpgSignDialog(QDialog, Ui_HgGpgSignDialog): + """ + Class implementing a dialog to enter data for signing a revision. + """ + def __init__(self, tagsList, branchesList, bookmarksList=None, parent=None): + """ + Constructor + + @param tagsList list of tags (list of strings) + @param branchesList list of branches (list of strings) + @param bookmarksList list of bookmarks (list of strings) + @param parent reference to the parent widget (QWidget) + """ + QDialog.__init__(self, parent) + self.setupUi(self) + + self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False) + + self.tagCombo.addItems(sorted(tagsList)) + self.branchCombo.addItems(["default"] + sorted(branchesList)) + if bookmarksList is not None: + self.bookmarkCombo.addItems(sorted(bookmarksList)) + else: + self.bookmarkButton.setHidden(True) + self.bookmarkCombo.setHidden(True) + + def __updateOK(self): + """ + Private slot to update the OK button. + """ + enabled = True + if self.idButton.isChecked(): + enabled = enabled and self.idEdit.text() != "" + elif self.tagButton.isChecked(): + enabled = enabled and self.tagCombo.currentText() != "" + elif self.branchButton.isChecked(): + enabled = enabled and self.branchCombo.currentText() != "" + elif self.bookmarkButton.isChecked(): + enabled = enabled and self.bookmarkCombo.currentText() != "" + + self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(enabled) + + @pyqtSlot(bool) + def on_idButton_toggled(self, checked): + """ + Private slot to handle changes of the ID select button. + + @param checked state of the button (boolean) + """ + self.__updateOK() + + @pyqtSlot(bool) + def on_tagButton_toggled(self, checked): + """ + Private slot to handle changes of the Tag select button. + + @param checked state of the button (boolean) + """ + self.__updateOK() + + @pyqtSlot(bool) + def on_branchButton_toggled(self, checked): + """ + Private slot to handle changes of the Branch select button. + + @param checked state of the button (boolean) + """ + self.__updateOK() + + @pyqtSlot(bool) + def on_bookmarkButton_toggled(self, checked): + """ + Private slot to handle changes of the Bookmark select button. + + @param checked state of the button (boolean) + """ + self.__updateOK() + + @pyqtSlot(str) + def on_idEdit_textChanged(self, txt): + """ + Private slot to handle changes of the ID edit. + + @param txt text of the edit (string) + """ + self.__updateOK() + + @pyqtSlot(str) + def on_tagCombo_editTextChanged(self, txt): + """ + Private slot to handle changes of the Tag combo. + + @param txt text of the combo (string) + """ + self.__updateOK() + + @pyqtSlot(str) + def on_branchCombo_editTextChanged(self, txt): + """ + Private slot to handle changes of the Branch combo. + + @param txt text of the combo (string) + """ + self.__updateOK() + + @pyqtSlot(str) + def on_bookmarkCombo_editTextChanged(self, txt): + """ + Private slot to handle changes of the Bookmark combo. + + @param txt text of the combo (string) + """ + self.__updateOK() + + def getData(self): + """ + Public method to retrieve the entered data. + + @return tuple giving the revision, a flag indicating not to commit + the signature, a commit message, an ID of the key to be used, + a flag indicating a local signature and a flag indicating a forced + signature (string, boolean, string, string, boolean, boolean) + """ + if self.numberButton.isChecked(): + rev = str(self.numberSpinBox.value()) + elif self.idButton.isChecked(): + rev = self.idEdit.text() + elif self.tagButton.isChecked(): + rev = self.tagCombo.currentText() + elif self.branchButton.isChecked(): + rev = self.branchCombo.currentText() + elif self.bookmarkButton.isChecked(): + rev = self.bookmarkCombo.currentText() + else: + rev = "" + + return ( + rev, + self.nocommitCheckBox.isChecked(), + self.messageEdit.toPlainText(), + self.keyEdit.text(), + self.localCheckBox.isChecked(), + self.forceCheckBox.isChecked() + )
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui Sun May 29 15:25:28 2011 +0200 @@ -0,0 +1,404 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>HgGpgSignDialog</class> + <widget class="QDialog" name="HgGpgSignDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>450</height> + </rect> + </property> + <property name="windowTitle"> + <string/> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <item> + <widget class="QGroupBox" name="groupBox"> + <property name="title"> + <string>Revision</string> + </property> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <widget class="QRadioButton" name="numberButton"> + <property name="toolTip"> + <string>Select to specify a revision by number</string> + </property> + <property name="text"> + <string>Number</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QSpinBox" name="numberSpinBox"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="toolTip"> + <string>Enter a revision number</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight</set> + </property> + <property name="minimum"> + <number>1</number> + </property> + <property name="maximum"> + <number>999999999</number> + </property> + </widget> + </item> + <item row="0" column="2"> + <spacer name="spacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>158</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item row="1" column="0"> + <widget class="QRadioButton" name="idButton"> + <property name="toolTip"> + <string>Select to specify a revision by changeset id</string> + </property> + <property name="text"> + <string>Id:</string> + </property> + </widget> + </item> + <item row="1" column="1" colspan="2"> + <widget class="QLineEdit" name="idEdit"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="toolTip"> + <string>Enter a changeset id</string> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QRadioButton" name="tagButton"> + <property name="toolTip"> + <string>Select to specify a revision by a tag</string> + </property> + <property name="text"> + <string>Tag:</string> + </property> + </widget> + </item> + <item row="2" column="1" colspan="2"> + <widget class="QComboBox" name="tagCombo"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip"> + <string>Enter a tag name</string> + </property> + <property name="editable"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="3" column="0"> + <widget class="QRadioButton" name="branchButton"> + <property name="toolTip"> + <string>Select to specify a revision by a branch</string> + </property> + <property name="text"> + <string>Branch:</string> + </property> + </widget> + </item> + <item row="3" column="1" colspan="2"> + <widget class="QComboBox" name="branchCombo"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip"> + <string>Enter a branch name</string> + </property> + <property name="editable"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="4" column="0"> + <widget class="QRadioButton" name="bookmarkButton"> + <property name="toolTip"> + <string>Select to specify a revision by a bookmark</string> + </property> + <property name="text"> + <string>Bookmark:</string> + </property> + </widget> + </item> + <item row="4" column="1" colspan="2"> + <widget class="QComboBox" name="bookmarkCombo"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip"> + <string>Enter a bookmark name</string> + </property> + <property name="editable"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="5" column="0" colspan="3"> + <widget class="QRadioButton" name="tipButton"> + <property name="toolTip"> + <string>Select tip revision of repository</string> + </property> + <property name="text"> + <string>TIP</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupBox_2"> + <property name="title"> + <string>Commit Message</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QCheckBox" name="nocommitCheckBox"> + <property name="toolTip"> + <string>Select to not commit the signature</string> + </property> + <property name="text"> + <string>Do Not Commit</string> + </property> + </widget> + </item> + <item> + <widget class="QPlainTextEdit" name="messageEdit"> + <property name="toolTip"> + <string>Enter a commit message (leave empty to use default)</string> + </property> + <property name="tabChangesFocus"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <layout class="QGridLayout" name="gridLayout_2"> + <item row="0" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Key-ID:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QLineEdit" name="keyEdit"> + <property name="toolTip"> + <string>Enter the ID of the key to be used</string> + </property> + </widget> + </item> + <item row="1" column="0" colspan="2"> + <widget class="QCheckBox" name="localCheckBox"> + <property name="toolTip"> + <string>Select to make the signature local</string> + </property> + <property name="text"> + <string>Local Signature</string> + </property> + </widget> + </item> + <item row="2" column="0" colspan="2"> + <widget class="QCheckBox" name="forceCheckBox"> + <property name="toolTip"> + <string>Select to sign even if the signature file is modified</string> + </property> + <property name="text"> + <string>Force Signature</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <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> + <tabstops> + <tabstop>numberButton</tabstop> + <tabstop>numberSpinBox</tabstop> + <tabstop>idButton</tabstop> + <tabstop>idEdit</tabstop> + <tabstop>tagButton</tabstop> + <tabstop>tagCombo</tabstop> + <tabstop>branchButton</tabstop> + <tabstop>branchCombo</tabstop> + <tabstop>bookmarkButton</tabstop> + <tabstop>bookmarkCombo</tabstop> + <tabstop>tipButton</tabstop> + <tabstop>nocommitCheckBox</tabstop> + <tabstop>messageEdit</tabstop> + <tabstop>keyEdit</tabstop> + <tabstop>localCheckBox</tabstop> + <tabstop>forceCheckBox</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>HgGpgSignDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>252</x> + <y>271</y> + </hint> + <hint type="destinationlabel"> + <x>157</x> + <y>274</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>HgGpgSignDialog</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> + <connection> + <sender>numberButton</sender> + <signal>toggled(bool)</signal> + <receiver>numberSpinBox</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>48</x> + <y>89</y> + </hint> + <hint type="destinationlabel"> + <x>118</x> + <y>87</y> + </hint> + </hints> + </connection> + <connection> + <sender>idButton</sender> + <signal>toggled(bool)</signal> + <receiver>idEdit</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>47</x> + <y>131</y> + </hint> + <hint type="destinationlabel"> + <x>105</x> + <y>116</y> + </hint> + </hints> + </connection> + <connection> + <sender>tagButton</sender> + <signal>toggled(bool)</signal> + <receiver>tagCombo</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>43</x> + <y>142</y> + </hint> + <hint type="destinationlabel"> + <x>102</x> + <y>141</y> + </hint> + </hints> + </connection> + <connection> + <sender>branchButton</sender> + <signal>toggled(bool)</signal> + <receiver>branchCombo</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>42</x> + <y>170</y> + </hint> + <hint type="destinationlabel"> + <x>115</x> + <y>171</y> + </hint> + </hints> + </connection> + <connection> + <sender>bookmarkButton</sender> + <signal>toggled(bool)</signal> + <receiver>bookmarkCombo</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>51</x> + <y>196</y> + </hint> + <hint type="destinationlabel"> + <x>108</x> + <y>201</y> + </hint> + </hints> + </connection> + </connections> +</ui>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py Sun May 29 15:25:28 2011 +0200 @@ -0,0 +1,340 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2011 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing a dialog showing signed changesets. +""" + +import os + +from PyQt4.QtCore import pyqtSlot, QProcess, QTimer, Qt, QRegExp +from PyQt4.QtGui import QDialog, QDialogButtonBox, QHeaderView, QTreeWidgetItem, \ + QLineEdit + +from E5Gui import E5MessageBox + +from .Ui_HgGpgSignaturesDialog import Ui_HgGpgSignaturesDialog + +import Preferences +import UI.PixmapCache + + +class HgGpgSignaturesDialog(QDialog, Ui_HgGpgSignaturesDialog): + """ + Class implementing a dialog showing signed changesets. + """ + def __init__(self, vcs, parent=None): + """ + Constructor + + @param vcs reference to the vcs object + @param parent reference to the parent widget (QWidget) + """ + QDialog.__init__(self, parent) + self.setupUi(self) + + self.clearRxEditButton.setIcon(UI.PixmapCache.getIcon("clearLeft.png")) + + self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) + self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) + + self.process = QProcess() + self.vcs = vcs + + self.process.finished.connect(self.__procFinished) + self.process.readyReadStandardOutput.connect(self.__readStdout) + self.process.readyReadStandardError.connect(self.__readStderr) + + def closeEvent(self, e): + """ + Private slot implementing a close event handler. + + @param e close event (QCloseEvent) + """ + if self.process is not None and \ + self.process.state() != QProcess.NotRunning: + self.process.terminate() + QTimer.singleShot(2000, self.process.kill) + self.process.waitForFinished(3000) + + e.accept() + + def start(self, path): + """ + Public slot to start the list command. + + @param path name of directory (string) + """ + self.errorGroup.hide() + + self.intercept = False + self.activateWindow() + + self.__path = path + dname, fname = self.vcs.splitPath(path) + + # find the root of the repo + repodir = dname + while not os.path.isdir(os.path.join(repodir, self.vcs.adminDir)): + repodir = os.path.dirname(repodir) + if repodir == os.sep: + return + + args = [] + args.append('sigs') + + self.process.kill() + self.process.setWorkingDirectory(repodir) + + self.process.start('hg', args) + procStarted = self.process.waitForStarted() + if not procStarted: + self.inputGroup.setEnabled(False) + self.inputGroup.hide() + E5MessageBox.critical(self, + self.trUtf8('Process Generation Error'), + self.trUtf8( + 'The process {0} could not be started. ' + 'Ensure, that it is in the search path.' + ).format('hg')) + else: + self.inputGroup.setEnabled(True) + self.inputGroup.show() + + def __finish(self): + """ + Private slot called when the process finished or the user pressed the button. + """ + if self.process is not None and \ + self.process.state() != QProcess.NotRunning: + self.process.terminate() + QTimer.singleShot(2000, self.process.kill) + self.process.waitForFinished(3000) + + self.inputGroup.setEnabled(False) + self.inputGroup.hide() + + self.buttonBox.button(QDialogButtonBox.Close).setEnabled(True) + self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(False) + self.buttonBox.button(QDialogButtonBox.Close).setDefault(True) + self.buttonBox.button(QDialogButtonBox.Close).setFocus(Qt.OtherFocusReason) + + self.process = None + + if self.signaturesList.topLevelItemCount() == 0: + # no patches present + self.__generateItem("", "", self.trUtf8("no signatures found")) + self.signaturesList.doItemsLayout() + self.__resizeColumns() + self.__resort() + + def on_buttonBox_clicked(self, button): + """ + Private slot called by a button of the button box clicked. + + @param button button that was clicked (QAbstractButton) + """ + if button == self.buttonBox.button(QDialogButtonBox.Close): + self.close() + elif button == self.buttonBox.button(QDialogButtonBox.Cancel): + self.__finish() + + def __procFinished(self, exitCode, exitStatus): + """ + Private slot connected to the finished signal. + + @param exitCode exit code of the process (integer) + @param exitStatus exit status of the process (QProcess.ExitStatus) + """ + self.__finish() + + def __resort(self): + """ + Private method to resort the tree. + """ + self.signaturesList.sortItems(self.signaturesList.sortColumn(), + self.signaturesList.header().sortIndicatorOrder()) + + def __resizeColumns(self): + """ + Private method to resize the list columns. + """ + self.signaturesList.header().resizeSections(QHeaderView.ResizeToContents) + self.signaturesList.header().setStretchLastSection(True) + + def __generateItem(self, revision, changeset, signature): + """ + Private method to generate a patch item in the list of patches. + + @param revision revision number (string) + @param changeset changeset of the bookmark (string) + @param signature signature of the changeset (string) + """ + if revision == "" and changeset == "": + QTreeWidgetItem(self.signaturesList, [signature]) + else: + revString = "{0:>7}:{1}".format(revision, changeset) + topItems = self.signaturesList.findItems(revString, Qt.MatchExactly) + if len(topItems) == 0: + # first signature for this changeset + topItm = QTreeWidgetItem(self.signaturesList, [ + "{0:>7}:{1}".format(revision, changeset)]) + topItm.setExpanded(True) + font = topItm.font(0) + font.setBold(True) + topItm.setFont(0, font) + else: + topItm = topItems[0] + QTreeWidgetItem(topItm, [signature]) + + def __readStdout(self): + """ + Private slot to handle the readyReadStdout signal. + + It reads the output of the process, formats it and inserts it into + the contents pane. + """ + self.process.setReadChannel(QProcess.StandardOutput) + + while self.process.canReadLine(): + s = str(self.process.readLine(), + Preferences.getSystem("IOEncoding"), + 'replace').strip() + l = s.split() + if l[-1][0] in "1234567890": + # last element is a rev:changeset + rev, changeset = l[-1].split(":", 1) + del l[-1] + signature = " ".join(l) + self.__generateItem(rev, changeset, signature) + + def __readStderr(self): + """ + Private slot to handle the readyReadStderr signal. + + It reads the error output of the process and inserts it into the + error pane. + """ + if self.process is not None: + self.errorGroup.show() + s = str(self.process.readAllStandardError(), + Preferences.getSystem("IOEncoding"), + 'replace') + self.errors.insertPlainText(s) + self.errors.ensureCursorVisible() + + @pyqtSlot() + def on_signaturesList_itemSelectionChanged(self): + """ + Private slot handling changes of the selection. + """ + selectedItems = self.signaturesList.selectedItems() + if len(selectedItems) == 1 and \ + self.signaturesList.indexOfTopLevelItem(selectedItems[0]) != -1: + self.verifyButton.setEnabled(True) + else: + self.verifyButton.setEnabled(False) + + @pyqtSlot() + def on_verifyButton_clicked(self): + """ + Private slot to verify the signatures of the selected revision. + """ + rev = self.signaturesList.selectedItems()[0].text(0).split(":")[0].strip() + self.vcs.getExtensionObject("gpg")\ + .hgGpgVerifySignatures(self.__path, rev) + + @pyqtSlot(str) + def on_categoryCombo_activated(self, txt): + """ + Private slot called, when a new filter category is selected. + + @param txt text of the selected category (string) + """ + self.__filterSignatures() + + @pyqtSlot(str) + def on_rxEdit_textChanged(self, txt): + """ + Private slot called, when a filter expression is entered. + + @param txt filter expression (string) + """ + self.__filterSignatures() + + def __filterSignatures(self): + """ + Private method to filter the log entries. + """ + searchRxText = self.rxEdit.text() + filterTop = self.categoryCombo.currentText() == self.trUtf8("Revision") + if filterTop and searchRxText.startswith("^"): + searchRx = QRegExp("^\s*{0}".format(searchRxText[1:]), Qt.CaseInsensitive) + else: + searchRx = QRegExp(searchRxText, Qt.CaseInsensitive) + for topIndex in range(self.signaturesList.topLevelItemCount()): + topLevelItem = self.signaturesList.topLevelItem(topIndex) + if filterTop: + topLevelItem.setHidden(searchRx.indexIn(topLevelItem.text(0)) == -1) + else: + visibleChildren = topLevelItem.childCount() + for childIndex in range(topLevelItem.childCount()): + childItem = topLevelItem.child(childIndex) + if searchRx.indexIn(childItem.text(0)) == -1: + childItem.setHidden(True) + visibleChildren -= 1 + else: + childItem.setHidden(False) + topLevelItem.setHidden(visibleChildren == 0) + + def on_passwordCheckBox_toggled(self, isOn): + """ + Private slot to handle the password checkbox toggled. + + @param isOn flag indicating the status of the check box (boolean) + """ + if isOn: + self.input.setEchoMode(QLineEdit.Password) + else: + self.input.setEchoMode(QLineEdit.Normal) + + @pyqtSlot() + def on_sendButton_clicked(self): + """ + Private slot to send the input to the subversion process. + """ + input = self.input.text() + input += os.linesep + + if self.passwordCheckBox.isChecked(): + self.errors.insertPlainText(os.linesep) + self.errors.ensureCursorVisible() + else: + self.errors.insertPlainText(input) + self.errors.ensureCursorVisible() + + self.process.write(input) + + self.passwordCheckBox.setChecked(False) + self.input.clear() + + def on_input_returnPressed(self): + """ + Private slot to handle the press of the return key in the input field. + """ + self.intercept = True + self.on_sendButton_clicked() + + def keyPressEvent(self, evt): + """ + Protected slot to handle a key press event. + + @param evt the key press event (QKeyEvent) + """ + if self.intercept: + self.intercept = False + evt.accept() + return + QDialog.keyPressEvent(self, evt)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui Sun May 29 15:25:28 2011 +0200 @@ -0,0 +1,266 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>HgGpgSignaturesDialog</class> + <widget class="QDialog" name="HgGpgSignaturesDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>700</width> + <height>600</height> + </rect> + </property> + <property name="windowTitle"> + <string>Signed Changesets</string> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <spacer name="horizontalSpacer_2"> + <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> + <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="QComboBox" name="categoryCombo"> + <property name="toolTip"> + <string>Select the category to filter on</string> + </property> + <item> + <property name="text"> + <string>Revision</string> + </property> + </item> + <item> + <property name="text"> + <string>Signature</string> + </property> + </item> + </widget> + </item> + <item> + <widget class="QLineEdit" name="rxEdit"> + <property name="toolTip"> + <string>Enter the regular expression to filter on</string> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="clearRxEditButton"> + <property name="text"> + <string/> + </property> + </widget> + </item> + </layout> + </item> + <item> + <widget class="QTreeWidget" name="signaturesList"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> + <horstretch>0</horstretch> + <verstretch>3</verstretch> + </sizepolicy> + </property> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + <property name="rootIsDecorated"> + <bool>false</bool> + </property> + <property name="headerHidden"> + <bool>true</bool> + </property> + <column> + <property name="text"> + <string notr="true">1</string> + </property> + </column> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QPushButton" name="verifyButton"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="toolTip"> + <string>Press to verify the signatures of the selected revision</string> + </property> + <property name="text"> + <string>&Verify...</string> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer"> + <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"> + <horstretch>0</horstretch> + <verstretch>1</verstretch> + </sizepolicy> + </property> + <property name="title"> + <string>Errors</string> + </property> + <layout class="QVBoxLayout"> + <item> + <widget class="QTextEdit" name="errors"> + <property name="focusPolicy"> + <enum>Qt::NoFocus</enum> + </property> + <property name="whatsThis"> + <string><b>Mercurial errors</b><p>This shows possible error messages.</p></string> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + <property name="acceptRichText"> + <bool>false</bool> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="inputGroup"> + <property name="title"> + <string>Input</string> + </property> + <layout class="QGridLayout" name="_2"> + <item row="1" column="1"> + <spacer> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeType"> + <enum>QSizePolicy::Expanding</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>327</width> + <height>29</height> + </size> + </property> + </spacer> + </item> + <item row="1" column="2"> + <widget class="QPushButton" name="sendButton"> + <property name="toolTip"> + <string>Press to send the input to the hg process</string> + </property> + <property name="text"> + <string>&Send</string> + </property> + <property name="shortcut"> + <string>Alt+S</string> + </property> + </widget> + </item> + <item row="0" column="0" colspan="3"> + <widget class="QLineEdit" name="input"> + <property name="toolTip"> + <string>Enter data to be sent to the hg process</string> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QCheckBox" name="passwordCheckBox"> + <property name="toolTip"> + <string>Select to switch the input field to password mode</string> + </property> + <property name="text"> + <string>&Password Mode</string> + </property> + <property name="shortcut"> + <string>Alt+P</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> + </property> + </widget> + </item> + </layout> + </widget> + <tabstops> + <tabstop>categoryCombo</tabstop> + <tabstop>rxEdit</tabstop> + <tabstop>clearRxEditButton</tabstop> + <tabstop>signaturesList</tabstop> + <tabstop>verifyButton</tabstop> + <tabstop>input</tabstop> + <tabstop>passwordCheckBox</tabstop> + <tabstop>sendButton</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> + <resources/> + <connections> + <connection> + <sender>clearRxEditButton</sender> + <signal>clicked()</signal> + <receiver>rxEdit</receiver> + <slot>clear()</slot> + <hints> + <hint type="sourcelabel"> + <x>681</x> + <y>16</y> + </hint> + <hint type="destinationlabel"> + <x>631</x> + <y>15</y> + </hint> + </hints> + </connection> + </connections> +</ui>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py Sun May 29 15:25:28 2011 +0200 @@ -0,0 +1,138 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2011 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing the gpg extension project helper. +""" + +from PyQt4.QtCore import QObject +from PyQt4.QtGui import QMenu + +from E5Gui.E5Action import E5Action + +import UI.PixmapCache + + +class GpgProjectHelper(QObject): + """ + Class implementing the gpg extension project helper. + """ + def __init__(self): + """ + Constructor + """ + QObject.__init__(self) + + self.actions = [] + + self.initActions() + + def setObjects(self, vcsObject, projectObject): + """ + Public method to set references to the vcs and project objects. + + @param vcsObject reference to the vcs object + @param projectObject reference to the project object + """ + self.vcs = vcsObject + self.project = projectObject + + def getActions(self): + """ + Public method to get a list of all actions. + + @return list of all actions (list of E5Action) + """ + return self.actions[:] + + def initActions(self): + """ + Public method to generate the action objects. + """ + self.hgGpgListAct = E5Action(self.trUtf8('List Signed Changesets'), + UI.PixmapCache.getIcon("changesetSignList.png"), + self.trUtf8('List Signed Changesets...'), + 0, 0, self, 'mercurial_gpg_list') + self.hgGpgListAct.setStatusTip(self.trUtf8( + 'List signed changesets' + )) + self.hgGpgListAct.setWhatsThis(self.trUtf8( + """<b>List Signed Changesets</b>""" + """<p>This opens a dialog listing all signed changesets.</p>""" + )) + self.hgGpgListAct.triggered[()].connect(self.__hgGpgSignatures) + self.actions.append(self.hgGpgListAct) + + self.hgGpgVerifyAct = E5Action(self.trUtf8('Verify Signatures'), + UI.PixmapCache.getIcon("changesetSignVerify.png"), + self.trUtf8('Verify Signatures'), + 0, 0, self, 'mercurial_gpg_verify') + self.hgGpgVerifyAct.setStatusTip(self.trUtf8( + 'Verify all signatures there may be for a particular revision' + )) + self.hgGpgVerifyAct.setWhatsThis(self.trUtf8( + """<b>Verify Signatures</b>""" + """<p>This verifies all signatures there may be for a particular""" + """ revision.</p>""" + )) + self.hgGpgVerifyAct.triggered[()].connect(self.__hgGpgVerifySignatures) + self.actions.append(self.hgGpgVerifyAct) + + self.hgGpgSignAct = E5Action(self.trUtf8('Sign Revision'), + UI.PixmapCache.getIcon("changesetSign.png"), + self.trUtf8('Sign Revision'), + 0, 0, self, 'mercurial_gpg_sign') + self.hgGpgSignAct.setStatusTip(self.trUtf8( + 'Add a signature for a selected revision' + )) + self.hgGpgSignAct.setWhatsThis(self.trUtf8( + """<b>Sign Revision</b>""" + """<p>This adds a signature for a selected revision.</p>""" + )) + self.hgGpgSignAct.triggered[()].connect(self.__hgGpgSign) + self.actions.append(self.hgGpgSignAct) + + def initMenu(self, mainMenu): + """ + Public method to generate the extension menu. + + @param mainMenu reference to the main menu (QMenu) + @return populated menu (QMenu) + """ + menu = QMenu(self.menuTitle(), mainMenu) + menu.setTearOffEnabled(True) + + menu.addAction(self.hgGpgListAct) + menu.addAction(self.hgGpgVerifyAct) + menu.addAction(self.hgGpgSignAct) + + return menu + + def menuTitle(self): + """ + Public method to get the menu title. + """ + return self.trUtf8("GPG") + + def __hgGpgSignatures(self): + """ + Private slot used to list all signed changesets. + """ + self.vcs.getExtensionObject("gpg")\ + .hgGpgSignatures(self.project.getProjectPath()) + + def __hgGpgVerifySignatures(self): + """ + Private slot used to verify the signatures of a revision. + """ + self.vcs.getExtensionObject("gpg")\ + .hgGpgVerifySignatures(self.project.getProjectPath()) + + def __hgGpgSign(self): + """ + Private slot used to sign a revision. + """ + self.vcs.getExtensionObject("gpg")\ + .hgGpgSign(self.project.getProjectPath())
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/VcsPlugins/vcsMercurial/GpgExtension/__init__.py Sun May 29 15:25:28 2011 +0200 @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2011 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Package implementing the gpg extension support interface. +"""
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/VcsPlugins/vcsMercurial/GpgExtension/gpg.py Sun May 29 15:25:28 2011 +0200 @@ -0,0 +1,138 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2011 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing the gpg extension interface. +""" + +import os + +from PyQt4.QtCore import QObject +from PyQt4.QtGui import QDialog + +from ..HgDialog import HgDialog +from ..HgRevisionSelectionDialog import HgRevisionSelectionDialog + +from .HgGpgSignaturesDialog import HgGpgSignaturesDialog +from .HgGpgSignDialog import HgGpgSignDialog + + +class Gpg(QObject): + """ + Class implementing the fetch extension interface. + """ + def __init__(self, vcs): + """ + Constructor + + @param vcs reference to the Mercurial vcs object + """ + QObject.__init__(self, vcs) + + self.vcs = vcs + + self.gpgSignaturesDialog = None + + def shutdown(self): + """ + Public method used to shutdown the fetch interface. + """ + if self.gpgSignaturesDialog is not None: + self.gpgSignaturesDialog.close() + + def hgGpgSignatures(self, path): + """ + Public method used to list all signed changesets. + + @param path directory name of the project (string) + """ + self.gpgSignaturesDialog = HgGpgSignaturesDialog(self.vcs) + self.gpgSignaturesDialog.show() + self.gpgSignaturesDialog.show() + self.gpgSignaturesDialog.start(path) + + def hgGpgVerifySignatures(self, path, rev=None): + """ + Public method used to verify the signatures of a revision. + + @param path directory name of the project (string) + @param rev revision to check (string) + """ + # find the root of the repo + repodir = self.vcs.splitPath(path)[0] + while not os.path.isdir(os.path.join(repodir, self.vcs.adminDir)): + repodir = os.path.dirname(repodir) + if repodir == os.sep: + return + + if rev is None: + if self.vcs.isExtensionActive("bookmarks"): + bookmarksList = \ + self.vcs.getExtensionObject("bookmarks").hgGetBookmarksList(repodir) + else: + bookmarksList = None + dlg = HgRevisionSelectionDialog(self.vcs.hgGetTagsList(repodir), + self.vcs.hgGetBranchesList(repodir), + bookmarksList) + if dlg.exec_() == QDialog.Accepted: + rev = dlg.getRevision() + + if rev is not None: + if rev == "": + rev = "tip" + args = [] + args.append("sigcheck") + args.append(rev) + + dia = HgDialog(self.trUtf8('Verify Signatures')) + res = dia.startProcess(args, repodir) + if res: + dia.exec_() + + def hgGpgSign(self, path): + """ + Public method used to list the available bookmarks. + + @param path directory name of the project (string) + """ + # find the root of the repo + repodir = self.vcs.splitPath(path)[0] + while not os.path.isdir(os.path.join(repodir, self.vcs.adminDir)): + repodir = os.path.dirname(repodir) + if repodir == os.sep: + return + + if self.vcs.isExtensionActive("bookmarks"): + bookmarksList = \ + self.vcs.getExtensionObject("bookmarks").hgGetBookmarksList(repodir) + else: + bookmarksList = None + dlg = HgGpgSignDialog(self.vcs.hgGetTagsList(repodir), + self.vcs.hgGetBranchesList(repodir), + bookmarksList) + if dlg.exec_() == QDialog.Accepted: + revision, noCommit, message, keyId, local, force = dlg.getData() + + args = [] + args.append("sign") + if noCommit: + args.append("--no-commit") + if message: + args.append("--message") + args.append(message) + if keyId: + args.append("--key") + args.append(keyId) + if local: + args.append("--local") + if force: + args.append("--force") + if revision: + args.append(revision) + + dia = HgDialog(self.trUtf8('Sign Revision')) + res = dia.startProcess(args, repodir) + if res: + dia.exec_()
--- a/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py Sat May 28 16:20:36 2011 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py Sun May 29 15:25:28 2011 +0200 @@ -20,6 +20,7 @@ from .QueuesExtension.ProjectHelper import QueuesProjectHelper from .FetchExtension.ProjectHelper import FetchProjectHelper from .PurgeExtension.ProjectHelper import PurgeProjectHelper +from .GpgExtension.ProjectHelper import GpgProjectHelper from E5Gui.E5Action import E5Action @@ -48,6 +49,7 @@ "mq": QueuesProjectHelper(), "fetch": FetchProjectHelper(), "purge": PurgeProjectHelper(), + "gpg": GpgProjectHelper(), } self.__extensionMenuTitles = {} @@ -840,6 +842,7 @@ """ menu.clear() + # TODO: close torn off menus in the shutdown method (extend base class with this method) adminMenu = QMenu(self.trUtf8("Repository Administration"), menu) adminMenu.setTearOffEnabled(True) adminMenu.addAction(self.hgHeadsAct)
--- a/Plugins/VcsPlugins/vcsMercurial/hg.py Sat May 28 16:20:36 2011 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/hg.py Sun May 29 15:25:28 2011 +0200 @@ -50,6 +50,7 @@ from .QueuesExtension.queues import Queues from .FetchExtension.fetch import Fetch from .PurgeExtension.purge import Purge +from .GpgExtension.gpg import Gpg from .ProjectBrowserHelper import HgProjectBrowserHelper @@ -142,6 +143,7 @@ "mq": Queues(self), "fetch": Fetch(self), "purge": Purge(self), + "gpg": Gpg(self), } def getPlugin(self):
--- a/Project/Project.py Sat May 28 16:20:36 2011 +0200 +++ b/Project/Project.py Sun May 29 15:25:28 2011 +0200 @@ -2535,6 +2535,7 @@ # now shutdown the vcs interface if self.vcs: + # TODO: if not reopen: close torn off vcs menus self.vcs.vcsShutdown() self.vcs = None e5App().getObject("PluginManager").deactivateVcsPlugins()
--- a/changelog Sat May 28 16:20:36 2011 +0200 +++ b/changelog Sun May 29 15:25:28 2011 +0200 @@ -6,6 +6,7 @@ - added support for the Mercurial queues extension - added support for the Mercurial fetch extension - added support for the Mercurial purge extension +- added support for the Mercurial gpg extension - added function to test the login data to the Email config page Version 5.2-snapshot-20110501:
--- a/eric5.e4p Sat May 28 16:20:36 2011 +0200 +++ b/eric5.e4p Sun May 29 15:25:28 2011 +0200 @@ -904,6 +904,11 @@ <Source>Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py</Source> <Source>Plugins/VcsPlugins/vcsMercurial/PurgeExtension/purge.py</Source> <Source>Plugins/VcsPlugins/vcsMercurial/PurgeExtension/HgPurgeListDialog.py</Source> + <Source>Plugins/VcsPlugins/vcsMercurial/GpgExtension/__init__.py</Source> + <Source>Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py</Source> + <Source>Plugins/VcsPlugins/vcsMercurial/GpgExtension/gpg.py</Source> + <Source>Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py</Source> + <Source>Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.py</Source> </Sources> <Forms> <Form>PyUnit/UnittestDialog.ui</Form> @@ -1159,6 +1164,8 @@ <Form>Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.ui</Form> <Form>Plugins/VcsPlugins/vcsMercurial/FetchExtension/HgFetchDialog.ui</Form> <Form>Plugins/VcsPlugins/vcsMercurial/PurgeExtension/HgPurgeListDialog.ui</Form> + <Form>Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui</Form> + <Form>Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui</Form> </Forms> <Translations> <Translation>i18n/eric5_cs.qm</Translation>
--- a/i18n/eric5_cs.ts Sat May 28 16:20:36 2011 +0200 +++ b/i18n/eric5_cs.ts Sun May 29 15:25:28 2011 +0200 @@ -1823,7 +1823,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="191"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="213"/> <source>Bookmarks</source> <translation type="unfinished">Záložky</translation> </message> @@ -11680,12 +11680,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/FetchExtension/ProjectHelper.py" line="93"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/FetchExtension/ProjectHelper.py" line="100"/> <source>Fetch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/FetchExtension/ProjectHelper.py" line="93"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/FetchExtension/ProjectHelper.py" line="100"/> <source>The project should be reread. Do this now?</source> <translation type="unfinished">Projekt bude znovu načten. Má se provést?</translation> </message> @@ -12477,6 +12477,77 @@ </message> </context> <context> + <name>Gpg</name> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/gpg.py" line="89"/> + <source>Verify Signatures</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/gpg.py" line="135"/> + <source>Sign Revision</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>GpgProjectHelper</name> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="54"/> + <source>List Signed Changesets</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="54"/> + <source>List Signed Changesets...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="58"/> + <source>List signed changesets</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="61"/> + <source><b>List Signed Changesets</b><p>This opens a dialog listing all signed changesets.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="68"/> + <source>Verify Signatures</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="72"/> + <source>Verify all signatures there may be for a particular revision</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="75"/> + <source><b>Verify Signatures</b><p>This verifies all signatures there may be for a particular revision.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="83"/> + <source>Sign Revision</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="87"/> + <source>Add a signature for a selected revision</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="90"/> + <source><b>Sign Revision</b><p>This adds a signature for a selected revision.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="117"/> + <source>GPG</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>GraphicsPage</name> <message> <location filename="Preferences/ConfigurationPages/GraphicsPage.ui" line="16"/> @@ -15401,212 +15472,212 @@ <context> <name>Hg</name> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="205"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="207"/> <source>The hg process finished with the exit code {0}</source> <translation>hg proces skončil s exit kódem {0}</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="208"/> - <source>The hg process did not finish within 30s.</source> - <translation>hg proces neskončil do 30s.</translation> - </message> - <message> <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="210"/> + <source>The hg process did not finish within 30s.</source> + <translation>hg proces neskončil do 30s.</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="212"/> <source>Could not start the hg executable.</source> <translation>Nelze spustit hg program.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="236"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="238"/> <source>Create project repository</source> <translation>Vytvořit repozitář projektu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="236"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="238"/> <source>The project repository could not be created.</source> <translation>Úložiště projektu nelze vytvořit.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="263"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="265"/> <source>Creating Mercurial repository</source> <translation>Vytváření Mercurial úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="278"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="280"/> <source>Initial commit to Mercurial repository</source> <translation>Úvodní zápis změn (commit) do Mercurial úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="319"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="321"/> <source>Cloning project from a Mercurial repository</source> <translation>Naklonovat projekt z Mercurial úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="415"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="417"/> <source>Commiting changes to Mercurial repository</source> <translation>Zapsání změn (commit) do Mercurial úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="463"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="465"/> <source>Synchronizing with the Mercurial repository</source> <translation>Synchronizovat s Mercurial úložištěm</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="511"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="513"/> <source>Adding files/directories to the Mercurial repository</source> <translation>Přidat soubory/složky do Mercurial úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="571"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="573"/> <source>Removing files/directories from the Mercurial repository</source> <translation>Odebrat soubory/složky z Mercurial úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="629"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="631"/> <source>Renaming {0}</source> <translation>Přejmenování {0}</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="734"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="736"/> <source>Taging in the Mercurial repository</source> <translation>Otagovat Mercurial úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="764"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="766"/> <source>Reverting changes</source> <translation>Navrácení změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="812"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="814"/> <source>Merging</source> <translation>Merging</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1031"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1033"/> <source>Mercurial command</source> <translation>Mercurial příkaz</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1208"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1210"/> <source>Copying {0}</source> <translation>Kopírování {0}</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1386"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1388"/> <source>Mercurial Log</source> <translation>Mercurial log</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1386"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1388"/> <source>Select number of entries to show.</source> <translation>Vyberte počet položek, které se mají zobrazit.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1461"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1463"/> <source>Pulling from a remote Mercurial repository</source> <translation>Stažení (pull) z Mercurial repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1493"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1495"/> <source>Pushing to a remote Mercurial repository</source> <translation>Odeslání (push) do Mercurial repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1607"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1609"/> <source>Resolving files/directories</source> <translation>Vyřešení souborů/složek</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1629"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1631"/> <source>Create Branch</source> <translation>Vytvořit větev</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1629"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1631"/> <source>Enter branch name</source> <translation>Zadejte název větve</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1640"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1642"/> <source>Creating branch in the Mercurial repository</source> <translation>Vytvoření větve v Mercurial repozitáři</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1719"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1721"/> <source>Verifying the integrity of the Mercurial repository</source> <translation>Ověřit integritu Mercurial repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1743"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1745"/> <source>Showing the combined configuration settings</source> <translation>Zobrazení nastavení kombinovaných konfigurací</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1766"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1768"/> <source>Showing aliases for remote repositories</source> <translation>Zobrazení aliasů pro vzdálené úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1789"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1791"/> <source>Recovering from interrupted transaction</source> <translation>Obnovení z přerušené transakce</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2015"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2017"/> <source>Shall the working directory be updated?</source> <translation>Má být pracovní adresář aktualizován?</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1663"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1665"/> <source>Showing current branch</source> <translation>Zobrazení aktuální větve</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1927"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1929"/> <source>Create changegroup</source> <translation>Vytvořit skupinu změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2026"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2028"/> <source>Apply changegroups</source> <translation>Použít skupinu změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2040"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2042"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Neplatný bisect podpříkaz ({0}).</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2074"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2076"/> <source>Mercurial Bisect ({0})</source> <translation>Mercurial Bisect ({0})</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1979"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1981"/> <source>Preview changegroup</source> <translation>Náhled skupiny změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1812"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1814"/> <source>Identifying project directory</source> <translation>Rozpoznat složku projektu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1837"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1839"/> <source>Create .hgignore file</source> <translation>Vytvořit soubor .hgignore</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1837"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1839"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2106"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2108"/> <source>Removing files from the Mercurial repository only</source> <translation>Odebrat soubory jen z Mercurial úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1888"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1890"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation>Soubory Mercurial skupiny změn (*.hg)</translation> </message> @@ -15616,37 +15687,37 @@ <translation type="obsolete"><p>Soubor Mercurial skupiny změn<b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2009"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2011"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation>Soubory Mercurial skupiny změn (*.hg);;Všechny soubory (*)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1989"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1991"/> <source>Identifying changegroup file</source> <translation>Rozpoznat soubor skupiny změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2162"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2164"/> <source>Backing out changeset</source> <translation>Zálohovat skupinu změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2142"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2144"/> <source>No revision given. Aborting...</source> <translation>Nebyla dána žádná revize. Ruším...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1905"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1907"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2187"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2189"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2182"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2184"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> @@ -16704,6 +16775,252 @@ </message> </context> <context> + <name>HgGpgSignDialog</name> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="23"/> + <source>Revision</source> + <translation type="unfinished">Revize</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="29"/> + <source>Select to specify a revision by number</source> + <translation type="unfinished">Vybrat pro zadání revize číslem</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="32"/> + <source>Number</source> + <translation type="unfinished">Číslo</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="42"/> + <source>Enter a revision number</source> + <translation type="unfinished">Zadejte číslo revize</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="71"/> + <source>Select to specify a revision by changeset id</source> + <translation type="unfinished">Vybrat pro zadání revize přes id množiny změn</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="74"/> + <source>Id:</source> + <translation type="unfinished">Id:</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="84"/> + <source>Enter a changeset id</source> + <translation type="unfinished">Zadejte id množiny změn</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="91"/> + <source>Select to specify a revision by a tag</source> + <translation type="unfinished">Vybrat pro specifikaci revize tagem</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="94"/> + <source>Tag:</source> + <translation type="unfinished">Tag:</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="110"/> + <source>Enter a tag name</source> + <translation type="unfinished">Zadejte jméno tagu</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="120"/> + <source>Select to specify a revision by a branch</source> + <translation type="unfinished">Vybrat pro specifikaci revize přes větev</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="123"/> + <source>Branch:</source> + <translation type="unfinished">Větev:</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="139"/> + <source>Enter a branch name</source> + <translation type="unfinished">Zadejte jméno větve</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="149"/> + <source>Select to specify a revision by a bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="152"/> + <source>Bookmark:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="168"/> + <source>Enter a bookmark name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="178"/> + <source>Select tip revision of repository</source> + <translation type="unfinished">Vybrat poslední revizi (tip) v repozitáři</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="181"/> + <source>TIP</source> + <translation type="unfinished">TIP</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="194"/> + <source>Commit Message</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="200"/> + <source>Select to not commit the signature</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="203"/> + <source>Do Not Commit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="210"/> + <source>Enter a commit message (leave empty to use default)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="225"/> + <source>Key-ID:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="232"/> + <source>Enter the ID of the key to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="239"/> + <source>Select to make the signature local</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="242"/> + <source>Local Signature</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="249"/> + <source>Select to sign even if the signature file is modified</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="252"/> + <source>Force Signature</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>HgGpgSignaturesDialog</name> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="14"/> + <source>Signed Changesets</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="51"/> + <source>Select the category to filter on</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="272"/> + <source>Revision</source> + <translation type="unfinished">Revize</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="60"/> + <source>Signature</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="68"/> + <source>Enter the regular expression to filter on</source> + <translation type="unfinished">Zadejte regulární výraz pro filtrování</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="113"/> + <source>Press to verify the signatures of the selected revision</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="116"/> + <source>&Verify...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="144"/> + <source>Errors</source> + <translation type="unfinished">Chyby</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="153"/> + <source><b>Mercurial errors</b><p>This shows possible error messages.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="169"/> + <source>Input</source> + <translation type="unfinished">Vstup</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="191"/> + <source>Press to send the input to the hg process</source> + <translation type="unfinished">Stisknutím odeslat vstup do hg procesu</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="194"/> + <source>&Send</source> + <translation type="unfinished">Ode&slat</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="197"/> + <source>Alt+S</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="204"/> + <source>Enter data to be sent to the hg process</source> + <translation type="unfinished">Zadejte data, která se odešlou do hg procesu</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="211"/> + <source>Select to switch the input field to password mode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="214"/> + <source>&Password Mode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="217"/> + <source>Alt+P</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="96"/> + <source>Process Generation Error</source> + <translation type="unfinished">Chyba v procesu generování</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="96"/> + <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/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="128"/> + <source>no signatures found</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>HgLogBrowserDialog</name> <message> <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="59"/> @@ -17483,587 +17800,587 @@ <context> <name>HgProjectHelper</name> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="83"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="88"/> <source>New from repository</source> <translation>Nový z repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="83"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="88"/> <source>&New from repository...</source> <translation>&Nový z repozitáře...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="86"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="91"/> <source>Create (clone) a new project from a Mercurial repository</source> <translation>Naklonovat projekt z Mercurial úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="89"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="94"/> <source><b>New from repository</b><p>This creates (clones) a new local project from a Mercurial repository.</p></source> <translation><b>Nový z repozitáře</b><p>Vytvoří nový lokální projekt z Mercurial repozitáře.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="97"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="102"/> <source>Show incoming log</source> <translation>Zobrazit příchozí logy</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="101"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="106"/> <source>Show the log of incoming changes</source> <translation>Zobrazit log přichozích změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="104"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="109"/> <source><b>Show incoming log</b><p>This shows the log of changes coming into the repository.</p></source> <translation><b>Zobrazit příchozí log</b><p>Toto zobrazí log se změnami přicházejícími z repozitáře.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="111"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="116"/> <source>Pull changes</source> <translation>Stáhnout změny</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="115"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="120"/> <source>Pull changes from a remote repository</source> <translation>Stáhnout změny (pull) ze vzdáleného repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="118"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="123"/> <source><b>Pull changes</b><p>This pulls changes from a remote repository into the local repository.</p></source> <translation><b>Stáhnoput změny</b><p>Přikaz pull stáhne změny ze vzdáleného repozitáře a začlení je do lokálního repozitáře.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="126"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="131"/> <source>Update from repository</source> <translation>Obnovit z repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="126"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="131"/> <source>&Update from repository</source> <translation>&Update: obnovit z repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="130"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="135"/> <source>Update the local project from the Mercurial repository</source> <translation>Obnovit lokální projekt z Mercurial repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="133"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="138"/> <source><b>Update from repository</b><p>This updates the local project from the Mercurial repository.</p></source> <translation><b>Obnovit z repozitáře</b><p>Obnoví lokální projekt z Mercurial repozitáře.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="140"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="145"/> <source>Commit changes to repository</source> <translation>Zapsat změny do repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="140"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="145"/> <source>&Commit changes to repository...</source> <translation>&Zapsat změny do repozitáře...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="144"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="149"/> <source>Commit changes to the local project to the Mercurial repository</source> <translation>Zápis změn (commit) do lokálního Mercurial repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="147"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="152"/> <source><b>Commit changes to repository</b><p>This commits changes to the local project to the Mercurial repository.</p></source> <translation><b>Zápis změn do repozitáře (commit)</b><p>Uloží změny v projektu do lokálního Mercurial repozitáře.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="155"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="160"/> <source>Show outgoing log</source> <translation>Zobrazit odchozí logy</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="159"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="164"/> <source>Show the log of outgoing changes</source> <translation>Zobrazit log odchozích změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="162"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="167"/> <source><b>Show outgoing log</b><p>This shows the log of changes outgoing out of the repository.</p></source> <translation><b>Zobrazit odchozí log</b><p>Toto zobrazí log se změnami odcházejícími z repozitáře.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="169"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="174"/> <source>Push changes</source> <translation>Předat změny</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="173"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="178"/> <source>Push changes to a remote repository</source> <translation>Předat změny do vzdáleného repozitáře (push)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="176"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="181"/> <source><b>Push changes</b><p>This pushes changes from the local repository to a remote repository.</p></source> <translation><b>Předat změny (push)</b><p>Přikaz push předá změny z lokálního repozitáře do vzdáleného repozitáře.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="199"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="204"/> <source>Export from repository</source> <translation>Exportovat z repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="199"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="204"/> <source>&Export from repository...</source> <translation>&Exportovat z repozitáře...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="203"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="208"/> <source>Export a project from the repository</source> <translation>Export projekt z repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="206"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="211"/> <source><b>Export from repository</b><p>This exports a project from the repository.</p></source> <translation><b>Exportovat z repozitáře</b><p>Exportuje projekt z repozitáře.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="213"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="218"/> <source>Add to repository</source> <translation>Přidat do repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="213"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="218"/> <source>&Add to repository...</source> <translation>Přid&at do repozitáře...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="216"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="221"/> <source>Add the local project to the repository</source> <translation>Přidat lokální projekt do repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="219"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="224"/> <source><b>Add to repository</b><p>This adds (imports) the local project to the repository.</p></source> <translation><b>Přidat do repozitáře</b><p>Přidá (importuje) lokální projekt do repozitáře.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="226"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="231"/> <source>Remove from repository (and disk)</source> <translation>Odebrat z repozitáře (a z disku)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="226"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="231"/> <source>&Remove from repository (and disk)</source> <translation>Odeb&rat z repozitáře (a z disku)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="230"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="235"/> <source>Remove the local project from the repository (and disk)</source> <translation>Odebrat lokální projekt z repozitáře (a z disku)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="233"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="238"/> <source><b>Remove from repository</b><p>This removes the local project from the repository (and disk).</p></source> <translation><b>Odebrat z repozitáře</b><p>Lokální projekt se odebere z repozitáře (a z disku).</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="241"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="246"/> <source>Show log</source> <translation>Zobrazit log</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="241"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="246"/> <source>Show &log</source> <translation>Zobrazit &log</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="245"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="250"/> <source>Show the log of the local project</source> <translation>Zobrazit log lokálního projektu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="248"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="253"/> <source><b>Show log</b><p>This shows the log of the local project.</p></source> <translation><b>Zobrazit log</b><p>Zobrazí log lokálního projektu.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="255"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="260"/> <source>Show limited log</source> <translation>Zobrazit limitovaný log</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="259"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="264"/> <source>Show a limited log of the local project</source> <translation>Zobrazit limitovaný log lokálního projektu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="262"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="267"/> <source><b>Show limited log</b><p>This shows the log of the local project limited to a selectable number of entries.</p></source> <translation><b>Zobrazit limitovaný log</b><p>Zobrazuje log lokálního projektu jen do určitého počtu záznamů.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="270"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="275"/> <source>Show log browser</source> <translation>Zobrazit log prohlížeč</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="274"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="279"/> <source>Show a dialog to browse the log of the local project</source> <translation>Zobrazit dialog pro procházení logů lokálního projektu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="277"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="282"/> <source><b>Show log browser</b><p>This shows a dialog to browse the log of the local project. A limited number of entries is shown first. More can be retrieved later on.</p></source> <translation><b>Zobrazit log prohlížeč</b><p>Zobrazí se dialogové okno pro procházení logů lokálního projektu. Jako první je zobrazen limit maximálního přenosu. Více záznamů může být zobrazeno později.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="286"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="291"/> <source>Show difference</source> <translation>Zobrazit odlišnosti</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="286"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="291"/> <source>Show &difference</source> <translation>Zobrazit o&dlišnosti</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="290"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="295"/> <source>Show the difference of the local project to the repository</source> <translation>Zobrazí odlišnosti mezi lokálním projektem a repozitářem</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="293"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="298"/> <source><b>Show difference</b><p>This shows the difference of the local project to the repository.</p></source> <translation><b>Zobrazit odlišnosti</b><p>Zobrazí odlišnosti mezi lokálním projektem a repozitářem.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="300"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="305"/> <source>Show difference (extended)</source> <translation>Zobrazit odlišnosti (rozšířeně)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="304"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="309"/> <source>Show the difference of revisions of the project to the repository</source> <translation>Zobrazí odlišnosti mezi revizemi projektu v repozitáři</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="307"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="312"/> <source><b>Show difference (extended)</b><p>This shows the difference of selectable revisions of the project.</p></source> <translation><b>Zobrazit odlišnosti (rozšířeně)</b><p>Zobrazují se odlišnosti vybraných revizí vůči projektu.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="314"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="319"/> <source>Show status</source> <translation>Zobrazit status</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="314"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="319"/> <source>Show &status</source> <translation>Zobrazit &status</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="318"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="323"/> <source>Show the status of the local project</source> <translation>Zobrazit status lokálního projektu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="321"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="326"/> <source><b>Show status</b><p>This shows the status of the local project.</p></source> <translation><b>Zobrazit status</b><p>Zobrazí status lokálního projektu.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="328"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="333"/> <source>Show heads</source> <translation>Zobrazit hlavy</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="331"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="336"/> <source>Show the heads of the repository</source> <translation>Zobrazit ukazatele hlav repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="334"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="339"/> <source><b>Show heads</b><p>This shows the heads of the repository.</p></source> <translation><b>Zobrazit ukazatele hlav</b><p>Zobrazí ukazatele hlav repozitáře.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="341"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="346"/> <source>Show parents</source> <translation>Zobrazit předky</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="344"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="349"/> <source>Show the parents of the repository</source> <translation>Zobrazit předky repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="347"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="352"/> <source><b>Show parents</b><p>This shows the parents of the repository.</p></source> <translation><b>Zobrazit předky</b><p>Zobrazí předky repozitáře.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="354"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="359"/> <source>Show tip</source> <translation>Zobrazit ukazatel tip</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="357"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="362"/> <source>Show the tip of the repository</source> <translation>Zobrazí ukazatel tip repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="360"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="365"/> <source><b>Show tip</b><p>This shows the tip of the repository.</p></source> <translation><b>Zobrazit ukazatele tip</b><p>Zobrazí ukazatele tip repozitáře.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="367"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="372"/> <source>Revert changes</source> <translation>Vrátit změny</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="367"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="372"/> <source>Re&vert changes</source> <translation>&Vrátit změny</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="371"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="376"/> <source>Revert all changes made to the local project</source> <translation>Vrátit všechny změny, které byly provedeny v lokálním projektu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="374"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="379"/> <source><b>Revert changes</b><p>This reverts all changes made to the local project.</p></source> <translation><b>Vrátit změny</b><p>Vrátí se všechny změny, které byly provedeny v lokálním projektu.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="381"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="386"/> <source>Merge</source> <translation>Sloučit</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="381"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="386"/> <source>Mer&ge changes...</source> <translation>&Sloučit změny...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="385"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="390"/> <source>Merge changes of a revision into the local project</source> <translation>Sloučí změny revize do lokálního projektu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="388"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="393"/> <source><b>Merge</b><p>This merges changes of a revision into the local project.</p></source> <translation><b>Sloučit</b><p>Sloučí se změny revize do lokálního projektu.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="395"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="400"/> <source>Resolve conflicts</source> <translation>Vyřešit konflikty</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="395"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="400"/> <source>Resolve con&flicts</source> <translation>Vyřešit kon&flikty</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="398"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="403"/> <source>Resolve all conflicts of the local project</source> <translation>Vyřešit všechny konflikty v lokálním projektu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="401"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="406"/> <source><b>Resolve conflicts</b><p>This resolves all conflicts of the local project.</p></source> <translation><b>Vyřešit konflikty</b><p>Vyřeší se všechny konflikty v lokálním projektu.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="408"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="413"/> <source>Tag in repository</source> <translation>Vytvořit tag v repozitáři</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="408"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="413"/> <source>&Tag in repository...</source> <translation>Vytvořit &tag v repozitáři...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="412"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="417"/> <source>Tag the local project in the repository</source> <translation>Vytvořit Tag - značku z lokálního projektu do repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="415"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="420"/> <source><b>Tag in repository</b><p>This tags the local project in the repository.</p></source> <translation><b>Vytvořit tag v repozitáři</b><p>Z lokálního projektu vytvoří značku - tag v repozitáři.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="422"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="427"/> <source>List tags</source> <translation>Seznam tagů</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="422"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="427"/> <source>List tags...</source> <translation>Seznam tagů...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="425"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="430"/> <source>List tags of the project</source> <translation>Seznam tagů projektu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="428"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="433"/> <source><b>List tags</b><p>This lists the tags of the project.</p></source> <translation><b>Seznam tagů</b><p>Zobrazí seznam tagů projektu.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="435"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="440"/> <source>List branches</source> <translation>Seznam větví</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="435"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="440"/> <source>List branches...</source> <translation>Seznam větví...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="438"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="443"/> <source>List branches of the project</source> <translation>Seznam větví projektu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="441"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="446"/> <source><b>List branches</b><p>This lists the branches of the project.</p></source> <translation><b>Seznam větví</b><p>Zobrazí seznam větví projektu.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="448"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="453"/> <source>Create branch</source> <translation>Vytvořit větev</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="448"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="453"/> <source>Create &branch...</source> <translation>Narou&bovat větev...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="452"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="457"/> <source>Create a new branch for the local project in the repository</source> <translation>Vytvořit v repoziáři novou větev pro lokální projekt</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="455"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="460"/> <source><b>Create branch</b><p>This creates a new branch for the local project in the repository.</p></source> <translation><b>Vytvořit větev</b><p>V repozitáři se vytvoří nová větev v lokálním projektu.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="477"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="482"/> <source>Close branch</source> <translation>Zavřít větev</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="480"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="485"/> <source>Close the current branch of the local project</source> <translation>Zavře aktuální větev v lokálním projektu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="483"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="488"/> <source><b>Close branch</b><p>This closes the current branch of the local project.</p></source> <translation><b>Zavřít větev</b><p>Zavře aktuální větev v lokálním projektu.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="503"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="508"/> <source>Switch</source> <translation>Přepnout</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="503"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="508"/> <source>S&witch...</source> <translation>&Přepnout...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="507"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="512"/> <source>Switch the working directory to another revision</source> <translation>Přepnout pracovní adresář do jiné revize</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="510"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="515"/> <source><b>Switch</b><p>This switches the working directory to another revision.</p></source> <translation><b>Přepnout</b><p>Přepne pracovní adresář do jiné revize.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="517"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="522"/> <source>Cleanup</source> <translation>Vyčistit</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="517"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="522"/> <source>Cleanu&p</source> <translation>Vy&prat</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="520"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="525"/> <source>Cleanup the local project</source> <translation>Vyčistit lokální projekt</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="523"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="528"/> <source><b>Cleanup</b><p>This performs a cleanup of the local project.</p></source> <translation><b>Vyčistit</b><p>Provede úklid lokálního projektu.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="530"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="535"/> <source>Execute command</source> <translation>Provést příkaz</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="530"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="535"/> <source>E&xecute command...</source> <translation>P&rovést příkaz...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="533"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="538"/> <source>Execute an arbitrary Mercurial command</source> <translation>Spustit libovolný Mercurial příkaz</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="536"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="541"/> <source><b>Execute command</b><p>This opens a dialog to enter an arbitrary Mercurial command.</p></source> <translation><b>Provést příkaz</b><p>Otevře se dialogové okno pro zadání libovolného Mercurial příkazu.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="543"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="548"/> <source>Command options</source> <translation>Parametry příkazu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="543"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="548"/> <source>Command &options...</source> <translation>&Parametry příkazu...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="546"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="551"/> <source>Show the Mercurial command options</source> <translation>Zobrazit parametry Mercurial příkazu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="547"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="552"/> <source><b>Command options...</b><p>This shows a dialog to edit the Mercurial command options.</p></source> <translation><b>Parametry příkazu...</b><p>Zobrazí se dialog s editací parametrů Mercurial příkazu.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="554"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="559"/> <source>Configure</source> <translation>Konfigurovat</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="554"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="559"/> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="557"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="562"/> <source>Show the configuration dialog with the Mercurial page selected</source> <translation>Zobrazit konfigurační dialog s vybranou Mercurial stranou</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="560"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="565"/> <source><b>Configure</b><p>Show the configuration dialog with the Mercurial page selected.</p></source> <translation><b>Konfigurovat</b><p>Zobrazit konfigurační dialog s vybranou Mercurial stranou.</p></translation> </message> @@ -18108,437 +18425,437 @@ <translation type="obsolete"><b>Zobrazit kombinovaná nastavení konfigurace</b><p>Toto zobrazí kombinovaná nastavení ze všech konfigurací.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="608"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="613"/> <source>Show paths</source> <translation>Zobrazit cesty</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="608"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="613"/> <source>Show paths...</source> <translation>Zobrazit cesty...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="611"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="616"/> <source>Show the aliases for remote repositories</source> <translation>Zobrazit aliasy pro vzádelené repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="614"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="619"/> <source><b>Show paths</b><p>This shows the aliases for remote repositories.</p></source> <translation><b>Zobrazit cesty</b><p>Zobrazí aliasy vzdálených repozitářů.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="621"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="626"/> <source>Verify repository</source> <translation>Ověřit repozitář</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="621"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="626"/> <source>Verify repository...</source> <translation>Ověřit repozitář...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="624"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="629"/> <source>Verify the integrity of the repository</source> <translation>Ověřit integritu repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="627"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="632"/> <source><b>Verify repository</b><p>This verifies the integrity of the repository.</p></source> <translation><b>Ověřit integritu repozitáře</b><p>Ověří integritu repozitáře.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="634"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="639"/> <source>Recover</source> <translation>Zotavit</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="634"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="639"/> <source>Recover...</source> <translation>Zotavit...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="637"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="642"/> <source>Recover from an interrupted transaction</source> <translation>Zotavit z přerušené transakce</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="640"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="645"/> <source><b>Recover</b><p>This recovers from an interrupted transaction.</p></source> <translation><b>Zotavit</b><p>Obnoví integritu repozitáře narušenou přerušenou transakcí.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="841"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="846"/> <source>Repository Administration</source> <translation>Administrace repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="660"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="665"/> <source>Create .hgignore</source> <translation>Vytvořit .hgignore</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="663"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="668"/> <source>Create a .hgignore file with default values</source> <translation>Vytvořit soubor .hgignore s výchozími hodnotami</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="666"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="671"/> <source><b>Create .hgignore</b><p>This creates a .hgignore file with default values.</p></source> <translation><p>Vytvořit .hgignore<br>Vytvoří soubor .hgignore s výchozími hodnotami.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="673"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="678"/> <source>Create changegroup</source> <translation>Vytvořit skupinu změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="673"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="678"/> <source>Create changegroup...</source> <translation>Vytvořit skupinu změn...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="676"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="681"/> <source>Create changegroup file collecting changesets</source> <translation>Vytvořit soubor s skupinou změn obsahující množinu změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="715"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="720"/> <source>Apply changegroups</source> <translation>Použít skupinu změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="715"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="720"/> <source>Apply changegroups...</source> <translation>Použít skupinu změn...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="718"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="723"/> <source>Apply one or several changegroup files</source> <translation>Použít soubory s jednou nebo více skupinami změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="867"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="874"/> <source>Changegroup Management</source> <translation>Správa skupin změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="679"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="684"/> <source><b>Create changegroup</b><p>This creates a changegroup file collecting selected changesets (hg bundle).</p></source> <translation><b>Vytvořit skupin změn</b><p>Vytvoří soubor se skupinou změn obsahující vybrané množiny změn (hg bundle).</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="721"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="726"/> <source><b>Apply changegroups</b><p>This applies one or several changegroup files generated by the 'Create changegroup' action (hg unbundle).</p></source> <translation><b>Použít skupinu změn</b><p>Použije se soubor vygenerovaný příkazem 'Vytvořit skupinu změn', s jednou nebo více skupinami změn (hg unbundle)</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="490"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="495"/> <source>Show current branch</source> <translation>Zobrazit aktuální větev</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="493"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="498"/> <source>Show the current branch of the project</source> <translation>Zobrazit aktuální větev projektu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="496"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="501"/> <source><b>Show current branch</b><p>This shows the current branch of the project.</p></source> <translation><b>Zobrazit aktuální větev</b><p>Zobrazí se aktuální větev projektu.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="729"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="734"/> <source>Mark as "good"</source> <translation>Označit jako "v pořádku"</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="732"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="737"/> <source>Mark a selectable changeset as good</source> <translation>Označit volitelnou množinu změn, že je v pořádku</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="735"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="740"/> <source><b>Mark as good</b><p>This marks a selectable changeset as good.</p></source> <translation><b>Označit jako "v pořádku"</b><p>Označí se volitelná množina změn, že je v pořádku.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="742"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="747"/> <source>Mark as "bad"</source> <translation>Označit jako "špatná"</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="745"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="750"/> <source>Mark a selectable changeset as bad</source> <translation>Označit volitelnou množinu změn jako špatnou</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="748"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="753"/> <source><b>Mark as bad</b><p>This marks a selectable changeset as bad.</p></source> <translation><b>Označit jako "špatná"</b><p>Označí se volitelná množina změn, že je špatná.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="755"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="760"/> <source>Skip</source> <translation>Přeskočit</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="758"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="763"/> <source>Skip the current changeset</source> <translation>Přeskočit aktuální množinu změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="761"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="766"/> <source><b>Skip</b><p>This skips the current changeset.</p></source> <translation><b>Přeskočit</b><p>Aktuální množina změn se přeskočí.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="768"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="773"/> <source>Reset</source> <translation>Reset</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="771"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="776"/> <source>Reset the bisect search data</source> <translation>Reset vyhledávání bisect</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="774"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="779"/> <source><b>Reset</b><p>This resets the bisect search data.</p></source> <translation><b>Reset</b><p>Zresetuje bisect vyhledávání v datech.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="873"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="881"/> <source>Bisect</source> <translation>Bisect</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="729"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="734"/> <source>Mark as "good"...</source> <translation>Označit jako "v pořádku"...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="742"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="747"/> <source>Mark as "bad"...</source> <translation>Označit jako "špatná"...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="687"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="692"/> <source>Preview changegroup</source> <translation>Náhled skupiny změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="687"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="692"/> <source>Preview changegroup...</source> <translation>Náhled skupiny změn...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="647"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="652"/> <source>Identify</source> <translation>Identifikovat</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="647"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="652"/> <source>Identify...</source> <translation>Identifikovat...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="650"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="655"/> <source>Identify the project directory</source> <translation>Identifikovat adresář projektu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="653"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="658"/> <source><b>Identify</b><p>This identifies the project directory.</p></source> <translation><b>Identifikovat</b><p>Identifikuje se adresář projektu.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="690"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="695"/> <source>Preview a changegroup file containing a collection of changesets</source> <translation>Náhled souboru skupiny změn obsahující množiny změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="693"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="698"/> <source><b>Preview changegroup</b><p>This previews a changegroup file containing a collection of changesets.</p></source> <translation><b>Náhled skupiny změn</b><p>Zobrazí náhled souboru skupiny změn obsahující množiny změn.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="701"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="706"/> <source>Identify changegroup</source> <translation>Identifikovat skupinu změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="701"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="706"/> <source>Identify changegroup...</source> <translation>Identifikovat skupinu změn...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="704"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="709"/> <source>Identify a changegroup file containing a collection of changesets</source> <translation>Identifikuje soubor se skupinou změn obsahující množinu změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="707"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="712"/> <source><b>Identify changegroup</b><p>This identifies a changegroup file containing a collection of changesets.</p></source> <translation><b>Identifikovat skupinu změn</b><p>Identifikuje soubor se skupinou změn obsahující množinu změn.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="781"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="786"/> <source>Back out changeset</source> <translation>Vycouvat z množiny změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="784"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="789"/> <source>Back out changes of an earlier changeset</source> <translation>Vrátit změny z předchozí množiny změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="787"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="792"/> <source><b>Back out changeset</b><p>This backs out changes of an earlier changeset.</p></source> <translation><b>Vycouvat z množiny změn</b><p>Vrátit změny z předchozí množiny změn.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="184"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="189"/> <source>Push changes (force)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="188"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="193"/> <source>Push changes to a remote repository with force option</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="191"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="196"/> <source><b>Push changes (force)</b><p>This pushes changes from the local repository to a remote repository using the 'force' option.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="819"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="824"/> <source>Serve project repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="819"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="824"/> <source>Serve project repository...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="822"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="827"/> <source>Serve the project repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="825"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="830"/> <source><b>Serve project repository</b><p>This serves the project repository.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="862"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="868"/> <source>Specials</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="995"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1004"/> <source>Pull</source> <translation type="unfinished">Stáhnout</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="995"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1004"/> <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/vcsMercurial/ProjectHelper.py" line="463"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="468"/> <source>Push new branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="466"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="471"/> <source>Push the current branch of the local project as a new named branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="469"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="474"/> <source><b>Push new branch</b><p>This pushes the current branch of the local project as a new named branch.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="794"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="799"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="797"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="802"/> <source>Rollback the last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="800"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="805"/> <source><b>Rollback last transaction</b><p>This performs a rollback of the last transaction. Transactions are used to encapsulate the effects of all commands that create new changesets or propagate existing changesets into a repository. For example, the following commands are transactional, and their effects can be rolled back:<ul><li>commit</li><li>import</li><li>pull</li><li>push (with this repository as the destination)</li><li>unbundle</li></ul></p><p><strong>This command is dangerous. Please use with care.</strong></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="879"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="888"/> <source>Extensions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="567"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="572"/> <source>Edit user configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="567"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="572"/> <source>Edit user configuration...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="570"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="575"/> <source>Show an editor to edit the user configuration file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="573"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="578"/> <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/vcsMercurial/ProjectHelper.py" line="580"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="585"/> <source>Edit repository configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="580"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="585"/> <source>Edit repository configuration...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="583"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="588"/> <source>Show an editor to edit the repository configuration file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="591"/> <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/vcsMercurial/ProjectHelper.py" line="593"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="598"/> <source>Show combined configuration settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="593"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="598"/> <source>Show combined configuration settings...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="597"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="602"/> <source>Show the combined configuration settings from all configuration files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="600"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="605"/> <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> @@ -26818,7 +27135,7 @@ <translation>Chcete editovat parametry VCS příkazu?</translation> </message> <message> - <location filename="Project/Project.py" line="2862"/> + <location filename="Project/Project.py" line="2863"/> <source>New project</source> <translation>Nový projekt</translation> </message> @@ -26833,7 +27150,7 @@ <translation>Výběr verzovacího systému projektu</translation> </message> <message> - <location filename="Project/Project.py" line="2875"/> + <location filename="Project/Project.py" line="2876"/> <source>Open project</source> <translation>Otevřít projekt</translation> </message> @@ -26848,7 +27165,7 @@ <translation>Soubory projektu (*.e4p)</translation> </message> <message> - <location filename="Project/Project.py" line="2909"/> + <location filename="Project/Project.py" line="2910"/> <source>Save project as</source> <translation>Uložit projekt jako</translation> </message> @@ -26873,12 +27190,12 @@ <translation>Aktuální projekt obsahuje neuložené změny.</translation> </message> <message> - <location filename="Project/Project.py" line="2591"/> + <location filename="Project/Project.py" line="2592"/> <source>Syntax errors detected</source> <translation>Zjištěny syntaktické chyby</translation> </message> <message numerus="yes"> - <location filename="Project/Project.py" line="2591"/> + <location filename="Project/Project.py" line="2592"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Projekt obsahuje %n soubor se syntaktickými chybami.</numerusform> @@ -26887,587 +27204,587 @@ </translation> </message> <message> - <location filename="Project/Project.py" line="2862"/> + <location filename="Project/Project.py" line="2863"/> <source>&New...</source> <translation>&Nový...</translation> </message> <message> - <location filename="Project/Project.py" line="2866"/> - <source>Generate a new project</source> - <translation>Vygenerovat nový projekt</translation> - </message> - <message> <location filename="Project/Project.py" line="2867"/> + <source>Generate a new project</source> + <translation>Vygenerovat nový projekt</translation> + </message> + <message> + <location filename="Project/Project.py" line="2868"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Nový...</b><p>Otevře se dialogové okno pro zadání informací o novém projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2875"/> + <location filename="Project/Project.py" line="2876"/> <source>&Open...</source> <translation>&Otevřít...</translation> </message> <message> - <location filename="Project/Project.py" line="2879"/> - <source>Open an existing project</source> - <translation>Otevřít existující projekt</translation> - </message> - <message> <location filename="Project/Project.py" line="2880"/> + <source>Open an existing project</source> + <translation>Otevřít existující projekt</translation> + </message> + <message> + <location filename="Project/Project.py" line="2881"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Otevřít....</b><p>Otevře existující projekt.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2887"/> + <location filename="Project/Project.py" line="2888"/> <source>Close project</source> <translation>Zavřít projekt</translation> </message> <message> - <location filename="Project/Project.py" line="2887"/> + <location filename="Project/Project.py" line="2888"/> <source>&Close</source> <translation>&Zavřít</translation> </message> <message> - <location filename="Project/Project.py" line="2890"/> - <source>Close the current project</source> - <translation>Uzavře aktuální projekt</translation> - </message> - <message> <location filename="Project/Project.py" line="2891"/> + <source>Close the current project</source> + <translation>Uzavře aktuální projekt</translation> + </message> + <message> + <location filename="Project/Project.py" line="2892"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Zavřít</b><p>Aktuální projekt se uzavře.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2898"/> + <location filename="Project/Project.py" line="2899"/> <source>Save project</source> <translation>Uložit projekt</translation> </message> <message> - <location filename="Project/Project.py" line="3052"/> + <location filename="Project/Project.py" line="3053"/> <source>&Save</source> <translation>&Uložit</translation> </message> <message> - <location filename="Project/Project.py" line="2901"/> - <source>Save the current project</source> - <translation>Uložit aktuální projekt</translation> - </message> - <message> <location filename="Project/Project.py" line="2902"/> + <source>Save the current project</source> + <translation>Uložit aktuální projekt</translation> + </message> + <message> + <location filename="Project/Project.py" line="2903"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Uložit</b><p>Aktuální projekt se uloží.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2909"/> + <location filename="Project/Project.py" line="2910"/> <source>Save &as...</source> <translation>Uložit j&ako...</translation> </message> <message> - <location filename="Project/Project.py" line="2912"/> - <source>Save the current project to a new file</source> - <translation>Uloží aktuální projekt do nového souboru</translation> - </message> - <message> <location filename="Project/Project.py" line="2913"/> + <source>Save the current project to a new file</source> + <translation>Uloží aktuální projekt do nového souboru</translation> + </message> + <message> + <location filename="Project/Project.py" line="2914"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Uložit jako</b><p>Uloží aktuální projekt do nového souboru.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2922"/> + <location filename="Project/Project.py" line="2923"/> <source>Add files to project</source> <translation>Přidat soubory do projektu</translation> </message> <message> - <location filename="Project/Project.py" line="2922"/> + <location filename="Project/Project.py" line="2923"/> <source>Add &files...</source> <translation>&Přidat soubory...</translation> </message> <message> - <location filename="Project/Project.py" line="2926"/> - <source>Add files to the current project</source> - <translation>Přidat soubory do aktuálního projektu</translation> - </message> - <message> <location filename="Project/Project.py" line="2927"/> + <source>Add files to the current project</source> + <translation>Přidat soubory do aktuálního projektu</translation> + </message> + <message> + <location filename="Project/Project.py" line="2928"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>Přidat soubory...</b><p>Otevře dialog pri přidání souborů do aktuálního projektu. Místo pro přidání je definováno extenzí souborů.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2936"/> + <location filename="Project/Project.py" line="2937"/> <source>Add directory to project</source> <translation>Přidat adresář do projektu</translation> </message> <message> - <location filename="Project/Project.py" line="2936"/> + <location filename="Project/Project.py" line="2937"/> <source>Add directory...</source> <translation>Přidat adresář...</translation> </message> <message> - <location filename="Project/Project.py" line="2940"/> + <location filename="Project/Project.py" line="2941"/> <source>Add a directory to the current project</source> <translation>Přidat adresář do aktuálního projektu</translation> </message> <message> - <location filename="Project/Project.py" line="2942"/> + <location filename="Project/Project.py" line="2943"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Přidat adresář...</b><p>Otevře dialog pro přičtení adresáře do aktuálního projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2950"/> + <location filename="Project/Project.py" line="2951"/> <source>Add translation to project</source> <translation>Přidat překlad do projektu</translation> </message> <message> - <location filename="Project/Project.py" line="2950"/> + <location filename="Project/Project.py" line="2951"/> <source>Add &translation...</source> <translation>Přida&t překlad...</translation> </message> <message> - <location filename="Project/Project.py" line="2954"/> + <location filename="Project/Project.py" line="2955"/> <source>Add a translation to the current project</source> <translation>Přidat překlad do aktuálního projektu</translation> </message> <message> - <location filename="Project/Project.py" line="2956"/> + <location filename="Project/Project.py" line="2957"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation><b>Přidat překlad</b><p>Otevře dialog pro přidání překladu do aktuálního projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2964"/> + <location filename="Project/Project.py" line="2965"/> <source>Search new files</source> <translation>Hledat nové soubory</translation> </message> <message> - <location filename="Project/Project.py" line="2964"/> + <location filename="Project/Project.py" line="2965"/> <source>Searc&h new files...</source> <translation>&Hledat nové soubory...</translation> </message> <message> - <location filename="Project/Project.py" line="2967"/> - <source>Search new files in the project directory.</source> - <translation>Hledat nové soubory v adresáři projektu.</translation> - </message> - <message> <location filename="Project/Project.py" line="2968"/> + <source>Search new files in the project directory.</source> + <translation>Hledat nové soubory v adresáři projektu.</translation> + </message> + <message> + <location filename="Project/Project.py" line="2969"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation><b>Hledat nové soubory...</b><p>Hledají se nové soubory (zdrojové, *.ui, *.idl) v adresáři projektu a v registrovaných podadresářích.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2976"/> + <location filename="Project/Project.py" line="2977"/> <source>Project properties</source> <translation>Nastavení projektu</translation> </message> <message> - <location filename="Project/Project.py" line="2976"/> + <location filename="Project/Project.py" line="2977"/> <source>&Properties...</source> <translation>&Natavení...</translation> </message> <message> - <location filename="Project/Project.py" line="2979"/> - <source>Show the project properties</source> - <translation>Zobrazit nastavení projektu</translation> - </message> - <message> <location filename="Project/Project.py" line="2980"/> + <source>Show the project properties</source> + <translation>Zobrazit nastavení projektu</translation> + </message> + <message> + <location filename="Project/Project.py" line="2981"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Nastavení...</b><p>Zobrazí dialog s editací nastavení projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2987"/> + <location filename="Project/Project.py" line="2988"/> <source>User project properties</source> <translation>Uživatelská nastavení projektu</translation> </message> <message> - <location filename="Project/Project.py" line="2987"/> + <location filename="Project/Project.py" line="2988"/> <source>&User Properties...</source> <translation>Uživat&elská nastavení...</translation> </message> <message> - <location filename="Project/Project.py" line="2990"/> + <location filename="Project/Project.py" line="2991"/> <source>Show the user specific project properties</source> <translation>Zobrazit uživatelem definovaná nastavení projektu</translation> </message> <message> - <location filename="Project/Project.py" line="2992"/> + <location filename="Project/Project.py" line="2993"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Uživatelská nastavení...</b><p>Zobrazí dialog s editací uživatelských nastavení projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2999"/> + <location filename="Project/Project.py" line="3000"/> <source>Filetype Associations</source> <translation>Asociace typů souborů</translation> </message> <message> - <location filename="Project/Project.py" line="2999"/> + <location filename="Project/Project.py" line="3000"/> <source>Filetype Associations...</source> <translation>Asociace typů souborů...</translation> </message> <message> - <location filename="Project/Project.py" line="3002"/> + <location filename="Project/Project.py" line="3003"/> <source>Show the project filetype associations</source> <translation>Zobrazit asociace typů souborů</translation> </message> <message> - <location filename="Project/Project.py" line="3004"/> + <location filename="Project/Project.py" line="3005"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>Asociace typů souborů...</b><p>Zobrazí se dialog s editací asociace typů souborů v projektu. Na základě vzorku souborového jména tyto asociace určují typ souboru (zdrojový kód, formulář, interface nebo jiné). Tyto asociace jsou použity při přidávání souborů do projektu a při vyhledávání.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3030"/> + <location filename="Project/Project.py" line="3031"/> <source>Debugger Properties</source> <translation>Nastavení debugeru</translation> </message> <message> - <location filename="Project/Project.py" line="3030"/> + <location filename="Project/Project.py" line="3031"/> <source>Debugger &Properties...</source> <translation>Nastavení &debuggeru...</translation> </message> <message> - <location filename="Project/Project.py" line="3033"/> - <source>Show the debugger properties</source> - <translation>Zobrazit nastavení debugeru</translation> - </message> - <message> <location filename="Project/Project.py" line="3034"/> + <source>Show the debugger properties</source> + <translation>Zobrazit nastavení debugeru</translation> + </message> + <message> + <location filename="Project/Project.py" line="3035"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation><b>Nastavení debugeru...</b><p>Zobrazí dialog s editací nastavení debugeru.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3041"/> + <location filename="Project/Project.py" line="3042"/> <source>Load</source> <translation>Načíst</translation> </message> <message> - <location filename="Project/Project.py" line="3041"/> + <location filename="Project/Project.py" line="3042"/> <source>&Load</source> <translation>&Načíst</translation> </message> <message> - <location filename="Project/Project.py" line="3044"/> - <source>Load the debugger properties</source> - <translation>Načíst nastavení debugeru</translation> - </message> - <message> <location filename="Project/Project.py" line="3045"/> + <source>Load the debugger properties</source> + <translation>Načíst nastavení debugeru</translation> + </message> + <message> + <location filename="Project/Project.py" line="3046"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation><b>Načíst nastavení debugeru</b><p>Načtou se nastavení debugeru do projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3052"/> + <location filename="Project/Project.py" line="3053"/> <source>Save</source> <translation>Uložit</translation> </message> <message> - <location filename="Project/Project.py" line="3055"/> - <source>Save the debugger properties</source> - <translation>Uložit nastavení debugeru</translation> - </message> - <message> <location filename="Project/Project.py" line="3056"/> + <source>Save the debugger properties</source> + <translation>Uložit nastavení debugeru</translation> + </message> + <message> + <location filename="Project/Project.py" line="3057"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation><b>Uložit nastavení debugeru</b><p>Uloží nastavení debugeru definovaná v projektu..</p></translation> </message> <message> - <location filename="Project/Project.py" line="3063"/> + <location filename="Project/Project.py" line="3064"/> <source>Delete</source> <translation>Smazat</translation> </message> <message> - <location filename="Project/Project.py" line="3063"/> + <location filename="Project/Project.py" line="3064"/> <source>&Delete</source> <translation>Sma&zat</translation> </message> <message> - <location filename="Project/Project.py" line="3066"/> - <source>Delete the debugger properties</source> - <translation>Smazat nastavení debugeru</translation> - </message> - <message> <location filename="Project/Project.py" line="3067"/> + <source>Delete the debugger properties</source> + <translation>Smazat nastavení debugeru</translation> + </message> + <message> + <location filename="Project/Project.py" line="3068"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation><b>Smazat nastavení debugeru</b><p>Smaže se soubor obsahující nastavení debugeru v daném projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3075"/> + <location filename="Project/Project.py" line="3076"/> <source>Reset</source> <translation></translation> </message> <message> - <location filename="Project/Project.py" line="3075"/> + <location filename="Project/Project.py" line="3076"/> <source>&Reset</source> <translation>&Reset</translation> </message> <message> - <location filename="Project/Project.py" line="3078"/> - <source>Reset the debugger properties</source> - <translation>Reset nastavení debugeru</translation> - </message> - <message> <location filename="Project/Project.py" line="3079"/> + <source>Reset the debugger properties</source> + <translation>Reset nastavení debugeru</translation> + </message> + <message> + <location filename="Project/Project.py" line="3080"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation><b>Reset nastavení debugeru</b><p>Zresetuje nastavení debugeru v projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3088"/> + <location filename="Project/Project.py" line="3089"/> <source>Load session</source> <translation>Načíst relaci</translation> </message> <message> - <location filename="Project/Project.py" line="3091"/> - <source>Load the projects session file.</source> - <translation>Načíst soubor s relací projektu.</translation> - </message> - <message> <location filename="Project/Project.py" line="3092"/> + <source>Load the projects session file.</source> + <translation>Načíst soubor s relací projektu.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3093"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Načíst relaci</b><p>Načte soubor s relací projektu. Relace obsahuje následující údaje:<br>- všechny otevřené zdrojové soubory<br>- všechny breakpointy<br>- argumenty příkazové řádky <br>- pracovní adresář<br>- příznak výjimky</p></translation> </message> <message> - <location filename="Project/Project.py" line="3105"/> + <location filename="Project/Project.py" line="3106"/> <source>Save session</source> <translation>Uložit relaci</translation> </message> <message> - <location filename="Project/Project.py" line="3108"/> - <source>Save the projects session file.</source> - <translation>Uložit soubor s relací projektu.</translation> - </message> - <message> <location filename="Project/Project.py" line="3109"/> + <source>Save the projects session file.</source> + <translation>Uložit soubor s relací projektu.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3110"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Uložit relaci</b><p>Uloží soubor s relací projektu. Relace obsahuje následující údaje:<br>- všechny otevřené zdrojové soubory<br>- všechny breakpointy<br>- argumenty příkazové řádky <br>- pracovní adresář<br>- příznak výjimky</p></translation> </message> <message> - <location filename="Project/Project.py" line="3122"/> + <location filename="Project/Project.py" line="3123"/> <source>Delete session</source> <translation>Smazat relaci</translation> </message> <message> - <location filename="Project/Project.py" line="3125"/> - <source>Delete the projects session file.</source> - <translation>Smaže soubor s relací projektu.</translation> - </message> - <message> <location filename="Project/Project.py" line="3126"/> + <source>Delete the projects session file.</source> + <translation>Smaže soubor s relací projektu.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3127"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Smazat relaci</b><p>Smaže soubor s relací projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3135"/> + <location filename="Project/Project.py" line="3136"/> <source>Code Metrics</source> <translation>Metriky kódu</translation> </message> <message> - <location filename="Project/Project.py" line="3135"/> + <location filename="Project/Project.py" line="3136"/> <source>&Code Metrics...</source> <translation>Metriky &kódu...</translation> </message> <message> - <location filename="Project/Project.py" line="3138"/> + <location filename="Project/Project.py" line="3139"/> <source>Show some code metrics for the project.</source> <translation>Zobrazit metriky kódu projektu.</translation> </message> <message> - <location filename="Project/Project.py" line="3140"/> + <location filename="Project/Project.py" line="3141"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation><b>Metriky kódu...</b><p>Zobrazí se metriky kódu všech python souborů v projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3147"/> + <location filename="Project/Project.py" line="3148"/> <source>Python Code Coverage</source> <translation>Pokrytí python kódu</translation> </message> <message> - <location filename="Project/Project.py" line="3147"/> + <location filename="Project/Project.py" line="3148"/> <source>Code Co&verage...</source> <translation>Pokr&ytí kódu...</translation> </message> <message> - <location filename="Project/Project.py" line="3150"/> + <location filename="Project/Project.py" line="3151"/> <source>Show code coverage information for the project.</source> <translation>Zobrazit informace pokrytí kódu projektu.</translation> </message> <message> - <location filename="Project/Project.py" line="3152"/> + <location filename="Project/Project.py" line="3153"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation><b>Pokrytí kódu...</b><p>Zobrazí informace o pokrytí kódu ve všech python souborech projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3832"/> + <location filename="Project/Project.py" line="3833"/> <source>Profile Data</source> <translation>Profilovat data</translation> </message> <message> - <location filename="Project/Project.py" line="3160"/> + <location filename="Project/Project.py" line="3161"/> <source>&Profile Data...</source> <translation>&Profilovat data...</translation> </message> <message> - <location filename="Project/Project.py" line="3163"/> + <location filename="Project/Project.py" line="3164"/> <source>Show profiling data for the project.</source> <translation>Zobrazit profilování dat projektu.</translation> </message> <message> - <location filename="Project/Project.py" line="3165"/> + <location filename="Project/Project.py" line="3166"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Profilovat data</b><p>Zobrazí se profilování dat projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3885"/> + <location filename="Project/Project.py" line="3886"/> <source>Application Diagram</source> <translation>Diagram aplikace</translation> </message> <message> - <location filename="Project/Project.py" line="3172"/> + <location filename="Project/Project.py" line="3173"/> <source>&Application Diagram...</source> <translation>Diagram &aplikace...</translation> </message> <message> - <location filename="Project/Project.py" line="3175"/> + <location filename="Project/Project.py" line="3176"/> <source>Show a diagram of the project.</source> <translation>Zobrazit diagram projektu.</translation> </message> <message> - <location filename="Project/Project.py" line="3177"/> + <location filename="Project/Project.py" line="3178"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagram aplikace...</b><p>Zobrazí diagram projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3249"/> - <source>&Project</source> - <translation>&Projekt</translation> - </message> - <message> <location filename="Project/Project.py" line="3250"/> - <source>Open &Recent Projects</source> - <translation>Otevřít poslední p&rojekty</translation> + <source>&Project</source> + <translation>&Projekt</translation> </message> <message> <location filename="Project/Project.py" line="3251"/> + <source>Open &Recent Projects</source> + <translation>Otevřít poslední p&rojekty</translation> + </message> + <message> + <location filename="Project/Project.py" line="3252"/> <source>&Version Control</source> <translation>Kontrola &verzí</translation> </message> <message> - <location filename="Project/Project.py" line="3254"/> + <location filename="Project/Project.py" line="3255"/> <source>Chec&k</source> <translation>Zkontro&lovat</translation> </message> <message> - <location filename="Project/Project.py" line="3256"/> - <source>Sho&w</source> - <translation>Zo&brazit</translation> - </message> - <message> <location filename="Project/Project.py" line="3257"/> - <source>&Diagrams</source> - <translation>&Diagramy</translation> + <source>Sho&w</source> + <translation>Zo&brazit</translation> </message> <message> <location filename="Project/Project.py" line="3258"/> - <source>Session</source> - <translation>Relace</translation> + <source>&Diagrams</source> + <translation>&Diagramy</translation> </message> <message> <location filename="Project/Project.py" line="3259"/> + <source>Session</source> + <translation>Relace</translation> + </message> + <message> + <location filename="Project/Project.py" line="3260"/> <source>Source &Documentation</source> <translation>Zd&rojová dokumentace</translation> </message> <message> - <location filename="Project/Project.py" line="3261"/> - <source>Debugger</source> - <translation></translation> - </message> - <message> <location filename="Project/Project.py" line="3262"/> + <source>Debugger</source> + <translation></translation> + </message> + <message> + <location filename="Project/Project.py" line="3263"/> <source>Pac&kagers</source> <translation>Balíč&ky</translation> </message> <message> - <location filename="Project/Project.py" line="3364"/> + <location filename="Project/Project.py" line="3365"/> <source>Project</source> <translation>Projekt</translation> </message> <message> - <location filename="Project/Project.py" line="3425"/> + <location filename="Project/Project.py" line="3426"/> <source>&Clear</source> <translation>&Vyčistit</translation> </message> <message> - <location filename="Project/Project.py" line="3535"/> + <location filename="Project/Project.py" line="3536"/> <source>Search New Files</source> <translation>Hledat nové soubory</translation> </message> <message> - <location filename="Project/Project.py" line="3535"/> + <location filename="Project/Project.py" line="3536"/> <source>There were no new files found to be added.</source> <translation>Nebyly nalezeny žádné soubory, které je možné přidat.</translation> </message> <message> - <location filename="Project/Project.py" line="3673"/> + <location filename="Project/Project.py" line="3674"/> <source>Version Control System</source> <translation>Version Control System</translation> </message> <message> - <location filename="Project/Project.py" line="3765"/> + <location filename="Project/Project.py" line="3766"/> <source>Coverage Data</source> <translation>Datové pokrytí</translation> </message> <message> - <location filename="Project/Project.py" line="3811"/> + <location filename="Project/Project.py" line="3812"/> <source>There is no main script defined for the current project. Aborting</source> <translation>V aktuálním projektu nebyl určen hlavní skript. Zrušeno</translation> </message> <message> - <location filename="Project/Project.py" line="3786"/> + <location filename="Project/Project.py" line="3787"/> <source>Code Coverage</source> <translation>Pokrytí kódu</translation> </message> <message> - <location filename="Project/Project.py" line="3786"/> + <location filename="Project/Project.py" line="3787"/> <source>Please select a coverage file</source> <translation>Prosím, vyberte soubor pokrytí</translation> </message> <message> - <location filename="Project/Project.py" line="3832"/> + <location filename="Project/Project.py" line="3833"/> <source>Please select a profile file</source> <translation>Prosím, vyberte soubor s profilem</translation> </message> <message> - <location filename="Project/Project.py" line="3885"/> + <location filename="Project/Project.py" line="3886"/> <source>Include module names?</source> <translation>Včetně jmen modulů?</translation> </message> <message> - <location filename="Project/Project.py" line="4016"/> + <location filename="Project/Project.py" line="4017"/> <source>Create Package List</source> <translation>Vytvořit seznam balíčků</translation> </message> <message> - <location filename="Project/Project.py" line="3186"/> + <location filename="Project/Project.py" line="3187"/> <source>Create &Package List</source> <translation>Vytvořit seznam &balíčků</translation> </message> <message> - <location filename="Project/Project.py" line="4179"/> + <location filename="Project/Project.py" line="4180"/> <source>Create Plugin Archive</source> <translation>Vytvořit Plugin archiv</translation> </message> <message> - <location filename="Project/Project.py" line="3200"/> + <location filename="Project/Project.py" line="3201"/> <source>Create Plugin &Archive</source> <translation>Vytvořit Plugin &archiv</translation> </message> <message> - <location filename="Project/Project.py" line="3989"/> + <location filename="Project/Project.py" line="3990"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Soubor <b>PKGLIST</b> již existuje.</p><p>Přepsat jej?</p></translation> </message> <message> - <location filename="Project/Project.py" line="4033"/> + <location filename="Project/Project.py" line="4034"/> <source><p>The file <b>PKGLIST</b> does not exist. Aborting...</p></source> <translation><p>Soubor <b>PKGLIST</b> neexistuje. Zrušeno...</p></translation> </message> <message> - <location filename="Project/Project.py" line="4041"/> + <location filename="Project/Project.py" line="4042"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Projekt nemá definován hlavní skript. Zrušeno...</translation> </message> @@ -27492,12 +27809,12 @@ <translation>Zaregistrovat typ projektu</translation> </message> <message> - <location filename="Project/Project.py" line="3215"/> + <location filename="Project/Project.py" line="3216"/> <source>Create Plugin Archive (Snapshot)</source> <translation>Vytvořit archiv pluginů (snímek)</translation> </message> <message> - <location filename="Project/Project.py" line="3215"/> + <location filename="Project/Project.py" line="3216"/> <source>Create Plugin Archive (&Snapshot)</source> <translation>Vytvořit archiv pluginů (&snímek)</translation> </message> @@ -27517,22 +27834,22 @@ <translation>Zadejte vzor cesty pro soubory s překlady (použijte '%language%' na místě s kódem jazyka):</translation> </message> <message> - <location filename="Project/Project.py" line="3014"/> + <location filename="Project/Project.py" line="3015"/> <source>Lexer Associations</source> <translation>Spojení lexeru</translation> </message> <message> - <location filename="Project/Project.py" line="3014"/> + <location filename="Project/Project.py" line="3015"/> <source>Lexer Associations...</source> <translation>Spojení lexeru...</translation> </message> <message> - <location filename="Project/Project.py" line="3017"/> + <location filename="Project/Project.py" line="3018"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Zobrazit spojení lexeru projektu (přepíše výchozí)</translation> </message> <message> - <location filename="Project/Project.py" line="3019"/> + <location filename="Project/Project.py" line="3020"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Spojení lexeru...</b><p>Zobrazuje dialog s editací spojení lexeru projektu. Tato spojení přepisují globální lexer spojení. Lexer je použit pro zvýraznění textu v editoru.</p></translation> </message> @@ -27702,72 +28019,72 @@ <translation type="obsolete"><p>Soubor <b>{0}</b> již existuje.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3190"/> + <location filename="Project/Project.py" line="3191"/> <source>Create an initial PKGLIST file for an eric5 plugin.</source> <translation>Vytvořit počáteční soubor PKGLIST pro eric5 plugin.</translation> </message> <message> - <location filename="Project/Project.py" line="3192"/> + <location filename="Project/Project.py" line="3193"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric5 plugin archive. The list is created from the project file.</p></source> <translation><b>Vytvořit seznam balíčků</b><p>Vytvoří počáteční seznam souborů pro vložení do eric5 plugin archivu. Seznam je vytvořen ze souboru projektu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3204"/> + <location filename="Project/Project.py" line="3205"/> <source>Create an eric5 plugin archive file.</source> <translation>Vytvořit soubor eric5 plugin archivu.</translation> </message> <message> - <location filename="Project/Project.py" line="3206"/> + <location filename="Project/Project.py" line="3207"/> <source><b>Create Plugin Archive</b><p>This creates an eric5 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name.</p></source> <translation><b>Vytvořit Plugin archiv</b><p>Vytvoří soubor s eric5 plugin archivem za použití seznamu souborů daných v PKGLIST souboru. Jméno archivu je odvozeno ze jména hlavního skriptu.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3219"/> + <location filename="Project/Project.py" line="3220"/> <source>Create an eric5 plugin archive file (snapshot release).</source> <translation>Vytvoří se soubor eric5 plugin archívu (snímek vydání).</translation> </message> <message> - <location filename="Project/Project.py" line="3221"/> + <location filename="Project/Project.py" line="3222"/> <source><b>Create Plugin Archive (Snapshot)</b><p>This creates an eric5 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation><b>Vytvořit Plugin archiv (Snímek)</b><p>Vytvoří soubor s eric5 plugin archivem za použití seznamu souborů daných v PKGLIST souboru. Údaj o verzi hlavního skriptu je změněn v souladu se snímkem vydání.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3664"/> + <location filename="Project/Project.py" line="3665"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Reverting override.</p><p>{1}</p></source> <translation><p>Vybrané VCS <b>{0}</b> nebylo nalezeno.<br/>Navrácení do původního stavu.</p><p>{1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="3673"/> + <location filename="Project/Project.py" line="3674"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>Vybrané VCS <b>{0}</b> nebylo nalezeno.<br/>Kontrola verzí vypnuta.</p><p>{1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="4016"/> + <location filename="Project/Project.py" line="4017"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>Soubor <b>PKGLIST</b> nelze vytvořit.</p><p>Důvod: {0}</p></translation> </message> <message> - <location filename="Project/Project.py" line="4053"/> + <location filename="Project/Project.py" line="4054"/> <source><p>The file <b>PKGLIST</b> could not be read.</p><p>Reason: {0}</p></source> <translation><p>Soubor <b>PKGLIST</b> nelze načíst.</p><p>Důvod: {0}</p></translation> </message> <message> - <location filename="Project/Project.py" line="4067"/> + <location filename="Project/Project.py" line="4068"/> <source><p>The eric5 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Soubor s eric5 plugin archivem <b>{0}</b> nelze vytvořit. Zrušeno...</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="4087"/> + <location filename="Project/Project.py" line="4088"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nelze uložit do archivu. Ingorováno.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="Project/Project.py" line="4099"/> + <location filename="Project/Project.py" line="4100"/> <source><p>The eric5 plugin archive file <b>{0}</b> was created successfully.</p></source> <translation><p>Soubor s eric5 plugin archivem <b>{0}</b> byl úspěšně vytvořen.</p></translation> </message> <message> - <location filename="Project/Project.py" line="4179"/> + <location filename="Project/Project.py" line="4180"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Plugin soubor <b>{0}</b> nelze přečíst.</p><p>Důvod: {1}</p></translation> </message> @@ -29544,7 +29861,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="127"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="142"/> <source>Purge</source> <translation type="unfinished"></translation> </message> @@ -32025,17 +32342,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="596"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="675"/> <source>Queues</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="598"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="599"/> <source>Push/Pop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="609"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="611"/> <source>Push/Pop (force)</source> <translation type="unfinished"></translation> </message> @@ -32190,7 +32507,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="620"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="623"/> <source>Guards</source> <translation type="unfinished"></translation> </message> @@ -32290,17 +32607,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="632"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="636"/> <source>Queue Management</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="720"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="731"/> <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/vcsMercurial/QueuesExtension/ProjectHelper.py" line="720"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="731"/> <source>Changing Applied Patches</source> <translation type="unfinished"></translation> </message> @@ -48072,30 +48389,30 @@ <context> <name>mercurial</name> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1084"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1086"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></source> <translation><tr><td><b>Rodič #{0}</b></td><td></td></tr><tr><td><b>Množina změn</b></td><td>{1}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1556"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1558"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Tagy</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1564"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1566"/> <source><tr><td><b>Branches</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Větve</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1100"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1102"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr></source> <translation><tr><td><b>Poslední autor</b></td><td>{0}</td></tr><tr><td><b>Datum zapsání změn</b></td><td>{1}</td></tr><tr><td><b>Čas zapsání změn</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1124"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1126"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -48106,23 +48423,23 @@ <translation><h3>Informace o repozitáře</h3><p><table><tr><td><b>Mercurial V.</b></td><td>{0}</td></tr><tr></tr><tr><td><b>URL</b></td><td>{1}</td></tr></table></p>{2}</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1550"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1552"/> <source><tr><td><b>Tip</b></td><td></td></tr> </source> <translation><tr><td><b>Tip</b></td><td></td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1552"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1554"/> <source><tr><td><b>Changeset</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Množina změn</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1568"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1570"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Rodiče</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1571"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1573"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr> @@ -48130,7 +48447,7 @@ <translation><tr><td><b>Poslední autor</b></td><td>{0}</td></tr><tr><td><b>Datum zapsání změn</b></td><td>{1}</td></tr><tr><td><b>Čas zapsání změn</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1560"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1562"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_de.ts Sat May 28 16:20:36 2011 +0200 +++ b/i18n/eric5_de.ts Sun May 29 15:25:28 2011 +0200 @@ -1825,7 +1825,7 @@ <translation><b>Lesezeichen hochladen</b><p>Dies lädt ein Lesezeichen vom lokalen Repository an ein entferntes Repository hoch.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="191"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="213"/> <source>Bookmarks</source> <translation>Lesezeichen</translation> </message> @@ -11501,12 +11501,12 @@ <translation><b>Änderungen herunterladen</b><p>Dies lädt Änderungen von einem entfernten Repository in das lokale Repository herunter. Wenn die heruntergeladenen Änderungen einen neuen Kopf erzeugen, so werden die Köpfe automatisch zusammengeführt und das Ergebnis eingepflegt. Abschließend wird das Arbeitsverzeichnis mit den neuen Änderungen aktualisiert.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/FetchExtension/ProjectHelper.py" line="93"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/FetchExtension/ProjectHelper.py" line="100"/> <source>Fetch</source> <translation>Fetch</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/FetchExtension/ProjectHelper.py" line="93"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/FetchExtension/ProjectHelper.py" line="100"/> <source>The project should be reread. Do this now?</source> <translation>Das Projekt sollte neu gelesen werde. Jetzt durchführen?</translation> </message> @@ -12299,6 +12299,77 @@ </message> </context> <context> + <name>Gpg</name> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/gpg.py" line="89"/> + <source>Verify Signatures</source> + <translation>Signaturen verifizieren</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/gpg.py" line="135"/> + <source>Sign Revision</source> + <translation>Revision signieren</translation> + </message> +</context> +<context> + <name>GpgProjectHelper</name> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="54"/> + <source>List Signed Changesets</source> + <translation>Signierte Änderungssätze auflisten</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="54"/> + <source>List Signed Changesets...</source> + <translation>Signierte Änderungssätze auflisten...</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="58"/> + <source>List signed changesets</source> + <translation>Signierte Änderungssätze auflisten</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="61"/> + <source><b>List Signed Changesets</b><p>This opens a dialog listing all signed changesets.</p></source> + <translation><b>Signierte Änderungssätze auflisten</b><p>Dies öffnet einen Dialog, der alle signierten Änderungssätze anzeigt.</p></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="68"/> + <source>Verify Signatures</source> + <translation>Signaturen verifizieren</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="72"/> + <source>Verify all signatures there may be for a particular revision</source> + <translation>Alle Signaturen einer ausgewählten Revision verifizieren</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="75"/> + <source><b>Verify Signatures</b><p>This verifies all signatures there may be for a particular revision.</p></source> + <translation><b>Signaturen verifizieren</b><p>Dies verifiziert alle Signaturen einer ausgewählten Revision.</p<</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="83"/> + <source>Sign Revision</source> + <translation>Revision signieren</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="87"/> + <source>Add a signature for a selected revision</source> + <translation>Einer ausgewählten Revision eine Signatur hinzufügen</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="90"/> + <source><b>Sign Revision</b><p>This adds a signature for a selected revision.</p></source> + <translation><b>Revision signieren</b><p>Dies fügt einer ausgewählten Revision eine Signatur hinzu.</p></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="117"/> + <source>GPG</source> + <translation>GPG</translation> + </message> +</context> +<context> <name>GraphicsPage</name> <message> <location filename="Preferences/ConfigurationPages/GraphicsPage.ui" line="16"/> @@ -15140,247 +15211,247 @@ <context> <name>Hg</name> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="205"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="207"/> <source>The hg process finished with the exit code {0}</source> <translation>Der hg Prozess endete mit dem Code {0}</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="208"/> - <source>The hg process did not finish within 30s.</source> - <translation>Der hg Prozess endete nicht innerhalb von 30s.</translation> - </message> - <message> <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="210"/> + <source>The hg process did not finish within 30s.</source> + <translation>Der hg Prozess endete nicht innerhalb von 30s.</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="212"/> <source>Could not start the hg executable.</source> <translation>Das hg Programm konnte nicht gestartet werden.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="236"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="238"/> <source>Create project repository</source> <translation>Projektrepository anlegen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="236"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="238"/> <source>The project repository could not be created.</source> <translation>Das Projektrepository konnte nicht erzeugt werden.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="263"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="265"/> <source>Creating Mercurial repository</source> <translation>Lege Mercurial Repository an</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="278"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="280"/> <source>Initial commit to Mercurial repository</source> <translation>Erstes Commit für das Mercurial Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="319"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="321"/> <source>Cloning project from a Mercurial repository</source> <translation>Klone das Projekt aus dem Mercurial Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="415"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="417"/> <source>Commiting changes to Mercurial repository</source> <translation>Pflege Änderungen in das Mercurial Repository ein</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="463"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="465"/> <source>Synchronizing with the Mercurial repository</source> <translation>Gleiche mit dem Mercurial Repository ab</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="511"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="513"/> <source>Adding files/directories to the Mercurial repository</source> <translation>Füge Dateien/Verzeichnisse dem Mercurial Repository hinzu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="571"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="573"/> <source>Removing files/directories from the Mercurial repository</source> <translation>Lösche Dateien/Verzeichnisse aus dem Mercurial Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="629"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="631"/> <source>Renaming {0}</source> <translation>Benenne {0} um</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="734"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="736"/> <source>Taging in the Mercurial repository</source> <translation>Marke im Mercurial Repository setzen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="764"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="766"/> <source>Reverting changes</source> <translation>Mache Änderungen rückgängig</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="812"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="814"/> <source>Merging</source> <translation>Zusammenführen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1031"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1033"/> <source>Mercurial command</source> <translation>Mercurial Befehl</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1208"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1210"/> <source>Copying {0}</source> <translation>Kopiere {0}</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1386"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1388"/> <source>Mercurial Log</source> <translation>Mercurial Log</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1386"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1388"/> <source>Select number of entries to show.</source> <translation>Wähle Anzahl der anzuzeigenden Einträge.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1461"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1463"/> <source>Pulling from a remote Mercurial repository</source> <translation>Pull von einem entfernten Mercurial Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1493"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1495"/> <source>Pushing to a remote Mercurial repository</source> <translation>Push in ein entferntes Mercurial Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1607"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1609"/> <source>Resolving files/directories</source> <translation>Löse Dateien/Verzeichnisse auf</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1629"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1631"/> <source>Create Branch</source> <translation>Zweig erzeugen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1629"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1631"/> <source>Enter branch name</source> <translation>Gib den Zweignamen ein</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1640"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1642"/> <source>Creating branch in the Mercurial repository</source> <translation>Erzeuge Zweig im Mercurial Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1719"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1721"/> <source>Verifying the integrity of the Mercurial repository</source> <translation>Verifiziere die Integrität des Mercurial Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1743"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1745"/> <source>Showing the combined configuration settings</source> <translation>Zeige die kombinierten Einstellungen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1766"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1768"/> <source>Showing aliases for remote repositories</source> <translation>Zeige Namen für entfernte Repositories</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1789"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1791"/> <source>Recovering from interrupted transaction</source> <translation>Setze abgebrochene Transaktion zurück</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2015"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2017"/> <source>Shall the working directory be updated?</source> <translation>Soll das Arbeitsverzeichnis aktualisiert werden?</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1663"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1665"/> <source>Showing current branch</source> <translation>Zeige aktuellen Zweig</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1927"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1929"/> <source>Create changegroup</source> <translation>Änderungsgruppe erzeugen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2026"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2028"/> <source>Apply changegroups</source> <translation>Änderungsgruppen anwenden</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2040"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2042"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Ungültiger Bisect Unterbefehl ({0}).</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2074"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2076"/> <source>Mercurial Bisect ({0})</source> <translation>Mercurial Bisect ({0})</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1979"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1981"/> <source>Preview changegroup</source> <translation>Änderungsgruppe ansehen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1812"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1814"/> <source>Identifying project directory</source> <translation>Projektverzeichnis identifizieren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1837"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1839"/> <source>Create .hgignore file</source> <translation>.hgignore Datei erstellen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1837"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1839"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2106"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2108"/> <source>Removing files from the Mercurial repository only</source> <translation>Lösche Dateien nur aus dem Mercurial Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1888"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1890"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation>Mercurial Änderungsgruppendateien (*.hg)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2009"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2011"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation>Mercurial Änderungsgruppendateien (*.hg);;Alle Dateien (*)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1989"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1991"/> <source>Identifying changegroup file</source> <translation>Identifiziere Änderungsgruppendatei</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2162"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2164"/> <source>Backing out changeset</source> <translation>Änderungssatz umkehren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2142"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2144"/> <source>No revision given. Aborting...</source> <translation>Keine Revision angegeben. Abbruch...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1905"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1907"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Die Mercurial Änderungsgruppendatei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2187"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2189"/> <source>Rollback last transaction</source> <translation>Letzte Transaktion zurücksetzen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2182"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2184"/> <source>Are you sure you want to rollback the last transaction?</source> <translation>Wollen sie die letzte Transaktion wirklich zurücksetzen?</translation> </message> @@ -16442,6 +16513,252 @@ </message> </context> <context> + <name>HgGpgSignDialog</name> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="23"/> + <source>Revision</source> + <translation>Revision</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="29"/> + <source>Select to specify a revision by number</source> + <translation>Auswählen, um eine Revision per Nummer zu wählen</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="32"/> + <source>Number</source> + <translation>Nummer</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="42"/> + <source>Enter a revision number</source> + <translation>Gib eine Revisionsnummer ein</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="71"/> + <source>Select to specify a revision by changeset id</source> + <translation>Auswählen, um eine Revision mit ihrer Änderungssatz ID anzugeben</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="74"/> + <source>Id:</source> + <translation>Id:</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="84"/> + <source>Enter a changeset id</source> + <translation>Gib die Änderungssatz ID ein</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="91"/> + <source>Select to specify a revision by a tag</source> + <translation>Auswählen, um eine Revision per Marke zu wählen</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="94"/> + <source>Tag:</source> + <translation>Marke:</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="110"/> + <source>Enter a tag name</source> + <translation>Gib den Namen der Marke ein</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="120"/> + <source>Select to specify a revision by a branch</source> + <translation>Auswählen, um eine Revision per Zweig zu wählen</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="123"/> + <source>Branch:</source> + <translation>Zweig:</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="139"/> + <source>Enter a branch name</source> + <translation>Gib einen Zweignamen ein</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="149"/> + <source>Select to specify a revision by a bookmark</source> + <translation>Auswählen, um eine Revision per Lesezeichen zu wählen</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="152"/> + <source>Bookmark:</source> + <translation>Lesezeichen:</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="168"/> + <source>Enter a bookmark name</source> + <translation>Gib einen Lesezeichennamen ein</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="178"/> + <source>Select tip revision of repository</source> + <translation>Wähle neueste Revision des Repository</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="181"/> + <source>TIP</source> + <translation>TIP</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="194"/> + <source>Commit Message</source> + <translation>Änderungsbeschreibung</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="200"/> + <source>Select to not commit the signature</source> + <translation>Auswählen, um die Signatur nicht einzupflegen</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="203"/> + <source>Do Not Commit</source> + <translation>Nicht einpflegen</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="210"/> + <source>Enter a commit message (leave empty to use default)</source> + <translation>Gib eine Änderungsmitteilung ein (leer lassen, um einen Standardtext zu verwenden)</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="225"/> + <source>Key-ID:</source> + <translation>Schlüüsel-ID:</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="232"/> + <source>Enter the ID of the key to be used</source> + <translation>Gib die ID des zu verwendenden Schlüssels ein</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="239"/> + <source>Select to make the signature local</source> + <translation>Auswählen. um eine lokale Signatur zu leisten</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="242"/> + <source>Local Signature</source> + <translation>Lokale Signatur</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="249"/> + <source>Select to sign even if the signature file is modified</source> + <translation>Auswählen, um auch bei geänderter Signaturdatei eine Signatur zu leisten</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="252"/> + <source>Force Signature</source> + <translation>Signatur erzwingen</translation> + </message> +</context> +<context> + <name>HgGpgSignaturesDialog</name> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="14"/> + <source>Signed Changesets</source> + <translation>Signierte Änderungssätze</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="51"/> + <source>Select the category to filter on</source> + <translation>Wähle die als Filter zu verwendende Kategorie</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="272"/> + <source>Revision</source> + <translation>Revision</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="60"/> + <source>Signature</source> + <translation>Signatur</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="68"/> + <source>Enter the regular expression to filter on</source> + <translation>Gib den regulären Ausdruck zum Filtern ein</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="113"/> + <source>Press to verify the signatures of the selected revision</source> + <translation>Drücken, um die Signaturen der ausgewählten Revision zu verifizieren</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="116"/> + <source>&Verify...</source> + <translation>&Verifizieren...</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="144"/> + <source>Errors</source> + <translation>Fehler</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="153"/> + <source><b>Mercurial errors</b><p>This shows possible error messages.</p></source> + <translation><b>Mercurial Fehler</b><p>Dies zeigt mögliche Fehlermeldungen.</p></translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="169"/> + <source>Input</source> + <translation>Eingabe</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="191"/> + <source>Press to send the input to the hg process</source> + <translation>Drücken um die Eingabe an den hg Prozess zu senden</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="194"/> + <source>&Send</source> + <translation>Sen&den</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="197"/> + <source>Alt+S</source> + <translation>Alt+D</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="204"/> + <source>Enter data to be sent to the hg process</source> + <translation>Gib die Daten ein, die an den hg Prozess geschickt werden sollen</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="211"/> + <source>Select to switch the input field to password mode</source> + <translation>Anwählen, um den Passwort Modus für das Eingabefeld auszuwählen</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="214"/> + <source>&Password Mode</source> + <translation>&Passwort Modus</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="217"/> + <source>Alt+P</source> + <translation>Alt+P</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="96"/> + <source>Process Generation Error</source> + <translation>Fehler beim Prozessstart</translation> + </message> + <message> + <location filename="Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="96"/> + <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/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="128"/> + <source>no signatures found</source> + <translation>keine Signaturen gefunden</translation> + </message> +</context> +<context> <name>HgLogBrowserDialog</name> <message> <location filename="Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="59"/> @@ -17235,1022 +17552,1022 @@ <context> <name>HgProjectHelper</name> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="83"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="88"/> <source>New from repository</source> <translation>Neu aus Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="83"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="88"/> <source>&New from repository...</source> <translation>&Neu aus Repository...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="86"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="91"/> <source>Create (clone) a new project from a Mercurial repository</source> <translation>Erzeuge (clone) ein neues Projekt aus einem Mercurial Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="89"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="94"/> <source><b>New from repository</b><p>This creates (clones) a new local project from a Mercurial repository.</p></source> <translation><b>Neu aus Repository</b><p>Dies erzeugt (clone) ein neues Projekt aus dem Mercurial Repository.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="97"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="102"/> <source>Show incoming log</source> <translation>Zeige eingehendes Log</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="101"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="106"/> <source>Show the log of incoming changes</source> <translation>Zeige das Log eingehender Änderungen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="104"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="109"/> <source><b>Show incoming log</b><p>This shows the log of changes coming into the repository.</p></source> <translation><b>Zeige eingehendes Log</b><p>Dies zeigt das Log von Änderungen, die in das Repository gehen.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="111"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="116"/> <source>Pull changes</source> <translation>Änderungen herunterladen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="115"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="120"/> <source>Pull changes from a remote repository</source> <translation>Änderungen von einem entfernten Repository herunterladen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="118"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="123"/> <source><b>Pull changes</b><p>This pulls changes from a remote repository into the local repository.</p></source> <translation><b>Änderungen herunterladen</b><p>Dies lädt Änderungen von einem entfernten Repository in das lokale Repository herunter.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="126"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="131"/> <source>Update from repository</source> <translation>Abgleich mit Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="126"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="131"/> <source>&Update from repository</source> <translation>&Abgleich mit Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="130"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="135"/> <source>Update the local project from the Mercurial repository</source> <translation>Abgleich des lokalen Projektes mit dem Mercurial Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="133"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="138"/> <source><b>Update from repository</b><p>This updates the local project from the Mercurial repository.</p></source> <translation><b>Abgleich mit Repository</b><p>Dies gleicht das lokale Projekt mit dem Mercurial Repository ab.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="140"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="145"/> <source>Commit changes to repository</source> <translation>Änderungen in Repository einpflegen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="140"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="145"/> <source>&Commit changes to repository...</source> <translation>&Änderungen in Repository einpflegen...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="144"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="149"/> <source>Commit changes to the local project to the Mercurial repository</source> <translation>Änderungen am lokalen Projekt in das Mercurial Repository einpflegen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="147"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="152"/> <source><b>Commit changes to repository</b><p>This commits changes to the local project to the Mercurial repository.</p></source> <translation><b>Änderungen in Repository einpflegen</b><p>Dies pflegt Änderungen am lokalen Projekt in das Mercurial Repository ein.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="155"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="160"/> <source>Show outgoing log</source> <translation>Zeige ausgehendes Log</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="159"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="164"/> <source>Show the log of outgoing changes</source> <translation>Zeige das Log ausgehender Änderungen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="162"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="167"/> <source><b>Show outgoing log</b><p>This shows the log of changes outgoing out of the repository.</p></source> <translation><b>Zeige ausgehendes Log</b><p>Dies zeigt das Log von Änderungen, die aus dem Repository gehen.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="169"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="174"/> <source>Push changes</source> <translation>Änderungen hochladen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="173"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="178"/> <source>Push changes to a remote repository</source> <translation>Änderungen an ein entferntes Repository hochladen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="176"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="181"/> <source><b>Push changes</b><p>This pushes changes from the local repository to a remote repository.</p></source> <translation><b>Änderungen hochladen</b><p>Dies lädt Änderungen vom lokalen Repository an ein entferntes Repository hoch.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="199"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="204"/> <source>Export from repository</source> <translation>Export aus Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="199"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="204"/> <source>&Export from repository...</source> <translation>&Export aus Repository...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="203"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="208"/> <source>Export a project from the repository</source> <translation>Exportiert ein Projekt aus dem Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="206"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="211"/> <source><b>Export from repository</b><p>This exports a project from the repository.</p></source> <translation><b>Export aus Repository</b<<p>Dies exportiert ein Projekt aus dem Repository.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="213"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="218"/> <source>Add to repository</source> <translation>Zum Repository hinzufügen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="213"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="218"/> <source>&Add to repository...</source> <translation>Zum Repository &hinzufügen...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="216"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="221"/> <source>Add the local project to the repository</source> <translation>Fügt das lokale Projekt zum Repository hinzu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="219"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="224"/> <source><b>Add to repository</b><p>This adds (imports) the local project to the repository.</p></source> <translation><b>Zum Repository hinzufügen</b><p>Dies fügt das lokale Projekt zum Repository hinzu.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="226"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="231"/> <source>Remove from repository (and disk)</source> <translation>Vom Repository (und der Platte) löschen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="226"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="231"/> <source>&Remove from repository (and disk)</source> <translation>Vom Repository (und der Platte) &löschen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="230"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="235"/> <source>Remove the local project from the repository (and disk)</source> <translation>Löscht das lokale Projekt von dem Repository (und der Platte)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="233"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="238"/> <source><b>Remove from repository</b><p>This removes the local project from the repository (and disk).</p></source> <translation><b>Vom Repository löschen</b><p>Dies löscht das lokale Projekt vom Repository (und der Platte).</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="241"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="246"/> <source>Show log</source> <translation>Beschreibungen anzeigen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="241"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="246"/> <source>Show &log</source> <translation>&Beschreibungen anzeigen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="245"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="250"/> <source>Show the log of the local project</source> <translation>Zeigt die Änderungsbeschreibungen des lokalen Projektes an</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="248"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="253"/> <source><b>Show log</b><p>This shows the log of the local project.</p></source> <translation><b>Beschreibungen anzeigen</b><p>Dies zeigt die Änderungsbeschreibungen (Log) des lokalen Projektes an.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="255"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="260"/> <source>Show limited log</source> <translation>Beschreibungen limitiert anzeigen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="259"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="264"/> <source>Show a limited log of the local project</source> <translation>Zeigt eine begrenzte Anzahl an Beschreibungen für das aktuelle Projekt</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="262"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="267"/> <source><b>Show limited log</b><p>This shows the log of the local project limited to a selectable number of entries.</p></source> <translation><b>Beschreibungen limitiert anzeigen</b><p>Dies zeigt die Beschreibungen des lokalen Projektes limitiert auf eine auswählbare Anzahl von Einträgen.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="270"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="275"/> <source>Show log browser</source> <translation>Zeige Log Browser</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="274"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="279"/> <source>Show a dialog to browse the log of the local project</source> <translation>Zeigt einen Dialog, um das Log des lokalen Projektes durchzusehen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="277"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="282"/> <source><b>Show log browser</b><p>This shows a dialog to browse the log of the local project. A limited number of entries is shown first. More can be retrieved later on.</p></source> <translation><b>Zeige Log Browser</b><p>Dies zeigt einen Dialog, um das Log des lokalen Projektes durchzusehen. Zunächst wird nur eine begrenzte Anzahl an Einträgen angezeigt. Weitere können später geholt werden.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="286"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="291"/> <source>Show difference</source> <translation>Unterschiede anzeigen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="286"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="291"/> <source>Show &difference</source> <translation>&Unterschiede anzeigen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="290"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="295"/> <source>Show the difference of the local project to the repository</source> <translation>Zeigt den Unterschied des lokalen Projektes zum Repository an</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="293"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="298"/> <source><b>Show difference</b><p>This shows the difference of the local project to the repository.</p></source> <translation><b>Unterschiede anzeigen</b><p>Dies zeigt den Unterschied des lokalen Projektes zum Repository an.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="300"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="305"/> <source>Show difference (extended)</source> <translation>Unterschiede anzeigen (erweitert)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="304"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="309"/> <source>Show the difference of revisions of the project to the repository</source> <translation>Zeigt den Unterschied von Revisionen des Projektes an</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="307"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="312"/> <source><b>Show difference (extended)</b><p>This shows the difference of selectable revisions of the project.</p></source> <translation><b>Unterschiede anzeigen (erweitert)</b><p>Dies zeigt den Unterschied von Revisionen des Projektes an.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="314"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="319"/> <source>Show status</source> <translation>Status anzeigen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="314"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="319"/> <source>Show &status</source> <translation>Status an&zeigen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="318"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="323"/> <source>Show the status of the local project</source> <translation>Zeige den Status des lokalen Projektes an</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="321"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="326"/> <source><b>Show status</b><p>This shows the status of the local project.</p></source> <translation><b>Status anzeigen</b><p>Dies zeigt den Status des lokalen Projektes an.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="328"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="333"/> <source>Show heads</source> <translation>Köpfe anzeigen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="331"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="336"/> <source>Show the heads of the repository</source> <translation>Zeigt die Köpfe des Repository an</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="334"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="339"/> <source><b>Show heads</b><p>This shows the heads of the repository.</p></source> <translation><b>Köpfe anzeigen</b><p>Dies zeigt die Köpfe des Repository an.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="341"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="346"/> <source>Show parents</source> <translation>Vorgänger anzeigen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="344"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="349"/> <source>Show the parents of the repository</source> <translation>Zeigt die Vorgänger des repository an</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="347"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="352"/> <source><b>Show parents</b><p>This shows the parents of the repository.</p></source> <translation><b>Vorgänger anzeigen</b><p>Dies zeigt die Vorgänger des repository an.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="354"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="359"/> <source>Show tip</source> <translation>Spitze (tip) anzeigen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="357"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="362"/> <source>Show the tip of the repository</source> <translation>Zeigt die Spitze (tip) des Repository an</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="360"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="365"/> <source><b>Show tip</b><p>This shows the tip of the repository.</p></source> <translation><b>Spitze (tip) anzeigen</b><p>Dies zeigt die Spitze (tip) des Repository an.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="367"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="372"/> <source>Revert changes</source> <translation>Änderungen rückgängig</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="367"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="372"/> <source>Re&vert changes</source> <translation>Änderungen &rückgängig</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="371"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="376"/> <source>Revert all changes made to the local project</source> <translation>Alle Änderungen am lokalen Projekt werden rückgängig gemacht</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="374"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="379"/> <source><b>Revert changes</b><p>This reverts all changes made to the local project.</p></source> <translation><b>Änderungen rückgängig</b><p>Dies macht alle Änderungen am lokalen Projekt werden rückgängig.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="381"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="386"/> <source>Merge</source> <translation>Änderungen einpflegen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="381"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="386"/> <source>Mer&ge changes...</source> <translation>Änderungen ein&pflegen...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="385"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="390"/> <source>Merge changes of a revision into the local project</source> <translation>Pflege Änderungen einer Revision in das lokale Projekt ein</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="388"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="393"/> <source><b>Merge</b><p>This merges changes of a revision into the local project.</p></source> <translation><b>Änderungen einpflegen</b><p>Dies pfleget Änderungen einer Revision in das lokale Projekt ein.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="395"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="400"/> <source>Resolve conflicts</source> <translation>Konflikte lösen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="395"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="400"/> <source>Resolve con&flicts</source> <translation>&Konflikte lösen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="398"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="403"/> <source>Resolve all conflicts of the local project</source> <translation>Löse alle Konflikte des lokalen Projektes</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="401"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="406"/> <source><b>Resolve conflicts</b><p>This resolves all conflicts of the local project.</p></source> <translation><b>Konflikte lösen</b><p>Dies löst alle Konflikte des lokalen Projektes.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="408"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="413"/> <source>Tag in repository</source> <translation>Im Repository markieren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="408"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="413"/> <source>&Tag in repository...</source> <translation>Im Repository &markieren...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="412"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="417"/> <source>Tag the local project in the repository</source> <translation>Das lokale Projekt im Repository markieren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="415"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="420"/> <source><b>Tag in repository</b><p>This tags the local project in the repository.</p></source> <translation><b>Im Repository markieren</b><p>Dies markiert das lokale Projekt im Repository.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="422"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="427"/> <source>List tags</source> <translation>Marken listen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="422"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="427"/> <source>List tags...</source> <translation>Marken listen...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="425"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="430"/> <source>List tags of the project</source> <translation>Listet Marken des Projektes</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="428"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="433"/> <source><b>List tags</b><p>This lists the tags of the project.</p></source> <translation><b>Marken listen</b><p>Dies listet die Marken des Projektes.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="435"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="440"/> <source>List branches</source> <translation>Zweige listen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="435"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="440"/> <source>List branches...</source> <translation>Zweige listen...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="438"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="443"/> <source>List branches of the project</source> <translation>Listet Zweige des Projektes</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="441"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="446"/> <source><b>List branches</b><p>This lists the branches of the project.</p></source> <translation><b>Zweige listen</b><p>Dies listet die Zweige des Projektes.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="448"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="453"/> <source>Create branch</source> <translation>Zweig erzeugen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="448"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="453"/> <source>Create &branch...</source> <translation>&Zweig erzeugen...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="452"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="457"/> <source>Create a new branch for the local project in the repository</source> <translation>Erzeuge einen neuen Zweig für das lokale Projekt im Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="455"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="460"/> <source><b>Create branch</b><p>This creates a new branch for the local project in the repository.</p></source> <translation><b>Zweig erzeugen</b><p>Dies erzeugt einen neuen Zweig für das lokale Projekt im Repository</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="477"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="482"/> <source>Close branch</source> <translation>Zweig abschließen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="480"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="485"/> <source>Close the current branch of the local project</source> <translation>Schließt den aktuellen Zweig des lokalen Projektes ab</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="483"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="488"/> <source><b>Close branch</b><p>This closes the current branch of the local project.</p></source> <translation><b>Zweig abschließen</b><p>Dies schließt den aktuellen Zweig des lokalen Projektes ab.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="503"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="508"/> <source>Switch</source> <translation>Umschalten</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="503"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="508"/> <source>S&witch...</source> <translation>Umschal&ten...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="507"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="512"/> <source>Switch the working directory to another revision</source> <translation>Schaltet das Arbeitsverzeichnis auf eine andere Revision um</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="510"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="515"/> <source><b>Switch</b><p>This switches the working directory to another revision.</p></source> <translation><b>Umschalten</b><p>Dies schaltet das lokale Arbeitsverzeichnis auf eine andere Revision um.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="517"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="522"/> <source>Cleanup</source> <translation>Aufräumen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="517"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="522"/> <source>Cleanu&p</source> <translation>Au&fräumen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="520"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="525"/> <source>Cleanup the local project</source> <translation>Räume das lokale Projekt auf</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="523"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="528"/> <source><b>Cleanup</b><p>This performs a cleanup of the local project.</p></source> <translation><b>Aufräumen</b><p>Dies räumt das lokale Projekt auf.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="530"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="535"/> <source>Execute command</source> <translation>Befehl ausführen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="530"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="535"/> <source>E&xecute command...</source> <translation>Befehl ausf&ühren...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="533"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="538"/> <source>Execute an arbitrary Mercurial command</source> <translation>Führe einen beliebigen Mercurial Befehl aus</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="536"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="541"/> <source><b>Execute command</b><p>This opens a dialog to enter an arbitrary Mercurial command.</p></source> <translation><b>Befehl ausführen</b><p>Dies öffnet einen Dialog zur Eingabe eines beliebeigen Mercurial Befehls.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="543"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="548"/> <source>Command options</source> <translation>Befehlsoptionen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="543"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="548"/> <source>Command &options...</source> <translation>Befehls&optionen...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="546"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="551"/> <source>Show the Mercurial command options</source> <translation>Zeigt die Mercurial Befehlsoptionen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="547"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="552"/> <source><b>Command options...</b><p>This shows a dialog to edit the Mercurial command options.</p></source> <translation><b>Befehlsoptionen...</b><p>Dies öffnet einen Dialog zur Eingabe der Mercurial Befehlsoptionen.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="554"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="559"/> <source>Configure</source> <translation>Einstellungen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="554"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="559"/> <source>Configure...</source> <translation>Einstellungen...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="557"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="562"/> <source>Show the configuration dialog with the Mercurial page selected</source> <translation>Zeigt den Konfigurationsdialog mit ausgewählter Mercurial Seite</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="560"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="565"/> <source><b>Configure</b><p>Show the configuration dialog with the Mercurial page selected.</p></source> <translation><b>Einstellungen</b><p>Zeigt den Konfigurationsdialog mit ausgewählter Mercurial Seite.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="608"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="613"/> <source>Show paths</source> <translation>Pfade anzeigen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="608"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="613"/> <source>Show paths...</source> <translation>Pfade anzeigen...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="611"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="616"/> <source>Show the aliases for remote repositories</source> <translation>Zeigt die Namen für entfernte Repositories</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="614"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="619"/> <source><b>Show paths</b><p>This shows the aliases for remote repositories.</p></source> <translation><b>Pfade anzeigen</b><p>Dies zeigt die Namen für entfernte Repositories.</p<</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="621"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="626"/> <source>Verify repository</source> <translation>Repository verifizieren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="621"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="626"/> <source>Verify repository...</source> <translation>Repository verifizieren...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="624"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="629"/> <source>Verify the integrity of the repository</source> <translation>Verfiziert die Integrität des Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="627"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="632"/> <source><b>Verify repository</b><p>This verifies the integrity of the repository.</p></source> <translation><b>Repository verifizieren</b><p>Dies verfiziert die Integrität des Repository.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="634"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="639"/> <source>Recover</source> <translation>Transaktion zurücksetzen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="634"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="639"/> <source>Recover...</source> <translation>Transaktion zurücksetzen...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="637"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="642"/> <source>Recover from an interrupted transaction</source> <translation>Setzt eine abgebrochene Transaktion zurück</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="640"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="645"/> <source><b>Recover</b><p>This recovers from an interrupted transaction.</p></source> <translation><b>Transaktion zurücksetzen</b><p>Dies setzt eine abgebrochene Transaktion zurück.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="841"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="846"/> <source>Repository Administration</source> <translation>Repository Administration</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="660"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="665"/> <source>Create .hgignore</source> <translation>Erstelle .hgignore</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="663"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="668"/> <source>Create a .hgignore file with default values</source> <translation>Erstelle eine .hgignore Datei mit Standardwerten</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="666"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="671"/> <source><b>Create .hgignore</b><p>This creates a .hgignore file with default values.</p></source> <translation><b>Erstelle .hgignore</b><p>Dies erstellt eine .hgignore Datei mit Standardwerten.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="673"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="678"/> <source>Create changegroup</source> <translation>Änderungsgruppe erzeugen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="673"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="678"/> <source>Create changegroup...</source> <translation>Änderungsgruppe erzeugen...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="676"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="681"/> <source>Create changegroup file collecting changesets</source> <translation>Erzeuge eine Änderungsgruppendatei für Änderungssätze</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="715"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="720"/> <source>Apply changegroups</source> <translation>Änderungsgruppen anwenden</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="715"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="720"/> <source>Apply changegroups...</source> <translation>Änderungsgruppen anwenden...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="718"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="723"/> <source>Apply one or several changegroup files</source> <translation>Wende eine oder mehrere Änderungsgruppendateien an</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="867"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="874"/> <source>Changegroup Management</source> <translation>Verwaltung von Änderungsgruppen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="679"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="684"/> <source><b>Create changegroup</b><p>This creates a changegroup file collecting selected changesets (hg bundle).</p></source> <translation><b>Änderungsgruppe erzeugen</b><p>Dies erzeuge eine Änderungsgruppendatei für ausgewählte Änderungssätze (hg bundle).</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="721"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="726"/> <source><b>Apply changegroups</b><p>This applies one or several changegroup files generated by the 'Create changegroup' action (hg unbundle).</p></source> <translation><b>Änderungsgruppen anwenden</b><p>Dies wendet eine oder mehrere mit 'Änderungsgruppe erzeugen' erstellte Änderungsgruppendateien an (hg unbundle).</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="490"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="495"/> <source>Show current branch</source> <translation>Zeige aktuellen Zweig</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="493"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="498"/> <source>Show the current branch of the project</source> <translation>Zeigt den aktuellen Zweig des Projektes</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="496"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="501"/> <source><b>Show current branch</b><p>This shows the current branch of the project.</p></source> <translation><b>Zeige aktuellen Zweig</b><p>Dies zeigt den aktuellen Zweig des Projektes.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="729"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="734"/> <source>Mark as "good"</source> <translation>Als "gut" markieren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="732"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="737"/> <source>Mark a selectable changeset as good</source> <translation>Markiere einen auswählbaren Änderungssatz als gut</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="735"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="740"/> <source><b>Mark as good</b><p>This marks a selectable changeset as good.</p></source> <translation><b>Als gut markieren</b><p>Dies markiert einen auswählbaren Änderungssatz als gut.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="742"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="747"/> <source>Mark as "bad"</source> <translation>Als "schlecht" markieren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="745"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="750"/> <source>Mark a selectable changeset as bad</source> <translation>Markiere einen auswählbaren Änderungssatz als schlecht</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="748"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="753"/> <source><b>Mark as bad</b><p>This marks a selectable changeset as bad.</p></source> <translation><b>Als schlecht markieren</b><p>Dies markiert einen auswählbaren Änderungssatz als schlecht.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="755"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="760"/> <source>Skip</source> <translation>Überspringen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="758"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="763"/> <source>Skip the current changeset</source> <translation>Überspringe den aktuellen Änderungssatz</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="761"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="766"/> <source><b>Skip</b><p>This skips the current changeset.</p></source> <translation><b>Überspringen</b><p>Dies überspringt den aktuellen Änderungssatz.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="768"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="773"/> <source>Reset</source> <translation>Zurücksetzen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="771"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="776"/> <source>Reset the bisect search data</source> <translation>Setzt die Bisect Suchdaten zurück</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="774"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="779"/> <source><b>Reset</b><p>This resets the bisect search data.</p></source> <translation><b>Zurücksetzen</b><p>Dies setzt die Bisect Suchdaten zurück.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="873"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="881"/> <source>Bisect</source> <translation>Bisect</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="729"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="734"/> <source>Mark as "good"...</source> <translation>Als "gut" markieren...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="742"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="747"/> <source>Mark as "bad"...</source> <translation>Als "schlecht" markieren...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="687"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="692"/> <source>Preview changegroup</source> <translation>Änderungsgruppe ansehen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="687"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="692"/> <source>Preview changegroup...</source> <translation>Änderungsgruppe ansehen...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="647"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="652"/> <source>Identify</source> <translation>Identifizieren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="647"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="652"/> <source>Identify...</source> <translation>Identifizieren...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="650"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="655"/> <source>Identify the project directory</source> <translation>Identifiziere das Projektverzeichnis</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="653"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="658"/> <source><b>Identify</b><p>This identifies the project directory.</p></source> <translation><b>Identifizieren</b><p>Dies identifiziert das Projektverzeichnis.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="690"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="695"/> <source>Preview a changegroup file containing a collection of changesets</source> <translation>Eine Änderungsgruppendatei für Änderungssätze ansehen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="693"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="698"/> <source><b>Preview changegroup</b><p>This previews a changegroup file containing a collection of changesets.</p></source> <translation><b>Änderungsgruppe ansehen</b><p>Dies zeigt den Inhalt einer Änderungsgruppendatei für Änderungssätze an.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="701"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="706"/> <source>Identify changegroup</source> <translation>Änderungsgruppe identifizieren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="701"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="706"/> <source>Identify changegroup...</source> <translation>Änderungsgruppe identifizieren...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="704"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="709"/> <source>Identify a changegroup file containing a collection of changesets</source> <translation>Eine Änderungsgruppendatei für Änderungssätze identifizieren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="707"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="712"/> <source><b>Identify changegroup</b><p>This identifies a changegroup file containing a collection of changesets.</p></source> <translation><b>Änderungsgruppe ansehen</b><p>Dies identifiziert eine Änderungsgruppendatei für Änderungssätze.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="781"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="786"/> <source>Back out changeset</source> <translation>Änderungssatz umkehren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="784"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="789"/> <source>Back out changes of an earlier changeset</source> <translation>Änderungen eines früheren Änderungssatzes umkehren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="787"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="792"/> <source><b>Back out changeset</b><p>This backs out changes of an earlier changeset.</p></source> <translation><b>Änderungssatz umkehren</b><p>Dies kehrt die Änderungen eines früheren Änderungssatzes um.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="184"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="189"/> <source>Push changes (force)</source> <translation>Änderungen hochladen (force)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="188"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="193"/> <source>Push changes to a remote repository with force option</source> <translation>Änderungen an ein entferntes Repository mit der Option 'force' hochladen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="191"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="196"/> <source><b>Push changes (force)</b><p>This pushes changes from the local repository to a remote repository using the 'force' option.</p></source> <translation><b>Änderungen hochladen (force)</b><p>Dies lädt Änderungen vom lokalen Repository an ein entferntes Repository mit der Option 'force' hoch.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="862"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="868"/> <source>Specials</source> <translation>Spezialfunktionen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="819"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="824"/> <source>Serve project repository</source> <translation>Server für Projektrepository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="819"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="824"/> <source>Serve project repository...</source> <translation>Server für Projektrepository...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="822"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="827"/> <source>Serve the project repository</source> <translation>Server für das Projektrepository bereitstellen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="825"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="830"/> <source><b>Serve project repository</b><p>This serves the project repository.</p></source> <translation><b>Server für Projektrepository<b><p>Dies stellt einen Server für das Projektrepository zur Verfügung.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="995"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1004"/> <source>Pull</source> <translation>Pull</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="995"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1004"/> <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/vcsMercurial/ProjectHelper.py" line="463"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="468"/> <source>Push new branch</source> <translation>Neuen Zweig hochladen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="466"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="471"/> <source>Push the current branch of the local project as a new named branch</source> <translation>Lade den aktuellen Zweig als neuen benannten Zweig hoch</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="469"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="474"/> <source><b>Push new branch</b><p>This pushes the current branch of the local project as a new named branch.</p></source> <translation><b>Neuen Zweig hochladen</b><p>Dies lädt den aktuellen Zweig als neuen benannten Zweig hoch.</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="794"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="799"/> <source>Rollback last transaction</source> <translation>Letzte Transaktion zurücksetzen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="797"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="802"/> <source>Rollback the last transaction</source> <translation>Die letzte Transaktion zurücksetzen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="800"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="805"/> <source><b>Rollback last transaction</b><p>This performs a rollback of the last transaction. Transactions are used to encapsulate the effects of all commands that create new changesets or propagate existing changesets into a repository. For example, the following commands are transactional, and their effects can be rolled back:<ul><li>commit</li><li>import</li><li>pull</li><li>push (with this repository as the destination)</li><li>unbundle</li></ul></p><p><strong>This command is dangerous. Please use with care.</strong></p></source> <translation><b>Letzte Transaktion zurücksetzen</b><p>Dies setzt die letzte Transaktion zurück. Transaktionen werden verwendet, um die Effekte aller Befehle, die neue Änderungssätze erzeugen oder vorhandene Änderungssätze in das Repository propagieren, zu kapseln. So arbeiten z.B. die folgenden Befehle transaktional und ihre Effekte können zurückgesetzt werden:<ul><li>commit</li><li>import</li><li>pull</li><li>push (mit diesem repository als Ziel)</li><li>unbundle</li></ul></p><p><strong>Dieser Befehl kann gefährlich sein. Bitte mit Vorsicht verwenden.</strong></p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="879"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="888"/> <source>Extensions</source> <translation>Erweiterungen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="567"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="572"/> <source>Edit user configuration</source> <translation>Nutzerkonfiguration editieren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="567"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="572"/> <source>Edit user configuration...</source> <translation>Nutzerkonfiguration editieren...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="570"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="575"/> <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/vcsMercurial/ProjectHelper.py" line="573"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="578"/> <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/vcsMercurial/ProjectHelper.py" line="580"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="585"/> <source>Edit repository configuration</source> <translation>Repositorykonfiguration editieren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="580"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="585"/> <source>Edit repository configuration...</source> <translation>Repositorykonfiguration editieren...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="583"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="588"/> <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/vcsMercurial/ProjectHelper.py" line="586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="591"/> <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/vcsMercurial/ProjectHelper.py" line="593"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="598"/> <source>Show combined configuration settings</source> <translation>Zeige kombinierte Einstellungen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="593"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="598"/> <source>Show combined configuration settings...</source> <translation>Zeige kombinierte Einstellungen...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="597"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="602"/> <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/vcsMercurial/ProjectHelper.py" line="600"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="605"/> <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> @@ -26187,12 +26504,12 @@ <translation>Projektverzeichnis erstellen</translation> </message> <message> - <location filename="Project/Project.py" line="2875"/> + <location filename="Project/Project.py" line="2876"/> <source>Open project</source> <translation>Projekt öffnen</translation> </message> <message> - <location filename="Project/Project.py" line="2909"/> + <location filename="Project/Project.py" line="2910"/> <source>Save project as</source> <translation>Projekt speichern unter</translation> </message> @@ -26212,132 +26529,132 @@ <translation>Das aktuelle Projekt hat ungesicherte Änderungen.</translation> </message> <message> - <location filename="Project/Project.py" line="3052"/> + <location filename="Project/Project.py" line="3053"/> <source>&Save</source> <translation>&Speichern</translation> </message> <message> - <location filename="Project/Project.py" line="2862"/> + <location filename="Project/Project.py" line="2863"/> <source>New project</source> <translation>Neues Projekt</translation> </message> <message> - <location filename="Project/Project.py" line="2862"/> + <location filename="Project/Project.py" line="2863"/> <source>&New...</source> <translation>&Neu...</translation> </message> <message> - <location filename="Project/Project.py" line="2866"/> - <source>Generate a new project</source> - <translation>Erstelle ein neues Projekt</translation> - </message> - <message> <location filename="Project/Project.py" line="2867"/> + <source>Generate a new project</source> + <translation>Erstelle ein neues Projekt</translation> + </message> + <message> + <location filename="Project/Project.py" line="2868"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Neu...</b><p>Dies öffnet einen Dialog zur Eingabe der Informationen des neuen Projektes.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2875"/> + <location filename="Project/Project.py" line="2876"/> <source>&Open...</source> <translation>&Öffnen...</translation> </message> <message> - <location filename="Project/Project.py" line="2879"/> - <source>Open an existing project</source> - <translation>Öffnet ein bestehendes Projekt</translation> - </message> - <message> <location filename="Project/Project.py" line="2880"/> + <source>Open an existing project</source> + <translation>Öffnet ein bestehendes Projekt</translation> + </message> + <message> + <location filename="Project/Project.py" line="2881"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Öffnen...</b><p>Dies öffnet ein bestehendes Projekt.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2887"/> + <location filename="Project/Project.py" line="2888"/> <source>Close project</source> <translation>Projekt schließen</translation> </message> <message> - <location filename="Project/Project.py" line="2887"/> + <location filename="Project/Project.py" line="2888"/> <source>&Close</source> <translation>Schl&ießen</translation> </message> <message> - <location filename="Project/Project.py" line="2890"/> - <source>Close the current project</source> - <translation>Schließt das aktuelle Projekt</translation> - </message> - <message> <location filename="Project/Project.py" line="2891"/> + <source>Close the current project</source> + <translation>Schließt das aktuelle Projekt</translation> + </message> + <message> + <location filename="Project/Project.py" line="2892"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Schließen</b><p>Dies schließt das aktuelle Projekt.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2898"/> + <location filename="Project/Project.py" line="2899"/> <source>Save project</source> <translation>Projekt speichern</translation> </message> <message> - <location filename="Project/Project.py" line="2901"/> - <source>Save the current project</source> - <translation>Speichert das aktuelle Projekt</translation> - </message> - <message> <location filename="Project/Project.py" line="2902"/> + <source>Save the current project</source> + <translation>Speichert das aktuelle Projekt</translation> + </message> + <message> + <location filename="Project/Project.py" line="2903"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Speichern</b><p>Dies speichert das aktuelle Projekt.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2912"/> - <source>Save the current project to a new file</source> - <translation>Speichert das aktuelle Projekt in eine neue Datei</translation> - </message> - <message> <location filename="Project/Project.py" line="2913"/> + <source>Save the current project to a new file</source> + <translation>Speichert das aktuelle Projekt in eine neue Datei</translation> + </message> + <message> + <location filename="Project/Project.py" line="2914"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Speichern unter</b><p>Dies speichert das aktuelle Projekt in eine neue Datei.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2950"/> + <location filename="Project/Project.py" line="2951"/> <source>Add translation to project</source> <translation>Übersetzung zum Projekt hinzufügen</translation> </message> <message> - <location filename="Project/Project.py" line="2950"/> + <location filename="Project/Project.py" line="2951"/> <source>Add &translation...</source> <translation>&Übersetzung hinzufügen...</translation> </message> <message> - <location filename="Project/Project.py" line="2954"/> + <location filename="Project/Project.py" line="2955"/> <source>Add a translation to the current project</source> <translation>Eine Übersetzung zum aktuellen Projekt hinzufügen</translation> </message> <message> - <location filename="Project/Project.py" line="2956"/> + <location filename="Project/Project.py" line="2957"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation><b>Übersetzung hinzufügen...</b><p>Dies öffnet einen Dialog, mit dem eine Übersetzung zum aktuellen Projekt hinzugefügt werden kann.</p></translation> </message> <message> - <location filename="Project/Project.py" line="2976"/> + <location filename="Project/Project.py" line="2977"/> <source>Project properties</source> <translation>Projekt Eigenschaften</translation> </message> <message> - <location filename="Project/Project.py" line="2976"/> + <location filename="Project/Project.py" line="2977"/> <source>&Properties...</source> <translation>&Eigenschaften...</translation> </message> <message> - <location filename="Project/Project.py" line="2979"/> - <source>Show the project properties</source> - <translation>Zeigt die Projekt Eigenschaften an</translation> - </message> - <message> <location filename="Project/Project.py" line="2980"/> + <source>Show the project properties</source> + <translation>Zeigt die Projekt Eigenschaften an</translation> + </message> + <message> + <location filename="Project/Project.py" line="2981"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Eigenschaften...</b><p>Dies zeigt einen Dialog an, mit dem die Projekt Eigenschaften bearbeitet werden können.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3250"/> + <location filename="Project/Project.py" line="3251"/> <source>Open &Recent Projects</source> <translation>Zu&letzt geöffnete Projekte</translation> </message> @@ -26347,17 +26664,17 @@ <translation>Das Zielverzeichnis darf nicht leer sein.</translation> </message> <message> - <location filename="Project/Project.py" line="2964"/> + <location filename="Project/Project.py" line="2965"/> <source>Search new files</source> <translation>Neue Dateien suchen</translation> </message> <message> - <location filename="Project/Project.py" line="2964"/> + <location filename="Project/Project.py" line="2965"/> <source>Searc&h new files...</source> <translation>Neue &Dateien suchen...</translation> </message> <message> - <location filename="Project/Project.py" line="2967"/> + <location filename="Project/Project.py" line="2968"/> <source>Search new files in the project directory.</source> <translation>Sucht neue Dateien im Projektverzeichnis.</translation> </message> @@ -26377,22 +26694,22 @@ <translation>Sprache hinzufügen</translation> </message> <message> - <location filename="Project/Project.py" line="2909"/> + <location filename="Project/Project.py" line="2910"/> <source>Save &as...</source> <translation>Speichern &unter...</translation> </message> <message> - <location filename="Project/Project.py" line="3673"/> + <location filename="Project/Project.py" line="3674"/> <source>Version Control System</source> <translation>Versionskontrollsystem</translation> </message> <message> - <location filename="Project/Project.py" line="3535"/> + <location filename="Project/Project.py" line="3536"/> <source>Search New Files</source> <translation>Neue Dateien suchen</translation> </message> <message> - <location filename="Project/Project.py" line="3535"/> + <location filename="Project/Project.py" line="3536"/> <source>There were no new files found to be added.</source> <translation>Es wurden keine neuen Dateien gefunden.</translation> </message> @@ -26412,147 +26729,147 @@ <translation>Projekt Session speichern</translation> </message> <message> - <location filename="Project/Project.py" line="3088"/> + <location filename="Project/Project.py" line="3089"/> <source>Load session</source> <translation>Session laden</translation> </message> <message> - <location filename="Project/Project.py" line="3091"/> - <source>Load the projects session file.</source> - <translation>Laden der Projekt Session.</translation> - </message> - <message> - <location filename="Project/Project.py" line="3105"/> - <source>Save session</source> - <translation>Session speichern</translation> - </message> - <message> - <location filename="Project/Project.py" line="3108"/> - <source>Save the projects session file.</source> - <translation>Speichern der Projekt Session.</translation> - </message> - <message> <location filename="Project/Project.py" line="3092"/> - <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation><b>Session laden</b><p>Dies lädt eine Projekt Session Datei. Die Session enthält die folgenden Daten.<br>- alle offenen Quelltextdateien<br>- alle Haltepunkte<br>- die Kommandozeilenparameter<br>- das Arbeitsverzeichnis<br>- das Ausnahmemeldungsflag</p></translation> + <source>Load the projects session file.</source> + <translation>Laden der Projekt Session.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3106"/> + <source>Save session</source> + <translation>Session speichern</translation> </message> <message> <location filename="Project/Project.py" line="3109"/> + <source>Save the projects session file.</source> + <translation>Speichern der Projekt Session.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3093"/> + <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation><b>Session laden</b><p>Dies lädt eine Projekt Session Datei. Die Session enthält die folgenden Daten.<br>- alle offenen Quelltextdateien<br>- alle Haltepunkte<br>- die Kommandozeilenparameter<br>- das Arbeitsverzeichnis<br>- das Ausnahmemeldungsflag</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3110"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Session speichern</b><p>Dies speichert eine Projekt Session Datei. Die Session enthält die folgenden Daten.<br>- alle offenen Quelltextdateien<br>- alle Haltepunkte<br>- die Kommandozeilenparameter<br>- das Arbeitsverzeichnis<br>- das Ausnahmemeldungsflag</p></translation> </message> <message> - <location filename="Project/Project.py" line="3259"/> + <location filename="Project/Project.py" line="3260"/> <source>Source &Documentation</source> <translation>&Quelltextdokumentation</translation> </message> <message> - <location filename="Project/Project.py" line="3254"/> + <location filename="Project/Project.py" line="3255"/> <source>Chec&k</source> <translation>&Prüfen</translation> </message> <message> - <location filename="Project/Project.py" line="3135"/> + <location filename="Project/Project.py" line="3136"/> <source>Code Metrics</source> <translation>Quelltext Metriken</translation> </message> <message> - <location filename="Project/Project.py" line="3135"/> + <location filename="Project/Project.py" line="3136"/> <source>&Code Metrics...</source> <translation>&Quelltext Metriken...</translation> </message> <message> - <location filename="Project/Project.py" line="3138"/> + <location filename="Project/Project.py" line="3139"/> <source>Show some code metrics for the project.</source> <translation>Zeige einige Quelltext Metriken für das Projekt.</translation> </message> <message> - <location filename="Project/Project.py" line="3140"/> + <location filename="Project/Project.py" line="3141"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation><b>Quelltext Metriken...</b><p>Dies zeigt einige Quelltext Metriken für alle Python Dateien des Projektes.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3147"/> + <location filename="Project/Project.py" line="3148"/> <source>Python Code Coverage</source> <translation>Python Quelltext Abdeckung</translation> </message> <message> - <location filename="Project/Project.py" line="3147"/> + <location filename="Project/Project.py" line="3148"/> <source>Code Co&verage...</source> <translation>&Quelltext Abdeckung...</translation> </message> <message> - <location filename="Project/Project.py" line="3150"/> + <location filename="Project/Project.py" line="3151"/> <source>Show code coverage information for the project.</source> <translation>Zeige die Quelltextabdeckung für das Projekt.</translation> </message> <message> - <location filename="Project/Project.py" line="3152"/> + <location filename="Project/Project.py" line="3153"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation><b>Quelltext Abdeckung...</b><p>Dies zeigt die Quelltextabdeckung für alle Python Dateien des Projektes an.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3832"/> + <location filename="Project/Project.py" line="3833"/> <source>Profile Data</source> <translation>Profildaten</translation> </message> <message> - <location filename="Project/Project.py" line="3160"/> + <location filename="Project/Project.py" line="3161"/> <source>&Profile Data...</source> <translation>&Profildaten...</translation> </message> <message> - <location filename="Project/Project.py" line="3163"/> + <location filename="Project/Project.py" line="3164"/> <source>Show profiling data for the project.</source> <translation>Zeige Profildaten des aktuellen Projektes.</translation> </message> <message> - <location filename="Project/Project.py" line="3165"/> + <location filename="Project/Project.py" line="3166"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Profildaten...</b><p>Dies zeigt die Profildaten des Projektes.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3256"/> - <source>Sho&w</source> - <translation>&Zeige</translation> - </message> - <message> - <location filename="Project/Project.py" line="3811"/> - <source>There is no main script defined for the current project. Aborting</source> - <translation>Für das aktuelle Projekt ist kein Hauptskript festgelegt. Abbruch</translation> - </message> - <message> - <location filename="Project/Project.py" line="3765"/> - <source>Coverage Data</source> - <translation>Quelltext Abdeckungsdaten</translation> - </message> - <message> - <location filename="Project/Project.py" line="3251"/> - <source>&Version Control</source> - <translation>&Versionskontrolle</translation> - </message> - <message> - <location filename="Project/Project.py" line="3885"/> - <source>Application Diagram</source> - <translation>Applikations-Diagramm</translation> - </message> - <message> - <location filename="Project/Project.py" line="3172"/> - <source>&Application Diagram...</source> - <translation>&Applikations-Diagramm...</translation> - </message> - <message> - <location filename="Project/Project.py" line="3175"/> - <source>Show a diagram of the project.</source> - <translation>Zeigt ein Diagramm des Projektes.</translation> - </message> - <message> - <location filename="Project/Project.py" line="3177"/> - <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> - <translation><b>Applikations-Diagramm...</b><p>Dies zeigt ein Diagramm des Projektes.</p></translation> - </message> - <message> <location filename="Project/Project.py" line="3257"/> + <source>Sho&w</source> + <translation>&Zeige</translation> + </message> + <message> + <location filename="Project/Project.py" line="3812"/> + <source>There is no main script defined for the current project. Aborting</source> + <translation>Für das aktuelle Projekt ist kein Hauptskript festgelegt. Abbruch</translation> + </message> + <message> + <location filename="Project/Project.py" line="3766"/> + <source>Coverage Data</source> + <translation>Quelltext Abdeckungsdaten</translation> + </message> + <message> + <location filename="Project/Project.py" line="3252"/> + <source>&Version Control</source> + <translation>&Versionskontrolle</translation> + </message> + <message> + <location filename="Project/Project.py" line="3886"/> + <source>Application Diagram</source> + <translation>Applikations-Diagramm</translation> + </message> + <message> + <location filename="Project/Project.py" line="3173"/> + <source>&Application Diagram...</source> + <translation>&Applikations-Diagramm...</translation> + </message> + <message> + <location filename="Project/Project.py" line="3176"/> + <source>Show a diagram of the project.</source> + <translation>Zeigt ein Diagramm des Projektes.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3178"/> + <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> + <translation><b>Applikations-Diagramm...</b><p>Dies zeigt ein Diagramm des Projektes.</p></translation> + </message> + <message> + <location filename="Project/Project.py" line="3258"/> <source>&Diagrams</source> <translation>&Diagramme</translation> </message> @@ -26562,37 +26879,37 @@ <translation>Projektdatei speichern</translation> </message> <message> - <location filename="Project/Project.py" line="3786"/> + <location filename="Project/Project.py" line="3787"/> <source>Code Coverage</source> <translation>Quelltext Abdeckung</translation> </message> <message> - <location filename="Project/Project.py" line="3786"/> + <location filename="Project/Project.py" line="3787"/> <source>Please select a coverage file</source> <translation>Bitte wählen sie eine Datei mit Abdeckungsdaten</translation> </message> <message> - <location filename="Project/Project.py" line="3832"/> + <location filename="Project/Project.py" line="3833"/> <source>Please select a profile file</source> <translation>Bitte wählen sie eine Datei mit Profildaten</translation> </message> <message> - <location filename="Project/Project.py" line="2936"/> + <location filename="Project/Project.py" line="2937"/> <source>Add directory to project</source> <translation>Verzeichnis zum Projekt hinzufügen</translation> </message> <message> - <location filename="Project/Project.py" line="2936"/> + <location filename="Project/Project.py" line="2937"/> <source>Add directory...</source> <translation>Verzeichnis hinzufügen...</translation> </message> <message> - <location filename="Project/Project.py" line="2940"/> + <location filename="Project/Project.py" line="2941"/> <source>Add a directory to the current project</source> <translation>Füge den Inhalt eines Verzeichnisses zum Projekt hinzu</translation> </message> <message> - <location filename="Project/Project.py" line="2942"/> + <location filename="Project/Project.py" line="2943"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Verzeichnis hinzufügen</b><p>Dies öffnet einen Dialog, mit dem ein Verzeichnis bzw. der Inhalt eines Verzeichnisses zum aktuellen Projekt hinzugefügt werden kann.</p></translation> </message> @@ -26682,17 +26999,17 @@ <translation><p>Die Projekt Session Datei <b>{0}</b> konnte nicht gelöscht werden.</p></translation> </message> <message> - <location filename="Project/Project.py" line="3122"/> + <location filename="Project/Project.py" line="3123"/> <source>Delete session</source> <translation>Session löschen</translation> </message> <message> - <location filename="Project/Project.py" line="3125"/> - <source>Delete the projects session file.</source> - <translation>Löscht die Projekt Session Datei.</translation> - </message> - <message> <location filename="Project/Project.py" line="3126"/> + <source>Delete the projects session file.</source> + <translation>Löscht die Projekt Session Datei.</translation> + </message> + <message> + <location filename="Project/Project.py" line="3127"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Session löschen</b><p>Dies löscht die Session Datei des Projektes.</p></translation> </message> @@ -26702,7 +27019,7 @@ <translation>Ruby Dateien (*.rb);;</translation> </message> <message> - <location filename="Project/Project.py" line="2968"/> + <location filename="Project/Project.py" line="2969"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translati