eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html

changeset 7370
5fb53279f2df
parent 7273
391d6b7b1eff
child 7489
6543bcd150fd
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html	Wed Jan 08 19:13:57 2020 +0100
+++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html	Mon Jan 13 19:23:08 2020 +0100
@@ -209,10 +209,6 @@
 <td>Private slot to prepare the filed search data.</td>
 </tr>
 <tr>
-<td><a href="#HgLogBrowserDialog.__procFinished">__procFinished</a></td>
-<td>Private slot connected to the finished signal.</td>
-</tr>
-<tr>
 <td><a href="#HgLogBrowserDialog.__processBuffer">__processBuffer</a></td>
 <td>Private method to process the buffered output of the hg log command.</td>
 </tr>
@@ -229,14 +225,6 @@
 <td>Private slot to push all changes to a remote repository.</td>
 </tr>
 <tr>
-<td><a href="#HgLogBrowserDialog.__readStderr">__readStderr</a></td>
-<td>Private slot to handle the readyReadStandardError signal.</td>
-</tr>
-<tr>
-<td><a href="#HgLogBrowserDialog.__readStdout">__readStdout</a></td>
-<td>Private slot to handle the readyReadStandardOutput signal.</td>
-</tr>
-<tr>
 <td><a href="#HgLogBrowserDialog.__reloadGeometry">__reloadGeometry</a></td>
 <td>Private method to restore the geometry.</td>
 </tr>
@@ -313,10 +301,6 @@
 <td>Local function to calculate a x-position for a column.</td>
 </tr>
 <tr>
-<td><a href="#HgLogBrowserDialog.keyPressEvent">keyPressEvent</a></td>
-<td>Protected slot to handle a key press event.</td>
-</tr>
-<tr>
 <td><a href="#HgLogBrowserDialog.on_branchCombo_activated">on_branchCombo_activated</a></td>
 <td>Private slot called, when a new branch is selected.</td>
 </tr>
@@ -353,10 +337,6 @@
 <td>Private slot called, when the from date changes.</td>
 </tr>
 <tr>
-<td><a href="#HgLogBrowserDialog.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="#HgLogBrowserDialog.on_logTree_currentItemChanged">on_logTree_currentItemChanged</a></td>
 <td>Private slot called, when the current item of the log tree changes.</td>
 </tr>
@@ -373,10 +353,6 @@
 <td>Private slot to handle the Next button.</td>
 </tr>
 <tr>
-<td><a href="#HgLogBrowserDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td>
-<td>Private slot to handle the password checkbox toggled.</td>
-</tr>
-<tr>
 <td><a href="#HgLogBrowserDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td>
 <td>Private slot to refresh the log.</td>
 </tr>
@@ -397,10 +373,6 @@
 <td>Private slot to handle selection of a side-by-side link.</td>
 </tr>
 <tr>
-<td><a href="#HgLogBrowserDialog.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="#HgLogBrowserDialog.on_stopCheckBox_clicked">on_stopCheckBox_clicked</a></td>
 <td>Private slot called, when the stop on copy/move checkbox is clicked.</td>
 </tr>
@@ -959,24 +931,6 @@
             that the field index is a data role (integer, string, boolean)
 </dd>
 </dl>
-<a NAME="HgLogBrowserDialog.__procFinished" ID="HgLogBrowserDialog.__procFinished"></a>
-<h4>HgLogBrowserDialog.__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="HgLogBrowserDialog.__processBuffer" ID="HgLogBrowserDialog.__processBuffer"></a>
 <h4>HgLogBrowserDialog.__processBuffer</h4>
 <b>__processBuffer</b>(<i></i>)
@@ -1006,27 +960,6 @@
 <p>
         Private slot to push all changes to a remote repository.
 </p>
-<a NAME="HgLogBrowserDialog.__readStderr" ID="HgLogBrowserDialog.__readStderr"></a>
-<h4>HgLogBrowserDialog.__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="HgLogBrowserDialog.__readStdout" ID="HgLogBrowserDialog.__readStdout"></a>
-<h4>HgLogBrowserDialog.__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="HgLogBrowserDialog.__reloadGeometry" ID="HgLogBrowserDialog.__reloadGeometry"></a>
 <h4>HgLogBrowserDialog.__reloadGeometry</h4>
 <b>__reloadGeometry</b>(<i></i>)
@@ -1213,20 +1146,6 @@
 radius of the indicator circle (integer)
 </dd>
 </dl>
-<a NAME="HgLogBrowserDialog.keyPressEvent" ID="HgLogBrowserDialog.keyPressEvent"></a>
-<h4>HgLogBrowserDialog.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="HgLogBrowserDialog.on_branchCombo_activated" ID="HgLogBrowserDialog.on_branchCombo_activated"></a>
 <h4>HgLogBrowserDialog.on_branchCombo_activated</h4>
 <b>on_branchCombo_activated</b>(<i>txt</i>)
@@ -1336,13 +1255,6 @@
 new date (QDate)
 </dd>
 </dl>
-<a NAME="HgLogBrowserDialog.on_input_returnPressed" ID="HgLogBrowserDialog.on_input_returnPressed"></a>
-<h4>HgLogBrowserDialog.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="HgLogBrowserDialog.on_logTree_currentItemChanged" ID="HgLogBrowserDialog.on_logTree_currentItemChanged"></a>
 <h4>HgLogBrowserDialog.on_logTree_currentItemChanged</h4>
 <b>on_logTree_currentItemChanged</b>(<i>current, previous</i>)
@@ -1389,20 +1301,6 @@
 <p>
         Private slot to handle the Next button.
 </p>
-<a NAME="HgLogBrowserDialog.on_passwordCheckBox_toggled" ID="HgLogBrowserDialog.on_passwordCheckBox_toggled"></a>
-<h4>HgLogBrowserDialog.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="HgLogBrowserDialog.on_refreshButton_clicked" ID="HgLogBrowserDialog.on_refreshButton_clicked"></a>
 <h4>HgLogBrowserDialog.on_refreshButton_clicked</h4>
 <b>on_refreshButton_clicked</b>(<i>addNext=False</i>)
@@ -1467,13 +1365,6 @@
 text of the selected link
 </dd>
 </dl>
-<a NAME="HgLogBrowserDialog.on_sendButton_clicked" ID="HgLogBrowserDialog.on_sendButton_clicked"></a>
-<h4>HgLogBrowserDialog.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="HgLogBrowserDialog.on_stopCheckBox_clicked" ID="HgLogBrowserDialog.on_stopCheckBox_clicked"></a>
 <h4>HgLogBrowserDialog.on_stopCheckBox_clicked</h4>
 <b>on_stopCheckBox_clicked</b>(<i>checked</i>)

eric ide

mercurial