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

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9236
db53a9efe7ef
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html	Fri Dec 22 19:45:17 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html	Sat Dec 23 15:40:23 2023 +0100
@@ -150,7 +150,7 @@
 </tr>
 <tr>
 <td><a href="#SvnStatusDialog.__removeFromChangelist">__removeFromChangelist</a></td>
-<td>Private slot to remove entries from their changelists.</td>
+<td>Private slot to remove entries from their change lists.</td>
 </tr>
 <tr>
 <td><a href="#SvnStatusDialog.__resizeColumns">__resizeColumns</a></td>
@@ -276,13 +276,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="SvnStatusDialog.__add" ID="SvnStatusDialog.__add"></a>
@@ -329,9 +329,9 @@
 </p>
 <dl>
 
-<dt><i>selected</i></dt>
+<dt><i>selected</i> (bool)</dt>
 <dd>
-commit selection state to be set (boolean)
+commit selection state to be set
 </dd>
 </dl>
 <a NAME="SvnStatusDialog.__commitSelectAll" ID="SvnStatusDialog.__commitSelectAll"></a>
@@ -372,49 +372,49 @@
 </p>
 <dl>
 
-<dt><i>status</i></dt>
+<dt><i>status</i> (str)</dt>
 <dd>
-status indicator (string)
+status indicator
 </dd>
-<dt><i>propStatus</i></dt>
+<dt><i>propStatus</i> (str)</dt>
 <dd>
-property status indicator (string)
+property status indicator
 </dd>
-<dt><i>locked</i></dt>
+<dt><i>locked</i> (str)</dt>
 <dd>
-locked indicator (string)
+locked indicator
 </dd>
-<dt><i>history</i></dt>
+<dt><i>history</i> (str)</dt>
 <dd>
-history indicator (string)
+history indicator
 </dd>
-<dt><i>switched</i></dt>
+<dt><i>switched</i> (str)</dt>
 <dd>
-switched indicator (string)
+switched indicator
 </dd>
-<dt><i>lockinfo</i></dt>
+<dt><i>lockinfo</i> (str)</dt>
 <dd>
-lock indicator (string)
+lock indicator
 </dd>
-<dt><i>uptodate</i></dt>
+<dt><i>uptodate</i> (str)</dt>
 <dd>
-up to date indicator (string)
+up to date indicator
 </dd>
-<dt><i>revision</i></dt>
+<dt><i>revision</i> (str)</dt>
 <dd>
-revision string (string)
+revision string
 </dd>
-<dt><i>change</i></dt>
+<dt><i>change</i> (str)</dt>
 <dd>
-revision of last change (string)
+revision of last change
 </dd>
-<dt><i>author</i></dt>
+<dt><i>author</i> (str)</dt>
 <dd>
-author of the last change (string)
+author of the last change
 </dd>
-<dt><i>path</i></dt>
+<dt><i>path</i> (str)</dt>
 <dd>
-path of the file or directory (string)
+path of the file or directory
 </dd>
 </dl>
 <a NAME="SvnStatusDialog.__getChangelistItems" ID="SvnStatusDialog.__getChangelistItems"></a>
@@ -431,6 +431,12 @@
 list of all items belonging to a changelist
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of QTreeWidgetItem
+</dd>
+</dl>
 <a NAME="SvnStatusDialog.__getCommitableItems" ID="SvnStatusDialog.__getCommitableItems"></a>
 <h4>SvnStatusDialog.__getCommitableItems</h4>
 <b>__getCommitableItems</b>(<i></i>)
@@ -444,6 +450,12 @@
 list of all items, the user has checked
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of QTreeWidgetItem
+</dd>
+</dl>
 <a NAME="SvnStatusDialog.__getLockActionItems" ID="SvnStatusDialog.__getLockActionItems"></a>
 <h4>SvnStatusDialog.__getLockActionItems</h4>
 <b>__getLockActionItems</b>(<i>indicators</i>)
@@ -453,9 +465,9 @@
 </p>
 <dl>
 
-<dt><i>indicators</i></dt>
+<dt><i>indicators</i> (list of str)</dt>
 <dd>
-list of indicators to check against (list of strings)
+list of indicators to check against
 </dd>
 </dl>
 <dl>
@@ -464,6 +476,12 @@
 list of all items with a locked status
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of QTreeWidgetItem
+</dd>
+</dl>
 <a NAME="SvnStatusDialog.__getMissingItems" ID="SvnStatusDialog.__getMissingItems"></a>
 <h4>SvnStatusDialog.__getMissingItems</h4>
 <b>__getMissingItems</b>(<i></i>)
@@ -477,6 +495,12 @@
 list of all items with a missing status
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of QTreeWidgetItem
+</dd>
+</dl>
 <a NAME="SvnStatusDialog.__getModifiedItems" ID="SvnStatusDialog.__getModifiedItems"></a>
 <h4>SvnStatusDialog.__getModifiedItems</h4>
 <b>__getModifiedItems</b>(<i></i>)
