- skins are now loaded first and applied later
authorFelix Domke <tmbinc@elitedvb.net>
Fri, 8 Jul 2005 16:41:35 +0000 (16:41 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Fri, 8 Jul 2005 16:41:35 +0000 (16:41 +0000)
commit98c4b5bb004e9297bffa8e1c3572572741fda933
treefcd68e1dc4f97d0778348ae54e637368a80186ae
parentdb493da3936b21410730a1c299b4c6937d56ca4e
 - skins are now loaded first and applied later
 - this allows use skin information to build special eWidgets, depending on skin
 - add "applet"-feature: code which is executed from skin
 - example: centering of messagebox
24 files changed:
lib/python/Components/Button.py
lib/python/Components/Clock.py
lib/python/Components/ConfigList.py
lib/python/Components/GUIComponent.py
lib/python/Components/GUISkin.py
lib/python/Components/Header.py
lib/python/Components/Label.py
lib/python/Components/MenuList.py
lib/python/Components/PerServiceDisplay.py
lib/python/Components/ProgressBar.py
lib/python/Components/ServiceList.py
lib/python/Components/TextInput.py
lib/python/Components/TimeInput.py
lib/python/Components/TimerList.py
lib/python/Components/VariableText.py
lib/python/Components/VariableValue.py
lib/python/Components/VolumeBar.py
lib/python/Screens/InfoBar.py
lib/python/Screens/Menu.py
lib/python/Screens/MessageBox.py [new file with mode: 0644]
lib/python/Screens/__init__.py
lib/python/Tools/XMLTools.py
mytest.py
skin.py