--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -114,34 +114,33 @@ </p> <dl> -<dt><i>tagsList</i></dt> +<dt><i>tagsList</i> (list of str)</dt> <dd> -list of tags (list of strings) +list of tags </dd> -<dt><i>branchesList</i></dt> +<dt><i>branchesList</i> (list of str)</dt> <dd> -list of branches (list of strings) +list of branches </dd> -<dt><i>trackingBranchesList</i></dt> +<dt><i>trackingBranchesList</i> (list of str)</dt> <dd> -list of remote branches (list of strings) +list of remote branches </dd> -<dt><i>noneLabel</i></dt> +<dt><i>noneLabel</i> (str)</dt> <dd> -label text for "no revision selected" (string) +label text for "no revision selected" </dd> -<dt><i>showBranches</i></dt> +<dt><i>showBranches</i> (bool)</dt> <dd> flag indicating to show the branch selection - (boolean) </dd> -<dt><i>showHead</i></dt> +<dt><i>showHead</i> (bool)</dt> <dd> -flag indicating to show the head selection (boolean) +flag indicating to show the head selection </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent widget (QWidget) +parent widget </dd> </dl> <a NAME="GitRevisionSelectionDialog.__updateOK" ID="GitRevisionSelectionDialog.__updateOK"></a> @@ -161,7 +160,13 @@ <dl> <dt>Return:</dt> <dd> -selected revision (string) +selected revision +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="GitRevisionSelectionDialog.on_branchButton_toggled" ID="GitRevisionSelectionDialog.on_branchButton_toggled"></a> @@ -173,9 +178,9 @@ </p> <dl> -<dt><i>checked</i></dt> +<dt><i>checked</i> (bool)</dt> <dd> -state of the button (boolean) +state of the button </dd> </dl> <a NAME="GitRevisionSelectionDialog.on_branchCombo_editTextChanged" ID="GitRevisionSelectionDialog.on_branchCombo_editTextChanged"></a> @@ -187,9 +192,9 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -text of the combo (string) +text of the combo </dd> </dl> <a NAME="GitRevisionSelectionDialog.on_remoteBranchButton_toggled" ID="GitRevisionSelectionDialog.on_remoteBranchButton_toggled"></a> @@ -201,9 +206,9 @@ </p> <dl> -<dt><i>checked</i></dt> +<dt><i>checked</i> (bool)</dt> <dd> -state of the button (boolean) +state of the button </dd> </dl> <a NAME="GitRevisionSelectionDialog.on_remoteBranchCombo_editTextChanged" ID="GitRevisionSelectionDialog.on_remoteBranchCombo_editTextChanged"></a> @@ -215,9 +220,9 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -text of the combo (string) +text of the combo </dd> </dl> <a NAME="GitRevisionSelectionDialog.on_revButton_toggled" ID="GitRevisionSelectionDialog.on_revButton_toggled"></a> @@ -229,9 +234,9 @@ </p> <dl> -<dt><i>checked</i></dt> +<dt><i>checked</i> (bool)</dt> <dd> -state of the button (boolean) +state of the button </dd> </dl> <a NAME="GitRevisionSelectionDialog.on_revEdit_textChanged" ID="GitRevisionSelectionDialog.on_revEdit_textChanged"></a> @@ -243,9 +248,9 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -text of the edit (string) +text of the edit </dd> </dl> <a NAME="GitRevisionSelectionDialog.on_tagButton_toggled" ID="GitRevisionSelectionDialog.on_tagButton_toggled"></a> @@ -257,9 +262,9 @@ </p> <dl> -<dt><i>checked</i></dt> +<dt><i>checked</i> (bool)</dt> <dd> -state of the button (boolean) +state of the button </dd> </dl> <a NAME="GitRevisionSelectionDialog.on_tagCombo_editTextChanged" ID="GitRevisionSelectionDialog.on_tagCombo_editTextChanged"></a> @@ -271,9 +276,9 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -text of the combo (string) +text of the combo </dd> </dl> <div align="right"><a href="#top">Up</a></div>