aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Setup.py
AgeCommit message (Collapse)Author
2009-10-13Enigma2{data/skin_default.xml,Screens/Setup.py}: -replace Buttons and Labels ↵acid-burn
through StaticText - remove irritating double Title and use self.setup_title as Screen Title
2009-02-24small optimizations and cleanups by Moritz Vennghost
2009-01-27fixes for python 2.6 by Moritz Vennghost
2008-12-03use cElementTree instead of minidom for xml parsing (thx to Moritz Venn)ghost
2008-07-11fix some importsAndreas Monzner
2008-02-01add possibilty to hide menu entries when needed hardware is not availableAndreas Monzner
2008-01-08use setup_<setupkey> as alternative skin name for Setup, for customization ↵Felix Domke
of specific setup screens
2007-11-26dont show display contrast setting in display setup when a oled is detectedAndreas Monzner
make standby display brightness working
2007-10-24reload setuplist on usage level changeAndreas Monzner
2007-10-20raise exception when unknown setup id is searched forFelix Domke
2007-08-29implement 'setup modes' (simple, intermediate, expert)Felix Domke
2007-07-22cleanup some importsAndreas Monzner
2006-11-27move keySave, keyCancel into ConfigList.py, use cancel confirm in satsetup ↵Felix Domke
to fix enduser problems ;)
2006-10-20add GetText for showing config entries, update summary values when changedFelix Domke
2006-10-08ask before not saving settingsFelix Domke
2006-10-06finally fix priorities: ConfigListScreen's action must be -1 to override ↵Felix Domke
eListbox' 0, the other setup screens need to use -2 to override ConfigListScreen
2006-10-02config rewrite. some extensions still need to be updated.Felix Domke
2006-07-30allow standby only in InfoBar, MoviePlayer, Menus, Setup and RadiomodeFelix Domke
2006-07-19take setup menu titles optionally from setup.xml, try to make them a bit ↵Felix Domke
easier to understand
2006-07-10move __init__ to topFelix Domke
2006-05-01add summary support for setupFelix Domke
2006-01-02beautify the ok, cancel and initialize buttonsStefan Pluecken
2005-11-24translate setup-titlesStefan Pluecken
2005-11-18menu.xml and setup.xml are now translatableStefan Pluecken
the .po-generation is really bad Makefile-code
2005-11-12fix spacesRonny Strutz
2005-10-12add NumberActionMap for better input of numbersStefan Pluecken
2005-10-11reenable editing of network settings by adding an action for every numberStefan Pluecken
2005-09-29add titleRonny Strutz
2005-09-04entering numbers into networksetup is possible nowStefan Pluecken
2005-09-03configBoolean is now configSelectionRonny Strutz
2005-09-02add option for DHCP and possibility to disable configElementsStefan Pluecken
2005-09-02user predefined vars instead of integers for keyhandling in ConfigStefan Pluecken
2005-09-02fix prioRonny Strutz
2005-09-02added ActionMap prio - im sure tmbinc will this ;-)Ronny Strutz
2005-09-01finaly removed dummyRonny Strutz
2005-09-01removed dummyRonny Strutz
2005-08-31add save/cancel functionsRonny Strutz
2005-08-30bugStefan Pluecken
2005-08-30use setup.xml for the menu instead of an inline stringStefan Pluecken
2005-08-28added setup screensRonny Strutz
2005-08-25 - add config sliderFelix Domke
2005-08-17add saveRonny Strutz
2005-08-17use own actionsRonny Strutz
2005-08-16fill configlist with correct entriesRonny Strutz
2005-08-16add fill configlist as simple demoRonny Strutz
2005-08-16add xml stuffRonny Strutz
2005-08-16generic setupRonny Strutz