enigma2
2.6
|
Public Member Functions | |
def | __init__ (self) |
def | statusCallback (self, status, progress) |
def | startSoftwareTools (self, callback=None) |
def | getUpdates (self, callback=None) |
def | ipkgCallback (self, event, param) |
def | startIpkgListAvailable (self, callback=None) |
def | IpkgListAvailableCB (self, result, retval, extra_args=None) |
def | startInstallMetaPackage (self, callback=None) |
def | InstallMetaPackageCB (self, result, retval=None, extra_args=None) |
def | startIpkgListInstalled (self, callback=None) |
def | IpkgListInstalledCB (self, result, retval, extra_args=None) |
def | listUpgradable (self, callback=None) |
def | listUpgradableCB (self, result, retval, extra_args=None) |
def | cleanupSoftwareTools (self) |
def | cleanup (self) |
def | verifyPrerequisites (self, prerequisites) |
Public Member Functions inherited from Components.DreamInfoHandler.DreamInfoHandler | |
def | __init__ (self, statusCallback, blocking=False, neededTag=None, neededFlag=None) |
def | buildPackageIndex (self) |
def | readInfo (self, directory, file) |
def | readDetails (self, directory, file) |
def | fillPackagesList (self, prerequisites=True) |
def | fillPackagesIndexList (self, prerequisites=True) |
def | getPackageDetails (self, details=None) |
def | prerequisiteMet (self, prerequisites) |
def | installPackages (self, indexes) |
def | installPackage (self, index) |
def | setStatus (self, status) |
def | installNext (self, *args, **kwargs) |
def | readfile (self, filename) |
def | mergeConfig (self, directory, name, merge=True) |
def | installIPK (self, directory, name) |
def | installSkin (self, directory, name) |
def | mergeServices (self, directory, name, merge=False) |
def | installFavourites (self, directory, name) |
Static Public Attributes | |
lastDownloadDate = None | |
NetworkConnectionAvailable = None | |
bool | list_updating = False |
int | available_updates = 0 |
list | available_updatelist = [] |
list | available_packetlist = [] |
dictionary | installed_packetlist = {} |
dictionary | upgradable_packages = {} |
bool | upgradeAvailable = False |
Static Public Attributes inherited from Components.DreamInfoHandler.DreamInfoHandler | |
int | STATUS_WORKING = 0 |
int | STATUS_DONE = 1 |
int | STATUS_ERROR = 2 |
int | STATUS_INIT = 4 |
list | PACKAGES = [] |
Additional Inherited Members | |
Properties inherited from Components.DreamInfoHandler.DreamInfoHandler | |
packageDetails = property(_getPackageDetails) | |
packagesIndexlist = property(_getPackageDetails) | |
def Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.__init__ | ( | self | ) |
def Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.cleanup | ( | self | ) |
def Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.cleanupSoftwareTools | ( | self | ) |
def Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.getUpdates | ( | self, | |
callback = None |
|||
) |
def Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.InstallMetaPackageCB | ( | self, | |
result, | |||
retval = None , |
|||
extra_args = None |
|||
) |
def Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.ipkgCallback | ( | self, | |
event, | |||
param | |||
) |
Reimplemented from Components.DreamInfoHandler.DreamInfoHandler.
def Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.IpkgListAvailableCB | ( | self, | |
result, | |||
retval, | |||
extra_args = None |
|||
) |
def Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.IpkgListInstalledCB | ( | self, | |
result, | |||
retval, | |||
extra_args = None |
|||
) |
def Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.listUpgradable | ( | self, | |
callback = None |
|||
) |
def Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.listUpgradableCB | ( | self, | |
result, | |||
retval, | |||
extra_args = None |
|||
) |
def Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.startInstallMetaPackage | ( | self, | |
callback = None |
|||
) |
def Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.startIpkgListAvailable | ( | self, | |
callback = None |
|||
) |
def Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.startIpkgListInstalled | ( | self, | |
callback = None |
|||
) |
def Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.startSoftwareTools | ( | self, | |
callback = None |
|||
) |
def Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.statusCallback | ( | self, | |
status, | |||
progress | |||
) |
def Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.verifyPrerequisites | ( | self, | |
prerequisites | |||
) |
|
static |
Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.available_packetlist |
|
static |
Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.available_updatelist |
|
static |
Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.available_updates |
Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.cmdList |
Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.Console |
Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.directory |
Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.hardware_info |
Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.ImageVersion |
|
static |
Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.installed_packetlist |
Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.ipkg |
Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.language |
|
static |
Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.list |
|
static |
Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.list_updating |
|
static |
Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.NotifierCallback |
Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.reboot_required_packages |
Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.unwanted_extensions |
Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.UpdateConsole |
|
static |
Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.upgradable_packages |
|
static |
Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.upgradeAvailable |
Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools.UpgradeConsole |