aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/ScanSetup.py
AgeCommit message (Collapse)Author
2011-03-30fix some misspellingsAndreas Oberritter
2010-11-08ScanSetup.py: remove dvb_shutdown_timeout workaroundghost
2010-11-08more robust codeghost
2010-11-08ScanSetup.py: fix abort in transpondersearch when the external transponder ↵ghost
tool is running
2010-11-08ScanSetup.py: immediate close frontend before execute blindscan utilghost
2010-10-06fixes bug #593Stefan Pluecken
use i2c_device from /proc/bus/nim_sockets for automatic cable scan
2010-04-02refs bug #436Stefan Pluecken
set/reset dvb_shutdown_timeout at a different position
2010-04-01refs bug #485Stefan Pluecken
use --bus 2 as parameter on dm500hd for scan
2010-03-30refs bug #485Stefan Pluecken
start cxd1978 tool if such a tuner is used
2010-02-04fixes bug #435Stefan Pluecken
add support for INVERSION_AUTO parameter returned by the cable scan tool
2009-11-16fixes bug #280Stefan Pluecken
don't allow scanning on a nim configured as advanced with no LNB assigned to any sat
2009-11-11fixes bug #283Stefan Pluecken
if nothing is connected to any nim, don't die entering scan setup
2009-11-07revert some no more needed bug_258_sorting_of_configsatlist changesghost
2009-11-06fixes bug #258Stefan Pluecken
removed some wrong ConfigSatList handling
2009-09-08don't offer scanning on nims where nothing is connectedStefan Pluecken
2009-07-03allow to do a manual scan on linked tuners when the type of linked and ↵ghost
directly connected tuner is not equal (DVB-S linked to DVB-S2 or vice versa)
2009-01-19remove nested structures because of the fact that swig cannot handle thisghost
now we no more need the bad duplicate definitions of eDVBFrontendParametersSatellite/Cables/Terrestrial content i.e. eDVBFrontendParametersSatellite.System_DVB_S or eDVBFrontendParametersSatellite.FEC_Auto....
2008-12-18remove possibility to scan with "loopthrough" and "2nd cable from rotor" ↵ghost
configured tuners
2008-12-12cleanup codeghost
2008-11-16Add possibility to set Pilot also for DVB-S2 non 8PSK Transponders (i.e. the ↵ghost
new Euro1080 Transponder on 7°E) But this needs also new drivers!
2008-10-28remove non working wrapper class to add a (unneeded) .get() call toAndreas Monzner
eConsoleAppContainers.. so now all external plugins must remove this .get() calls... example: cont = eConsoleAppContainer() cont.appClosed.append(cb_func) # old was cont.appClosed.get().append(cb_func)
2008-08-30change network scan default value to yes for multisat and single sat scanAndreas Monzner
add multisat scan twice.. one with all satellites enable.. second disabled
2008-08-11some service scan improovementsAndreas Monzner
- add a only free scan - the scan now finds also services not listed in SDT - add option "clear before scan" also for single transponder searches For the only free scan a change in the main lamedb transponder format was needed... i think this breaks some external settings editors To detect the service format now the service database file starts with "eDVB services /4/" .. the old format was "eDVB services /3/" .. e2 can read the old and the new format.. but it writes always the new format!
2008-07-19remove no more needed functionAndreas Monzner
2008-07-11add message "Please press OK to continue." to DefaultSatLists wizard'sStefan Pluecken
last step
2008-07-07- allow multiple xml control files for one wizard (to combine wizards, that ↵Stefan Pluecken
should also be able to run standalone) - separate question for default sat lists in start wizard
2008-06-03allow default services lists from /usr/share/enigma2/defaults ANDStefan Pluecken
/usr/share/enigma2/dealer
2008-06-02move installPackage call one wizard step to properly update the wizard textsStefan Pluecken
2008-05-28swap key and valueAndreas Monzner
2008-05-27add default services lists as a scan alternativeStefan Pluecken
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-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