aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
AgeCommit message (Collapse)Author
2009-03-11Patch by Moritz Venn: Allow to set an additional delay via config.Felix Domke
Note that this requires driver support, which is not necessarily complete.
2009-03-11Merge branch 'master' of /home/tmbinc/enigma2-gitFelix Domke
2009-03-11Patch by Moritz Venn:Felix Domke
The current implementation of ConfigNumber.isChanged (the one inherited from ConfigElement) does not work properly as it will - at least for unsaved values - always returns True. This is obvious if you just take a look at the datatypes since value is an int and default is a string (because ConfigNumber is a modified ConfigText). To resolve this issue one can either compare self.tostring(self.value) or self.text to self.default but the former seems to be the more logical approach. The attached patch does override the method in ConfigNumber with the proposed fix.
2009-03-08fix typoghost
2009-03-05Merge branch 'master' of git.opendreambox.org:/git/enigma2Felix Domke
2009-03-03- properly ignore transponders without values for tsid/onid in the diseqc testerStefan Pluecken
- add some log file output for pids_failed case (real tsid/onid and expected tsid/onid)
2009-03-03first pickle, then save to avoid killing config file on sigintFelix Domke
2009-03-02media player cosmetical changes, thanks to kerniFelix Domke
2009-02-24small optimizations and cleanups by Moritz Vennghost
2009-02-22fix entry_changedFelix Domke
2009-02-20follow changes in module Tuner with added rolloff, pilot and ↵Stefan Pluecken
system/modulation in DiseqcTester/TuneTest
2009-02-20Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-02-20split "delay after continuous tone" value in "delay after continuous tone ↵ghost
disable before diseqc" and "delay after final continuous tone change" value and increment the first value now to 25 to fix "tune failed" problems with some diseqc switches
2009-02-18speedupghost
2009-02-17follow Console() changesacid-burn
add WHERE_NETWORKCONFIG_READ to Plugin Descriptor make Reichi happy ;-)
2009-02-16fix ConfigNoneghost
this fixes the endless bootloop with dm800
2009-02-16update all non-master listboxes when any listbox changesFelix Domke
2009-02-16Merge branch 'master' of /home/tmbinc/enigma2-gitFelix Domke
2009-02-16add latvian languageFelix Domke
2009-02-15use 'in', add killAllFelix Domke
2009-02-15add kill to Consoleacid-burn
2009-02-15fix typoghost
2009-02-15invalidate listboxcontent on epglist sortghost
2009-02-13rename list -> helplistghost
2009-02-13timerfix by adeninghost
2009-02-13Merge branch 'master' of git://git.opendreambox.org/git/acidburn/enigma2-masterFelix Domke
2009-02-13Fix entry_changed in ListboxFelix Domke
2009-02-13add remove to ipkg component and screenacid-burn
2009-02-13add MultiFileSelectListacid-burn
2009-02-13add remove/add partition interface for external applications not using autofsacid-burn
2009-02-12fix "schwerwiegender fehler" ;)ghost
2009-02-12small speedups/cleanups by moritz vennghost
2009-02-12add RT_WRAP for usage in TemplatedMultiContentFelix Domke
2009-02-11fix crash in manual scan (and other screens) since config speedupsghost
2009-02-11whitespace cleanups, small optimizationsghost
2009-02-11small fixesghost
2009-02-11revert some changesghost
2009-02-11another cleanup/speedupghost
2009-02-11small speedupsghost
2009-02-11Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-02-11fix possible crashghost
2009-02-11Merge branch 'master' of git.opendreambox.org:/git/enigma2Felix Domke
2009-02-11import MultiContentTemplateColorFelix Domke
2009-02-11small speedups / whitespace cleanupsghost
2009-02-10add modifyEntryFelix Domke
2009-02-10Add MultoContentTemplateColor, which takes the color out of a templated argumentFelix Domke
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