--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog</h1> <p> -Module implementing a dialog to show the output of the svn log command process. +Module implementing a dialog to show the output of the svn log command process. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#SvnLogDialog">SvnLogDialog</a></td> -<td>Class implementing a dialog to show the output of the svn log command.</td> +<td>Class implementing a dialog to show the output of the svn log command.</td> </tr> </table> <h3>Functions</h3> @@ -43,10 +43,10 @@ <a NAME="SvnLogDialog" ID="SvnLogDialog"></a> <h2>SvnLogDialog</h2> <p> - Class implementing a dialog to show the output of the svn log command. + Class implementing a dialog to show the output of the svn log command. </p><p> - The dialog is nonmodal. Clicking a link in the upper text pane shows - a diff of the versions. + The dialog is nonmodal. Clicking a link in the upper text pane shows + a diff of the versions. </p> <h3>Derived from</h3> QWidget, SvnDialogMixin, Ui_SvnLogDialog @@ -58,84 +58,84 @@ <table> <tr> <td><a href="#SvnLogDialog.__init__">SvnLogDialog</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#SvnLogDialog.__finish">__finish</a></td> -<td>Private slot called when the user pressed the button.</td> +<td>Private slot called when the user pressed the button.</td> </tr><tr> <td><a href="#SvnLogDialog.__showError">__showError</a></td> -<td>Private slot to show an error message.</td> +<td>Private slot to show an error message.</td> </tr><tr> <td><a href="#SvnLogDialog.__sourceChanged">__sourceChanged</a></td> -<td>Private slot to handle the sourceChanged signal of the contents pane.</td> +<td>Private slot to handle the sourceChanged signal of the contents pane.</td> </tr><tr> <td><a href="#SvnLogDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> -<td>Private slot called by a button of the button box clicked.</td> +<td>Private slot called by a button of the button box clicked.</td> </tr><tr> <td><a href="#SvnLogDialog.start">start</a></td> -<td>Public slot to start the svn log command.</td> +<td>Public slot to start the svn log command.</td> </tr> </table> <a NAME="SvnLogDialog.__init__" ID="SvnLogDialog.__init__"></a> <h4>SvnLogDialog (Constructor)</h4> <b>SvnLogDialog</b>(<i>vcs, parent = None</i>) <p> - Constructor + Constructor </p><dl> <dt><i>vcs</i></dt> <dd> -reference to the vcs object +reference to the vcs object </dd><dt><i>parent</i></dt> <dd> -parent widget (QWidget) +parent widget (QWidget) </dd> </dl><a NAME="SvnLogDialog.__finish" ID="SvnLogDialog.__finish"></a> <h4>SvnLogDialog.__finish</h4> <b>__finish</b>(<i></i>) <p> - Private slot called when the user pressed the button. + Private slot called when the user pressed the button. </p><a NAME="SvnLogDialog.__showError" ID="SvnLogDialog.__showError"></a> <h4>SvnLogDialog.__showError</h4> <b>__showError</b>(<i>msg</i>) <p> - Private slot to show an error message. + Private slot to show an error message. </p><dl> <dt><i>msg</i></dt> <dd> -error message to show (string or QString) +error message to show (string or QString) </dd> </dl><a NAME="SvnLogDialog.__sourceChanged" ID="SvnLogDialog.__sourceChanged"></a> <h4>SvnLogDialog.__sourceChanged</h4> <b>__sourceChanged</b>(<i>url</i>) <p> - Private slot to handle the sourceChanged signal of the contents pane. + Private slot to handle the sourceChanged signal of the contents pane. </p><dl> <dt><i>url</i></dt> <dd> -the url that was clicked (QUrl) +the url that was clicked (QUrl) </dd> </dl><a NAME="SvnLogDialog.on_buttonBox_clicked" ID="SvnLogDialog.on_buttonBox_clicked"></a> <h4>SvnLogDialog.on_buttonBox_clicked</h4> <b>on_buttonBox_clicked</b>(<i>button</i>) <p> - Private slot called by a button of the button box clicked. + Private slot called by a button of the button box clicked. </p><dl> <dt><i>button</i></dt> <dd> -button that was clicked (QAbstractButton) +button that was clicked (QAbstractButton) </dd> </dl><a NAME="SvnLogDialog.start" ID="SvnLogDialog.start"></a> <h4>SvnLogDialog.start</h4> <b>start</b>(<i>fn, noEntries = 0</i>) <p> - Public slot to start the svn log command. + Public slot to start the svn log command. </p><dl> <dt><i>fn</i></dt> <dd> -filename to show the log for (string) +filename to show the log for (string) </dd><dt><i>noEntries</i></dt> <dd> -number of entries to show (integer) +number of entries to show (integer) </dd> </dl> <div align="right"><a href="#top">Up</a></div>