aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
2008-05-17allow "internal" plugins from outside of the e2 plugin directory (useful for ↵Stefan Pluecken
file scanner in internal e2 code)
2008-05-16lots of improvements in the default wizardStefan Pluecken
2008-05-16move registering of DefaultWizard from StartWizard.py into DefaultWizard.pyStefan Pluecken
2008-05-16allow dynamic config lists in wizardsStefan Pluecken
2008-05-16add new scope for directory for the dealer partition to be mounted onto ↵Stefan Pluecken
(SCOPE_DEFAULTPARTITIONMOUNTDIR)
2008-05-15add dump_malloc_statsFelix Domke
2008-05-15add support for rolloff and pilot changing (needed for some 8PSK transponders)Andreas Monzner
this both values are transmitted to the frontend via linux tv api inversion param hack bits 0..1 are used for real inversion param (OFF, ON, AUTO) bits 2..3 are now used for rolloff param (0.35, 0.25, 0.20) bits 4..5 are now used for pilot param (OFF, ON, AUTO) this needs a linuxtv api kernel patch, and a driver change (alps_bsbe2.ko) both are not yet pushed to OE!!
2008-05-14save configfile after setting the video configStefan Pluecken
2008-05-14fix not visible sleeptimer in extensions menu on dm800Andreas Monzner
2008-05-13fix subservice quickzapAndreas Monzner
2008-05-13dont re-ask parental pin on change subservicesAndreas Monzner
2008-05-12add DVI-PC mode for PC monitors (defaults to 640x480 which every pcStefan Pluecken
monitor should support)
2008-05-12by Pieter Grimmerink: fix FEC typosFelix Domke
2008-05-09add missing save for videomode config entriesAndreas Monzner
2008-05-02Don't set fastblank to high if the currently selected port (vs. the ↵Felix Domke
to-be-selected port) is non-scart
2008-05-01reenable PC mode video selection for dvi ports in the video wizardStefan Pluecken
2008-05-01enable/disable dvd overlay screen on service started/stopped eventAndreas Monzner
2008-05-01pass service events to old instance of InfoBarBase until a new service isAndreas Monzner
running
2008-05-01dont use iPlayableService.evUser for iServiceInfomation.getInfo*Andreas Monzner
2008-04-30use e2 functions to merge config and servicesStefan Pluecken
2008-04-29check for file existenceStefan Pluecken
2008-04-28default wizardStefan Pluecken
beware: could overwrite some of your data in /etc/enigma2. add config.misc.defaultchosen=false to /etc/enigma2/settings to prevent this.
2008-04-28ToolExistsPrecondition, ReturncodePostcondition are usable alreadyFelix Domke
2008-04-28disabling user interaction in all wizards by setting self.disableKeys toStefan Pluecken
True
2008-04-27remove check for config.misc.firstrun and start video wizard ifStefan Pluecken
config.misc.videowizardenabled is true instead
2008-04-25wizard steps start with 1, not 0Stefan Pluecken
2008-04-25- add crawlDirectory helper functionStefan Pluecken
- add SCOPE_DEFAULTDIR and SCROPT_DEFAULTPARTITION
2008-04-25fix wizard GSOD when condition of last step is not fulfilledStefan Pluecken
2008-04-24fix for skin changesFelix Domke
2008-04-24re-add SeekBackward workaround ... but dont use it for the dvd playerAndreas Monzner
2008-04-23prepare for skin updating and scalingFelix Domke
2008-04-23allow setting a boolean valueFelix Domke
2008-04-22disable cuesheet (resume) until in understand the libdvdnav :)Andreas Monzner
2008-04-22some dvd player changes (resume isnt working yet)Andreas Monzner
2008-04-22deliver service events only to last created class which is based onAndreas Monzner
InfoBarBase
2008-04-22code cleanupAndreas Monzner
2008-04-21speedup resolveFilename a bitAndreas Monzner
2008-04-21fix path to default plugin.pngAndreas Monzner
2008-04-20handle case of empty textFelix Domke
2008-04-18no need to define skin in skin_default.xml and .py filesAndreas Monzner
2008-04-17search default picon png first in currently used skin directory beforeAndreas Monzner
fallback to default skin directory
2008-04-17add SCOPE_CURRENT_SKIN to resolveFileNames in currently used skin directoryAndreas Monzner
2008-04-17relayout video finetune a bitFelix Domke
2008-04-17remove deprecated and unused codeAndreas Monzner
2008-04-16remove InfoBarEvent initialization, which is gone nowFelix Domke
2008-04-16Infobar toggleable with OK key and remember last file browser directoryAndreas Frisch
2008-04-16dont crash when no or empty cables.xml is availableAndreas Monzner
2008-04-16fix MakefilesAndreas Monzner
2008-04-15by Nemesis: remove obsolete source in CutlistEditor, fix network adapter ↵Felix Domke
setup layout
2008-04-15fix servicedvd.so install (now the directory is created before copy libAndreas Monzner