aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
AgeCommit message (Collapse)Author
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
2008-11-17performance fix: don't redraw if in/out list is the sameFelix Domke
2008-11-17Merge branch 'master' into tmbinc/FixTimingBugsFelix Domke
Conflicts: lib/dvb/sec.cpp lib/python/Components/Network.py lib/python/Components/Playlist.py lib/python/Plugins/Extensions/DVDBurn/Process.py lib/python/Plugins/Extensions/MediaPlayer/plugin.py lib/python/Screens/TimerEdit.py po/lt.po po/nl.po po/tr.po
2008-11-17Patch by Moritz Venn/Anders Holst: the long awaited 'setting tags from timer ↵Felix Domke
menu'-patch
2008-11-17allows to configure the path for timeshift recordings via gui, by Moritz ↵Felix Domke
Venn. closes #64.
2008-11-16add ukrainian (uk) languageFelix Domke
2008-11-16work on asynchron pic loading... to get rid of spinning wheelsghost
2008-11-14dont start self.console twiceacid-burn
2008-11-14small skin fixacid-burn
fix possible crash when leaving networksetup
2008-11-13add possibility to change delay after diseqc reset command and delay after ↵ghost
diseqc peripherial poweron command via satellite equipment control plugin
2008-11-13NimManager.py: fix non working option "Set Voltage and 22KHz"ghost
2008-11-12when passing a broken utf-8 string, ignore characters. fixes #55.Felix Domke
2008-11-12NimManager.py: fix service searching with simple configghost
2008-11-12more flexible diseqc / sat configghost
2008-11-12add possibility to set diseqc inputs to "nothing connected"ghost
2008-11-11change default input power current for dm8000 (for rotor turning)ghost
2008-11-10remove unneeded calls to iNetwork.getinterfacesacid-burn
cleanups fix typo
2008-11-08add possibility to select "second cable of motorized LNB" also when the ↵ghost
rotor is configured in advanced mode
2008-11-08fix typosghost
2008-11-0815 <-> 50ghost
2008-11-08fix rotor input current measurement default value for dm8000ghost
2008-11-08fix TimerSanityCheck for Service Groups (Alternatives)ghost
dont care about tuner slot num in Timersanity Check fix wrong timersanitycheck result in some cases (Bug: unknown Conflict)
2008-11-07fix non working invert of oled displayghost
add non working standby slider in display setup
2008-11-07Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
2008-11-07move selection index on EOS (this will scroll through playlist instead of ↵Fraxinas
always displaying the uppermost page)
2008-11-07parse #EXTINT title info from m3u playlistsFraxinas
2008-11-06fix Dreambox Keyboard Numberinput inside ConfigIPacid-burn
2008-11-06better async handlingacid-burn
dont open adaptersetup after wlanscan close, only open on connect inside wlanscan some cleanups and fixes
2008-11-06better netmask parsingacid-burn
2008-11-06allow setting progress for current task from within resident task, implement ↵Fraxinas
rudimentary progress for mplextask in dvdburn (requires dvdauthor patch)
2008-11-06don't crash when background jobs fail and user presses red keyFraxinas