--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -222,13 +222,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.__addFinishCallback" ID="SvnLogBrowserDialog.__addFinishCallback"></a> @@ -258,13 +258,13 @@ </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> </dl> <a NAME="SvnLogBrowserDialog.__filterLogs" ID="SvnLogBrowserDialog.__filterLogs"></a> @@ -291,27 +291,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> @@ -323,23 +329,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> (str)</dt> <dd> -date info (string) +date info </dd> -<dt><i>message</i></dt> +<dt><i>message</i> (list of str)</dt> <dd> -text of the log message (list of strings) +text of the log message </dd> -<dt><i>revision</i></dt> +<dt><i>revision</i> (str)</dt> <dd> -revision info (string) +revision info </dd> -<dt><i>changedPaths</i></dt> +<dt><i>changedPaths</i> (dict)</dt> <dd> list of dictionary objects containing info about the changed files/directories @@ -348,7 +354,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> @@ -360,9 +372,9 @@ </p> <dl> -<dt><i>startRev</i></dt> +<dt><i>startRev</i> (int or 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> @@ -381,13 +393,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="SvnLogBrowserDialog.__processBuffer" ID="SvnLogBrowserDialog.__processBuffer"></a> @@ -462,9 +474,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.keyPressEvent" ID="SvnLogBrowserDialog.keyPressEvent"></a> @@ -476,9 +488,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="SvnLogBrowserDialog.on_buttonBox_clicked" ID="SvnLogBrowserDialog.on_buttonBox_clicked"></a> @@ -490,9 +502,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> @@ -539,9 +551,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_input_returnPressed" ID="SvnLogBrowserDialog.on_input_returnPressed"></a> @@ -560,13 +572,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> @@ -592,9 +604,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="SvnLogBrowserDialog.on_rxEdit_textChanged" ID="SvnLogBrowserDialog.on_rxEdit_textChanged"></a> @@ -606,9 +618,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_sendButton_clicked" ID="SvnLogBrowserDialog.on_sendButton_clicked"></a> @@ -627,9 +639,9 @@ </p> <dl> -<dt><i>checked</i></dt> +<dt><i>checked</i> (bool)</dt> <dd> -flag indicating the checked state (boolean) +flag indicating the checked state </dd> </dl> <a NAME="SvnLogBrowserDialog.on_toDate_dateChanged" ID="SvnLogBrowserDialog.on_toDate_dateChanged"></a> @@ -641,9 +653,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> @@ -669,14 +681,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>