Changeset 2130803b29 in mythtv


Ignore:
Timestamp:
Nov 10, 2010, 2:38:44 AM (14 years ago)
Author:
Mark Kendall <mkendall@…>
Branches:
devel/2020-player, devel/ffmpeg-resync, devel/gpu-commflag, fixes/0.25, fixes/0.26, fixes/0.27, fixes/0.28, fixes/29, fixes/30, fixes/31, github-templates, master
Children:
11a387aad
Parents:
43fb9051e
Message:

Theme the OSD Channel Editor for MythCenter?-wide.

git-svn-id: http://svn.mythtv.org/svn/trunk@27144 7dbf422c-18fa-0310-86e9-fd20926502f2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mythtv/themes/MythCenter-wide/osd.xml

    r43fb9051e r2130803b29  
    433433    </window>
    434434
     435    <window name="ChannelEditor">
     436        <fontdef name="basesmall" face="Droid Sans">
     437            <pixelsize>22</pixelsize>
     438            <color>#EEEEEE</color>
     439            <weight>bold</weight>
     440        </fontdef>
     441        <area>100,-1,500,500</area>
     442        <imagetype name="backimg">
     443            <area>0,0,500,500</area>
     444            <filename>mythdialogbox-background.png</filename>
     445        </imagetype>
     446
     447        <textarea name="title">
     448            <font>basesmall</font>
     449            <area>12,14,470,85</area>
     450            <align>allcenter</align>
     451            <value>Channel Editor</value>
     452        </textarea>
     453
     454        <textarea name="callsign_label">
     455            <area>12,85,200,83</area>
     456            <font>basesmall</font>
     457            <align>allcenter</align>
     458            <value>Callsign</value>
     459        </textarea>
     460        <textedit name="callsign">
     461            <area>224,105,259,42</area>
     462            <statetype name="background">
     463                <area>0,0,100%,100%</area>
     464                <state name="active">
     465                    <area>0,0,100%,100%</area>
     466                    <shape name="background">
     467                        <area>0,0,100%,100%</area>
     468                        <fill color="#444444" />
     469                        <line color="#555555" width="1" />
     470                    </shape>
     471                </state>
     472                <state name="selected" from="active">
     473                    <shape name="background">
     474                        <area>0,0,100%,100%</area>
     475                        <fill color="#555555" />
     476                        <line color="#ffffff" width="1" />
     477                    </shape>
     478                </state>
     479                <state name="inactive" from="active"/>
     480            </statetype>
     481
     482            <imagetype name="cursor">
     483                <filename>cursor.png</filename>
     484            </imagetype>
     485            <textarea name="text">
     486                <font>basesmall</font>
     487                <align>left,vcenter</align>
     488            </textarea>
     489        </textedit>
     490
     491        <textarea name="channum_label" from="callsign_label">
     492            <position>12,168</position>
     493            <value>Channel Number</value>
     494        </textarea>
     495        <textedit name="channum" from="callsign">
     496            <area>224,188,259,42</area>
     497        </textedit>
     498
     499        <textarea name="name_label" from="callsign_label">
     500            <position>12,251</position>
     501            <value>Channel Name</value>
     502        </textarea>
     503        <textedit name="channame" from="callsign">
     504            <area>224,271,259,42</area>
     505        </textedit>
     506
     507        <textarea name="xmltv_label" from="callsign_label">
     508            <position>12,334</position>
     509            <value>XMLTV ID</value>
     510        </textarea>
     511        <textedit name="XMLTV" from="callsign">
     512            <area>224,354,259,42</area>
     513        </textedit>
     514
     515        <button name="probe">
     516            <area>100,430,100,50</area>
     517            <value>Probe</value>
     518            <statetype name="buttonstate">
     519                <area>0,0,100%,100%</area>
     520                <state name="active">
     521                    <area>0,0,100%,100%</area>
     522                    <shape name="background">
     523                        <area>0,0,100%,100%</area>
     524                        <fill color="#555555" />
     525                        <line color="#888888" width="1" />
     526                    </shape>
     527                    <textarea name="text">
     528                        <font>basesmall</font>
     529                        <area>0,0,100%,100%</area>
     530                        <align>allcenter</align>
     531                    </textarea>
     532                </state>
     533                <state name="selected" from="active">
     534                    <shape name="background">
     535                        <fill color="#555555" />
     536                        <line color="#ffffff" width="1" />
     537                    </shape>
     538                </state>
     539                <state name="disabled" from="active" />
     540                <state name="pushed" from="active">
     541                    <shape name="background">
     542                        <fill color="#222222" />
     543                        <line color="#555555" width="1" />
     544                    </shape>
     545                    <textarea name="text">
     546                        <font>basesmall</font>
     547                        <area>0,0,100%,100%</area>
     548                        <align>allcenter</align>
     549                    </textarea>
     550                </state>
     551            </statetype>
     552        </button>
     553
     554        <button name="ok" from="probe">
     555            <area>300,430,100,50</area>
     556            <value>OK</value>
     557        </button>
     558    </window>
     559
    435560</mythuitheme>
    436561
Note: See TracChangeset for help on using the changeset viewer.