aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
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
2009-03-03first pickle, then save to avoid killing config file on sigintFelix Domke
2009-03-02Merge branch 'master' of git.opendreambox.org:/git/enigma2Felix Domke
2009-03-02media player cosmetical changes, thanks to kerniFelix Domke
2009-03-02Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
2009-03-02listen to hotplug event when dvd is inserted or ejected and modify EXIT menu ↵Fraxinas
accordingly
2009-03-02Merge branch 'master' of /home/tmbinc/enigma2-gitFelix Domke
2009-03-02replace EOF magic by a slightly more accurate PVR EOF.Felix Domke
2009-02-28use < > keys vor next / previous service in single service epgghost
2009-02-27add possibility to change services in single service epg with bouquet +/- keyghost
2009-02-25make SoftwareManager filescan description translatableghost
2009-02-24small optimizations and cleanups by Moritz Vennghost
2009-02-23show warning message when trying to play video container with DTS stream ↵Fraxinas
(requires gst-plugins-dvbmedisink > 20090223)
2009-02-22disable KEY_0 to convert current item to mark as there is no way to undo thisFelix Domke
2009-02-22fix entry_changedFelix Domke
2009-02-20remove debug printStefan Pluecken
2009-02-20Merge branch 'master' of git.opendreambox.org:/git/enigma2Stefan Pluecken
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 fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
2009-02-20improve usability: hide some advanced options below expert, clear out and ↵Fraxinas
resort main menu, hide button text of inactive buttons, warn when adding a new title which causes exceeding single and dual layer medium size
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-19always show option to open file browser in exit dialoge (also when playing ↵Fraxinas
from actual dvd medium)
2009-02-19- increase video wizard timeout from 10 to 20 secondsStefan Pluecken
- rearrange summary screen widgets - set summary screen before anything else in the wizard
2009-02-18speedupghost
2009-02-17follow Console() changesacid-burn
add WHERE_NETWORKCONFIG_READ to Plugin Descriptor make Reichi happy ;-)
2009-02-17allow multiple ipkg configuration files. Limit: one url entry per fileacid-burn
really write edited url back dont show arch.conf file variable_width support for inputbox to work properly with sd and hd skins
2009-02-16Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugsFelix Domke
2009-02-16Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-02-16fix ConfigNoneghost
this fixes the endless bootloop with dm800
2009-02-16Merge branch 'master' of git.opendreambox.org:/git/enigma2Felix Domke
2009-02-16dont show -dbg and -dev packages in packetmanageracid-burn
show softwaremanager on blue button pressed if expert mode enabled some cleanups and better skinning support for Kerni ;-) small speedups in Packetmanager
2009-02-16the current libdreamdvd no more touch policy and aspect.. so its not needed ↵ghost
to save and restore this settings
2009-02-16update all non-master listboxes when any listbox changesFelix Domke