X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/026fd70744cd7237698f0b97731be55f62b641bb..d45287306e590bf24ff5be8296a5fff115659b3e:/data/skin.xml diff --git a/data/skin.xml b/data/skin.xml index f93baf36..b5c99682 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -1,265 +1,116 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - """ """ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# this should be factored out into some helper code, but currently demonstrates applets. -from enigma import eSize, ePoint + + + + + + <color name="Background" color="#33294a6b" /> + <color name="LabelForeground" color="#ffffff" /> + <color name="ListboxBackground" color="#33294a6b" /> + <color name="ListboxForeground" color="#ffffff" /> + <color name="ListboxSelectedBackground" color="#225b7395" /> + <color name="ListboxSelectedForeground" color="#ffffff" /> + <color name="ListboxMarkedBackground" color="#ff0000" /> + <color name="ListboxMarkedForeground" color="#ffffff" /> + <color name="ListboxMarkedAndSelectedBackground" color="#800000" /> + <color name="ListboxMarkedAndSelectedForeground" color="#ffffff" /> + <color name="WindowTitleForeground" color="#ffffff" /> + <color name="WindowTitleBackground" color="#33294a6b" /> + <borderset name="bsWindow"> + <pixmap pos="bpTopLeft" filename="b_w_tl.png" /> + <pixmap pos="bpTop" filename="b_w_t.png" /> + <pixmap pos="bpTopRight" filename="b_w_tr.png" /> + <pixmap pos="bpLeft" filename="b_w_l.png" /> + <pixmap pos="bpRight" filename="b_w_r.png" /> + <pixmap pos="bpBottomLeft" filename="b_w_bl.png" /> + <pixmap pos="bpBottom" filename="b_w_b.png" /> + <pixmap pos="bpBottomRight" filename="b_w_br.png" /> + </borderset> + </windowstyle> -orgwidth = self.instance.size().width() -orgpos = self.instance.position() -textsize = self["text"].getSize() + <fonts> + <font filename="md_khmurabi_10.ttf" name="Regular" scale="100" /> + <font filename="ae_AlMateen.ttf" name="Replacement" scale="90" replacement="1" /> + </fonts> -# y size still must be fixed in font stuff... -textsize = (textsize[0], textsize[1] + 50) -wsizex = textsize[0] + 50 -wsizey = textsize[1] + 50 -if (280 > wsizex): - wsizex = 280 -wsize = (wsizex, wsizey) + <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" /> + <widget name="snr_percent" position="232,0" size="40,22" font="Regular;15" transparent="1" /> + <widget name="agc_percent" position="314,0" size="40,22" font="Regular;15" transparent="1" /> + <widget name="ber_count" position="392,0" size="53,22" font="Regular;15" transparent="1" /> + <widget name="snr_progress" position="447,1" size="88,6" pixmap="rtgbar.png" /> + <widget name="agc_progress" position="447,8" size="88,6" pixmap="rtgbar.png" /> + <widget name="ber_progress" position="447,15" size="88,6" /> + <widget name="BlinkingPoint" pixmap="record.png" position="430,31" zPosition="2" size="58,25" alphatest="on" /> + <widget name="CryptActive" pixmap="crypt.png" position="570,40" size="12,15" /> + <widget name="DolbyActive" pixmap="dolby.png" position="585,40" size="25,15" /> + <widget name="FormatActive" pixmap="format.png" position="613,40" size="28,15" /> -# resize -self.instance.resize(eSize(*wsize)) + <widget name="ServiceName" position="69,26" size="427,34" font="Regular;22" backgroundColor="#101258" /> + <widget name="CurrentTime" position="575,10" size="90,30" backgroundColor="dark" font="Regular;19" /> + <widget name="Event_Now_StartTime" position="210,68" size="60,22" font="Regular;20" backgroundColor="dark" /> + <widget name="Event_Next_StartTime" position="210,98" size="60,22" font="Regular;20" backgroundColor="dark" /> + <widget name="Event_Now" position="273,68" size="282,22" font="Regular;20" backgroundColor="dark" /> + <widget name="Event_Next" position="273,98" size="282,22" font="Regular;20" backgroundColor="dark" /> + <widget name="Event_Now_Duration" position="555,68" size="100,26" font="Regular;22" backgroundColor="dark" halign="right" /> + <widget name="Event_Next_Duration" position="555,98" size="100,26" font="Regular;22" backgroundColor="dark" halign="right" /> + <widget name="Now_ProgressBar" position="304,60" size="121,8" zPosition="1" /> -# resize label -self["text"].instance.resize(eSize(*textsize)) + <widget name="ButtonRed" pixmap="button_red.png" position="210,132" size="27,12" /> + <widget name="ButtonRedText" position="240,130" size="85,22" font="Regular;14" backgroundColor="blue" transparent="1" /> + <widget name="ButtonGreen" pixmap="button_green.png" position="320,132" size="27,12" /> + <widget name="ButtonGreenText" position="350,130" size="85,22" font="Regular;14" backgroundColor="blue" transparent="1" /> + <widget name="ButtonYellow" pixmap="button_yellow.png" position="430,132" size="27,12" /> + <widget name="ButtonYellowText" position="460,130" size="85,22" font="Regular;14" backgroundColor="blue" transparent="1" /> + <widget name="ButtonBlue" pixmap="button_blue.png" position="540,132" size="27,12" /> + <widget name="ButtonBlueText" position="570,130" size="95,22" font="Regular;14" backgroundColor="blue" transparent="1" /> + </screen> -# center window -newwidth = wsize[0] -self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y())) - </applet> + <screen name="MoviePlayer" flags="wfNoBorder" position="0,370" size="720,148" title="InfoBar"> + <ePixmap position="0,0" zPosition="-1" size="720,148" pixmap="info-bg.png" /> + <ePixmap position="210,83" zPosition="0" size="433,42" pixmap="dvr-buttons.png" /> + <!--<ePixmap position="0,0" zPosition="1" size="720,148" pixmap="movieplayer.png" /> +--> +<!-- <ePixmap position="230,70" zPosition="0" size="40,40" pixmap="rewindbutton.png" /> + <ePixmap position="275,70" zPosition="0" size="40,40" pixmap="playbutton.png" /> + <ePixmap position="320,70" zPosition="0" size="40,40" pixmap="pausebutton.png" /> + <ePixmap position="365,70" zPosition="0" size="40,40" pixmap="forwardbutton.png" /> + <ePixmap position="410,70" zPosition="0" size="40,40" pixmap="stopbutton.png" /> + <ePixmap position="455,70" zPosition="0" size="40,40" pixmap="recordbutton.png" /> +--> +<!-- <widget name="ServiceName" position="250,75" size="427,26" font="Regular;22" backgroundColor="#101258" /> + <widget name="CurrentTime" position="575,85" size="90,30" backgroundColor="dark" font="Regular;19" /> + <eLabel position="70,0" size="300,30" text=".oO Movie Player Oo." font="Regular;20" /> +--> + <widget name="ServiceName" position="69,25" size="427,26" font="Regular;22" backgroundColor="#101258" /> + <widget name="CurrentTime" position="575,10" size="90,25" backgroundColor="dark" font="Regular;19" /> + <!-- fixme --> + <widget name="ElapsedTime" position="475,60" size="75,20" halign="left" backgroundColor="dark" font="Regular;18" /> + <widget name="PositionGauge" position="247,60" size="225,20" zPosition="2" pointer="position_pointer.png:3,5"/> </screen> - </skin> + +</skin>