| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-11-11 | fixes bug #283 | Stefan Pluecken | |
| if nothing is connected to any nim, don't die entering scan setup | |||
| 2009-09-08 | don't offer scanning on nims where nothing is connected | Stefan Pluecken | |
| 2009-07-03 | allow 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-19 | remove nested structures because of the fact that swig cannot handle this | ghost | |
| 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-18 | remove possibility to scan with "loopthrough" and "2nd cable from rotor" ↵ | ghost | |
| configured tuners | |||
| 2008-12-12 | cleanup code | ghost | |
| 2008-11-16 | Add 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-28 | remove non working wrapper class to add a (unneeded) .get() call to | Andreas 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-30 | change network scan default value to yes for multisat and single sat scan | Andreas Monzner | |
| add multisat scan twice.. one with all satellites enable.. second disabled | |||
| 2008-08-11 | some service scan improovements | Andreas 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-19 | remove no more needed function | Andreas Monzner | |
| 2008-07-11 | add message "Please press OK to continue." to DefaultSatLists wizard's | Stefan 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-03 | allow default services lists from /usr/share/enigma2/defaults AND | Stefan Pluecken | |
| /usr/share/enigma2/dealer | |||
| 2008-06-02 | move installPackage call one wizard step to properly update the wizard texts | Stefan Pluecken | |
| 2008-05-28 | swap key and value | Andreas Monzner | |
| 2008-05-27 | add default services lists as a scan alternative | Stefan Pluecken | |
| 2008-05-15 | add 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-14 | unlink some cyclic dependencys to get garbage collection working | Andreas Monzner | |
| 2008-02-14 | add support for cyclic garbage collection to eTimer and eSocketNotifier | Andreas 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-22 | import missing ActionMap | Andreas Monzner | |
| 2007-07-22 | cleanup some imports | Andreas Monzner | |
| 2007-06-08 | fix typo | Andreas Monzner | |
| 2007-06-06 | remove unneeded comment | Andreas Monzner | |
| 2007-06-06 | add runAsync support to wizzard | Andreas Monzner | |
| change run to runAsync in ScanSimple and ScanSetup (now the new cable transponder scan is working out of startwizzard too) | |||
| 2007-06-06 | some fixes for empty tuner slots (use slotid instead of dvb api frontend | Andreas Monzner | |
| device id) replace some hacks with some better hacks ;) | |||
| 2007-06-05 | remove unneeded = when call tda1002x tool | Andreas Monzner | |
| 2007-06-05 | fix autoscan | Andreas Monzner | |
| 2007-06-02 | get rid of unneeded for loop .. do recursion now | Andreas Monzner | |
| 2007-06-01 | fix symbolrate limits.. change parameter --scan_stepsize and --scan_bands to | Andreas Monzner | |
| --scan-stepsize and --scan-bands | |||
| 2007-05-31 | better fix | Andreas Monzner | |
| 2007-05-31 | fix bluescreen | Andreas Monzner | |
| 2007-05-31 | dont scan when the tda1002x tool is canceled by the user | Andreas Monzner | |
| 2007-05-31 | much 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-18 | NIM cleanup, as described in ↵ | Felix Domke | |
| https://lists.elitedvb.net/pipermail/enigma2-devel/2007-May/000016.html | |||
| 2007-01-20 | fix bluescreen when try to start a manual scan and a service is selected but | Andreas Monzner | |
| not tuned | |||
| 2007-01-15 | change iFrontendInformation api | Andreas 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-22 | add "show transponder" info to service context menu in channellist | Andreas Monzner | |
| 2006-12-18 | fix default orbital_position setting in manual scan | Stefan Pluecken | |
| 2006-11-01 | temporary disable dvb-s2 support | Andreas Monzner | |
| 2006-10-30 | revert local change (just for testing) | Andreas Monzner | |
| 2006-10-30 | add missing file | Andreas Monzner | |
| 2006-10-17 | fix typo | Felix Domke | |
| 2006-10-13 | fix more ConfigSatlist defaults | Andreas Monzner | |
| 2006-10-13 | fix bluescreen in manual scan | Andreas Monzner | |
| 2006-10-12 | fix scanning with no and one nim | Stefan Pluecken | |
| 2006-10-10 | some German translations (especially for the parental control) | Stefan Pluecken | |
| improve automatic cable scan | |||
| 2006-10-06 | finally 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-02 | config rewrite. some extensions still need to be updated. | Felix Domke | |
| 2006-09-17 | fix cable scan | Stefan Pluecken | |
