aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Sources/FrontendStatus.py
AgeCommit message (Collapse)Author
2007-09-14some changes for new default skinAndreas Monzner
2007-08-28fix for use frontend_sourcAndreas Monzner
2007-08-28fix frontend_source,Andreas Monzner
make update_interval changable
2007-07-22cleanup some importsAndreas Monzner
2007-05-20invent proper signalPowerdB enums and use themFelix Domke
2007-01-15remove debug codeAndreas Monzner
2007-01-15change iFrontendInformation apiAndreas Monzner
getFrontendData(bool) is now splitted in three seperate calls getFrontendData() returns the frontend number and frontend type in a dict getFrontendStatus() return signal quality, signal power, bit error rate, lock state, sync state, frontend state in a dict getTransponderData(bool) when the bool is true it returns a dict with the original tuned transponder data, when false the transponderdata read out from the frontend driver getAll(bool) is a sum of the three single calls and the direct replacement of the old getFrontendData call
2006-07-30suspend timers when all renders are hiddenFelix Domke
2006-07-30some minor speedups using caches and more selective updatingFelix Domke
2006-06-26remove debug messageFelix Domke
2006-06-26add FrontendStatus source, add converter to SNR/AGC/BER bar and textFelix Domke