remove AGC display from skin
authoracid-burn <acidburn@opendreambox.org>
Mon, 8 Dec 2008 13:25:07 +0000 (14:25 +0100)
committeracid-burn <acidburn@opendreambox.org>
Mon, 8 Dec 2008 13:25:07 +0000 (14:25 +0100)
data/skin.xml [changed mode: 0644->0755]
data/skin_default.xml

old mode 100644 (file)
new mode 100755 (executable)
index 96d7067..e2dbacd
                <widget source="session.FrontendStatus" render="Label" position="242,3" size="80,22" font="Regular;16" backgroundColor="#102e59" foregroundColor="#e7e7e7" shadowColor="#27384f" shadowOffset="-1,-1" transparent="1">
                        <convert type="FrontendInfo">SNRdB</convert>
                </widget>
-               <!-- Signal Strength -->
-               <eLabel text="AGC" position="317,3" size="40,22" font="Regular;16" backgroundColor="#102e59" foregroundColor="#cccccc" shadowColor="#27384f" shadowOffset="-1,-1" transparent="1" />
-               <widget source="session.FrontendStatus" render="Label" position="355,3" size="40,22" font="Regular;16" backgroundColor="#102e59" foregroundColor="#e7e7e7" shadowColor="#27384f" shadowOffset="-1,-1" transparent="1">
-                       <convert type="FrontendInfo">AGC</convert>
-               </widget>
                <!-- Bit error rate -->
-               <eLabel text="BER" position="403,3" size="40,22" font="Regular;16" backgroundColor="#102e59" foregroundColor="#cccccc" shadowColor="#27384f" shadowOffset="-1,-1" transparent="1" />
-               <widget source="session.FrontendStatus" render="Label" position="440,3" size="43,22" font="Regular;16" backgroundColor="#102e59" foregroundColor="#e7e7e7" shadowColor="#27384f" shadowOffset="-1,-1" transparent="1">
+               <eLabel text="BER" position="317,3" size="40,22" font="Regular;16" backgroundColor="#102e59" foregroundColor="#cccccc" shadowColor="#27384f" shadowOffset="-1,-1" transparent="1" noWrap="1" />
+               <widget source="session.FrontendStatus" render="Label" position="355,3" size="43,22" font="Regular;16" backgroundColor="#102e59" foregroundColor="#e7e7e7" shadowColor="#27384f" shadowOffset="-1,-1" transparent="1" noWrap="1">
                        <convert type="FrontendInfo">BER</convert>
                </widget>
                <!-- Channellogo (Picon) -->
index 993fd320f7c4deaf7a64fd1964b6f457fdd6dcc6..013ca5b41dd45d3a949d053cd9380610da30a67e 100755 (executable)
@@ -789,18 +789,11 @@ self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y()))
                <widget source="Frontend" render="Label" position="460,35" size="60,22" font="Regular;21">
                        <convert type="FrontendInfo">SNR</convert>
                </widget>
-               <eLabel name="agc" text="AGC:" position="120,60" size="60,22" font="Regular;21" halign="right" transparent="1" />
-               <widget source="Frontend" render="Progress" position="190,60" size="260,20" pixmap="skin_default/bar_snr.png" borderWidth="2" borderColor="#cccccc">
-                       <convert type="FrontendInfo">AGC</convert>
-               </widget>
-               <widget source="Frontend" render="Label" position="460,60" size="60,22" font="Regular;21">
-                       <convert type="FrontendInfo">AGC</convert>
-               </widget>
-               <eLabel name="ber" text="BER:" position="120,85" size="60,22" font="Regular;21" halign="right" transparent="1" />
-               <widget source="Frontend" render="Progress" position="190,85" size="260,20" pixmap="skin_default/bar_ber.png" borderWidth="2" borderColor="#cccccc">
+               <eLabel name="ber" text="BER:" position="120,60" size="60,22" font="Regular;21" halign="right" transparent="1" />
+               <widget source="Frontend" render="Progress" position="190,60" size="260,20" pixmap="skin_default/bar_ber.png" borderWidth="2" borderColor="#cccccc">
                        <convert type="FrontendInfo">BER</convert>
                </widget>
-               <widget source="Frontend" render="Label" position="460,85" size="60,22" font="Regular;21">
+               <widget source="Frontend" render="Label" position="460,60" size="60,22" font="Regular;21">
                        <convert type="FrontendInfo">BER</convert>
                </widget>
                <eLabel name="lock" text="Lock:" position="120,115" size="60,22" font="Regular;21" halign="right" />