aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Makefile.am
AgeCommit message (Collapse)Author
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-03-25delete generated files enigma.py and enigma_python_wrap.cxx on 'make clean'Andreas Oberritter
2007-04-29install_DATA -> install_PYTHON to create .pyc files when installingFelix Domke
2007-04-23parallel build fix, thanks to pieterFelix Domke
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-11-24remove non working python refcount debugging codeAndreas Monzner
2006-11-23add PyObject refcount debugging codeAndreas Monzner
2005-12-21add pluginsStefan Pluecken
to test it: uncomment the example.py in lib/python/Plugins/Makefile.am plugins can be added at runtime
2005-07-27 - first step on installing enigma2 filesFelix Domke
2005-05-09 - remove obsoleted enigma_iobject stuffFelix Domke
2005-02-27 - hopefully fixed some python/refcount stuff (__deref__ is still evil!)Felix Domke
- first work on skin support, not really far - improved infobar - deletes components when destroying screens - fixed elistbox and component - add ability to change bouqet - real query parser still unfinished
2005-01-20 - redraw now in idleFelix Domke
- mainloop called from python (could be changed) - clock components manages timer - timer usuable from python
2004-10-01 - add python, missing guiFelix Domke
- remove console (needs to be rewritten anyway) - eString -> std::string