add a small text input component
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Thu, 19 Jan 2006 02:18:21 +0000 (02:18 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Thu, 19 Jan 2006 02:18:21 +0000 (02:18 +0000)
commit85f5c84f1e3e4d22fb1939751d39de03877b93d8
tree6c98fa2f78e0c89e46d2d2bc445698a715745986
parentd76847392ff5cd26bc154f6c135310644c5c1d08
add a small text input component
configure.ac
data/keymap.xml
lib/python/Components/Input.py [new file with mode: 0644]
lib/python/Components/Makefile.am
lib/python/Components/PluginComponent.py
lib/python/Plugins/Makefile.am
lib/python/Plugins/test/Makefile.am [new file with mode: 0644]
lib/python/Plugins/test/__init__.py [new file with mode: 0644]
lib/python/Plugins/test/plugin.py [new file with mode: 0644]
lib/python/Screens/TimerEdit.py