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

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html	Fri Dec 22 19:45:17 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html	Sat Dec 23 15:40:23 2023 +0100
@@ -194,13 +194,13 @@
 </p>
 <dl>
 
-<dt><i>vcs</i></dt>
+<dt><i>vcs</i> (Subversion)</dt>
 <dd>
 reference to the vcs object
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-parent widget (QWidget)
+parent widget
 </dd>
 </dl>
 <a NAME="SvnLogBrowserDialog.__diffRevisions" ID="SvnLogBrowserDialog.__diffRevisions"></a>
@@ -212,17 +212,17 @@
 </p>
 <dl>
 
-<dt><i>rev1</i></dt>
+<dt><i>rev1</i> (int)</dt>
 <dd>
-first revision number (integer)
+first revision number
 </dd>
-<dt><i>rev2</i></dt>
+<dt><i>rev2</i> (int)</dt>
 <dd>
-second revision number (integer)
+second revision number
 </dd>
-<dt><i>peg_rev</i></dt>
+<dt><i>peg_rev</i> (int)</dt>
 <dd>
-revision number to use as a reference (integer)
+revision number to use as a reference
 </dd>
 </dl>
 <a NAME="SvnLogBrowserDialog.__filterLogs" ID="SvnLogBrowserDialog.__filterLogs"></a>
@@ -248,27 +248,33 @@
 </p>
 <dl>
 
-<dt><i>action</i></dt>
+<dt><i>action</i> (str)</dt>
 <dd>
 indicator for the change action ("A", "D" or "M")
 </dd>
-<dt><i>path</i></dt>
+<dt><i>path</i> (str)</dt>
 <dd>
-path of the file in the repository (string)
+path of the file in the repository
 </dd>
-<dt><i>copyFrom</i></dt>
+<dt><i>copyFrom</i> (str)</dt>
 <dd>
-path the file was copied from (None, string)
+path the file was copied from
 </dd>
-<dt><i>copyRev</i></dt>
+<dt><i>copyRev</i> (str)</dt>
 <dd>
-revision the file was copied from (None, string)
+revision the file was copied from
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-reference to the generated item (QTreeWidgetItem)
+reference to the generated item
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QTreeWidgetItem
 </dd>
 </dl>
 <a NAME="SvnLogBrowserDialog.__generateLogItem" ID="SvnLogBrowserDialog.__generateLogItem"></a>
@@ -280,23 +286,23 @@
 </p>
 <dl>
 
-<dt><i>author</i></dt>
+<dt><i>author</i> (str)</dt>
 <dd>
-author info (string)
+author info
 </dd>
-<dt><i>date</i></dt>
+<dt><i>date</i> (int)</dt>
 <dd>
-date info (integer)
+date info
 </dd>
-<dt><i>message</i></dt>
+<dt><i>message</i> (str)</dt>
 <dd>
-text of the log message (string)
+text of the log message
 </dd>
-<dt><i>revision</i></dt>
+<dt><i>revision</i> (str or pysvn.opt_revision_kind)</dt>
 <dd>
-revision info (string or pysvn.opt_revision_kind)
+revision info
 </dd>
-<dt><i>changedPaths</i></dt>
+<dt><i>changedPaths</i> (dict like)</dt>
 <dd>
 list of pysvn dictionary like objects containing
             info about the changed files/directories
@@ -305,7 +311,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-reference to the generated item (QTreeWidgetItem)
+reference to the generated item
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QTreeWidgetItem
 </dd>
 </dl>
 <a NAME="SvnLogBrowserDialog.__getLogEntries" ID="SvnLogBrowserDialog.__getLogEntries"></a>
@@ -317,9 +329,9 @@
 </p>
 <dl>
 
-<dt><i>startRev</i></dt>
+<dt><i>startRev</i> (tuple of (int, str))</dt>
 <dd>
-revision number to start from (integer, string)
+revision number to start from
 </dd>
 </dl>
 <a NAME="SvnLogBrowserDialog.__initData" ID="SvnLogBrowserDialog.__initData"></a>
