Ticket #10060: RecordPriority-commit-ef329f2

File RecordPriority-commit-ef329f2, 4.1 KB (added by Rick Scott <rwscott@…>, 13 years ago)
Line 
1commit ef329f2f074285c3c5d27bff689e2cd6b25c9e12
2Author: Rick Scott <rwscott@users.sourceforge.net>
3Date:   Sun Sep 25 06:57:16 2011 -0400
4
5    Fix MythCenter-wide Channel Record Priority window.
6   
7    There was not enough width for the Priority and Callsign labels.
8   
9    Only the callsign was being shown in the list, and the summary
10    at the bottom. This changes the name of the textarea's so that
11    they will get filled in properly.
12   
13    The selectbar was cutting off part way through the icon.
14
15diff --git a/mythtv/themes/MythCenter-wide/schedule-ui.xml b/mythtv/themes/MythCenter-wide/schedule-ui.xml
16index 13ae607..31df029 100644
17--- a/mythtv/themes/MythCenter-wide/schedule-ui.xml
18+++ b/mythtv/themes/MythCenter-wide/schedule-ui.xml
19@@ -614,27 +614,35 @@
20             <statetype name="buttonitem">
21                 <state name="active">
22                     <imagetype name="icon">
23-                        <area>0,0,26,26</area>
24+                        <area>4,0,26,26</area>
25                         <preserveaspect>true</preserveaspect>
26                     </imagetype>
27                     <statetype name="status">
28                         <position>30,0</position>
29                     </statetype>
30-                    <textarea name="channum" from="buttontext">
31+                    <textarea name="chanstr" from="buttontext">
32                         <area>60,2,150,24</area>
33                     </textarea>
34-                    <textarea name="callsign" from="channum">
35+                    <textarea name="callsign" from="chanstr">
36                         <area>220,2,250,24</area>
37                     </textarea>
38-                    <textarea name="name" from="channum">
39+                    <textarea name="channelname" from="chanstr">
40                         <area>570,2,500,24</area>
41                     </textarea>
42-                    <textarea name="priority" from="channum">
43+                    <textarea name="priority" from="chanstr">
44                         <area>1140,2,30,24</area>
45                         <align>right</align>
46                     </textarea>
47                 </state>
48-                <state name="selectedactive" from="active" />
49+                <state name="selectedactive" from="active">
50+                   <shape name="selectbar">
51+                       <area>0,0,1176,30</area>
52+                       <type>roundbox</type>
53+                       <line color="#00FF00" alpha="255" width="1" />
54+                       <fill color="#43b038" alpha="128" />
55+                       <cornerradius>4</cornerradius>
56+                   </shape>
57+                </state>
58                 <state name="selectedinactive" from="active" />
59             </statetype>
60             <statetype name="upscrollarrow">
61@@ -650,36 +658,36 @@
62             <preserveaspect>true</preserveaspect>
63         </imagetype>
64 
65-        <textarea name="channame" from="basetextarea">
66+        <textarea name="channelname" from="basetextarea">
67             <area>540,472,740,40</area>
68             <font>baselarge</font>
69         </textarea>
70 
71         <textarea name="sourcelabel" from="basetextarea">
72-            <area>540,514,100,30</area>
73+            <area>540,514,140,30</area>
74             <value>Source:</value>
75         </textarea>
76 
77-        <textarea name="sourcename" from="basetextarea">
78-            <area>660,514,400,30</area>
79+        <textarea name="channelsourcename" from="basetextarea">
80+            <area>700,514,400,30</area>
81         </textarea>
82 
83         <textarea name="callsignlabel" from="basetextarea">
84-            <area>540,550,100,30</area>
85+            <area>540,550,140,30</area>
86             <value>Callsign:</value>
87         </textarea>
88 
89         <textarea name="callsign" from="basetextarea">
90-            <area>660,550,400,30</area>
91+            <area>700,550,400,30</area>
92         </textarea>
93 
94         <textarea name="recprioritylabel" from="basetextarea">
95-            <area>540,584,100,30</area>
96+            <area>540,584,140,30</area>
97             <value>Priority:</value>
98         </textarea>
99 
100-        <textarea name="priority" from="basetextarea">
101-            <area>660,584,400,30</area>
102+        <textarea name="channelrecpriority" from="basetextarea">
103+            <area>700,584,400,30</area>
104         </textarea>
105 
106         <textarea name="norecordings_info">