| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2006-05-06 | remove no more needed c++ single epg list content class | Andreas Monzner | |
| code cleanup in python epg classes get epg from parent service when epg is queried for a subservice(linkage service) | |||
| 2006-04-08 | make video widget usable | Felix Domke | |
| 2006-04-03 | remove old lcd stuff | Felix Domke | |
| 2006-03-30 | add background file eraser class for asynchronous file deletion | Andreas Monzner | |
| 2006-03-09 | make 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-06 | add 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-06 | add possibility to lock/unlock the rc devices (remote control) from python | Andreas Monzner | |
| it is usable by this way: from enigma import eRCInput, eRCInputPtr (or *) rcinput = eRCInput.getInstance() rcinput.lock()... unlock()... islocked() | |||
| 2006-02-21 | PSignal was already able to handle this without modifications | Felix Domke | |
| 2006-02-21 | add eConsoleAppContainer to execute shell scripts or applications from ↵ | Andreas Monzner | |
| python without blocking the mainloop | |||
| 2006-02-21 | add position gauge | Felix Domke | |
| 2006-01-27 | remove eConfig | Felix Domke | |
| 2006-01-25 | add selchanged signal to listbox | Andreas Monzner | |
| 2006-01-24 | add 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-14 | fix | Felix Domke | |
| 2006-01-10 | add 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-05 | make our event loop compatible to my new twisted reactor core | Felix Domke | |
| 2006-01-04 | export eDVBDB to python ( for reloadServicelist and reloadBouquets ) | Andreas Monzner | |
| 2005-12-23 | add ability to access eDVBLocalTimeHandler from python | Andreas Monzner | |
| 2005-12-05 | listboxcontent: add support for pixmaps in list | Felix Domke | |
| 2005-11-17 | use c++-fallback for lack of tzset-python-function | Stefan Pluecken | |
| 2005-11-15 | remove nonexisting bug | Felix Domke | |
| 2005-11-14 | add return code | Felix Domke | |
| 2005-11-13 | better handling for time_t .. use typedef | Andreas Monzner | |
| 2005-11-10 | some small changes needed for build scroll support in eventview window | Andreas Monzner | |
| 2005-11-10 | add eListboxEPGContent | Andreas Monzner | |
| 2005-11-10 | replace 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-10 | add dvbci_ui public to python | Ronny Strutz | |
| 2005-11-09 | add lcd-includes | Ronny Strutz | |
| 2005-11-06 | make eDVBSatelliteEquipmentControl useable from python | Andreas Monzner | |
| 2005-10-15 | removed not only one but FOUR annoying debug messages | Felix Domke | |
| 2005-09-29 | swig: some more simplifying magic | Felix Domke | |
| 2005-09-26 | - add SWIG_VOID, add tyemap_output_ptr | Felix Domke | |
| 2005-09-02 | add rfmod include | Ronny Strutz | |
| 2005-09-02 | add avswitch | Ronny Strutz | |
| 2005-09-01 | add setClock | Ronny Strutz | |
| 2005-09-01 | - add simple lcd support | Felix 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 macros | Felix Domke | |
| 2005-08-13 | adding volume control | Stefan Pluecken | |
| 2005-07-20 | the epgcache can now handle more then one channel(transponder), | Andreas Monzner | |
| todo: implement a python interface to get epgcache entries | |||
| 2005-07-04 | add epgcache | Andreas Monzner | |
| 2005-05-20 | - export string and number eInput content to python | Felix Domke | |
| 2005-05-14 | - work on timers | Felix Domke | |
| - add eInput widget - add python/Tools - add flexible listbox content | |||
| 2005-04-15 | - sdl is now default output | Felix 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 gRC | Felix 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 windowstyle | Felix 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 actions | Felix 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 listbox | Felix Domke | |
| - add python wrapper for navigation core - use nav core - you can zap now :) | |||
| 2005-02-09 | - fixed console input mode restore | Felix Domke | |
| - added "scan" component - scan possible from main menu | |||
