Module implementing the conda packages management widget.
None |
CondaPackagesWidget | Class implementing the conda packages management widget. |
None |
Class implementing the conda packages management widget.
PackageBuildRole |
PackageDetailedDataRole |
PackageVersionRole |
None |
CondaPackagesWidget | Constructor |
__aboutConda | Private slot to show some information about the conda installation. |
__aboutToShowCondaMenu | Private slot to handle the conda menu about to be shown. |
__allUpdateableItems | Private method to get a list of all items that can be updated. |
__cloneEnvironment | Private slot to clone a conda environment. |
__condaConfigure | Private slot to open the configuration page. |
__createEnvironment | Private slot to create a conda environment from a requirements file. |
__deleteEnvironment | Private slot to delete a conda environment. |
__doSearch | Private method to search for packages. |
__editUserConfiguration | Private slot to edit the user configuration. |
__generateRequirements | Private slot to generate a requirements file. |
__initCondaInterface | Private method to initialize the conda interface elements. |
__initCondaMenu | Private method to create the super menu and attach it to the super menu button. |
__installPackages | Private slot to install packages. |
__installRequirements | Private slot to install packages from requirements files. |
__populateEnvironments | Private method to get a list of environments and populate the selector. |
__selectedUpdateableItems | Private method to get a list of selected items that can be updated. |
__showDetails | Private method to show a dialog with details about a package item. |
__updateActionButtons | Private method to set the state of the action buttons. |
__updateSearchActionButtons | Private method to update the action button states of the search widget. |
on_environmentsComboBox_currentIndexChanged | Private slot handling the selection of a conda environment. |
on_installButton_clicked | Private slot to install a selected package. |
on_packagesList_itemSelectionChanged | Private slot to handle the selection of some items.. |
on_recheckButton_clicked | Private slot to re-check the availability of conda and adjust the interface if it became available. |
on_refreshButton_clicked | Private slot to refresh the display. |
on_searchButton_clicked | Private slot handling the press of the search button. |
on_searchEdit_returnPressed | Private slot handling the user pressing the Return button in the search edit. |
on_searchEdit_textChanged | Private slot handling changes of the entered search specification. |
on_searchResultList_itemDoubleClicked | Private slot handling a double click of an item. |
on_searchResultList_itemExpanded | Private slot handling the expansion of an item. |
on_searchResultList_itemSelectionChanged | Private slot handling a change of selected search results. |
on_searchToggleButton_toggled | Private slot to togle the search widget. |
on_showDetailsButton_clicked | Private slot handling the 'Show Details' button. |
on_uninstallButton_clicked | Private slot to remove selected packages of the selected environment. |
on_upgradeAllButton_clicked | Private slot to upgrade all packages of the selected environment. |
on_upgradeButton_clicked | Private slot to upgrade selected packages of the selected environment. |
None |
Constructor
Private slot to show some information about the conda installation.
Private slot to handle the conda menu about to be shown.
Private method to get a list of all items that can be updated.
Private slot to clone a conda environment.
Private slot to open the configuration page.
Private slot to create a conda environment from a requirements file.
Private slot to delete a conda environment.
Private method to search for packages.
Private slot to edit the user configuration.
Private slot to generate a requirements file.
Private method to initialize the conda interface elements.
Private method to create the super menu and attach it to the super menu button.
Private slot to install packages.
Private slot to install packages from requirements files.
Private method to get a list of environments and populate the selector.
Private method to get a list of selected items that can be updated.
Private method to show a dialog with details about a package item.
Private method to set the state of the action buttons.
Private method to update the action button states of the search widget.
Private slot handling the selection of a conda environment.
Private slot to install a selected package.
Private slot to handle the selection of some items..
Private slot to re-check the availability of conda and adjust the interface if it became available.
Private slot to refresh the display.
Private slot handling the press of the search button.
Private slot handling the user pressing the Return button in the search edit.
Private slot handling changes of the entered search specification.
Private slot handling a double click of an item.
Private slot handling the expansion of an item.
Private slot handling a change of selected search results.
Private slot to togle the search widget.
Private slot handling the 'Show Details' button.
Private slot to remove selected packages of the selected environment.
Private slot to upgrade all packages of the selected environment.
Private slot to upgrade selected packages of the selected environment.