aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
2005-07-08 - skins are now loaded first and applied laterFelix Domke
- this allows use skin information to build special eWidgets, depending on skin - add "applet"-feature: code which is executed from skin - example: centering of messagebox
2005-07-04add epgcacheAndreas Monzner
2005-05-20 - add missing TextInput componentFelix Domke
2005-05-20 - follow changes regarding timersFelix Domke
- allow description to be edited (won't be saved yet)
2005-05-20 - export string and number eInput content to pythonFelix Domke
2005-05-20 - add description for timer entriesFelix Domke
2005-05-19 - add shortcutsFelix Domke
- shortcuts are used for focus in TimerEdit (sucks yet)
2005-05-19 - add focus stuffFelix Domke
2005-05-18 - split iStaticServiceInformation against iServiceInformationFelix Domke
- add proper getName for DVB services - add missing event evStart for DVB service - display service name in Components.ServiceName
2005-05-17 - fix event infoFelix Domke
2005-05-17needed changes for infobarRonny Strutz
2005-05-17addedRonny Strutz
- open servicelist with inc/dec actual entry - toggle infobar with ok - hide infobar with exit
2005-05-14 - work on timersFelix Domke
- add eInput widget - add python/Tools - add flexible listbox content
2005-05-14 - add *.pyc to .cvsignoreFelix Domke
2005-05-09 - remove obsoleted enigma_iobject stuffFelix Domke
2005-05-05 - split 2 (Screens)Felix Domke
2005-05-05 - split of Components into different filesFelix Domke
- screen (will be split next) must import required modules
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
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-24add python connectionsFelix Domke
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