Ticket #602: viewscheddiff2-themes.patch

File viewscheddiff2-themes.patch, 4.2 KB (added by mythtv@…, 18 years ago)

Theme changes - only Titivillus, rest forthcoming

  • Titivillus/ui.xml

     
    315315
    316316  </window>
    317317
     318  <window name="schdiff">
     319
     320
     321    <font name="norecordfnt" base="list-active">
     322      <color>#9999cc</color>
     323    </font>
     324
     325    <font name="conflictfnt" base="list-active">
     326      <color>#ffff33</color>
     327    </font>
     328
     329    <font name="currenttitle" base="list-active">
     330      <color>#ffff33</color>
     331    </font>
     332
     333
     334
     335
     336    <container name="background">
     337      <image name="filler" draworder="0" fleximage="no">
     338        <filename>conflict/cr-background.png</filename>
     339        <position>0,0</position>
     340      </image>
     341
     342
     343    </container>
     344
     345    <container name="conflict_info">
     346      <area>400,10,380,30</area>
     347      <textarea name="status" align="right" draworder="4">
     348        <area>0,0,380,30</area>
     349        <font>info</font>
     350      </textarea>
     351    </container>
     352
     353    <container name="showlevel_info">
     354      <area>20,10,280,30</area>
     355      <textarea name="showing" draworder="4">
     356        <area>0,0,105,30</area>
     357        <font>info</font>
     358        <value>Showing:</value>
     359      </textarea>
     360      <textarea name="showlevel" draworder="4">
     361        <area>110,0,110,30</area>
     362        <font>info</font>
     363      </textarea>
     364    </container>
     365
     366    <container name="selector">
     367      <area>0,39,800,290</area>
     368      <listarea name="conflictlist" draworder="4">
     369        <area>20,12,760,265</area>
     370        <fcnfont name="list-conflict" function="conflictingrecording"></fcnfont>
     371        <fcnfont name="norecordfnt" function="disabledrecording"></fcnfont>
     372        <fcnfont name="list-active" function="active"></fcnfont>
     373        <fcnfont name="list-inactive" function="inactive"></fcnfont>
     374        <fcnfont name="list-record" function="record"></fcnfont>
     375        <fcnfont name="list-recording" function="recording"></fcnfont>
     376        <fcnfont name="list-selected" function="selected"></fcnfont>
     377        <columnpadding>10</columnpadding>
     378        <column number="1" width="160" context="-1"></column>
     379        <column number="2" width="134" context="-1"></column>
     380        <column number="3" width="365" context="-1"></column>
     381        <column number="4" width="30" context="-1"></column>
     382        <column number="5" width="30" context="-1"></column>
     383        <items>8</items>
     384        <image function="selectionbar" filename="conflict/tit-cr-selectbar.png" location="-14,-5"></image>
     385        <image function="uparrow" filename="shared/up_arrow.png" location="745,15"></image>
     386        <image function="downarrow" filename="shared/down_arrow.png" location="745,243"></image>
     387      </listarea>
     388      <image name="showinglines" draworder="5" fleximage="no">
     389        <filename>conflict/cr-lines.png</filename>
     390        <position>0,0</position>
     391      </image>
     392    </container>
     393
     394    <container name="program_info">
     395      <area>0,340,800,210</area>
     396      <textarea name="title" draworder="6">
     397        <area>20,5,800,40</area>
     398        <font>title</font>
     399      </textarea>
     400      <textarea name="subtitle" draworder="6">
     401        <area>20,38,579,30</area>
     402        <font>subtitle</font>
     403      </textarea>
     404      <textarea name="channel" draworder="6">
     405        <area>20,64,160,30</area>
     406        <font>info</font>
     407      </textarea>
     408
     409      <textarea name="timedate" draworder="6">
     410        <area>170,64,440,30</area>
     411        <font>info</font>
     412      </textarea>
     413
     414      <textarea name="description" draworder="6">
     415        <value>%LONGREPEAT%%STARS%%DESCRIPTION%</value>
     416        <area>20, 94,760,140</area>
     417        <font>info</font>
     418        <multiline>yes</multiline>
     419      </textarea>
     420    </container>
     421
     422    <container name="status_info">
     423      <area>20,558,480,30</area>
     424      <textarea name="recordingstatus" align="left" draworder="6">
     425        <area>0,0,480,30</area>
     426        <font>recstatus</font>
     427      </textarea>
     428    </container>
     429 
     430
     431   <container name="norecordings_list">
     432      <textarea name="msg" align="center" draworder="8">
     433         <area>0,110,800,70</area>
     434         <font>info</font>
     435         <value>No changes to the recording schedule to show</value>
     436         <multiline>yes</multiline>
     437      </textarea>
     438    </container>
     439
     440  </window>
     441
    318442  <window name="conflict">
    319443
    320444