aboutsummaryrefslogtreecommitdiff
path: root/lib/python/enigma_python.i
AgeCommit message (Collapse)Author
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
2005-05-20 - export string and number eInput content to pythonFelix Domke
2005-05-14 - work on timersFelix Domke
- add eInput widget - add python/Tools - add flexible listbox content
2005-04-15 - sdl is now default outputFelix Domke
- added skinned window style - added background colors - some RGB color support (but still not how i like it) - some minor bugfixes
2005-03-31 - fixed blit in gRCFelix Domke
- enable use of loadPNG trough python (something is still broken, sorry) - add ePixmap - dummy widgets now possible as pixmaps
2005-03-30 - default fonts handled in windowstyleFelix Domke
- fixed 32bit ARGB support (drawLine) - add sdl (but currently disabled) - fixed /dev/vc/0 -> /dev/stdin for console input - added alignment to label - fixed skin parsing (getElementsByTagName didn't do what i expected)
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-02-25 - work on actionsFelix Domke
- changed time when screens are acutally constructed - added service name (not working atm) and event info (now&next)
2005-02-10 - add "getCurrent" to service listboxFelix Domke
- add python wrapper for navigation core - use nav core - you can zap now :)
2005-02-09 - fixed console input mode restoreFelix Domke
- added "scan" component - scan possible from main menu
2005-02-07 - added iStaticServiceInformationFelix Domke
- added service list interface for dvb - started work on queries (currently only "instr" on servicename) - started work on infobar - added listbox with service - fixed dvbdb - remove some debug output
2005-01-31 - fixed dvb scanFelix Domke
- fixed dvbdb (reading/writing lamedb) - fixed (i.e. disallow) operator= in iObject (destroyed refcounts before) - implemented listboxcontent for servicelists - implemented getServiceInformation for non-playing services (still not happy with the result, though) - implemented first try of serviceSelector component
2005-01-29fixed refcount of eListboxPythonStringContentFelix Domke