aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
AgeCommit message (Collapse)Author
2008-06-26some restrictions for the sat setupStefan Pluecken
we don't allow - DVB-S tuner ==loopthrough==> DVB-S2 tuner - tuner A ==equals to==> tuner B set to loopthrough - tuner A ==equals to==> tuner B set to 2nd cable on positioner LNB - tuner A ==2nd cable==> tuner B, if tuner B is already referenced in another tuner's config as 2nd cable on this positioner
2008-06-26add possibility to choose record location on timer creation and chooseAndreas Monzner
record location in movieplayer (only in expert user level)
2008-06-26handle 'equal' option in tuner config correctly for -s2 tunersStefan Pluecken
2008-06-26allow better and smarter configuration for > 2 nimsStefan Pluecken
2008-06-25take care of hotplug events just when the infobar is execing (no other menuAndreas Monzner
is visible)
2008-06-23simplify enabling the sleep timer by defaulting the action of the sleepStefan Pluecken
timer editor to "enable" and restoring the last setting for the sleep time
2008-06-13networksetup fixes / cleanupsAndreas Monzner
2008-06-11Notification support in TaskViewFelix Domke
2008-06-10cleanup codeAndreas Monzner
2008-06-10use MultiPixmaps and MultiColorLabels in Network SetupAndreas Monzner
code cleanup whitespace cleanup
2008-06-06ugly messagebox summary screen, choices is still missingFelix Domke
2008-06-05dont crash when the satellites.xml does not exist or is emptyAndreas Monzner
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