--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html Tue Feb 18 19:25:24 2014 +0100 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html Wed Feb 19 19:45:06 2014 +0100 @@ -78,6 +78,12 @@ <td><a href="#SvnLogBrowserDialog.__getLogEntries">__getLogEntries</a></td> <td>Private method to retrieve log entries from the repository.</td> </tr><tr> +<td><a href="#SvnLogBrowserDialog.__initData">__initData</a></td> +<td>Private method to (re-)initialize some data.</td> +</tr><tr> +<td><a href="#SvnLogBrowserDialog.__resetUI">__resetUI</a></td> +<td>Private method to reset the user interface.</td> +</tr><tr> <td><a href="#SvnLogBrowserDialog.__resizeColumnsFiles">__resizeColumnsFiles</a></td> <td>Private method to resize the changed files tree columns.</td> </tr><tr> @@ -96,6 +102,9 @@ <td><a href="#SvnLogBrowserDialog._reset">_reset</a></td> <td>Protected method to reset the internal state of the dialog.</td> </tr><tr> +<td><a href="#SvnLogBrowserDialog.closeEvent">closeEvent</a></td> +<td>Private slot implementing a close event handler.</td> +</tr><tr> <td><a href="#SvnLogBrowserDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> <td>Private slot called by a button of the button box clicked.</td> </tr><tr> @@ -129,6 +138,9 @@ <td><a href="#SvnLogBrowserDialog.on_toDate_dateChanged">on_toDate_dateChanged</a></td> <td>Private slot called, when the from date changes.</td> </tr><tr> +<td><a href="#SvnLogBrowserDialog.show">show</a></td> +<td>Public slot to show the dialog.</td> +</tr><tr> <td><a href="#SvnLogBrowserDialog.start">start</a></td> <td>Public slot to start the svn log command.</td> </tr> @@ -139,16 +151,13 @@ </table> <a NAME="SvnLogBrowserDialog.__init__" ID="SvnLogBrowserDialog.__init__"></a> <h4>SvnLogBrowserDialog (Constructor)</h4> -<b>SvnLogBrowserDialog</b>(<i>vcs, isFile=False, parent=None</i>) +<b>SvnLogBrowserDialog</b>(<i>vcs, parent=None</i>) <p> Constructor </p><dl> <dt><i>vcs</i></dt> <dd> reference to the vcs object -</dd><dt><i>isFile</i></dt> -<dd> -flag indicating log for a file is to be shown (boolean) </dd><dt><i>parent</i></dt> <dd> parent widget (QWidget) @@ -241,7 +250,17 @@ <dd> revision number to start from (integer, string) </dd> -</dl><a NAME="SvnLogBrowserDialog.__resizeColumnsFiles" ID="SvnLogBrowserDialog.__resizeColumnsFiles"></a> +</dl><a NAME="SvnLogBrowserDialog.__initData" ID="SvnLogBrowserDialog.__initData"></a> +<h4>SvnLogBrowserDialog.__initData</h4> +<b>__initData</b>(<i></i>) +<p> + Private method to (re-)initialize some data. +</p><a NAME="SvnLogBrowserDialog.__resetUI" ID="SvnLogBrowserDialog.__resetUI"></a> +<h4>SvnLogBrowserDialog.__resetUI</h4> +<b>__resetUI</b>(<i></i>) +<p> + Private method to reset the user interface. +</p><a NAME="SvnLogBrowserDialog.__resizeColumnsFiles" ID="SvnLogBrowserDialog.__resizeColumnsFiles"></a> <h4>SvnLogBrowserDialog.__resizeColumnsFiles</h4> <b>__resizeColumnsFiles</b>(<i></i>) <p> @@ -276,7 +295,17 @@ <b>_reset</b>(<i></i>) <p> Protected method to reset the internal state of the dialog. -</p><a NAME="SvnLogBrowserDialog.on_buttonBox_clicked" ID="SvnLogBrowserDialog.on_buttonBox_clicked"></a> +</p><a NAME="SvnLogBrowserDialog.closeEvent" ID="SvnLogBrowserDialog.closeEvent"></a> +<h4>SvnLogBrowserDialog.closeEvent</h4> +<b>closeEvent</b>(<i>e</i>) +<p> + Private slot implementing a close event handler. +</p><dl> +<dt><i>e</i></dt> +<dd> +close event (QCloseEvent) +</dd> +</dl><a NAME="SvnLogBrowserDialog.on_buttonBox_clicked" ID="SvnLogBrowserDialog.on_buttonBox_clicked"></a> <h4>SvnLogBrowserDialog.on_buttonBox_clicked</h4> <b>on_buttonBox_clicked</b>(<i>button</i>) <p> @@ -369,15 +398,23 @@ <dd> new date (QDate) </dd> -</dl><a NAME="SvnLogBrowserDialog.start" ID="SvnLogBrowserDialog.start"></a> +</dl><a NAME="SvnLogBrowserDialog.show" ID="SvnLogBrowserDialog.show"></a> +<h4>SvnLogBrowserDialog.show</h4> +<b>show</b>(<i></i>) +<p> + Public slot to show the dialog. +</p><a NAME="SvnLogBrowserDialog.start" ID="SvnLogBrowserDialog.start"></a> <h4>SvnLogBrowserDialog.start</h4> -<b>start</b>(<i>fn</i>) +<b>start</b>(<i>fn, isFile=False</i>) <p> Public slot to start the svn log command. </p><dl> <dt><i>fn</i></dt> <dd> filename to show the log for (string) +</dd><dt><i>isFile=</i></dt> +<dd> +flag indicating log for a file is to be shown (boolean) </dd> </dl> <div align="right"><a href="#top">Up</a></div>