aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
AgeCommit message (Collapse)Author
2008-07-11fix some importsAndreas Monzner
2008-07-10use self.getTranslation() for translationsStefan Pluecken
2008-07-09save config entries after creating them for keyCancel to work properlyStefan Pluecken
2008-07-09fix configmode selection in sat config (not yet working 100% properly)Stefan Pluecken
2008-07-08allow import of ConfigLists from non Screens. positions.Stefan Pluecken
example: <config screen="Plugins.Systemplugins.Foo" module="Bar" args="1" type="ConfigList" />
2008-07-08add getTranslation method to wizard baseclass to allow overwriting this ↵Stefan Pluecken
method for plugin translations
2008-07-07- allow multiple xml control files for one wizard (to combine wizards, that ↵Stefan Pluecken
should also be able to run standalone) - separate question for default sat lists in start wizard
2008-07-04fixes crash in DVDBurnAndreas Frisch
2008-07-03fix deathscreen when opening wlan network list (ssid list) and the currentlyAndreas Monzner
used ssid is not found
2008-07-02#Andreas Monzner
# Some Bugfixes related to locationstuff.patch # # ritzMo: # - fix a missing member in ConfigLocations (argument was ignord but # expected later in the code) # - take care of the fact that an instant record might not be saved in # default record location (fixes error when no hdd installed) # - remove overly complex Screen.close override in LocationBox # - fix deathscreen in LocationBox context menu # Anders Holst: # - fix deathscreen when default record location not in bookmarks when # editing timers which would be stored there # - don't ignore inhibitDirs if inhibitMounts is unset # - hide potentially dangerous folders for all users in MovieLocationBox # (previously / was hidden for userlevel < expert) #
2008-07-01restart previous running services in onClose eventAndreas Monzner
remove some debug output
2008-06-27revert rest of local changes (so the complete commit is reverted now)Andreas Monzner
2008-06-27rewrite ServiceEventTracker and PerServiceBase service event handle codeAndreas Monzner
2008-06-27some cleanups,Andreas Monzner
add missing destroy calls, fix incomplete destroy calls, small speedup
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