aboutsummaryrefslogtreecommitdiff
path: root/components.py
AgeCommit message (Collapse)Author
2005-05-05 - remove old components.pyFelix Domke
2005-04-30 - prepared to move navigation stuff to pythonFelix Domke
- add "instantRecording" to infobar (will be finally replaced with recording manager)
2005-04-28 - self.instance won't be deleted but cleared - fix for VariableTextFelix Domke
to support non-execing widgets
2005-04-27 - actionmap component will not catch (wrong) exceptions anymoreFelix Domke
- fixed scan error handling when scan failed to start
2005-04-26added moveUp/moveDown to ServiceListRonny Strutz
2005-04-25 - add new listbox content type for multiple stringsFelix Domke
- add first version of config class - a bit ugly
2005-04-21 - improved scan error handlingFelix Domke
2005-04-17 - load palette from pngFelix Domke
- named color support
2005-03-20 - improved parserFelix Domke
- improved keymaps
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-29 - add fake "main menu"Felix Domke
- enable grc threading - disable some debug - dialog stacks
2005-01-29 - minor bugfix (allow empty content)Felix Domke
- allow tuples as list elements - fake main menu
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-23 - allow close of dialogFelix Domke
- some eWidget fixes - background for eWidgetDesktop - introduce "session" object
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-18slightly better example of using the signals (eButton::selected -> ↵Felix Domke
Button::onClick -> Screen "closed!")
2005-01-13first step for skin supportFelix Domke
2005-01-09 - add more python stuffFelix Domke
- fix some gui/gdi - add eslider - improve windowstyle