add plugins
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Wed, 21 Dec 2005 04:41:36 +0000 (04:41 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Wed, 21 Dec 2005 04:41:36 +0000 (04:41 +0000)
commitccb8d260ed5e51f6f65205be04744a9e8322aa6f
treec8243a30d7b7627229186ca13a463952b92c1322
parent8589eb49ec20d3503a476f398ec84d7ad0307d26
add plugins
to test it: uncomment the example.py in lib/python/Plugins/Makefile.am
plugins can be added at runtime
12 files changed:
configure.ac
data/menu.xml
data/skin.xml
lib/python/Components/Makefile.am
lib/python/Components/PluginComponent.py [new file with mode: 0644]
lib/python/Components/PluginList.py [new file with mode: 0644]
lib/python/Makefile.am
lib/python/Plugins/Makefile.am [new file with mode: 0644]
lib/python/Plugins/__init__.py [new file with mode: 0644]
lib/python/Plugins/example.py [new file with mode: 0644]
lib/python/Screens/Makefile.am
lib/python/Screens/PluginBrowser.py [new file with mode: 0644]