X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b25820a32e175df5c7ea629628026ae7ebb7ec18..9df197b0346cdea53967bf9ed578ff30e2424100:/data/skin.xml diff --git a/data/skin.xml b/data/skin.xml index d19e0fa3..995c51a7 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -1,252 +1,102 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - """ """ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + <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> - <widget name="list" position="10,40" size="550,370" /> - </screen> - <screen name="EventView" position="100,100" size="520,380" title="Eventview"> - <widget name="epg_description" position="10,5" size="500,335" font="Arial;22" /> - <widget name="datetime" position="10,345" size="130,30" font="Arial;22" /> - <widget name="duration" position="140,345" size="100,30" font="Arial;22" /> - <widget name="channel" position="240,345" size="270,30" font="Arial;22" /> - </screen> - <screen name="MovieSelection" position="50,50" size="620,476" title="Select-a-movie"> - <widget name="list" position="0,30" size="600,375" /> - <widget name="freeDiskSpace" position="0,440" size="400,30" /> - </screen> - <screen name="ServiceScan" position="200,100" size="300,200" title="Service Scan"> - <widget name="scan_progress" position="10,10" size="300,20" /> - <widget name="scan_state" position="10,40" size="280,60" font="Arial;20" /> - </screen> - <screen name="TimerEdit" position="70,100" size="590,335" title="Timer Edit"> - <widget name="description" position="10,10" size="580,40" font="Arial;25" /> - <widget name="lbegin" position="405,102" size="103,30" font="Arial;25" foregroundColor="red" /> - <widget name="lend" position="405,158" size="103,30" font="Arial;25" foregroundColor="green" /> - <widget name="begin" position="508,105" size="72,35" font="Arial;25" /> - <widget name="end" position="508,150" size="72,35" font="Arial;25" /> - <widget name="apply" position="10,240" size="250,35" /> - </screen> - <screen name="HelpMenu" flags="wfNoBorder" position="0,0" size="720,576" title="Menu"> - <widget name="list" position="100,100" size="550,375" /> - <eLabel position="500,40" size="220,60" text="help..." font="Arial;50" /> - </screen> - <screen name="MessageBox" position="0,300" size="720,10" title="Message"> - <widget name="text" position="0,0" size="650,0" font="Arial;22" /> - <applet type="onLayoutFinish"> -# this should be factored out into some helper code, but currently demonstrates applets. -from enigma import eSize, ePoint + <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" /> -orgwidth = self.instance.size().width() -orgpos = self.instance.position() -textsize = self["text"].getSize() + <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" /> -# y size still must be fixed in font stuff... -textsize = (textsize[0], textsize[1] + 50) -wsize = (textsize[0] + 50, textsize[1] + 50) + <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>