diff -r 2f70ca07f0af -r 4cd7e5a8b3cf src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelveBrowserDialog.html --- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelveBrowserDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelveBrowserDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -142,13 +142,13 @@ </p> <dl> -<dt><i>vcs</i></dt> +<dt><i>vcs</i> (Hg)</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="HgShelveBrowserDialog.__cleanupShelves" ID="HgShelveBrowserDialog.__cleanupShelves"></a> @@ -182,29 +182,28 @@ </p> <dl> -<dt><i>name</i></dt> -<dd> -name of the shelve (string) -</dd> -<dt><i>age</i></dt> +<dt><i>name</i> (str)</dt> <dd> -age of the shelve (string) +name of the shelve </dd> -<dt><i>message</i></dt> +<dt><i>age</i> (str)</dt> <dd> -shelve message (string) +age of the shelve </dd> -<dt><i>fileStatistics</i></dt> +<dt><i>message</i> (str)</dt> <dd> -per file change statistics (tuple of - four strings with file name, number of changes, number of - added lines and number of deleted lines) +shelve message </dd> -<dt><i>totals</i></dt> +<dt><i>fileStatistics</i> (tuple of (str, str, str, str))</dt> <dd> -overall statistics (tuple of three strings with - number of changed files, number of added lines and number - of deleted lines) +per file change statistics (tuple containing the + file name, the number of changes, the number of added lines and the + number of deleted lines) +</dd> +<dt><i>totals</i> (tuple of (str, str, str))</dt> +<dd> +overall statistics (tuple containing the number of changed files, + the number of added lines and the number of deleted lines) </dd> </dl> <a NAME="HgShelveBrowserDialog.__getShelveEntries" ID="HgShelveBrowserDialog.__getShelveEntries"></a> @@ -244,9 +243,9 @@ </p> <dl> -<dt><i>out</i></dt> +<dt><i>out</i> (str)</dt> <dd> -error to be shown (string) +error to be shown </dd> </dl> <a NAME="HgShelveBrowserDialog.__unshelve" ID="HgShelveBrowserDialog.__unshelve"></a> @@ -265,9 +264,9 @@ </p> <dl> -<dt><i>e</i></dt> +<dt><i>e</i> (QCloseEvent)</dt> <dd> -close event (QCloseEvent) +close event </dd> </dl> <a NAME="HgShelveBrowserDialog.on_buttonBox_clicked" ID="HgShelveBrowserDialog.on_buttonBox_clicked"></a> @@ -279,9 +278,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="HgShelveBrowserDialog.on_refreshButton_clicked" ID="HgShelveBrowserDialog.on_refreshButton_clicked"></a> @@ -300,13 +299,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="HgShelveBrowserDialog.on_shelveList_customContextMenuRequested" ID="HgShelveBrowserDialog.on_shelveList_customContextMenuRequested"></a> @@ -318,9 +317,9 @@ </p> <dl> -<dt><i>pos</i></dt> +<dt><i>pos</i> (QPoint)</dt> <dd> -position of the mouse pointer (QPoint) +position of the mouse pointer </dd> </dl> <a NAME="HgShelveBrowserDialog.show" ID="HgShelveBrowserDialog.show"></a>