aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/frontend.cpp
AgeCommit message (Collapse)Author
2005-11-19nicer codeAndreas Monzner
2005-11-16use frontend_id in prepare tooAndreas Monzner
2005-11-16auto tuner selection is now working (this breaks allocateRawChannel..)Andreas Monzner
TODO: handling for linked tuners (loop through)
2005-11-16add - untestd - frontend compatibility/priority checkFelix Domke
2005-11-15add some constsFelix Domke
2005-11-11...Stefan Pluecken
2005-11-11make it compatible with 7020 again (should be removed in the final version)Stefan Pluecken
2005-11-09differentiate between failures while and after tuningFelix Domke
2005-10-29add bouquet supportAndreas Monzner
2005-10-26start rotor with 13V and static power limiting mode (LNBP21).. after 500msec ↵Andreas Monzner
switch rotor to faster speed.. (18V) .. TODO: change limiting mode should be done in driver.. not in userspace.. at the moment this is only working for the first tuner... (hardcoded i2c bus)
2005-09-30use libdvbsi++ from tuxbox-cvs,Andreas Monzner
please add http://ghost.dream-multimedia-tv.de/libdvbsi++.bb to your bitbake/openembedded/packages/tuxbox directory and exectute "bitbake -b ../openembedded/packages/tuxbox/libdvbsi++.bb" then install the libdvbsi++...ipk
2005-08-31 - fix serious problems in widget code. fixup buffered mode. add animation ↵Felix Domke
support.lib/gui
2005-05-30rotor turning with measure input power is now workingAndreas Monzner
2005-05-26more rotor stuffAndreas Monzner
2005-05-25voltage was not set, when not diseqc send was needed .. fix thisAndreas Monzner
2005-05-20work on rotor support, add usals stuff (rotor stuff not completed yet),Andreas Monzner
only send diseqc when needed
2005-05-19diseqc 1.1 should be working nowAndreas Monzner
2005-05-17non blocking diseqc and sec stuffAndreas Monzner
2005-05-12fix for old apiAndreas Monzner
2005-05-02add satconfig partAndreas Monzner
2005-04-25do voltage and tone control in SEC_SEND_SEQUENCE on old api..sorry for this hackAndreas Monzner
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-01-26nicer code (api v3 / oldapi)Andreas Monzner
2005-01-12fixes for old api.. not all tested..Andreas Monzner
2004-06-02 - disabled gui for a momentFelix Domke
- beginning of GDI2 work (region/fill/line works) - fixed smartptr self assignment - finally replaced "int ref" by something with a constructor
2004-05-23 - eConnections holds reference to objectFelix Domke
- use eAutoInitPtr instead of eAutoInitP for iObject-based stuff - fix some ref initialization - added service stop
2003-10-17import of enigma2Felix Domke