simplify GUIcreate/createWidget, fix base class order
authorFelix Domke <tmbinc@elitedvb.net>
Mon, 1 May 2006 11:47:04 +0000 (11:47 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Mon, 1 May 2006 11:47:04 +0000 (11:47 +0000)
commitc0d78035b8c76e719bf7c05ff3812eb5a6ce9fe3
tree22d7ac7e4f0aaf3b91574d81ac30fd6a9d97fdb7
parent9c5ae5bc6ef248b414e3153538936477cccfdd20
simplify GUIcreate/createWidget, fix base class order
34 files changed:
lib/python/Components/Button.py
lib/python/Components/Clock.py
lib/python/Components/ConditionalWidget.py
lib/python/Components/ConfigList.py
lib/python/Components/DiskInfo.py
lib/python/Components/EpgList.py
lib/python/Components/EventInfo.py
lib/python/Components/FileList.py
lib/python/Components/GUIComponent.py
lib/python/Components/Header.py
lib/python/Components/HelpMenuList.py
lib/python/Components/Input.py
lib/python/Components/Label.py
lib/python/Components/LanguageList.py
lib/python/Components/Makefile.am
lib/python/Components/MediaPlayer.py
lib/python/Components/MenuList.py
lib/python/Components/MovieList.py
lib/python/Components/PerServiceDisplay.py
lib/python/Components/Pixmap.py
lib/python/Components/PluginList.py
lib/python/Components/ProgressBar.py
lib/python/Components/ServiceList.py
lib/python/Components/ServicePosition.py
lib/python/Components/Slider.py
lib/python/Components/TextInput.py [deleted file]
lib/python/Components/TimeInput.py [deleted file]
lib/python/Components/TimerList.py
lib/python/Components/TunerInfo.py
lib/python/Components/VariableText.py
lib/python/Components/VariableValue.py
lib/python/Components/VideoWindow.py
lib/python/Components/VolumeBar.py
lib/python/Screens/ServiceInfo.py