| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2005-04-30 | - prepared to move navigation stuff to python | Felix Domke | |
| - add "instantRecording" to infobar (will be finally replaced with recording manager) | |||
| 2005-04-30 | - add ts recorder | Felix Domke | |
| - rename: isection.h -> idemux.h | |||
| 2005-04-30 | - add sendSignal to eThread | Felix Domke | |
| 2005-04-30 | - increased PMT timeout for debugging. | Felix Domke | |
| 2005-04-30 | - fixed bogus channel sharing | Felix Domke | |
| 2005-04-28 | - removed confusing debug output | Felix Domke | |
| 2005-04-28 | - self.instance won't be deleted but cleared - fix for VariableText | Felix Domke | |
| to support non-execing widgets | |||
| 2005-04-28 | - add dvb resource management | Felix Domke | |
| - scan hardcoded to dvb-s again - added untested recording support (data io thread still missing) | |||
| 2005-04-28 | - small cut&pase typo | Felix Domke | |
| 2005-04-28 | - fixed empty() - a rectangle is empty when widht OR height is zero | Felix Domke | |
| 2005-04-28 | - fix storage of servicelist (cannot be stored as a component) | Felix Domke | |
| - add scan entry to topmenu for ease of debugging | |||
| 2005-04-27 | - actionmap component will not catch (wrong) exceptions anymore | Felix Domke | |
| - fixed scan error handling when scan failed to start | |||
| 2005-04-26 | added xml-menu | Ronny Strutz | |
| load servicelist forever added help-buttons to servicelist added fastzap | |||
| 2005-04-26 | added keys to infobar for fastzap[tm] | Ronny Strutz | |
| 2005-04-26 | added some screens / widgets | Ronny Strutz | |
| 2005-04-26 | added moveUp/moveDown to ServiceList | Ronny Strutz | |
| 2005-04-26 | - listbox size gets recalculated at the correct position | Felix Domke | |
| 2005-04-25 | - add new listbox content type for multiple strings | Felix Domke | |
| - add first version of config class - a bit ugly | |||
| 2005-04-25 | do voltage and tone control in SEC_SEND_SEQUENCE on old api..sorry for this hack | Andreas Monzner | |
| 2005-04-25 | fix build with normal dvb api v1 headers | Andreas Monzner | |
| 2005-04-25 | uninitialized variable | Andreas Monzner | |
| 2005-04-21 | - improved scan error handling | Felix Domke | |
| 2005-04-18 | - add info-bg.png | Felix Domke | |
| 2005-04-17 | - load palette from png | Felix Domke | |
| 2005-04-17 | - load palette from png | Felix Domke | |
| - named color support | |||
| 2005-04-15 | fix build with old api | Andreas Monzner | |
| 2005-04-15 | - add some demo skin files | Felix Domke | |
| 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 | - widget instance is now part of screen | Felix Domke | |
| - skins can now contain cosmetic widgets (widgets without functionality) please don't abuse them! Use them only for backgrounds etc. | |||
| 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-03-22 | - added hack for disabling actions on hidden windows. FIX ME | Felix Domke | |
| 2005-03-22 | - added background dialogs | Felix Domke | |
| 2005-03-21 | added tools | Felix Domke | |
| 2005-03-21 | - fixed filter source (not yet fully implemented anyway) | Felix Domke | |
| 2005-03-21 | - added missing actions (sorry) | Felix Domke | |
| 2005-03-20 | - improved parser | Felix 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 actions | Felix Domke | |
| - changed time when screens are acutally constructed - added service name (not working atm) and event info (now&next) | |||
| 2005-02-13 | - started work on EIT | Felix Domke | |
| - added "pcore", the navigation core for python | |||
| 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-10 | - fixed lib/Makefile.am for "components" directory | Felix Domke | |
| - hopefully simplified components | |||
| 2005-02-09 | - fixed console input mode restore | Felix Domke | |
| - added "scan" component - scan possible from main menu | |||
| 2005-02-07 | - added iStaticServiceInformation | Felix 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 scan | Felix 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-29 | fixed refcount of eListboxPythonStringContent | Felix 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 listbox | Felix Domke | |
| - add listbox example to python (press space, use 1..5) - fix label text positions | |||
