aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
2009-04-15Mediaplayer/plugin.py: fix startup at first boot (thx toghost
Mike Looijmans)
2009-04-15PluginBrowser.py: fix name splitting (thx toghost
Mike Looijmans)
2009-04-15PluginBrowser.py: update pluginlist max every 60 minutes (thx toghost
Mike Looijmans)
2009-04-06replace assert by ASSERT, so a proper log message is generatedFelix Domke
2009-04-02Merge branch 'master' of git.opendreambox.org:/git/enigma2Felix Domke
2009-04-02Merge branch 'master' of git://git.opendreambox.org/git/acidburn/enigma2-masterFelix Domke
2009-04-02Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-04-02small ConfigSelection fixghost
2009-04-01Merge branch 'master' of git.opendreambox.org:/git/enigma2Felix Domke
2009-04-01remove debugFelix Domke
2009-04-01add .mov as playable extensionghost
2009-03-31Merge branch 'tmbinc/FixTimingBugs'Felix Domke
2009-03-31Merge commit 'origin/master' into tmbinc/FixTimingBugsFelix Domke
2009-03-31remove no more needed button pngsacid-burn
2009-03-31add missing pngsacid-burn
2009-03-31add delete to advanced restoreacid-burn
use default buttons for better translation support fix some translation issues small menu reordering and fitting
2009-03-31add experimental meta parsing, not yet finishedacid-burn
2009-03-31fix typoacid-burn
add SCOPE_METADIR
2009-03-27NimManager.py: take care of satpos depends only for lnbs confed to DiSEqC 1.2ghost
2009-03-26TimerEntry.py: dont ask to select subservice when just one subservice is ↵ghost
available
2009-03-25InfoBarGenerics.py: fix crash when press yellow in info screen on subservicesghost
2009-03-23Merge branch 'master' of git.opendreambox.org:/git/enigma2Felix Domke
2009-03-23fix broken code when a hotplug partition was removedFelix Domke
2009-03-23fix crash on aborting during CheckDiskspaceTaskFraxinas
2009-03-23NimManager.py: small revertghost
2009-03-23Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-03-23improve /sys/block/*/stat parsingFelix Domke
2009-03-23NimManager.py: create some config entries just when needed .. to speedup ↵ghost
enigma2 start
2009-03-23config.py: remove unneeded notifier callghost
2009-03-23handle empty bouquetsFelix Domke
2009-03-23allow strings to be used for skin_nameFelix Domke
2009-03-19sort plugins by name, give some ChoiceBoxes individual namesFelix Domke
2009-03-19make ChoiceBox skinnableFelix Domke
2009-03-17Add plugin to assign service / providers / caids to Common Interface Modulesghost
2009-03-17Mediaplayer/plugin.py: dont show mediaplayer gui after seekghost
2009-03-16Ci.py: fix crash since yesterday change without new driversghost
2009-03-15add "High bitrate support" choice in CI Setup (needs new drivers to work)ghost
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-11do nothing when green button is pressed in a record, to be consistent with UIFelix Domke
2009-03-10try to use current GUI language as initial dvd menu languageFraxinas
2009-03-08fix typoghost
2009-03-05Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-03-05Merge branch 'master' of git.opendreambox.org:/git/enigma2Felix Domke
2009-03-05lib/python/Tools/DreamboxHardware.py: add function to set RTC Timeghost
2009-03-04Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-03-04fix possible crashghost
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-03fix selecting menu template and background image files, only allow start of ↵Fraxinas
burning process if at least one title is in the collection, otherwise hide menu entry and add yes-no-box before burning with RECORD key on rcu