aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
AgeCommit message (Collapse)Author
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.
2008-03-09Frequency -> Repeats (thanks to Timo Jarvenpaa)Felix Domke
2008-02-23blink frontpanel led when record is runningFelix Domke
2008-02-20movieplayer_select.patch by Moritz VennFelix Domke
2008-02-20timer_select.patch by Moritz Venn, with minor fixesFelix Domke
2008-02-19movie player configuration options, by Anders HolstFelix Domke
2008-02-19show bskyb HD services in channelselectionAndreas Monzner
2008-02-19add some debugging to the WizardStefan Pluecken
catch a stepHistory situation
2008-02-14unlink some cyclic dependencys to get garbage collection workingAndreas Monzner
2008-02-14add support for cyclic garbage collection to eTimer and eSocketNotifierAndreas Monzner
class, add simpler method to set a timer callback.. or remove.. instead of timer.timeout.get().append(func).. or .remove(func)... now it is possible to do timer.callback.append(func)... timer.callback.remove(func) (the old method still works..but is now deprecated)
2008-02-13implement proper 'destroy' functions in ConverterFelix Domke
2008-02-12fsck_mainmenu by Moritz VennFelix Domke
2008-02-11text edit patch #5 by Anders HolstFelix Domke