@@ -373,9 +385,9 @@
 </p>
 <dl>
 
-<dt><i>msg</i></dt>
+<dt><i>msg</i> (str)</dt>
 <dd>
-error message to show (string)
+error message to show
 </dd>
 </dl>
 <a NAME="SvnLogBrowserDialog._reset" ID="SvnLogBrowserDialog._reset"></a>
@@ -394,9 +406,9 @@
 </p>
 <dl>
 
-<dt><i>e</i></dt>
+<dt><i>e</i> (QCloseEvent)</dt>
 <dd>
-close event (QCloseEvent)
+close event
 </dd>
 </dl>
 <a NAME="SvnLogBrowserDialog.on_buttonBox_clicked" ID="SvnLogBrowserDialog.on_buttonBox_clicked"></a>
@@ -408,9 +420,9 @@
 </p>
 <dl>
 
-<dt><i>button</i></dt>
+<dt><i>button</i> (QAbstractButton)</dt>
 <dd>
-button that was clicked (QAbstractButton)
+button that was clicked
 </dd>
 </dl>
 <a NAME="SvnLogBrowserDialog.on_diffPreviousButton_clicked" ID="SvnLogBrowserDialog.on_diffPreviousButton_clicked"></a>
@@ -457,9 +469,9 @@
 </p>
 <dl>
 
-<dt><i>date</i></dt>
+<dt><i>date</i> (QDate)</dt>
 <dd>
-new date (QDate)
+new date
 </dd>
 </dl>
 <a NAME="SvnLogBrowserDialog.on_logTree_currentItemChanged" ID="SvnLogBrowserDialog.on_logTree_currentItemChanged"></a>
@@ -471,13 +483,13 @@
 </p>
 <dl>
 
-<dt><i>current</i></dt>
+<dt><i>current</i> (QTreeWidgetItem)</dt>
 <dd>
-reference to the new current item (QTreeWidgetItem)
+reference to the new current item
 </dd>
-<dt><i>previous</i></dt>
+<dt><i>previous</i> (QTreeWidgetItem)</dt>
 <dd>
-reference to the old current item (QTreeWidgetItem)
+reference to the old current item
 </dd>
 </dl>
 <a NAME="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" ID="SvnLogBrowserDialog.on_logTree_itemSelectionChanged"></a>
@@ -503,9 +515,9 @@
 </p>
 <dl>
 
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-filter expression (string)
+filter expression
 </dd>
 </dl>
 <a NAME="SvnLogBrowserDialog.on_stopCheckBox_clicked" ID="SvnLogBrowserDialog.on_stopCheckBox_clicked"></a>
@@ -517,9 +529,9 @@
 </p>
 <dl>
 
-<dt><i>checked</i></dt>
+<dt><i>checked</i> (bool)</dt>
 <dd>
-flag indicating the check box state (boolean)
+flag indicating the check box state
 </dd>
 </dl>
 <a NAME="SvnLogBrowserDialog.on_toDate_dateChanged" ID="SvnLogBrowserDialog.on_toDate_dateChanged"></a>
@@ -531,9 +543,9 @@
 </p>
 <dl>
 
-<dt><i>date</i></dt>
+<dt><i>date</i> (QDate)</dt>
 <dd>
-new date (QDate)
+new date
 </dd>
 </dl>
 <a NAME="SvnLogBrowserDialog.on_upButton_clicked" ID="SvnLogBrowserDialog.on_upButton_clicked"></a>
@@ -559,14 +571,13 @@
 </p>
 <dl>
 
-<dt><i>fn</i></dt>
+<dt><i>fn</i> (str)</dt>
 <dd>
-filename to show the log for (string)
+filename to show the log for
 </dd>
-<dt><i>isFile</i></dt>
+<dt><i>isFile</i> (bool)</dt>
 <dd>
 flag indicating log for a file is to be shown
-            (boolean)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial