add new skin stuff
authorFelix Domke <tmbinc@elitedvb.net>
Thu, 15 Jun 2006 17:34:06 +0000 (17:34 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Thu, 15 Jun 2006 17:34:06 +0000 (17:34 +0000)
commit2e874fa14264bf37f17ae9b9375e26059e7f35ec
treeceb5244659b57714fb4609914f3146630f045c4a
parente131b75fd194db84a37f2395b5ab88093e09192f
add new skin stuff
18 files changed:
lib/python/Components/Converter/ClockToText.py [new file with mode: 0644]
lib/python/Components/Converter/Converter.py [new file with mode: 0644]
lib/python/Components/Converter/EventName.py [new file with mode: 0644]
lib/python/Components/Converter/EventTime.py [new file with mode: 0644]
lib/python/Components/Converter/Makefile.am [new file with mode: 0644]
lib/python/Components/Converter/Poll.py [new file with mode: 0644]
lib/python/Components/Converter/RemainingToText.py [new file with mode: 0644]
lib/python/Components/Converter/StaticText.py [new file with mode: 0644]
lib/python/Components/Converter/__init__.py [new file with mode: 0644]
lib/python/Components/Renderer/Label.py [new file with mode: 0644]
lib/python/Components/Renderer/Makefile.am [new file with mode: 0644]
lib/python/Components/Renderer/Progress.py [new file with mode: 0644]
lib/python/Components/Renderer/__init__.py [new file with mode: 0644]
lib/python/Components/Sources/Clock.py [new file with mode: 0644]
lib/python/Components/Sources/EventInfo.py [new file with mode: 0644]
lib/python/Components/Sources/Makefile.am [new file with mode: 0644]
lib/python/Components/Sources/Source.py [new file with mode: 0644]
lib/python/Components/Sources/__init__.py [new file with mode: 0644]