--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html Fri Dec 23 15:29:00 2011 +0100 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html Fri Dec 23 17:48:33 2011 +0100 @@ -64,12 +64,18 @@ <td><a href="#SvnDiffDialog.__appendText">__appendText</a></td> <td>Private method to append text to the end of the contents pane.</td> </tr><tr> +<td><a href="#SvnDiffDialog.__extractFileName">__extractFileName</a></td> +<td>Private method to extract the file name out of a file separator line.</td> +</tr><tr> <td><a href="#SvnDiffDialog.__getVersionArg">__getVersionArg</a></td> <td>Private method to get a svn revision argument for the given revision.</td> </tr><tr> <td><a href="#SvnDiffDialog.__procFinished">__procFinished</a></td> <td>Private slot connected to the finished signal.</td> </tr><tr> +<td><a href="#SvnDiffDialog.__processFileLine">__processFileLine</a></td> +<td>Private slot to process a line giving the old/new file.</td> +</tr><tr> <td><a href="#SvnDiffDialog.__readStderr">__readStderr</a></td> <td>Private slot to handle the readyReadStandardError signal.</td> </tr><tr> @@ -85,6 +91,9 @@ <td><a href="#SvnDiffDialog.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="#SvnDiffDialog.on_filesCombo_activated">on_filesCombo_activated</a></td> +<td>Private slot to handle the selection of a file.</td> +</tr><tr> <td><a href="#SvnDiffDialog.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> @@ -131,6 +140,21 @@ <dd> text format to be used (QTextCharFormat) </dd> +</dl><a NAME="SvnDiffDialog.__extractFileName" ID="SvnDiffDialog.__extractFileName"></a> +<h4>SvnDiffDialog.__extractFileName</h4> +<b>__extractFileName</b>(<i>line</i>) +<p> + Private method to extract the file name out of a file separator line. +</p><dl> +<dt><i>line</i></dt> +<dd> +line to be processed (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +extracted file name (string) +</dd> </dl><a NAME="SvnDiffDialog.__getVersionArg" ID="SvnDiffDialog.__getVersionArg"></a> <h4>SvnDiffDialog.__getVersionArg</h4> <b>__getVersionArg</b>(<i>version</i>) @@ -159,6 +183,16 @@ <dd> exit status of the process (QProcess.ExitStatus) </dd> +</dl><a NAME="SvnDiffDialog.__processFileLine" ID="SvnDiffDialog.__processFileLine"></a> +<h4>SvnDiffDialog.__processFileLine</h4> +<b>__processFileLine</b>(<i>line</i>) +<p> + Private slot to process a line giving the old/new file. +</p><dl> +<dt><i>line</i></dt> +<dd> +line to be processed (string) +</dd> </dl><a NAME="SvnDiffDialog.__readStderr" ID="SvnDiffDialog.__readStderr"></a> <h4>SvnDiffDialog.__readStderr</h4> <b>__readStderr</b>(<i></i>) @@ -205,6 +239,16 @@ <dd> button that was clicked (QAbstractButton) </dd> +</dl><a NAME="SvnDiffDialog.on_filesCombo_activated" ID="SvnDiffDialog.on_filesCombo_activated"></a> +<h4>SvnDiffDialog.on_filesCombo_activated</h4> +<b>on_filesCombo_activated</b>(<i>index</i>) +<p> + Private slot to handle the selection of a file. +</p><dl> +<dt><i>index</i></dt> +<dd> +activated row (integer) +</dd> </dl><a NAME="SvnDiffDialog.on_input_returnPressed" ID="SvnDiffDialog.on_input_returnPressed"></a> <h4>SvnDiffDialog.on_input_returnPressed</h4> <b>on_input_returnPressed</b>(<i></i>)