diff -r 1bf444289f77 -r 9c11e9285a46 Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.html --- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.html Wed Nov 16 19:06:28 2016 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.html Wed Nov 16 19:12:01 2016 +0100 @@ -60,6 +60,9 @@ <td><a href="#HgBookmarksListDialog.__init__">HgBookmarksListDialog</a></td> <td>Constructor</td> </tr><tr> +<td><a href="#HgBookmarksListDialog.__deleteBookmark">__deleteBookmark</a></td> +<td>Private slot to delete the selected bookmark.</td> +</tr><tr> <td><a href="#HgBookmarksListDialog.__finish">__finish</a></td> <td>Private slot called when the process finished or the user pressed the button.</td> </tr><tr> @@ -72,12 +75,21 @@ <td><a href="#HgBookmarksListDialog.__processOutputLine">__processOutputLine</a></td> <td>Private method to process the lines of output.</td> </tr><tr> +<td><a href="#HgBookmarksListDialog.__pullBookmark">__pullBookmark</a></td> +<td>Private slot to pull the selected bookmark.</td> +</tr><tr> +<td><a href="#HgBookmarksListDialog.__pushBookmark">__pushBookmark</a></td> +<td>Private slot to push the selected bookmark.</td> +</tr><tr> <td><a href="#HgBookmarksListDialog.__readStderr">__readStderr</a></td> <td>Private slot to handle the readyReadStderr signal.</td> </tr><tr> <td><a href="#HgBookmarksListDialog.__readStdout">__readStdout</a></td> <td>Private slot to handle the readyReadStdout signal.</td> </tr><tr> +<td><a href="#HgBookmarksListDialog.__renameBookmark">__renameBookmark</a></td> +<td>Private slot to rename the selected bookmark.</td> +</tr><tr> <td><a href="#HgBookmarksListDialog.__resizeColumns">__resizeColumns</a></td> <td>Private method to resize the list columns.</td> </tr><tr> @@ -87,12 +99,18 @@ <td><a href="#HgBookmarksListDialog.__showError">__showError</a></td> <td>Private slot to show some error.</td> </tr><tr> +<td><a href="#HgBookmarksListDialog.__switchTo">__switchTo</a></td> +<td>Private slot to switch the working directory to the selected revision.</td> +</tr><tr> <td><a href="#HgBookmarksListDialog.closeEvent">closeEvent</a></td> <td>Protected slot implementing a close event handler.</td> </tr><tr> <td><a href="#HgBookmarksListDialog.keyPressEvent">keyPressEvent</a></td> <td>Protected slot to handle a key press event.</td> </tr><tr> +<td><a href="#HgBookmarksListDialog.on_bookmarksList_customContextMenuRequested">on_bookmarksList_customContextMenuRequested</a></td> +<td>Private slot to handle the context menu request.</td> +</tr><tr> <td><a href="#HgBookmarksListDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> <td>Private slot called by a button of the button box clicked.</td> </tr><tr> @@ -129,7 +147,12 @@ <dd> parent widget (QWidget) </dd> -</dl><a NAME="HgBookmarksListDialog.__finish" ID="HgBookmarksListDialog.__finish"></a> +</dl><a NAME="HgBookmarksListDialog.__deleteBookmark" ID="HgBookmarksListDialog.__deleteBookmark"></a> +<h4>HgBookmarksListDialog.__deleteBookmark</h4> +<b>__deleteBookmark</b>(<i></i>) +<p> + Private slot to delete the selected bookmark. +</p><a NAME="HgBookmarksListDialog.__finish" ID="HgBookmarksListDialog.__finish"></a> <h4>HgBookmarksListDialog.__finish</h4> <b>__finish</b>(<i></i>) <p> @@ -177,7 +200,17 @@ <dd> output line to be processed (string) </dd> -</dl><a NAME="HgBookmarksListDialog.__readStderr" ID="HgBookmarksListDialog.__readStderr"></a> +</dl><a NAME="HgBookmarksListDialog.__pullBookmark" ID="HgBookmarksListDialog.__pullBookmark"></a> +<h4>HgBookmarksListDialog.__pullBookmark</h4> +<b>__pullBookmark</b>(<i></i>) +<p> + Private slot to pull the selected bookmark. +</p><a NAME="HgBookmarksListDialog.__pushBookmark" ID="HgBookmarksListDialog.__pushBookmark"></a> +<h4>HgBookmarksListDialog.__pushBookmark</h4> +<b>__pushBookmark</b>(<i></i>) +<p> + Private slot to push the selected bookmark. +</p><a NAME="HgBookmarksListDialog.__readStderr" ID="HgBookmarksListDialog.__readStderr"></a> <h4>HgBookmarksListDialog.__readStderr</h4> <b>__readStderr</b>(<i></i>) <p> @@ -193,6 +226,11 @@ </p><p> It reads the output of the process, formats it and inserts it into the contents pane. +</p><a NAME="HgBookmarksListDialog.__renameBookmark" ID="HgBookmarksListDialog.__renameBookmark"></a> +<h4>HgBookmarksListDialog.__renameBookmark</h4> +<b>__renameBookmark</b>(<i></i>) +<p> + Private slot to rename the selected bookmark. </p><a NAME="HgBookmarksListDialog.__resizeColumns" ID="HgBookmarksListDialog.__resizeColumns"></a> <h4>HgBookmarksListDialog.__resizeColumns</h4> <b>__resizeColumns</b>(<i></i>) @@ -213,7 +251,12 @@ <dd> error to be shown (string) </dd> -</dl><a NAME="HgBookmarksListDialog.closeEvent" ID="HgBookmarksListDialog.closeEvent"></a> +</dl><a NAME="HgBookmarksListDialog.__switchTo" ID="HgBookmarksListDialog.__switchTo"></a> +<h4>HgBookmarksListDialog.__switchTo</h4> +<b>__switchTo</b>(<i></i>) +<p> + Private slot to switch the working directory to the selected revision. +</p><a NAME="HgBookmarksListDialog.closeEvent" ID="HgBookmarksListDialog.closeEvent"></a> <h4>HgBookmarksListDialog.closeEvent</h4> <b>closeEvent</b>(<i>e</i>) <p> @@ -233,6 +276,16 @@ <dd> the key press event (QKeyEvent) </dd> +</dl><a NAME="HgBookmarksListDialog.on_bookmarksList_customContextMenuRequested" ID="HgBookmarksListDialog.on_bookmarksList_customContextMenuRequested"></a> +<h4>HgBookmarksListDialog.on_bookmarksList_customContextMenuRequested</h4> +<b>on_bookmarksList_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="HgBookmarksListDialog.on_buttonBox_clicked" ID="HgBookmarksListDialog.on_buttonBox_clicked"></a> <h4>HgBookmarksListDialog.on_buttonBox_clicked</h4> <b>on_buttonBox_clicked</b>(<i>button</i>)