Regenerated source docu.

Sun, 13 Nov 2016 19:41:06 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 13 Nov 2016 19:41:06 +0100
changeset 5320
50e732750370
parent 5319
a512d3951a13
child 5321
07b4da7d6833

Regenerated source docu.

APIs/Python3/eric6.api file | annotate | diff | comparison | revisions
Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Help/source.qhp file | annotate | diff | comparison | revisions
Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html file | annotate | diff | comparison | revisions
--- a/APIs/Python3/eric6.api	Sun Nov 13 19:40:14 2016 +0100
+++ b/APIs/Python3/eric6.api	Sun Nov 13 19:41:06 2016 +0100
@@ -4996,7 +4996,9 @@
 eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.HgTagBranchListDialog.on_buttonBox_clicked?4(button)
 eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.HgTagBranchListDialog.on_input_returnPressed?4()
 eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.HgTagBranchListDialog.on_passwordCheckBox_toggled?4(isOn)
+eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.HgTagBranchListDialog.on_refreshButton_clicked?4()
 eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.HgTagBranchListDialog.on_sendButton_clicked?4()
+eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.HgTagBranchListDialog.on_tagList_customContextMenuRequested?4(pos)
 eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.HgTagBranchListDialog.start?4(path, tags, tagsList, allTagsList)
 eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.HgTagBranchListDialog?1(vcs, parent=None)
 eric6.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.HgTagDialog.CreateGlobalTag?7
@@ -5333,6 +5335,7 @@
 eric6.Plugins.VcsPlugins.vcsMercurial.hg.Hg.hgForget?4(name)
 eric6.Plugins.VcsPlugins.vcsMercurial.hg.Hg.hgGetBookmarksList?4(repodir)
 eric6.Plugins.VcsPlugins.vcsMercurial.hg.Hg.hgGetBranchesList?4(repodir)
+eric6.Plugins.VcsPlugins.vcsMercurial.hg.Hg.hgGetCurrentBranch?4(repodir)
 eric6.Plugins.VcsPlugins.vcsMercurial.hg.Hg.hgGetTagsList?4(repodir, withType=False)
 eric6.Plugins.VcsPlugins.vcsMercurial.hg.Hg.hgGraft?4(path, revs=None)
 eric6.Plugins.VcsPlugins.vcsMercurial.hg.Hg.hgGraftContinue?4(path)
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Help/source.qhp	Sun Nov 13 19:40:14 2016 +0100
+++ b/Documentation/Help/source.qhp	Sun Nov 13 19:41:06 2016 +0100
@@ -7070,6 +7070,7 @@
       <keyword name="Hg.hgForget" id="Hg.hgForget" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgForget" />
       <keyword name="Hg.hgGetBookmarksList" id="Hg.hgGetBookmarksList" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgGetBookmarksList" />
       <keyword name="Hg.hgGetBranchesList" id="Hg.hgGetBranchesList" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgGetBranchesList" />
+      <keyword name="Hg.hgGetCurrentBranch" id="Hg.hgGetCurrentBranch" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgGetCurrentBranch" />
       <keyword name="Hg.hgGetTagsList" id="Hg.hgGetTagsList" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgGetTagsList" />
       <keyword name="Hg.hgGraft" id="Hg.hgGraft" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgGraft" />
       <keyword name="Hg.hgGraftContinue" id="Hg.hgGraftContinue" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgGraftContinue" />
@@ -8049,8 +8050,10 @@
       <keyword name="HgTagBranchListDialog" id="HgTagBranchListDialog" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog" />
       <keyword name="HgTagBranchListDialog (Constructor)" id="HgTagBranchListDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__init__" />
       <keyword name="HgTagBranchListDialog (Module)" id="HgTagBranchListDialog (Module)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html" />
+      <keyword name="HgTagBranchListDialog.__closeBranch" id="HgTagBranchListDialog.__closeBranch" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__closeBranch" />
       <keyword name="HgTagBranchListDialog.__finish" id="HgTagBranchListDialog.__finish" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__finish" />
       <keyword name="HgTagBranchListDialog.__generateItem" id="HgTagBranchListDialog.__generateItem" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__generateItem" />
+      <keyword name="HgTagBranchListDialog.__highlightCurrentBranch" id="HgTagBranchListDialog.__highlightCurrentBranch" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__highlightCurrentBranch" />
       <keyword name="HgTagBranchListDialog.__procFinished" id="HgTagBranchListDialog.__procFinished" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__procFinished" />
       <keyword name="HgTagBranchListDialog.__processOutputLine" id="HgTagBranchListDialog.__processOutputLine" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__processOutputLine" />
       <keyword name="HgTagBranchListDialog.__readStderr" id="HgTagBranchListDialog.__readStderr" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__readStderr" />
@@ -8058,12 +8061,15 @@
       <keyword name="HgTagBranchListDialog.__resizeColumns" id="HgTagBranchListDialog.__resizeColumns" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__resizeColumns" />
       <keyword name="HgTagBranchListDialog.__resort" id="HgTagBranchListDialog.__resort" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__resort" />
       <keyword name="HgTagBranchListDialog.__showError" id="HgTagBranchListDialog.__showError" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__showError" />
