aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
2008-12-21remove comments from Makefile.am to make automatic parsing easierStefan Pluecken
2008-12-21Plugin creator scriptStefan Pluecken
2008-12-21fix deathscreen in some conditions (thx to adenin)ghost
2008-12-21fix death screen in some conditionsghost
del fakeRec doesnt work, when the fakeRecList was empty thx to adenin
2008-12-18add diseqc tester test type complete (tune FROM every possible index TOStefan Pluecken
every possible index) (can take some time until eternity for a high number of orbital positions)
2008-12-18Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2008-12-18dont let open satfinder for "2nd cable from rotor" and "loothrough" ↵ghost
connected lnbs
2008-12-18count indexes instead of transponders for failed/successfully tuned indexesStefan Pluecken
2008-12-18remove possibility to scan with "loopthrough" and "2nd cable from rotor" ↵ghost
configured tuners
2008-12-18allow writing of diseqc tester results to /media/hdd/diseqctester.logStefan Pluecken
2008-12-16add newlines at end of fileStefan
2008-12-16add diseqc tester test type "random"Stefan
2008-12-16show transponders in diseqc tester resultsStefan
2008-12-16finish and polish diseqc tester pluginStefan
2008-12-16finish and polish diseqc tester pluginstefan
2008-12-16add onid/tsid pollingStefan Pluecken
2008-12-16catch up DiseqcTest developmentStefan Pluecken
2008-12-16add ResourceManager for handling resources in inter plugin communicationStefan Pluecken
2008-12-14Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
2008-12-14prettify MultiContent TitleListFraxinas
2008-12-13add possibility to set manual lnb priority (only in advanced sat config)ghost
range 0..64 to decrease priorities (this is lower as all auto given priorities) range 14000..14064 this is higher than auto given rotor priorities range 19000..19064 this is higher than each auto given priorities
2008-12-12small fixghost
2008-12-12cleanup codeghost
2008-12-12cleanupghost
2008-12-12small cleanupghost
2008-12-12PositionerSetup/plugin.py: use data from currently tuned transponder as ↵ghost
initial data
2008-12-11Satfinder/plugin.py: fix nimselection size, add support for DVB-S2ghost
2008-12-11PositionerSetup/plugin.py: fix modulation, fix nim selection list sizeghost
2008-12-11PositionerSetup/plugin.py: add support for DVB-S2ghost
2008-12-11Patch by Anders Holst:Felix Domke
* ConfigElement.addNotifier takes a new optional argument immediate_feedback (which is True by default). If True the notifier is called whenever an editing key is pressed in the element. When False, the notifier is only called when editing is finished, i.e the element is deselected or the dialog closed. * ConfigSet is updated in accordance with Teros suggestion so that it behaves like the others and feedback can be given immediately. * All ConfigElements are modified to check whether they have changed since last selected (by a new variable last_value). * UsageConfig.py is updated to use immediate_feedback=False in the case of validating the speeds. (The only case so far where this setting is needed, but with the possibility more uses may follow.)
2008-12-11servicedvd.cpp: fix typoghost
2008-12-10enable dream keyboardacid-burn
2008-12-10fix mem leakghost
2008-12-09ServicePosition.py: add Option "ShowNoSeconds"ghost
2008-12-09RemainingToText.py: more flexible useghost
2008-12-09DVDPlayer/plugin.py: set size of overlay screen depended to desktop sizeghost
2008-12-09blit just needed regionsghost
2008-12-09Merge branch 'master' into dvd_scale_testghost
2008-12-09also show SNR in dB in PositionerSetupghost
2008-12-09remove unneeded skin (already in skin_default.xml)ghost
2008-12-09add SNRdB to TunerInfoghost
2008-12-08small fixghost
2008-12-08Merge branch 'master' into dvd_scale_testghost
2008-12-08remove agcghost
2008-12-08follow libdreamdvd changes to support scaling (needs libdreamdvd >= 20081208)ghost
2008-12-08change character encoding of source file from 8859-1 to utf-8Fraxinas
2008-12-08use ConfigDirectory from config.py instead of local definitionFraxinas
2008-12-08add new config types ConfigSearchText, which uses the new sql ↵Fraxinas
NumericalTextInput search map plus type ConfigDirectory which displays paths as strings
2008-12-08add search parameter for NumericalTextInput which supplies a mapping with ↵Fraxinas
only lowercase and standard ascii characters plus number plus SQL wildcards
2008-12-08change translateable year string from lower to upper case to save one po entryFraxinas