Module implementing a dialog showing the available plugins.
PluginRepositoryDialog | Class implementing a dialog showing the available plugins. |
None |
Class implementing a dialog showing the available plugins.
PluginRepositoryDialog | 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. |
__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. |
__resortRepositoryList | Private method to resort the tree. |
__startPluginInstall | Private slot to start the eric4 plugin installation dialog. |
__updateList | Private slot to download a new list and display the contents. |
addEntry | Public method to add an entry to the list. |
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 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 method to resort the tree.
Private slot to start the eric4 plugin installation dialog.
Private slot to download a new list and display the contents.
Public method to add an entry to the list.
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.