diff -r dbeeed55df08 -r 5fb53279f2df eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html --- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html Wed Jan 08 19:13:57 2020 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html Mon Jan 13 19:23:08 2020 +0100 @@ -85,22 +85,10 @@ <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.__processOutputLine">__processOutputLine</a></td> <td>Private method to process the lines of output.</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> @@ -117,10 +105,6 @@ <td>Protected 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> @@ -129,22 +113,10 @@ <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> @@ -218,24 +190,6 @@ 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.__processOutputLine" ID="HgGpgSignaturesDialog.__processOutputLine"></a> <h4>HgGpgSignaturesDialog.__processOutputLine</h4> <b>__processOutputLine</b>(<i>line</i>) @@ -250,28 +204,6 @@ output line to be processed (string) </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>) @@ -314,20 +246,6 @@ 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>) @@ -356,27 +274,6 @@ 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>) @@ -391,13 +288,6 @@ 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>)