aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
AgeCommit message (Collapse)Author
2009-02-02now the code is working for /dev/ide/discs/discX mounts and direkt mounts to ↵ghost
/dev/ide/hostX/busX/...
2009-01-30use enum values from frontendparams.hghost
2009-01-30use .get instead of operator []ghost
2009-01-27Merge branch 'master' of /home/tmbinc/enigma2-gitFelix Domke
2009-01-27don't rely on hdd standby timer, but manage own idle timer.Felix Domke
2009-01-27allow using a list for ePopenFelix Domke
2009-01-27Merge branch 'master' of git.opendreambox.org:/git/enigma2Felix Domke
2009-01-27when length is not available, just don't show anythingFelix Domke
2009-01-27fixes for python 2.6 by Moritz Vennghost
2009-01-26patch by moritz venn: wrap around for minutes/hoursFelix Domke
2009-01-26performance fix: don't redraw if in/out list is the sameFelix Domke
2009-01-21"type" -> "tuner_type"... tuner_type is one of "DVB-S" "DVB-T" "DVB-C"ghost
2009-01-19more codecleanupghost
2009-01-19allow non string choices in ConfigSelectionghost
2009-01-19physdev path start with /, like in hotplug. add dvd drive into devicedb. fix ↵Felix Domke
scanner component. fix splitDeviceName for sr0-like devices.
2009-01-19add unicable support (thx to adenin)ghost
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-03small timer fixes by adeninghost
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-21fix death screen in some conditionsghost
del fakeRec doesnt work, when the fakeRecList was empty thx to adenin
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-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-12cleanupghost
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-09ServicePosition.py: add Option "ShowNoSeconds"ghost
2008-12-09RemainingToText.py: more flexible useghost
2008-12-09add SNRdB to TunerInfoghost
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-08allow using complex shell commandlines (including | etc.) for job tasks ↵Fraxinas
(handle with care, no tool exist precondition checking!)
2008-12-04add m4a as audio extensionghost
2008-12-04allow callback-less ePopenFraxinas
2008-12-03add possibility to change start/end time in timer edit with Vol/Bouquet +/- ↵ghost
(thx to Moritz Venn)
2008-12-02add "divx" as known file extensionghost
2008-12-02fix disc handling for /dev/discs/disc in fstab ...ghost
2008-11-26add frisian language, update language cacheFelix Domke
2008-11-25add possibility to always switch to 13V before do sec commandsghost
2008-11-22AVSwitch.py: fix getOutputAspect functionghost
2008-11-18experimental dm8000 recording fix, doesn't belong hereFelix Domke
2008-11-17get rid of some floating point valuesghost
2008-11-17more changes for async picture decode supportghost
2008-11-17Merge branch 'master' into async_picloadghost