aboutsummaryrefslogtreecommitdiff
path: root/lib/python/enigma_python.i
AgeCommit message (Collapse)Author
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
2005-01-28 - added ListBoxContents: based on std::list<std::string> and PyList with ↵Felix Domke
Strings - used the last one as a test for menulist
2005-01-28 - add listboxFelix Domke
- add listbox example to python (press space, use 1..5) - fix label text positions
2005-01-27 - add rcconsole key input (for now)Felix Domke
- very basic method of delivering keys into python (will be changed, of course)
2005-01-20 - redraw now in idleFelix Domke
- mainloop called from python (could be changed) - clock components manages timer - timer usuable from python
2005-01-18first version of PythonSignals - need to be finalized a bit, but work basicallyFelix Domke
2005-01-09 - add more python stuffFelix Domke
- fix some gui/gdi - add eslider - improve windowstyle
2004-10-01 - add python, missing guiFelix Domke
- remove console (needs to be rewritten anyway) - eString -> std::string