aboutsummaryrefslogtreecommitdiff
path: root/lib/python/enigma_python.i
AgeCommit message (Collapse)Author
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