diff -r a512d3951a13 -r 50e732750370 Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html --- 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>