aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
2009-01-19add unicable support (thx to adenin)ghost
2009-01-19timer fixes and improvements by adeninghost
2009-01-19use OSError instead of IOError and small fix for sr devicesghost
2009-01-19rework block device scanning a bitFelix Domke
2009-01-15Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
2009-01-15allow styleable TemplatedMultiContent listsFraxinas
2009-01-09fixes by adenin:Felix Domke
- fixed "sometimes, timer changes would not be applied" - allow deleting timers in GraphMultiEPG - fix displayed clock icons in epg view, - fix button text for "zap", "add/remove timer" - multiepg and graphmultiepg will automatically switch to correct service
2009-01-06only kill actual containers on aborting tasksFraxinas
2009-01-05debug helpFelix Domke
2009-01-03Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-01-03small timer fixes by adeninghost
2009-01-02Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
2009-01-02"finished" message also when skipping configuration backupFraxinas
2009-01-02add support for multi angle dvdsghost
this needs a current libdreamdvd (SRCDATE >= 20090102)
2008-12-28fix typoghost
2008-12-22add possibility to remove timers in epglistghost
TODO: this is not working for subtitles yet and not its working in graphical multi epg
2008-12-21create Makefile.am automaticallyStefan Pluecken
2008-12-21create directory for plugin and add plugin to configure.ac and Makefile.amStefan Pluecken
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