diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-06-26 15:28:24 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-06-26 15:28:24 +0000 |
| commit | 2bc720f79ea42168572ba458fec5b2cffb175a04 (patch) | |
| tree | f9156461d1fa1b24e86bb9cead85064110f16f77 /data | |
| parent | f053f1b4c7c7b4ae8591e7a0a45b6cd215d74f7d (diff) | |
| download | enigma2-2bc720f79ea42168572ba458fec5b2cffb175a04.tar.gz enigma2-2bc720f79ea42168572ba458fec5b2cffb175a04.zip | |
add support for show used tuner for running service in the infobar
add support for show all tuners in use in the infobar
add support for show the currently date in the infobar
now all skins have to define some new widgets in skin.. look in skin.xml and
search for "not used in this skin yet"
Diffstat (limited to 'data')
| -rw-r--r-- | data/skin.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/data/skin.xml b/data/skin.xml index 97f361b7..b5c99682 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -12,6 +12,7 @@ <color name="transpBlack" value="#80000000" /> </colors> + <windowstyle type="skinned"> <title offset="20,5" font="Regular;20" /> <color name="Background" color="#33294a6b" /> @@ -45,7 +46,15 @@ <screen name="InfoBar" flags="wfNoBorder" position="0,380" size="720,148" title="InfoBar"> <ePixmap position="0,0" zPosition="-1" size="720,148" pixmap="info-bg.png" /> - +<!-- not used in this skin yet --> + <widget name="CurrentProvider" position="0,0" size="0,0" /> + <widget name="CurrentDate" position="0,0" size="0,0" /> + <widget name="NimA" position="0,0" size="0,0" /> + <widget name="NimB" position="0,0" size="0,0" /> + <widget name="NimA_Active" position="0,0" size="0,0" /> + <widget name="NimB_Active" position="0,0" size="0,0" /> + <widget name="TextActive" position="0,0" size="0,0" /> +<!-- ............................................................................. --> <widget name="snr" text="SNR:" position="195,0" size="40,22" font="Regular;15" transparent="1" /> <widget name="agc" text="AGC:" position="275,0" size="40,22" font="Regular;15" transparent="1" /> <widget name="ber" text="BER:" position="355,0" size="40,22" font="Regular;15" transparent="1" /> |
