aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/SimpleRSS
AgeCommit message (Collapse)Author
2009-08-15remove SimpleRSS (moved to enigma2-plugins CVS some time ago)Andreas Oberritter
2009-08-15update all Makefile.am filesAndreas Oberritter
remove 'AUTOMAKE_OPTIONS = gnu', which is the default, use pkgdatadir instead of $(DATADIR)/enigma2, use pkglibdir instead of $(LIBDIR)/enigma2
2008-04-01typosAndreas Frisch
2008-02-14unlink some cyclic dependencys to get garbage collection workingAndreas Monzner
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-07-28fix *required* kwargs. plugins not having **kwargs will probably not run ↵Felix Domke
with newer enigma2, but this has been documented since the beginning.
2007-07-22cleanup some importsAndreas Monzner
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-11-30add SimpleRSS, a very simple RSS reader, including broken podcast supportFelix Domke