aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-27listboxcontent.cpp: support background and selected pixmap also for ↵ghost
multicontent lists
2009-03-26optionally link to libxineAndreas Oberritter
2009-03-26fix typoAndreas Oberritter
2009-03-26don't allow standby when there is no active screenFelix Domke
2009-03-26update languages: lt,sv,tr,da,pl,nl,it,es,ruFelix Domke
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-25remove skin for subservice selection.. so default choicelist skin is usedghost
2009-03-24fix mediaplayer playlist pos (thanks to Kerni)Felix Domke
2009-03-24now that Choicelist is skinable, fix SubserviceSelectionFelix Domke
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-23add some debug assertionsFelix 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-17data/menu.xml: add default weightsghost
2009-03-17Mediaplayer/plugin.py: dont show mediaplayer gui after seekghost
2009-03-17encoding.conf: add some polish two byte encoding transponders... thanks to Jarexghost
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-15add caluclation for bcm4506 based frontendsghost
2009-03-11Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-03-11fix: StandardError: eDVBCIInterfaces::setDescrambleRules entry in caid list ↵ghost
is not a long it is 'long'!!
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-10small fixghost
2009-03-10Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-03-10fix readCICaIds callghost
2009-03-10try to use current GUI language as initial dvd menu languageFraxinas
2009-03-09add two missing transponders with two char mappingghost
2009-03-08fix typoghost
2009-03-05Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-03-05mytest.py: set RTC Time on e2 shutdown when not dvb transponder time update ↵ghost
is used add debug output
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-05also support libgifFelix Domke
2009-03-05fix compiler warningsghost
2009-03-04add possibility to disable the dvb transponder time syncghost
not via gui yet... but config.misc.useTransponderTime=True/False in /etc/enigma2/settings should work
2009-03-04no more need to use fluendo mpeg stuffghost