diff -r 0128383c759c -r d5e035c315d5 Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html --- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html Wed Aug 31 19:35:11 2011 +0200 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html Wed Aug 31 19:36:30 2011 +0200 @@ -64,18 +64,27 @@ <td><a href="#HgLogDialog.__init__">HgLogDialog</a></td> <td>Constructor</td> </tr><tr> +<td><a href="#HgLogDialog.__finish">__finish</a></td> +<td>Private slot called when the process finished or the user pressed the button.</td> +</tr><tr> <td><a href="#HgLogDialog.__getParents">__getParents</a></td> <td>Private method to get the parents of the currently viewed file/directory.</td> </tr><tr> <td><a href="#HgLogDialog.__procFinished">__procFinished</a></td> <td>Private slot connected to the finished signal.</td> </tr><tr> +<td><a href="#HgLogDialog.__processOutputLine">__processOutputLine</a></td> +<td>Private method to process the lines of output.</td> +</tr><tr> <td><a href="#HgLogDialog.__readStderr">__readStderr</a></td> <td>Private slot to handle the readyReadStandardError signal.</td> </tr><tr> <td><a href="#HgLogDialog.__readStdout">__readStdout</a></td> <td>Private slot to handle the readyReadStandardOutput signal.</td> </tr><tr> +<td><a href="#HgLogDialog.__showError">__showError</a></td> +<td>Private slot to show some error.</td> +</tr><tr> <td><a href="#HgLogDialog.__sourceChanged">__sourceChanged</a></td> <td>Private slot to handle the sourceChanged signal of the contents pane.</td> </tr><tr> @@ -121,7 +130,12 @@ <dd> parent widget (QWidget) </dd> -</dl><a NAME="HgLogDialog.__getParents" ID="HgLogDialog.__getParents"></a> +</dl><a NAME="HgLogDialog.__finish" ID="HgLogDialog.__finish"></a> +<h4>HgLogDialog.__finish</h4> +<b>__finish</b>(<i></i>) +<p> + Private slot called when the process finished or the user pressed the button. +</p><a NAME="HgLogDialog.__getParents" ID="HgLogDialog.__getParents"></a> <h4>HgLogDialog.__getParents</h4> <b>__getParents</b>(<i>rev</i>) <p> @@ -149,6 +163,16 @@ <dd> exit status of the process (QProcess.ExitStatus) </dd> +</dl><a NAME="HgLogDialog.__processOutputLine" ID="HgLogDialog.__processOutputLine"></a> +<h4>HgLogDialog.__processOutputLine</h4> +<b>__processOutputLine</b>(<i>line</i>) +<p> + Private method to process the lines of output. +</p><dl> +<dt><i>line</i></dt> +<dd> +output line to be processed (string) +</dd> </dl><a NAME="HgLogDialog.__readStderr" ID="HgLogDialog.__readStderr"></a> <h4>HgLogDialog.__readStderr</h4> <b>__readStderr</b>(<i></i>) @@ -164,7 +188,17 @@ 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="HgLogDialog.__sourceChanged" ID="HgLogDialog.__sourceChanged"></a> +</p><a NAME="HgLogDialog.__showError" ID="HgLogDialog.__showError"></a> +<h4>HgLogDialog.__showError</h4> +<b>__showError</b>(<i>out</i>) +<p> + Private slot to show some error. +</p><dl> +<dt><i>out</i></dt> +<dd> +error to be shown (string) +</dd> +</dl><a NAME="HgLogDialog.__sourceChanged" ID="HgLogDialog.__sourceChanged"></a> <h4>HgLogDialog.__sourceChanged</h4> <b>__sourceChanged</b>(<i>url</i>) <p>