Module implementing a dialog showing the available plugins.
authorRole |
descrRole |
filenameRole |
urlRole |
PluginRepositoryDialog | Class for the dialog variant. |
PluginRepositoryWidget | Class implementing a dialog showing the available plugins. |
PluginRepositoryWindow | Main window class for the standalone dialog. |
None |
Class for the dialog variant.
None |
PluginRepositoryDialog | Constructor |
__closeAndInstall | Private slot to handle the closeAndInstall signal. |
getDownloadedPlugins | Public method to get the list of recently downloaded plugin files. |
Constructor
Private slot to handle the closeAndInstall signal.
Public method to get the list of recently downloaded plugin files.
Class implementing a dialog showing the available plugins.
None |
PluginRepositoryWidget | Constructor |
__dataReadProgress | Private slot to show the download progress. |
__downloadCancel | Private slot to cancel the current download. |
__downloadFile | Private slot to download the given file. |
__downloadFileDone | Private method called, after the file has been downloaded from the internet. |
__downloadPlugin | Private method to download the next plugin. |
__downloadPluginDone | Private method called, when the download of a plugin is finished. |
__downloadPlugins | Private slot to download the selected plugins. |
__downloadPluginsDone | Private method called, when the download of the plugins is finished. |
__downloadRepositoryFileDone | Private method called after the repository file was downloaded. |
__formatDescription | Private method to format the description. |
__isUpToDate | Private method to check, if the given archive is up-to-date. |
__populateList | Private method to populate the list of available plugins. |
__proxyAuthenticationRequired | Private slot to handle a proxy authentication request. |
__resortRepositoryList | Private method to resort the tree. |
__selectedItems | Private method to get all selected items without the toplevel ones. |
__sslErrors | Private slot to handle SSL errors. |
__updateList | Private slot to download a new list and display the contents. |
addEntry | Public method to add an entry to the list. |
getDownloadedPlugins | Public method to get the list of recently downloaded plugin files. |
on_buttonBox_clicked | Private slot to handle the click of a button of the button box. |
on_repositoryList_currentItemChanged | Private slot to handle the change of the current item. |
on_repositoryList_itemSelectionChanged | Private slot to handle a change of the selection. |
Constructor
Private slot to show the download progress.
Private slot to cancel the current download.
Private slot to download the given file.
Private method called, after the file has been downloaded from the internet.
Private method to download the next plugin.
Private method called, when the download of a plugin is finished.
Private slot to download the selected plugins.
Private method called, when the download of the plugins is finished.
Private method called after the repository file was downloaded.
Private method to format the description.
Private method to check, if the given archive is up-to-date.
Private method to populate the list of available plugins.
Private slot to handle a proxy authentication request.
Private method to resort the tree.
Private method to get all selected items without the toplevel ones.
Private slot to handle SSL errors.
Private slot to download a new list and display the contents.
Public method to add an entry to the list.
Public method to get the list of recently downloaded plugin files.
Private slot to handle the click of a button of the button box.
Private slot to handle the change of the current item.
Private slot to handle a change of the selection.
Main window class for the standalone dialog.
None |
PluginRepositoryWindow | Constructor |
__startPluginInstall | Private slot to start the eric4 plugin installation dialog. |
Constructor
Private slot to start the eric4 plugin installation dialog.