aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
AgeCommit message (Collapse)Author
2008-06-03fix typosFelix Domke
2008-06-03adapter setup updateFelix Domke
2008-06-03some cleanupsFelix Domke
2008-06-03allow default services lists from /usr/share/enigma2/defaults ANDStefan Pluecken
/usr/share/enigma2/dealer
2008-06-02dont use and show input power measurement (for rotor running detection),Andreas Monzner
when the hardware doesn't support it
2008-06-02move installPackage call one wizard step to properly update the wizard textsStefan Pluecken
2008-06-02small gui command order fix when diseqc 1.1 is selected and a uncommittedAndreas Monzner
command is selected
2008-05-29NetworkSetup: fix help onleft/right, fix reloadFelix Domke
2008-05-29add new network configFelix Domke
2008-05-28swap key and valueAndreas Monzner
2008-05-27green -> blueAndreas Monzner
2008-05-27add default services lists as a scan alternativeStefan Pluecken
2008-05-27add tagging to possible dream info handler prerequisitesStefan Pluecken
2008-05-27fix crash when more than one satellites is removedAndreas Monzner
2008-05-26ask to delete unconfigured satellites when leave tuner configurationAndreas Monzner
2008-05-26add "remove complete satellite" option to channel selection context menüAndreas Monzner
when a services entry is selected (i.e. Astra (19.2) - services)..
2008-05-26add possibility to enable / disable ac3 downmix in audio track selectionAndreas Monzner
menu
2008-05-18don't show in startwizardStefan Pluecken
- tuner config if config.misc.startwizard.shownimconfig = False - service scan if config.misc.startwizard.doservicescan = False can be used to preconfigure an image through defaults in the dealer partition
2008-05-17add DreamPackageWizardStefan Pluecken
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-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-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-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-28disabling user interaction in all wizards by setting self.disableKeys toStefan Pluecken
True
2008-04-25wizard steps start with 1, not 0Stefan Pluecken
2008-04-25fix wizard GSOD when condition of last step is not fulfilledStefan Pluecken
2008-04-24re-add SeekBackward workaround ... but dont use it for the dvd playerAndreas Monzner
2008-04-22deliver service events only to last created class which is based onAndreas Monzner
InfoBarBase
2008-04-18no need to define skin in skin_default.xml and .py filesAndreas Monzner
2008-04-17remove deprecated and unused codeAndreas Monzner
2008-04-16remove InfoBarEvent initialization, which is gone nowFelix Domke
2008-04-14Add TaskView, a screen to display job progressFelix Domke
2008-04-14remove deprecated code (deprecation date was 2008-01 and 2008-02)Andreas Monzner
2008-04-13png cleanup by nemesis, source changes.Felix Domke
2008-04-13use 'Console' font in console windowFelix Domke
2008-04-13use TemplatedMultiContent for language selectionFelix Domke
2008-04-06add translation choser (on pressing the red button) to the StartWizardStefan Pluecken
2008-04-04remove unneeded minBackwardSpeed check... the min speed is already definedAndreas Monzner
via Usage config (in Expert Mode)
2008-03-30fix warning, add missing backslashAndreas Monzner
2008-03-30allow language selection in video wizardStefan Pluecken
2008-03-28no service type filtering in bouquets by default (but its possible to setAndreas Monzner
filters in bouquets.tv/radio with (type == XYZ)
2008-03-28fix for HD channels in userbouquetsFelix Domke
2008-03-20remove useless LCD clock from start Wizard and ServiceScanAndreas Frisch
2008-03-13add some translator comments, by Anders HolstFelix Domke
2008-03-10dont show pip options in extension menu when no pip is availableAndreas Monzner
2008-03-09fix crash when eof in background: windows cannot be opened from other than ↵Felix Domke
the currently execing window, and the eof assumed that.