src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html

branch
eric7
changeset 10479
856476537696
parent 10438
4cd7e5a8b3cf
child 10690
fab36645aa7d
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog</h1>
-
 <p>
 Module implementing a dialog to browse the log history.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#SvnLogBrowserDialog">SvnLogBrowserDialog</a></td>
 <td>Class implementing a dialog to browse the log history.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="SvnLogBrowserDialog" ID="SvnLogBrowserDialog"></a>
 <h2>SvnLogBrowserDialog</h2>
-
 <p>
     Class implementing a dialog to browse the log history.
 </p>
+
 <h3>Derived from</h3>
 QWidget, Ui_SvnLogBrowserDialog
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#SvnLogBrowserDialog.__init__">SvnLogBrowserDialog</a></td>
 <td>Constructor</td>
@@ -207,19 +204,20 @@
 <td>Public slot to start the svn log command.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="SvnLogBrowserDialog.__init__" ID="SvnLogBrowserDialog.__init__"></a>
 <h4>SvnLogBrowserDialog (Constructor)</h4>
 <b>SvnLogBrowserDialog</b>(<i>vcs, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>vcs</i> (Subversion)</dt>
@@ -234,7 +232,6 @@
 <a NAME="SvnLogBrowserDialog.__addFinishCallback" ID="SvnLogBrowserDialog.__addFinishCallback"></a>
 <h4>SvnLogBrowserDialog.__addFinishCallback</h4>
 <b>__addFinishCallback</b>(<i>callback</i>)
-
 <p>
         Private method to add a method to be called once the process finished.
 </p>
@@ -242,6 +239,7 @@
         The callback methods are invoke in a FIFO style and are consumed. If
         a callback method needs to be called again, it must be added again.
 </p>
+
 <dl>
 
 <dt><i>callback</i> (function)</dt>
@@ -252,10 +250,10 @@
 <a NAME="SvnLogBrowserDialog.__diffRevisions" ID="SvnLogBrowserDialog.__diffRevisions"></a>
 <h4>SvnLogBrowserDialog.__diffRevisions</h4>
 <b>__diffRevisions</b>(<i>rev1, rev2</i>)
-
 <p>
         Private method to do a diff of two revisions.
 </p>
+
 <dl>
 
 <dt><i>rev1</i> (int)</dt>
@@ -270,25 +268,25 @@
 <a NAME="SvnLogBrowserDialog.__filterLogs" ID="SvnLogBrowserDialog.__filterLogs"></a>
 <h4>SvnLogBrowserDialog.__filterLogs</h4>
 <b>__filterLogs</b>(<i></i>)
-
 <p>
         Private method to filter the log entries.
 </p>
+
 <a NAME="SvnLogBrowserDialog.__finish" ID="SvnLogBrowserDialog.__finish"></a>
 <h4>SvnLogBrowserDialog.__finish</h4>
 <b>__finish</b>(<i></i>)
-
 <p>
         Private slot called when the process finished or the user pressed the
         button.
 </p>
+
 <a NAME="SvnLogBrowserDialog.__generateFileItem" ID="SvnLogBrowserDialog.__generateFileItem"></a>
 <h4>SvnLogBrowserDialog.__generateFileItem</h4>
 <b>__generateFileItem</b>(<i>action, path, copyFrom, copyRev</i>)
-
 <p>
         Private method to generate a changed files tree entry.
 </p>
+
 <dl>
 
 <dt><i>action</i> (str)</dt>
@@ -323,10 +321,10 @@
 <a NAME="SvnLogBrowserDialog.__generateLogItem" ID="SvnLogBrowserDialog.__generateLogItem"></a>
 <h4>SvnLogBrowserDialog.__generateLogItem</h4>
 <b>__generateLogItem</b>(<i>author, date, message, revision, changedPaths</i>)
-
 <p>
         Private method to generate a log tree entry.
 </p>
+
 <dl>
 
 <dt><i>author</i> (str)</dt>
@@ -366,10 +364,10 @@
 <a NAME="SvnLogBrowserDialog.__getLogEntries" ID="SvnLogBrowserDialog.__getLogEntries"></a>
 <h4>SvnLogBrowserDialog.__getLogEntries</h4>
 <b>__getLogEntries</b>(<i>startRev=None</i>)
-
 <p>
         Private method to retrieve log entries from the repository.
 </p>
+
 <dl>
 
 <dt><i>startRev</i> (int or str)</dt>
@@ -380,17 +378,17 @@
 <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.__procFinished" ID="SvnLogBrowserDialog.__procFinished"></a>
 <h4>SvnLogBrowserDialog.__procFinished</h4>
 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
-
 <p>
         Private slot connected to the finished signal.
 </p>
+
 <dl>
 
 <dt><i>exitCode</i> (int)</dt>
@@ -405,14 +403,13 @@
 <a NAME="SvnLogBrowserDialog.__processBuffer" ID="SvnLogBrowserDialog.__processBuffer"></a>
 <h4>SvnLogBrowserDialog.__processBuffer</h4>
 <b>__processBuffer</b>(<i></i>)
-
 <p>
         Private method to process the buffered output of the svn log command.
 </p>
+
 <a NAME="SvnLogBrowserDialog.__readStderr" ID="SvnLogBrowserDialog.__readStderr"></a>
 <h4>SvnLogBrowserDialog.__readStderr</h4>
 <b>__readStderr</b>(<i></i>)
-
 <p>
         Private slot to handle the readyReadStandardError signal.
 </p>
@@ -420,58 +417,59 @@
         It reads the error output of the process and inserts it into the
         error pane.
 </p>
+
 <a NAME="SvnLogBrowserDialog.__readStdout" ID="SvnLogBrowserDialog.__readStdout"></a>
 <h4>SvnLogBrowserDialog.__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="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>
         Private method to resize the changed files tree columns.
 </p>
+
 <a NAME="SvnLogBrowserDialog.__resizeColumnsLog" ID="SvnLogBrowserDialog.__resizeColumnsLog"></a>
 <h4>SvnLogBrowserDialog.__resizeColumnsLog</h4>
 <b>__resizeColumnsLog</b>(<i></i>)
-
 <p>
         Private method to resize the log tree columns.
 </p>
+
 <a NAME="SvnLogBrowserDialog.__resortFiles" ID="SvnLogBrowserDialog.__resortFiles"></a>
 <h4>SvnLogBrowserDialog.__resortFiles</h4>
 <b>__resortFiles</b>(<i></i>)
-
 <p>
         Private method to resort the changed files tree.
 </p>
+
 <a NAME="SvnLogBrowserDialog.__resortLog" ID="SvnLogBrowserDialog.__resortLog"></a>
 <h4>SvnLogBrowserDialog.__resortLog</h4>
 <b>__resortLog</b>(<i></i>)
-
 <p>
         Private method to resort the log tree.
 </p>
+
 <a NAME="SvnLogBrowserDialog.closeEvent" ID="SvnLogBrowserDialog.closeEvent"></a>
 <h4>SvnLogBrowserDialog.closeEvent</h4>
 <b>closeEvent</b>(<i>e</i>)
-
 <p>
         Protected slot implementing a close event handler.
 </p>
+
 <dl>
 
 <dt><i>e</i> (QCloseEvent)</dt>
@@ -482,10 +480,10 @@
 <a NAME="SvnLogBrowserDialog.keyPressEvent" ID="SvnLogBrowserDialog.keyPressEvent"></a>
 <h4>SvnLogBrowserDialog.keyPressEvent</h4>
 <b>keyPressEvent</b>(<i>evt</i>)
-
 <p>
         Protected slot to handle a key press event.
 </p>
+
 <dl>
 
 <dt><i>evt</i> (QKeyEvent)</dt>
@@ -496,10 +494,10 @@
 <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>
         Private slot called by a button of the button box clicked.
 </p>
+
 <dl>
 
 <dt><i>button</i> (QAbstractButton)</dt>
@@ -510,31 +508,31 @@
 <a NAME="SvnLogBrowserDialog.on_diffPreviousButton_clicked" ID="SvnLogBrowserDialog.on_diffPreviousButton_clicked"></a>
 <h4>SvnLogBrowserDialog.on_diffPreviousButton_clicked</h4>
 <b>on_diffPreviousButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the Diff to Previous button.
 </p>
+
 <a NAME="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" ID="SvnLogBrowserDialog.on_diffRevisionsButton_clicked"></a>
 <h4>SvnLogBrowserDialog.on_diffRevisionsButton_clicked</h4>
 <b>on_diffRevisionsButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the Compare Revisions button.
 </p>
+
 <a NAME="SvnLogBrowserDialog.on_downButton_clicked" ID="SvnLogBrowserDialog.on_downButton_clicked"></a>
 <h4>SvnLogBrowserDialog.on_downButton_clicked</h4>
 <b>on_downButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to move the current item down one entry.
 </p>
+
 <a NAME="SvnLogBrowserDialog.on_fieldCombo_activated" ID="SvnLogBrowserDialog.on_fieldCombo_activated"></a>
 <h4>SvnLogBrowserDialog.on_fieldCombo_activated</h4>
 <b>on_fieldCombo_activated</b>(<i>index</i>)
-
 <p>
         Private slot called, when a new filter field is selected.
 </p>
+
 <dl>
 
 <dt><i>index</i> (int)</dt>
@@ -545,10 +543,10 @@
 <a NAME="SvnLogBrowserDialog.on_fromDate_dateChanged" ID="SvnLogBrowserDialog.on_fromDate_dateChanged"></a>
 <h4>SvnLogBrowserDialog.on_fromDate_dateChanged</h4>
 <b>on_fromDate_dateChanged</b>(<i>date</i>)
-
 <p>
         Private slot called, when the from date changes.
 </p>
+
 <dl>
 
 <dt><i>date</i> (QDate)</dt>
@@ -559,17 +557,17 @@
 <a NAME="SvnLogBrowserDialog.on_input_returnPressed" ID="SvnLogBrowserDialog.on_input_returnPressed"></a>
 <h4>SvnLogBrowserDialog.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="SvnLogBrowserDialog.on_logTree_currentItemChanged" ID="SvnLogBrowserDialog.on_logTree_currentItemChanged"></a>
 <h4>SvnLogBrowserDialog.on_logTree_currentItemChanged</h4>
 <b>on_logTree_currentItemChanged</b>(<i>current, previous</i>)
-
 <p>
         Private slot called, when the current item of the log tree changes.
 </p>
+
 <dl>
 
 <dt><i>current</i> (QTreeWidgetItem)</dt>
@@ -584,24 +582,24 @@
 <a NAME="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" ID="SvnLogBrowserDialog.on_logTree_itemSelectionChanged"></a>
 <h4>SvnLogBrowserDialog.on_logTree_itemSelectionChanged</h4>
 <b>on_logTree_itemSelectionChanged</b>(<i></i>)
-
 <p>
         Private slot called, when the selection has changed.
 </p>
+
 <a NAME="SvnLogBrowserDialog.on_nextButton_clicked" ID="SvnLogBrowserDialog.on_nextButton_clicked"></a>
 <h4>SvnLogBrowserDialog.on_nextButton_clicked</h4>
 <b>on_nextButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to handle the Next button.
 </p>
+
 <a NAME="SvnLogBrowserDialog.on_passwordCheckBox_toggled" ID="SvnLogBrowserDialog.on_passwordCheckBox_toggled"></a>
 <h4>SvnLogBrowserDialog.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> (bool)</dt>
@@ -612,10 +610,10 @@
 <a NAME="SvnLogBrowserDialog.on_rxEdit_textChanged" ID="SvnLogBrowserDialog.on_rxEdit_textChanged"></a>
 <h4>SvnLogBrowserDialog.on_rxEdit_textChanged</h4>
 <b>on_rxEdit_textChanged</b>(<i>txt</i>)
-
 <p>
         Private slot called, when a filter expression is entered.
 </p>
+
 <dl>
 
 <dt><i>txt</i> (str)</dt>
@@ -626,17 +624,17 @@
 <a NAME="SvnLogBrowserDialog.on_sendButton_clicked" ID="SvnLogBrowserDialog.on_sendButton_clicked"></a>
 <h4>SvnLogBrowserDialog.on_sendButton_clicked</h4>
 <b>on_sendButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to send the input to the subversion process.
 </p>
+
 <a NAME="SvnLogBrowserDialog.on_stopCheckBox_clicked" ID="SvnLogBrowserDialog.on_stopCheckBox_clicked"></a>
 <h4>SvnLogBrowserDialog.on_stopCheckBox_clicked</h4>
 <b>on_stopCheckBox_clicked</b>(<i>checked</i>)
-
 <p>
         Private slot called, when the stop on copy/move checkbox is clicked.
 </p>
+
 <dl>
 
 <dt><i>checked</i> (bool)</dt>
@@ -647,10 +645,10 @@
 <a NAME="SvnLogBrowserDialog.on_toDate_dateChanged" ID="SvnLogBrowserDialog.on_toDate_dateChanged"></a>
 <h4>SvnLogBrowserDialog.on_toDate_dateChanged</h4>
 <b>on_toDate_dateChanged</b>(<i>date</i>)
-
 <p>
         Private slot called, when the from date changes.
 </p>
+
 <dl>
 
 <dt><i>date</i> (QDate)</dt>
@@ -661,24 +659,24 @@
 <a NAME="SvnLogBrowserDialog.on_upButton_clicked" ID="SvnLogBrowserDialog.on_upButton_clicked"></a>
 <h4>SvnLogBrowserDialog.on_upButton_clicked</h4>
 <b>on_upButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to move the current item up one entry.
 </p>
+
 <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, isFile=False</i>)
-
 <p>
         Public slot to start the svn log command.
 </p>
+
 <dl>
 
 <dt><i>fn</i> (str)</dt>
@@ -692,4 +690,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial