aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
AgeCommit message (Collapse)Author
2009-02-10fix sleep-after-accessFelix Domke
2009-02-10stop idle timer when removing a harddiskFelix Domke
2009-02-09Merge branch 'master' of git.opendreambox.org:/git/enigma2Felix Domke
2009-02-09properly handle: non-accessible directories, 'None' (=list of mountpoints) ↵Felix Domke
with showMountPoints=false
2009-02-09ConfigSelection / ConfigSet speedup second tryghost
2009-02-09Revert "increased performance on ConfigSelection and ConfigSet create to ↵ghost
speedup enigma2 start" This reverts commit ddff18e87301a328b7b8b03d2f68de8e1029120b until its working okay ;)
2009-02-09increased performance on ConfigSelection and ConfigSet create to speedup ↵ghost
enigma2 start for performance reasons we have removed the assertion to check if the ConfigSelection default is in choices list/dict... so please ensure that your default entry is in the choices list.. when it is not None!
2009-02-09speedup / cleanupghost
2009-02-06code cleanup ... use more /proc/stb/avs/0/* auto functionsghost
this change needs current drivers (SRCDATE >= 20090206)
2009-02-06check harddisc idle 10 times per periodghost
add some debug output
2009-02-03also check devidex2 hereghost
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