aboutsummaryrefslogtreecommitdiff
path: root/lib/python/enigma_python.i
AgeCommit message (Collapse)Author
2006-06-26add support for show used tuner for running service in the infobarAndreas Monzner
add support for show all tuners in use in the infobar add support for show the currently date in the infobar now all skins have to define some new widgets in skin.. look in skin.xml and search for "not used in this skin yet"
2006-06-09compile fixAndreas Monzner
2006-06-08make umlauts working in class InputAndreas Monzner
2006-06-08remove no more needed codeAndreas Monzner
2006-06-07more work on keyboard supportAndreas Monzner
2006-05-23CI mmi is now working every time (for support alphacrypt parental control or ↵Andreas Monzner
other messages from CI)
2006-05-22better castAndreas Monzner
2006-05-11implement and re-enable default ac3 optionAndreas Monzner
2006-05-10define fonts in skinfileFelix Domke
2006-05-06remove no more needed c++ single epg list content classAndreas Monzner
code cleanup in python epg classes get epg from parent service when epg is queried for a subservice(linkage service)
2006-04-08make video widget usableFelix Domke
2006-04-03remove old lcd stuffFelix Domke
2006-03-30add background file eraser class for asynchronous file deletionAndreas Monzner
2006-03-09make eDVBResourceManager accessible from python (needed for allocate a raw ↵Andreas Monzner
iDVBChannel) make iDVBChannel accessible from python (needed for get iDVBFrontend) make iDVBFrontend accessible from python for raw tuning transponders and send diseqc messages
2006-03-06add ability to lock/unlock the framebuffer (fix locking of lcd.. i hope)Andreas Monzner
use like this: from enigma import fbClass, fbClassPtr (*) fbClass.getInstance().lock() ... unlock() ... islocked()
2006-03-06add possibility to lock/unlock the rc devices (remote control) from pythonAndreas Monzner
it is usable by this way: from enigma import eRCInput, eRCInputPtr (or *) rcinput = eRCInput.getInstance() rcinput.lock()... unlock()... islocked()
2006-02-21PSignal was already able to handle this without modificationsFelix Domke
2006-02-21add eConsoleAppContainer to execute shell scripts or applications from ↵Andreas Monzner
python without blocking the mainloop
2006-02-21add position gaugeFelix Domke
2006-01-27remove eConfigFelix Domke
2006-01-25add selchanged signal to listboxAndreas Monzner
2006-01-24add ability to copy providers or all services from satellites to favourites ↵Andreas Monzner
(this creates a new bouquet) add ability to remove a complete bouquet both are just working with enabled multi bouquet mode
2006-01-14fixFelix Domke
2006-01-10add a dummy class to debug python refcounting (add entrys of TestObj to your ↵Andreas Monzner
tuple or list) include <lib/python/python.h> and use New_TestObj to create a testobject..
2006-01-05make our event loop compatible to my new twisted reactor coreFelix Domke
2006-01-04export eDVBDB to python ( for reloadServicelist and reloadBouquets )Andreas Monzner
2005-12-23add ability to access eDVBLocalTimeHandler from pythonAndreas Monzner
2005-12-05listboxcontent: add support for pixmaps in listFelix Domke
2005-11-17use c++-fallback for lack of tzset-python-functionStefan Pluecken
2005-11-15remove nonexisting bugFelix Domke
2005-11-14add return codeFelix Domke
2005-11-13better handling for time_t .. use typedefAndreas Monzner
2005-11-10some small changes needed for build scroll support in eventview windowAndreas Monzner
2005-11-10add eListboxEPGContentAndreas Monzner
2005-11-10replace eServiceReferenceDVB with eServiceReference in some epgcache ↵Andreas Monzner
functions (eServiceReferenceDVB isn't known in python) some epgcache functions are now useable from python
2005-11-10add dvbci_ui public to pythonRonny Strutz
2005-11-09add lcd-includesRonny Strutz
2005-11-06make eDVBSatelliteEquipmentControl useable from pythonAndreas Monzner
2005-10-15removed not only one but FOUR annoying debug messagesFelix Domke
2005-09-29swig: some more simplifying magicFelix Domke
2005-09-26 - add SWIG_VOID, add tyemap_output_ptrFelix Domke
2005-09-02add rfmod includeRonny Strutz
2005-09-02add avswitchRonny Strutz
2005-09-01add setClockRonny Strutz
2005-09-01 - add simple lcd supportFelix Domke
2005-08-31 - fix serious problems in widget code. fixup buffered mode. add animation ↵Felix Domke
support.lib/gui
2005-08-17 - factor out some SWIG macrosFelix Domke
2005-08-13adding volume controlStefan Pluecken
2005-07-20the epgcache can now handle more then one channel(transponder),Andreas Monzner
todo: implement a python interface to get epgcache entries
2005-07-04add epgcacheAndreas Monzner