@@ -490,6 +514,12 @@
 list of all items with a modified status
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of QTreeWidgetItem
+</dd>
+</dl>
 <a NAME="SvnStatusDialog.__getNonChangelistItems" ID="SvnStatusDialog.__getNonChangelistItems"></a>
 <h4>SvnStatusDialog.__getNonChangelistItems</h4>
 <b>__getNonChangelistItems</b>(<i></i>)
@@ -504,6 +534,12 @@
 list of all items not belonging to a changelist
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of QTreeWidgetItem
+</dd>
+</dl>
 <a NAME="SvnStatusDialog.__getUnversionedItems" ID="SvnStatusDialog.__getUnversionedItems"></a>
 <h4>SvnStatusDialog.__getUnversionedItems</h4>
 <b>__getUnversionedItems</b>(<i></i>)
@@ -518,6 +554,12 @@
 list of all items with an unversioned status
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of QTreeWidgetItem
+</dd>
+</dl>
 <a NAME="SvnStatusDialog.__lock" ID="SvnStatusDialog.__lock"></a>
 <h4>SvnStatusDialog.__lock</h4>
 <b>__lock</b>(<i></i>)
@@ -534,13 +576,13 @@
 </p>
 <dl>
 
-<dt><i>exitCode</i></dt>
+<dt><i>exitCode</i> (int)</dt>
 <dd>
-exit code of the process (integer)
+exit code of the process
 </dd>
-<dt><i>exitStatus</i></dt>
+<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt>
 <dd>
-exit status of the process (QProcess.ExitStatus)
+exit status of the process
 </dd>
 </dl>
 <a NAME="SvnStatusDialog.__readStderr" ID="SvnStatusDialog.__readStderr"></a>
@@ -570,7 +612,7 @@
 <b>__removeFromChangelist</b>(<i></i>)
 
 <p>
-        Private slot to remove entries from their changelists.
+        Private slot to remove entries from their change lists.
 </p>
 <a NAME="SvnStatusDialog.__resizeColumns" ID="SvnStatusDialog.__resizeColumns"></a>
 <h4>SvnStatusDialog.__resizeColumns</h4>
@@ -616,9 +658,9 @@
 </p>
 <dl>
 
-<dt><i>coord</i></dt>
+<dt><i>coord</i> (QPoint)</dt>
 <dd>
-the position of the mouse pointer (QPoint)
+the position of the mouse pointer
 </dd>
 </dl>
 <a NAME="SvnStatusDialog.__stealLock" ID="SvnStatusDialog.__stealLock"></a>
@@ -658,9 +700,9 @@
 </p>
 <dl>
 
-<dt><i>e</i></dt>
+<dt><i>e</i> (QCloseEvent)</dt>
 <dd>
-close event (QCloseEvent)
+close event
 </dd>
 </dl>
 <a NAME="SvnStatusDialog.keyPressEvent" ID="SvnStatusDialog.keyPressEvent"></a>
@@ -672,9 +714,9 @@
 </p>
 <dl>
 
-<dt><i>evt</i></dt>
+<dt><i>evt</i> (QKeyEvent)</dt>
 <dd>
-the key press event (QKeyEvent)
+the key press event
 </dd>
 </dl>
 <a NAME="SvnStatusDialog.on_addButton_clicked" ID="SvnStatusDialog.on_addButton_clicked"></a>
@@ -693,9 +735,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="SvnStatusDialog.on_commitButton_clicked" ID="SvnStatusDialog.on_commitButton_clicked"></a>
@@ -728,9 +770,9 @@
 </p>
 <dl>
 
-<dt><i>isOn</i></dt>
+<dt><i>isOn</i> (bool)</dt>
 <dd>
-flag indicating the status of the check box (boolean)
+flag indicating the status of the check box
 </dd>
 </dl>
 <a NAME="SvnStatusDialog.on_refreshButton_clicked" ID="SvnStatusDialog.on_refreshButton_clicked"></a>
@@ -791,13 +833,13 @@
 </p>
 <dl>
 
-<dt><i>item</i></dt>
+<dt><i>item</i> (QTreeWidgetItem)</dt>
 <dd>
-reference to the changed item (QTreeWidgetItem)
+reference to the changed item
 </dd>
-<dt><i>column</i></dt>
+<dt><i>column</i> (int)</dt>
 <dd>
-index of column that changed (integer)
+index of column that changed
 </dd>
 </dl>
 <a NAME="SvnStatusDialog.on_statusList_itemSelectionChanged" ID="SvnStatusDialog.on_statusList_itemSelectionChanged"></a>
@@ -816,10 +858,9 @@
 </p>
 <dl>
 
-<dt><i>fn</i></dt>
+<dt><i>fn</i> (str or list of str)</dt>
 <dd>
 filename(s)/directoryname(s) to show the status of
-            (string or list of strings)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial