aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
AgeCommit message (Collapse)Author
2008-07-24typoStefan Pluecken
2008-07-24add spaceStefan Pluecken
2008-07-24- fix configMode for DVB-T and DVB-CStefan Pluecken
- add some information to the NimSelection to give a quick overview to the user
2008-07-23add LanguageWizard to adapt to the wizard design of the start wizardStefan Pluecken
2008-07-21call saveAll from within def run... so now save connectedTo configEntriesAndreas Monzner
also working in startwizard
2008-07-21properly use rcused config elementStefan Pluecken
2008-07-21re-add listupdate after defaultinterface changeAndreas Monzner
2008-07-21properly use rcused config elementStefan Pluecken
2008-07-21use builtin python functions instead of use os.systemAndreas Monzner
2008-07-21dont use os.system when not needed,Andreas Monzner
remove /etc/default_gw when only one interface is available
2008-07-21networksetup update, add missing .cvsignoresAndreas Monzner
2008-07-21reset choices of connectedTo on leaving the nim setup with the "EXIT"Stefan Pluecken
button
2008-07-21we don't need to call saveAll for keyCancel to work properly anymoreStefan Pluecken
since we added the saveAll to keySave. that should fix keyCancel again.
2008-07-20we should call saveAllStefan Pluecken
2008-07-20do some voodoo on the config list to store the connectedTo values properly ↵Stefan Pluecken
(reset to all choices while saving items to get a fixed default value)
2008-07-19remove no more needed functionAndreas Monzner
2008-07-17hopefully fix SatConfig (rebuilding new choices each time the satconfig is ↵Stefan Pluecken
called for a tuner was faulty)
2008-07-16use new box depending rcs in HelpMenu (not yet 100% correct, needsStefan Pluecken
modifications to several action maps)
2008-07-15disable instant record by pressing red button with new rcsStefan Pluecken
2008-07-15display "audio" instead of "timeshift" in the infobar next to the yellow ↵Stefan Pluecken
knob for new rc boxes
2008-07-14remove debugStefan Pluecken
2008-07-14add new box depending rc visualizationStefan Pluecken
2008-07-14add new box depending rc visualizationStefan Pluecken
2008-07-12dont show WLAN Status when WLAN IF is not upAndreas Monzner
2008-07-11fix subservicequickzapAndreas Monzner
2008-07-11use harddiskmanager in about screenAndreas Monzner
2008-07-11add missing def run... (for network wizard)Andreas Monzner
2008-07-11add message "Please press OK to continue." to DefaultSatLists wizard'sStefan Pluecken
last step
2008-07-11update network setupAndreas Monzner
cleanup imports
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