aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py
AgeCommit message (Collapse)Author
2009-02-13Revert "really only show accessible devices"acid-burn
This reverts commit 8530482b1d58468eade8ae2cfd618c694bef75d2.
2008-02-14add support for cyclic garbage collection to eTimer and eSocketNotifierAndreas Monzner
class, add simpler method to set a timer callback.. or remove.. instead of timer.timeout.get().append(func).. or .remove(func)... now it is possible to do timer.callback.append(func)... timer.callback.remove(func) (the old method still works..but is now deprecated)
2008-02-11text edit patch #5 by Anders HolstFelix Domke
2007-10-29some ipkg changes.. (done by ritzmo)Andreas Monzner
2007-07-22cleanup some importsAndreas Monzner
2006-12-19fix software update plugin to match the new IpkgComponentStefan Pluecken
2006-12-19add IpkgInstaller Media Scanner pluginStefan Pluecken
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-12-18don't allow leaving the software update plugin while ipkg is runningStefan Pluecken
2006-12-17german translations for the new software updateStefan Pluecken
2006-12-17replace software update plugin with a more user friendly approachStefan Pluecken
add an ipkg python class
2006-10-17ask user to reboot dreambox after software updateStefan Pluecken
2006-03-10add parameter to Console screen to set the console window titleStefan Pluecken
2006-03-05plugin api change: Plugins() and main functions must receive (and possibly ↵Felix Domke
ignore) keyword arguments
2006-03-05adding the image upgrade wizardStefan Pluecken
can backup settings to hdd, cf, usb or (in the future) a given path recognizes the backup after flashing the image automatically and asks the user, if it should restore the settings guides the user through the upgrade process
2006-02-22cleanup the plugins to fit the new namespaceStefan Pluecken