+      <keyword name="HgTagBranchListDialog.__switchTo" id="HgTagBranchListDialog.__switchTo" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__switchTo" />
       <keyword name="HgTagBranchListDialog.closeEvent" id="HgTagBranchListDialog.closeEvent" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.closeEvent" />
       <keyword name="HgTagBranchListDialog.keyPressEvent" id="HgTagBranchListDialog.keyPressEvent" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.keyPressEvent" />
       <keyword name="HgTagBranchListDialog.on_buttonBox_clicked" id="HgTagBranchListDialog.on_buttonBox_clicked" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.on_buttonBox_clicked" />
       <keyword name="HgTagBranchListDialog.on_input_returnPressed" id="HgTagBranchListDialog.on_input_returnPressed" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.on_input_returnPressed" />
       <keyword name="HgTagBranchListDialog.on_passwordCheckBox_toggled" id="HgTagBranchListDialog.on_passwordCheckBox_toggled" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.on_passwordCheckBox_toggled" />
+      <keyword name="HgTagBranchListDialog.on_refreshButton_clicked" id="HgTagBranchListDialog.on_refreshButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.on_refreshButton_clicked" />
       <keyword name="HgTagBranchListDialog.on_sendButton_clicked" id="HgTagBranchListDialog.on_sendButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.on_sendButton_clicked" />
+      <keyword name="HgTagBranchListDialog.on_tagList_customContextMenuRequested" id="HgTagBranchListDialog.on_tagList_customContextMenuRequested" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.on_tagList_customContextMenuRequested" />
       <keyword name="HgTagBranchListDialog.start" id="HgTagBranchListDialog.start" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.start" />
       <keyword name="HgTagDialog" id="HgTagDialog" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html#HgTagDialog" />
       <keyword name="HgTagDialog (Constructor)" id="HgTagDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html#HgTagDialog.__init__" />
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html	Sun Nov 13 19:40:14 2016 +0100
+++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html	Sun Nov 13 19:41:06 2016 +0100
@@ -60,12 +60,18 @@
 <td><a href="#HgTagBranchListDialog.__init__">HgTagBranchListDialog</a></td>
 <td>Constructor</td>
 </tr><tr>
+<td><a href="#HgTagBranchListDialog.__closeBranch">__closeBranch</a></td>
+<td>Private slot to close the selected branch.</td>
+</tr><tr>
 <td><a href="#HgTagBranchListDialog.__finish">__finish</a></td>
 <td>Private slot called when the process finished or the user pressed the button.</td>
 </tr><tr>
 <td><a href="#HgTagBranchListDialog.__generateItem">__generateItem</a></td>
 <td>Private method to generate a tag item in the tag list.</td>
 </tr><tr>
+<td><a href="#HgTagBranchListDialog.__highlightCurrentBranch">__highlightCurrentBranch</a></td>
+<td>Private method to highlight the current branch with a bold font.</td>
+</tr><tr>
 <td><a href="#HgTagBranchListDialog.__procFinished">__procFinished</a></td>
 <td>Private slot connected to the finished signal.</td>
 </tr><tr>
@@ -87,6 +93,9 @@
 <td><a href="#HgTagBranchListDialog.__showError">__showError</a></td>
 <td>Private slot to show some error.</td>
 </tr><tr>
+<td><a href="#HgTagBranchListDialog.__switchTo">__switchTo</a></td>
+<td>Private slot to switch the working directory to the selected revision.</td>
+</tr><tr>
 <td><a href="#HgTagBranchListDialog.closeEvent">closeEvent</a></td>
 <td>Protected slot implementing a close event handler.</td>
 </tr><tr>
@@ -102,9 +111,15 @@
 <td><a href="#HgTagBranchListDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td>
 <td>Private slot to handle the password checkbox toggled.</td>
 </tr><tr>
+<td><a href="#HgTagBranchListDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td>
+<td>Private slot to refresh the log.</td>
+</tr><tr>
 <td><a href="#HgTagBranchListDialog.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="#HgTagBranchListDialog.on_tagList_customContextMenuRequested">on_tagList_customContextMenuRequested</a></td>
+<td>Private slot to handle the context menu request.</td>
+</tr><tr>
 <td><a href="#HgTagBranchListDialog.start">start</a></td>
 <td>Public slot to start the tags command.</td>
 </tr>
@@ -126,7 +141,12 @@
 <dd>
 parent widget (QWidget)
 </dd>
-</dl><a NAME="HgTagBranchListDialog.__finish" ID="HgTagBranchListDialog.__finish"></a>
+</dl><a NAME="HgTagBranchListDialog.__closeBranch" ID="HgTagBranchListDialog.__closeBranch"></a>
+<h4>HgTagBranchListDialog.__closeBranch</h4>
+<b>__closeBranch</b>(<i></i>)
+<p>
+        Private slot to close the selected branch.
+</p><a NAME="HgTagBranchListDialog.__finish" ID="HgTagBranchListDialog.__finish"></a>
 <h4>HgTagBranchListDialog.__finish</h4>
 <b>__finish</b>(<i></i>)
 <p>
