aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Satconfig.py
AgeCommit message (Collapse)Author
2008-10-09fix satconfig problem (sometimes simple config was not saved)Andreas Monzner
2008-08-08revert 128 LNB change... this was per TunerAndreas Monzner
so now its possible to configure up to 36 LNBs per Tuner (32 + 4 just for motorized dishes) (max 144 LNBs now for all Tuners)
2008-08-08add support for up to 128 LNBsAndreas Monzner
now its possible to configure a usals motor behind a toneburst/committed diseqc/uncommitted diseqc switch (in advanced satellite config.. choose "All Satellites X" as Satellite
2008-07-24typoStefan Pluecken
2008-07-24add spaceStefan Pluecken
2008-07-24- fix configMode for DVB-T and DVB-CStefan Pluecken
- add some information to the NimSelection to give a quick overview to the user
2008-07-21call saveAll from within def run... so now save connectedTo configEntriesAndreas Monzner
also working in startwizard
2008-07-21reset choices of connectedTo on leaving the nim setup with the "EXIT"Stefan Pluecken
button
2008-07-21we don't need to call saveAll for keyCancel to work properly anymoreStefan Pluecken
since we added the saveAll to keySave. that should fix keyCancel again.
2008-07-20we should call saveAllStefan Pluecken
2008-07-20do some voodoo on the config list to store the connectedTo values properly ↵Stefan Pluecken
(reset to all choices while saving items to get a fixed default value)
2008-07-17hopefully fix SatConfig (rebuilding new choices each time the satconfig is ↵Stefan Pluecken
called for a tuner was faulty)
2008-07-11fix some importsAndreas Monzner
2008-07-09save config entries after creating them for keyCancel to work properlyStefan Pluecken
2008-07-09fix configmode selection in sat config (not yet working 100% properly)Stefan Pluecken
2008-06-26some restrictions for the sat setupStefan Pluecken
we don't allow - DVB-S tuner ==loopthrough==> DVB-S2 tuner - tuner A ==equals to==> tuner B set to loopthrough - tuner A ==equals to==> tuner B set to 2nd cable on positioner LNB - tuner A ==2nd cable==> tuner B, if tuner B is already referenced in another tuner's config as 2nd cable on this positioner
2008-06-26handle 'equal' option in tuner config correctly for -s2 tunersStefan Pluecken
2008-06-26allow better and smarter configuration for > 2 nimsStefan Pluecken
2008-06-05dont crash when the satellites.xml does not exist or is emptyAndreas Monzner
2008-06-02dont use and show input power measurement (for rotor running detection),Andreas Monzner
when the hardware doesn't support it
2008-06-02small gui command order fix when diseqc 1.1 is selected and a uncommittedAndreas Monzner
command is selected
2008-05-27fix crash when more than one satellites is removedAndreas Monzner
2008-05-26ask to delete unconfigured satellites when leave tuner configurationAndreas Monzner
2008-02-11fix storing config entries (used by startwizzard)Andreas Monzner
2007-11-08fix -TAndreas Monzner
2007-08-06at possibility to change the motor running/stopped input power thresold inAndreas Monzner
simple motor config
2007-07-22cleanup some importsAndreas Monzner
2007-07-08make string translatableAndreas Monzner
2007-07-07add possibility to set rotor turning speed to fast/slow or set a time epochAndreas Monzner
for turning fast add some missing and new translations
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-02-08fix possible bluescreenAndreas Monzner
2006-12-04comment out not yet implemented 12V Switch optionAndreas Monzner
2006-11-27move keySave, keyCancel into ConfigList.py, use cancel confirm in satsetup ↵Felix Domke
to fix enduser problems ;)
2006-10-10some German translations (especially for the parental control)Stefan Pluecken
improve automatic cable scan
2006-10-10remove debugFelix Domke
2006-10-08change ConfigDummy to ConfigNothingStefan Pluecken
2006-10-07fix satconfigAndreas Monzner
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-06-28move dvb-t 5V antenna switching to better placeAndreas Monzner
rename Service Searchin -> Satconfig to -> Nimconfig
2006-05-01fix when only one frontend availableFelix Domke
2006-04-07fix "run" for dvb-tFelix Domke
2006-03-07fix storing of advanced satconfig out of the start wizardAndreas Monzner
2006-02-19revert non working codeAndreas Monzner
2006-01-28store configmode in advanced sat modeAndreas Monzner
2006-01-27fix saving of advanced satconfigAndreas Monzner
cleanup code
2006-01-27fixAndreas Monzner
2006-01-20add tuner B option "Equal to Socket A"Andreas Monzner
add tuner B option "Secondary cable from Rotor-LNB"
2005-12-30dont show toneburst(MiniDiSEqC) setting when no diseqc is usedAndreas Monzner