aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py
AgeCommit message (Collapse)Author
2011-04-13Components/DreamInfoHandler.py, SystemPlugins/SoftwareManager: add ↵Mladen Horvat
possibility to have also non plugins/skins inside SoftwareManager. add support for 'needsRestart' option inside meta descriptions for non plugins/skins. refs #389
2011-03-30SystemPlugins/SoftwareManager: change default backup names for ↵Mladen Horvat
wpa_supplicant configuration files. refs #389
2011-02-07SoftwareManager: ask for restart after installation inside pluginmanager ↵acid-burn
only if a restart is required. refs #670
2011-01-28switch to opkgAndreas Oberritter
2010-10-13SoftwareManager: small fixes and cleanups for better offline plugin ↵acid-burn
management. fixes #600
2010-10-05Merge commit 'origin/bug_578_translateable_meta_descriptions'acid-burn
Conflicts: lib/python/Plugins/Extensions/GraphMultiEPG/meta/plugin_graphmultiepg.xml
2010-09-21Enigma2-meta: rework plugin meta files and prepare for inclusion into ↵acid-burn
enigma2 translation. Meta.xml files are now only in english and translation is now easy possible for all languages over enigma2 translation project. This also reduces consumed space inside flash memory. Add missing TempFanControl plugin meta and LICENSE. DreamInfohandler.py,SoftwareManager: follow meta xml changes. fixes #578
2010-07-06Softwaremanager: * properly count processed packages.acid-burn
* make configfile owerwrite question while upgrading configurable over new setupscreen on Menu Button. * show files that will be backed up inside own infoscreen and not inside the menu description. * add possibility to navigate with the remote keys (a-z) inside packagemanager. thx emanuel fixes #550
2010-04-05Softwaremanager: *add missing define. refs #503acid-burn
2010-04-05Softwaremanager: * notify if updatefeed is not available and also verify ↵acid-burn
HardwarePrerequisites. Fixes #503
2010-02-09lib/python/Plugins/SystemPlugins/SoftwareManager: more robust code this i.e. ↵ghost
fixes: Traceback (most recent call last): File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 9, in __call__ return self.fnc(*self.args + args, **newkwargs) File "/usr/lib/enigma2/python/Components/Console.py", line 56, in finishedCB self.callbacks[name](data,retval,extra_args) File "/usr/lib/enigma2/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py", line 108, in IpkgListAvailableCB SoftwareTools.available_packetlist.append([name, split[1].strip(), split[2].strip()]) ref bug #383
2009-12-28SystemPlugins/SoftwareManager: - add SoftwareTools.py to factor out some code.acid-burn
This is for bug #112