aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/ServiceInfo.py
AgeCommit message (Collapse)Author
2009-02-24small optimizations and cleanups by Moritz Vennghost
2009-02-12small speedups/cleanups by moritz vennghost
2009-01-20cleanup, convert to human readableghost
2009-01-19getInfoObject sTransponderData now also returns transponder data values (not ↵ghost
strings) .. compatible to getFrontendData
2008-05-15add support for rolloff and pilot changing (needed for some 8PSK transponders)Andreas Monzner
this both values are transmitted to the frontend via linux tv api inversion param hack bits 0..1 are used for real inversion param (OFF, ON, AUTO) bits 2..3 are now used for rolloff param (0.35, 0.25, 0.20) bits 4..5 are now used for pilot param (OFF, ON, AUTO) this needs a linuxtv api kernel patch, and a driver change (alps_bsbe2.ko) both are not yet pushed to OE!!
2008-01-28fix typoFelix Domke
2008-01-27display hex values unsignedFelix Domke
2007-09-26show service reference string in service infoFelix Domke
2007-07-22cleanup some importsAndreas Monzner
2007-04-12follow itemHeight changesFelix Domke
2007-01-31fix possible blue screenAndreas 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-12-29show current running event in channelist not only in bouquetsAndreas Monzner
2006-12-23don't crash when service information is unavailableFelix Domke
2006-12-22no bluescreen with old driversAndreas Monzner
2006-12-22show Videoformat in ServiceInfo Dialog in human readable format,Andreas Monzner
show Videosize in ServiceInfo
2006-12-22remove unneeded double dotAndreas Monzner
2006-12-22add "show transponder" info to service context menu in channellistAndreas Monzner
2006-10-16use translations in ServiceInfoFelix Domke
2006-08-07set feinfo to None when no valid service is availableFelix Domke
2006-05-24add support for 8PSKAndreas Monzner
2006-05-23show used dvb system in tuner info dialog (dvb-s / dvb-s2)Andreas Monzner
2006-05-18factorize code, remove debug, fix service info when no frontend info ↵Felix Domke
available (for example when playing back files)
2006-05-17rename iFrontendStatusInformation to iFrontendInformationAndreas Monzner
add possibility to query the tuner number for playing and recording services
2006-05-05add function to remove single service,Andreas Monzner
add function to remove transponder(s) and service(s) for specified onid/tsid/dvbnamespace/orbpos mark new found services in scan with dxNewFound flag add functions to change dxflags of a single service add function to change dxflags for specified onid/tsid/dvbnamespace/orbpos
2006-05-01simplify GUIcreate/createWidget, fix base class orderFelix Domke
2006-04-26no orbital position with -T frontendsAndreas Monzner
2006-04-26show terrestrial frontend infos in ServiceInfo dialogAndreas Monzner
2006-03-22don't show frontend data when no frontend data is available (remove exception)Stefan Pluecken
2006-03-03display DVB-C info and real tuner values with the blue keyStefan Pluecken
2006-03-03complete DVB-S transponder infoStefan Pluecken
2006-03-03show transponder info in ServiceInfo screenStefan Pluecken
2006-03-03make inversion human readableAndreas Monzner
2006-03-03new service info screen (prepared to show transponder info... not functional ↵Stefan Pluecken
yet)
2006-01-02add type to python multi content entrysAndreas Monzner
2005-12-23replace "Arial" by "Regular"Stefan Pluecken
2005-12-14when no service is currently playing, serviceinfo is displayed without ↵Stefan Pluecken
killing enigma2
2005-11-28service: add infoFelix Domke
2005-11-15looks much better ;)Ronny Strutz
2005-11-12display serviername in ServiceInfoStefan Pluecken
2005-11-12addRonny Strutz
-need an disable marker in List -need to get all Infos