aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2005-04-30 - add ts recorder to dvb record serviceFelix Domke
2005-04-30 - add recordFelix Domke
2005-04-30 - add ts recorderFelix Domke
- rename: isection.h -> idemux.h
2005-04-30 - add sendSignal to eThreadFelix Domke
2005-04-30 - increased PMT timeout for debugging.Felix Domke
2005-04-30 - fixed bogus channel sharingFelix Domke
2005-04-28 - removed confusing debug outputFelix Domke
2005-04-28 - add dvb resource managementFelix Domke
- scan hardcoded to dvb-s again - added untested recording support (data io thread still missing)
2005-04-28 - small cut&pase typoFelix Domke
2005-04-28 - fixed empty() - a rectangle is empty when widht OR height is zeroFelix Domke
2005-04-26 - listbox size gets recalculated at the correct positionFelix Domke
2005-04-25 - add new listbox content type for multiple stringsFelix Domke
- add first version of config class - a bit ugly
2005-04-25do voltage and tone control in SEC_SEND_SEQUENCE on old api..sorry for this hackAndreas Monzner
2005-04-25fix build with normal dvb api v1 headersAndreas Monzner
2005-04-25uninitialized variableAndreas Monzner
2005-04-21 - improved scan error handlingFelix Domke
2005-04-17 - load palette from pngFelix Domke
- named color support
2005-04-15fix build with old apiAndreas Monzner
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-03-22 - added hack for disabling actions on hidden windows. FIX MEFelix 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 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-13 - started work on EITFelix Domke
- added "pcore", the navigation core for python
2005-02-10 - add "getCurrent" to service listboxFelix Domke
- add python wrapper for navigation core - use nav core - you can zap now :)
2005-02-10 - fixed lib/Makefile.am for "components" directoryFelix Domke
- hopefully simplified components
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-27fixAndreas Monzner
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-26nicer code (api v3 / oldapi)Andreas Monzner
2005-01-24add python connectionsFelix Domke
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-18first version of PythonSignals - need to be finalized a bit, but work basicallyFelix Domke
2005-01-18fix small bug introduced with v2 mergingFelix Domke
2005-01-12fixes for old api.. not all tested..Andreas Monzner
2005-01-12fixes for build with new compilerAndreas Monzner
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