diff -r 54816b8f740f -r ad4848b7fd9b eric7/Documentation/Source/eric7.UI.UserInterface.html --- a/eric7/Documentation/Source/eric7.UI.UserInterface.html Sun Mar 06 19:53:19 2022 +0100 +++ b/eric7/Documentation/Source/eric7.UI.UserInterface.html Mon Mar 07 19:18:46 2022 +0100 @@ -653,10 +653,6 @@ <td>Private method to configure the dock window created with __createDockWindow().</td> </tr> <tr> -<td><a href="#UserInterface.__showAvailableVersionInfos">__showAvailableVersionInfos</a></td> -<td>Private method to show the versions available for download.</td> -</tr> -<tr> <td><a href="#UserInterface.__showCertificatesDialog">__showCertificatesDialog</a></td> <td>Private slot to show the certificates management dialog.</td> </tr> @@ -881,26 +877,10 @@ <td>Private method to update the external tools actions for the current tool group.</td> </tr> <tr> -<td><a href="#UserInterface.__updateVersionsUrls">__updateVersionsUrls</a></td> -<td>Private method to update the URLs from which to retrieve the versions file.</td> -</tr> -<tr> -<td><a href="#UserInterface.__versionCheckResult">__versionCheckResult</a></td> -<td>Private method to show the result of the version check action.</td> -</tr> -<tr> <td><a href="#UserInterface.__versionToTuple">__versionToTuple</a></td> <td>Private method to convert a version string into a tuple.</td> </tr> <tr> -<td><a href="#UserInterface.__versionsDownloadCanceled">__versionsDownloadCanceled</a></td> -<td>Private slot called to cancel the version check.</td> -</tr> -<tr> -<td><a href="#UserInterface.__versionsDownloadDone">__versionsDownloadDone</a></td> -<td>Private slot called, after the versions file has been downloaded from the internet.</td> -</tr> -<tr> <td><a href="#UserInterface.__webBrowser">__webBrowser</a></td> <td>Private slot to start the eric web browser.</td> </tr> @@ -1074,7 +1054,7 @@ </tr> <tr> <td><a href="#UserInterface.performVersionCheck">performVersionCheck</a></td> -<td>Public method to check the internet for an eric update.</td> +<td>Public method to check for an update even if not installed via PyPI.</td> </tr> <tr> <td><a href="#UserInterface.processArgs">processArgs</a></td> @@ -2345,21 +2325,6 @@ caption of the dock window (string) </dd> </dl> -<a NAME="UserInterface.__showAvailableVersionInfos" ID="UserInterface.__showAvailableVersionInfos"></a> -<h4>UserInterface.__showAvailableVersionInfos</h4> -<b>__showAvailableVersionInfos</b>(<i>versions</i>) - -<p> - Private method to show the versions available for download. -</p> -<dl> - -<dt><i>versions</i></dt> -<dd> -contents of the downloaded versions file (list of - strings) -</dd> -</dl> <a NAME="UserInterface.__showCertificatesDialog" ID="UserInterface.__showCertificatesDialog"></a> <h4>UserInterface.__showCertificatesDialog</h4> <b>__showCertificatesDialog</b>(<i></i>) @@ -2895,37 +2860,6 @@ Private method to update the external tools actions for the current tool group. </p> -<a NAME="UserInterface.__updateVersionsUrls" ID="UserInterface.__updateVersionsUrls"></a> -<h4>UserInterface.__updateVersionsUrls</h4> -<b>__updateVersionsUrls</b>(<i>versions</i>) - -<p> - Private method to update the URLs from which to retrieve the versions - file. -</p> -<dl> - -<dt><i>versions</i></dt> -<dd> -contents of the downloaded versions file (list of - strings) -</dd> -</dl> -<a NAME="UserInterface.__versionCheckResult" ID="UserInterface.__versionCheckResult"></a> -<h4>UserInterface.__versionCheckResult</h4> -<b>__versionCheckResult</b>(<i>versions</i>) - -<p> - Private method to show the result of the version check action. -</p> -<dl> - -<dt><i>versions</i></dt> -<dd> -contents of the downloaded versions file (list of - strings) -</dd> -</dl> <a NAME="UserInterface.__versionToTuple" ID="UserInterface.__versionToTuple"></a> <h4>UserInterface.__versionToTuple</h4> <b>__versionToTuple</b>(<i>version</i>) @@ -2952,28 +2886,6 @@ tuple of int </dd> </dl> -<a NAME="UserInterface.__versionsDownloadCanceled" ID="UserInterface.__versionsDownloadCanceled"></a> -<h4>UserInterface.__versionsDownloadCanceled</h4> -<b>__versionsDownloadCanceled</b>(<i></i>) - -<p> - Private slot called to cancel the version check. -</p> -<a NAME="UserInterface.__versionsDownloadDone" ID="UserInterface.__versionsDownloadDone"></a> -<h4>UserInterface.__versionsDownloadDone</h4> -<b>__versionsDownloadDone</b>(<i>reply</i>) - -<p> - Private slot called, after the versions file has been downloaded - from the internet. -</p> -<dl> - -<dt><i>reply</i> (QNetworkReply)</dt> -<dd> -reference to the network reply -</dd> -</dl> <a NAME="UserInterface.__webBrowser" ID="UserInterface.__webBrowser"></a> <h4>UserInterface.__webBrowser</h4> <b>__webBrowser</b>(<i>home=""</i>) @@ -3599,26 +3511,11 @@ </dl> <a NAME="UserInterface.performVersionCheck" ID="UserInterface.performVersionCheck"></a> <h4>UserInterface.performVersionCheck</h4> -<b>performVersionCheck</b>(<i>manual=True, alternative=0, showVersions=False</i>) +<b>performVersionCheck</b>(<i></i>) <p> - Public method to check the internet for an eric update. + Public method to check for an update even if not installed via PyPI. </p> -<dl> - -<dt><i>manual</i></dt> -<dd> -flag indicating an invocation via the menu (boolean) -</dd> -<dt><i>alternative</i></dt> -<dd> -index of server to download from (integer) -</dd> -<dt><i>showVersions</i></dt> -<dd> -flag indicating the show versions mode (boolean) -</dd> -</dl> <a NAME="UserInterface.processArgs" ID="UserInterface.processArgs"></a> <h4>UserInterface.processArgs</h4> <b>processArgs</b>(<i>args</i>)