aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/ScanSetup.py
AgeCommit message (Collapse)Author
2008-02-14unlink some cyclic dependencys to get garbage collection workingAndreas Monzner
2008-02-14add support for cyclic garbage collection to eTimer and eSocketNotifierAndreas Monzner
class, add simpler method to set a timer callback.. or remove.. instead of timer.timeout.get().append(func).. or .remove(func)... now it is possible to do timer.callback.append(func)... timer.callback.remove(func) (the old method still works..but is now deprecated)
2007-07-22import missing ActionMapAndreas Monzner
2007-07-22cleanup some importsAndreas Monzner
2007-06-08fix typoAndreas Monzner
2007-06-06remove unneeded commentAndreas Monzner
2007-06-06add runAsync support to wizzardAndreas Monzner
change run to runAsync in ScanSimple and ScanSetup (now the new cable transponder scan is working out of startwizzard too)
2007-06-06some fixes for empty tuner slots (use slotid instead of dvb api frontendAndreas Monzner
device id) replace some hacks with some better hacks ;)
2007-06-05remove unneeded = when call tda1002x toolAndreas Monzner
2007-06-05fix autoscanAndreas Monzner
2007-06-02get rid of unneeded for loop .. do recursion nowAndreas Monzner
2007-06-01fix symbolrate limits.. change parameter --scan_stepsize and --scan_bands toAndreas Monzner
--scan-stepsize and --scan-bands
2007-05-31better fixAndreas Monzner
2007-05-31fix bluescreenAndreas Monzner
2007-05-31dont scan when the tda1002x tool is canceled by the userAndreas Monzner
2007-05-31much faster DVB-C service searching... this needs a external (non GPL) tool ↵Andreas Monzner
to find used transponders... not in OE yet.. but downloadable at http://sources.dreamboxupdate.com/download/7025/tda1002x please copy it to /usr/bin
2007-05-18NIM cleanup, as described in ↵Felix Domke
https://lists.elitedvb.net/pipermail/enigma2-devel/2007-May/000016.html
2007-01-20fix bluescreen when try to start a manual scan and a service is selected butAndreas Monzner
not tuned
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-22add "show transponder" info to service context menu in channellistAndreas Monzner
2006-12-18fix default orbital_position setting in manual scanStefan Pluecken
2006-11-01temporary disable dvb-s2 supportAndreas Monzner
2006-10-30revert local change (just for testing)Andreas Monzner
2006-10-30add missing fileAndreas Monzner
2006-10-17fix typoFelix Domke
2006-10-13fix more ConfigSatlist defaultsAndreas Monzner
2006-10-13fix bluescreen in manual scanAndreas Monzner
2006-10-12fix scanning with no and one nimStefan Pluecken
2006-10-10some German translations (especially for the parental control)Stefan Pluecken
improve automatic cable scan
2006-10-06finally fix priorities: ConfigListScreen's action must be -1 to override ↵Felix Domke
eListbox' 0, the other setup screens need to use -2 to override ConfigListScreen
2006-10-02config rewrite. some extensions still need to be updated.Felix Domke
2006-09-17fix cable scanStefan Pluecken
2006-09-05add missing eTimerFelix Domke
2006-07-23fix auto terrestrial scanAndreas Monzner
2006-07-23fix manual cable scanAndreas Monzner
2006-07-20fix terrestrial manual scan, use more parameters from terrestrial.xml forAndreas Monzner
automatic scan
2006-07-03no "auto" parameter in single transponder scan, since the frontends don't ↵Stefan Pluecken
support this for modulation type
2006-06-30fix manual transponder scanStefan Pluecken
2006-06-30fix for manually scanning a transponder with 8psk modulationStefan Pluecken
2006-06-28move dvb-t 5V antenna switching to better placeAndreas Monzner
rename Service Searchin -> Satconfig to -> Nimconfig
2006-06-28get default transponder data from currently running service (only ↵Stefan Pluecken
implemented for dvb-c and dvb-s/s2 atm, dvb-t to follow in the distant future) for the single transponder scan
2006-06-26fix typoAndreas Monzner
2006-06-26add 5V handling for active DVB-T antennas (needs new drivers)Andreas Monzner
2006-06-16fix default FEC valueFelix Domke
2006-06-06fix typoFelix Domke
2006-05-24add missing )Andreas Monzner
2006-05-24add support for 8PSKAndreas Monzner
2006-05-24dont show (non working) SNR AGC BER in manual scanAndreas Monzner
2006-05-24some fixes for dvb-s2Andreas Monzner
2006-05-23finish dvb-s2 fec stuffStefan Pluecken