avoid future redundant code by moving functionality for tuner status display to a...
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Tue, 4 Apr 2006 09:24:39 +0000 (09:24 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Tue, 4 Apr 2006 09:24:39 +0000 (09:24 +0000)
commit200264273687a4c4bd97574ee7f725122548d019
tree0568e6181ddd0ba4e8d34d3eea6065adebbfc11f
parentdeddfcf89d1356ae1b3782f800ad6925caf92335
avoid future redundant code by moving functionality for tuner status display to a seperate component (which is a BIT slower because infobar values are gathered twice)
lib/python/Components/Makefile.am
lib/python/Components/TunerInfo.py [new file with mode: 0644]
lib/python/Components/__init__.py
lib/python/Screens/InfoBarGenerics.py