--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -138,7 +138,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> @@ -248,13 +248,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> @@ -301,9 +301,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> @@ -344,53 +344,53 @@ </p> <dl> -<dt><i>changelist</i></dt> +<dt><i>changelist</i> (str)</dt> <dd> -name of the changelist (string) +name of the changelist </dd> -<dt><i>status</i></dt> +<dt><i>status</i> (pysvn.wc_status_kind)</dt> <dd> -text status (pysvn.wc_status_kind) +text status </dd> -<dt><i>propStatus</i></dt> +<dt><i>propStatus</i> (pysvn.wc_status_kind)</dt> <dd> -property status (pysvn.wc_status_kind) +property status </dd> -<dt><i>locked</i></dt> +<dt><i>locked</i> (bool)</dt> <dd> -locked flag (boolean) +locked flag </dd> -<dt><i>history</i></dt> +<dt><i>history</i> (bool)</dt> <dd> -history flag (boolean) +history flag </dd> -<dt><i>switched</i></dt> +<dt><i>switched</i> (bool)</dt> <dd> -switched flag (boolean) +switched flag </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> (bool)</dt> <dd> -up to date flag (boolean) +up to date flag </dd> -<dt><i>revision</i></dt> +<dt><i>revision</i> (int)</dt> <dd> -revision (integer) +revision </dd> -<dt><i>change</i></dt> +<dt><i>change</i> (int)</dt> <dd> -revision of last change (integer) +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> @@ -407,6 +407,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>) @@ -420,6 +426,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>) @@ -429,9 +441,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> @@ -440,6 +452,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>) @@ -453,6 +471,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>) @@ -466,6 +490,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>) @@ -480,6 +510,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>) @@ -494,6 +530,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>) @@ -506,7 +548,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> @@ -552,9 +594,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.__showError" ID="SvnStatusDialog.__showError"></a> @@ -566,9 +608,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="SvnStatusDialog.__stealLock" ID="SvnStatusDialog.__stealLock"></a> @@ -615,9 +657,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> @@ -685,13 +727,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> @@ -710,10 +752,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>