@@ -151,7 +171,12 @@
 <dd>
 name of the tag/branch (string)
 </dd>
-</dl><a NAME="HgTagBranchListDialog.__procFinished" ID="HgTagBranchListDialog.__procFinished"></a>
+</dl><a NAME="HgTagBranchListDialog.__highlightCurrentBranch" ID="HgTagBranchListDialog.__highlightCurrentBranch"></a>
+<h4>HgTagBranchListDialog.__highlightCurrentBranch</h4>
+<b>__highlightCurrentBranch</b>(<i></i>)
+<p>
+        Private method to highlight the current branch with a bold font.
+</p><a NAME="HgTagBranchListDialog.__procFinished" ID="HgTagBranchListDialog.__procFinished"></a>
 <h4>HgTagBranchListDialog.__procFinished</h4>
 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
 <p>
@@ -210,7 +235,12 @@
 <dd>
 error to be shown (string)
 </dd>
-</dl><a NAME="HgTagBranchListDialog.closeEvent" ID="HgTagBranchListDialog.closeEvent"></a>
+</dl><a NAME="HgTagBranchListDialog.__switchTo" ID="HgTagBranchListDialog.__switchTo"></a>
+<h4>HgTagBranchListDialog.__switchTo</h4>
+<b>__switchTo</b>(<i></i>)
+<p>
+        Private slot to switch the working directory to the selected revision.
+</p><a NAME="HgTagBranchListDialog.closeEvent" ID="HgTagBranchListDialog.closeEvent"></a>
 <h4>HgTagBranchListDialog.closeEvent</h4>
 <b>closeEvent</b>(<i>e</i>)
 <p>
@@ -255,12 +285,27 @@
 <dd>
 flag indicating the status of the check box (boolean)
 </dd>
-</dl><a NAME="HgTagBranchListDialog.on_sendButton_clicked" ID="HgTagBranchListDialog.on_sendButton_clicked"></a>
+</dl><a NAME="HgTagBranchListDialog.on_refreshButton_clicked" ID="HgTagBranchListDialog.on_refreshButton_clicked"></a>
+<h4>HgTagBranchListDialog.on_refreshButton_clicked</h4>
+<b>on_refreshButton_clicked</b>(<i></i>)
+<p>
+        Private slot to refresh the log.
+</p><a NAME="HgTagBranchListDialog.on_sendButton_clicked" ID="HgTagBranchListDialog.on_sendButton_clicked"></a>
 <h4>HgTagBranchListDialog.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="HgTagBranchListDialog.start" ID="HgTagBranchListDialog.start"></a>
+</p><a NAME="HgTagBranchListDialog.on_tagList_customContextMenuRequested" ID="HgTagBranchListDialog.on_tagList_customContextMenuRequested"></a>
+<h4>HgTagBranchListDialog.on_tagList_customContextMenuRequested</h4>
+<b>on_tagList_customContextMenuRequested</b>(<i>pos</i>)
+<p>
+        Private slot to handle the context menu request.
+</p><dl>
+<dt><i>pos</i> (QPoint)</dt>
+<dd>
+position the context menu was requetsed at
+</dd>
+</dl><a NAME="HgTagBranchListDialog.start" ID="HgTagBranchListDialog.start"></a>
 <h4>HgTagBranchListDialog.start</h4>
 <b>start</b>(<i>path, tags, tagsList, allTagsList</i>)
 <p>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html	Sun Nov 13 19:40:14 2016 +0100
+++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html	Sun Nov 13 19:41:06 2016 +0100
@@ -212,6 +212,9 @@
 <td><a href="#Hg.hgGetBranchesList">hgGetBranchesList</a></td>
 <td>Public method to get the list of branches.</td>
 </tr><tr>
+<td><a href="#Hg.hgGetCurrentBranch">hgGetCurrentBranch</a></td>
+<td>Public method to get the current branch of the working directory.</td>
+</tr><tr>
 <td><a href="#Hg.hgGetTagsList">hgGetTagsList</a></td>
 <td>Public method to get the list of tags.</td>
 </tr><tr>
@@ -965,6 +968,26 @@
 <dd>
 list of branches (list of string)
 </dd>
+</dl><a NAME="Hg.hgGetCurrentBranch" ID="Hg.hgGetCurrentBranch"></a>
+<h4>Hg.hgGetCurrentBranch</h4>
+<b>hgGetCurrentBranch</b>(<i>repodir</i>)
+<p>
+        Public method to get the current branch of the working directory.
+</p><dl>
+<dt><i>repodir</i> (str)</dt>
+<dd>
+directory name of the repository
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+name of the current branch
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
 </dl><a NAME="Hg.hgGetTagsList" ID="Hg.hgGetTagsList"></a>
 <h4>Hg.hgGetTagsList</h4>
 <b>hgGetTagsList</b>(<i>repodir, withType=False</i>)

eric ide

mercurial