add parental control (still somehow buggy and some minor features missing... don...
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Tue, 10 Oct 2006 03:00:49 +0000 (03:00 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Tue, 10 Oct 2006 03:00:49 +0000 (03:00 +0000)
commit01abec53c6856c24666967ee51d25d09fc6b8863
tree19d7bbbd3ce91544c36ba2fc38af83c877d82b01
parentce7847e4311c165e5441ac2dbb0d9cdbe95b68b9
add parental control (still somehow buggy and some minor features missing... don't trust it
yet to protect your children)
15 files changed:
Navigation.py
data/menu.xml
data/skin_default.xml
lib/python/Components/Input.py
lib/python/Components/Makefile.am
lib/python/Components/ParentalControl.py [new file with mode: 0644]
lib/python/Components/ParentalControlList.py [new file with mode: 0644]
lib/python/Components/__init__.py
lib/python/Screens/ChannelSelection.py
lib/python/Screens/InputBox.py
lib/python/Screens/Makefile.am
lib/python/Screens/ParentalControlSetup.py [new file with mode: 0644]
lib/python/Screens/SubservicesQuickzap.py
lib/python/Screens/__init__.py
mytest.py