aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Ipkg.py
AgeCommit message (Collapse)Author
2009-02-13add remove to ipkg component and screenacid-burn
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)
2007-10-29some ipkg changes.. (done by ritzmo)Andreas Monzner
2007-02-21prevent bluescreen happening when trying to set the progess slider withStefan Pluecken
no progress points set by initializing the sliderPackages attribute with an empty dict
2006-12-19don't allow exiting the ipkg screen while ipkg is runningStefan Pluecken
2006-12-19add missing fileStefan Pluecken