diff -r dbeeed55df08 -r 5fb53279f2df eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelveBrowserDialog.html --- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelveBrowserDialog.html Wed Jan 08 19:13:57 2020 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelveBrowserDialog.html Mon Jan 13 19:23:08 2020 +0100 @@ -93,22 +93,10 @@ <td>Private method to retrieve the list of shelves.</td> </tr> <tr> -<td><a href="#HgShelveBrowserDialog.__procFinished">__procFinished</a></td> -<td>Private slot connected to the finished signal.</td> -</tr> -<tr> <td><a href="#HgShelveBrowserDialog.__processBuffer">__processBuffer</a></td> <td>Private method to process the buffered output of the hg shelve command.</td> </tr> <tr> -<td><a href="#HgShelveBrowserDialog.__readStderr">__readStderr</a></td> -<td>Private slot to handle the readyReadStandardError signal.</td> -</tr> -<tr> -<td><a href="#HgShelveBrowserDialog.__readStdout">__readStdout</a></td> -<td>Private slot to handle the readyReadStandardOutput signal.</td> -</tr> -<tr> <td><a href="#HgShelveBrowserDialog.__resetUI">__resetUI</a></td> <td>Private method to reset the user interface.</td> </tr> @@ -129,30 +117,14 @@ <td>Protected slot implementing a close event handler.</td> </tr> <tr> -<td><a href="#HgShelveBrowserDialog.keyPressEvent">keyPressEvent</a></td> -<td>Protected slot to handle a key press event.</td> -</tr> -<tr> <td><a href="#HgShelveBrowserDialog.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="#HgShelveBrowserDialog.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="#HgShelveBrowserDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> -<td>Private slot to handle the password checkbox toggled.</td> -</tr> -<tr> <td><a href="#HgShelveBrowserDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> <td>Private slot to refresh the list of shelves.</td> </tr> <tr> -<td><a href="#HgShelveBrowserDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> -<td>Private slot to send the input to the mercurial process.</td> -</tr> -<tr> <td><a href="#HgShelveBrowserDialog.on_shelveList_currentItemChanged">on_shelveList_currentItemChanged</a></td> <td>Private slot called, when the current item of the shelve list changes.</td> </tr> @@ -256,24 +228,6 @@ <p> Private method to retrieve the list of shelves. </p> -<a NAME="HgShelveBrowserDialog.__procFinished" ID="HgShelveBrowserDialog.__procFinished"></a> -<h4>HgShelveBrowserDialog.__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="HgShelveBrowserDialog.__processBuffer" ID="HgShelveBrowserDialog.__processBuffer"></a> <h4>HgShelveBrowserDialog.__processBuffer</h4> <b>__processBuffer</b>(<i></i>) @@ -281,27 +235,6 @@ <p> Private method to process the buffered output of the hg shelve command. </p> -<a NAME="HgShelveBrowserDialog.__readStderr" ID="HgShelveBrowserDialog.__readStderr"></a> -<h4>HgShelveBrowserDialog.__readStderr</h4> -<b>__readStderr</b>(<i></i>) - -<p> - Private slot to handle the readyReadStandardError signal. -</p> -<p> - It reads the error output of the process and inserts it into the - error pane. -</p> -<a NAME="HgShelveBrowserDialog.__readStdout" ID="HgShelveBrowserDialog.__readStdout"></a> -<h4>HgShelveBrowserDialog.__readStdout</h4> -<b>__readStdout</b>(<i></i>) - -<p> - Private slot to handle the readyReadStandardOutput signal. -</p> -<p> - It reads the output of the process and inserts it into a buffer. -</p> <a NAME="HgShelveBrowserDialog.__resetUI" ID="HgShelveBrowserDialog.__resetUI"></a> <h4>HgShelveBrowserDialog.__resetUI</h4> <b>__resetUI</b>(<i></i>) @@ -351,20 +284,6 @@ close event (QCloseEvent) </dd> </dl> -<a NAME="HgShelveBrowserDialog.keyPressEvent" ID="HgShelveBrowserDialog.keyPressEvent"></a> -<h4>HgShelveBrowserDialog.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="HgShelveBrowserDialog.on_buttonBox_clicked" ID="HgShelveBrowserDialog.on_buttonBox_clicked"></a> <h4>HgShelveBrowserDialog.on_buttonBox_clicked</h4> <b>on_buttonBox_clicked</b>(<i>button</i>) @@ -379,27 +298,6 @@ button that was clicked (QAbstractButton) </dd> </dl> -<a NAME="HgShelveBrowserDialog.on_input_returnPressed" ID="HgShelveBrowserDialog.on_input_returnPressed"></a> -<h4>HgShelveBrowserDialog.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="HgShelveBrowserDialog.on_passwordCheckBox_toggled" ID="HgShelveBrowserDialog.on_passwordCheckBox_toggled"></a> -<h4>HgShelveBrowserDialog.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="HgShelveBrowserDialog.on_refreshButton_clicked" ID="HgShelveBrowserDialog.on_refreshButton_clicked"></a> <h4>HgShelveBrowserDialog.on_refreshButton_clicked</h4> <b>on_refreshButton_clicked</b>(<i></i>) @@ -407,13 +305,6 @@ <p> Private slot to refresh the list of shelves. </p> -<a NAME="HgShelveBrowserDialog.on_sendButton_clicked" ID="HgShelveBrowserDialog.on_sendButton_clicked"></a> -<h4>HgShelveBrowserDialog.on_sendButton_clicked</h4> -<b>on_sendButton_clicked</b>(<i></i>) - -<p> - Private slot to send the input to the mercurial process. -</p> <a NAME="HgShelveBrowserDialog.on_shelveList_currentItemChanged" ID="HgShelveBrowserDialog.on_shelveList_currentItemChanged"></a> <h4>HgShelveBrowserDialog.on_shelveList_currentItemChanged</h4> <b>on_shelveList_currentItemChanged</b>(<i>current, previous</i>)