On Sunday 20 November 2005 5:11 pm, Jesse Guardiani wrote:

[...]

> Bugs I noticed in this version:

[...]

> 2.) While this theme does differentiate colors of programs in the Upcoming 
> menu
> with these statuses:
> 
> Previously Recorded (grey )
> Earlier Showing     (grey )
> Recording           (red  )
> Later Showing       (white)
> 
> It seems to lump the following into (yellow):
> 
> Will Record
> Conflicting
> 
> I think Will Record should be green or some other color.


Also I've noticed that in Media Library -> Watch, the selected title isn't
highlighted on the left side while switching groups. Instead, everything is
highlighted.

And finally, I noticed that the recstatus text was getting chopped off at
the bottom in the Guide, so I bumped it up about 20 points. I hope that's
not just an issue because I'm running 800x600 with non-standard font sizes.

Please see attached for a patch against ProjectGrayhem 1.3 to fix these
simple font issues.


-- 
Jesse Guardiani
Programmer/Sys Admin
[EMAIL PROTECTED]
# diff -ru ProjectGrayhem.orig/ ProjectGrayhem
Only in ProjectGrayhem.orig/: README.txt~
diff -ru ProjectGrayhem.orig/ui.xml ProjectGrayhem/ui.xml
--- ProjectGrayhem.orig/ui.xml  2005-11-21 22:15:25.000000000 -0500
+++ ProjectGrayhem/ui.xml       2005-11-22 23:48:45.000000000 -0500
@@ -329,7 +329,7 @@
        <value>%LONGREPEAT%%STARS%%DESCRIPTION%</value>
       </textarea>
       <textarea name="recordingstatus" draworder="6" align="right">
-        <area>365,134,390,30</area>
+        <area>365,110,390,30</area>
         <font>recstatus</font>
       </textarea>

@@ -693,7 +693,7 @@
     </font>

     <font name="record" face="Tahoma">
-      <color>#FCFF00</color>
+      <color>#4CFF00</color>
       <size>15</size>
       <size:small>11</size:small>
       <size:big>17</size:big>
@@ -1099,7 +1099,7 @@
     </font>

     <font name="record" face="Tahoma">
-      <color>#FCFF00</color>
+      <color>#4CFF00</color>
       <size>15</size>
       <size:small>13</size:small>
       <size:big>17</size:big>
@@ -1364,7 +1364,7 @@
     </font>

     <font name="record" face="Tahoma">
-      <color>#FCFF00</color>
+      <color>#4CFF00</color>
       <size>15</size>
       <size:small>13</size:small>
       <size:big>20</size:big>
@@ -1450,7 +1450,7 @@
       <area>0,40,800,320</area>
       <listarea name="toptitles" draworder="2">
         <area>20,22,190,105</area>
-        <fcnfont name="active" function="active"></fcnfont>
+        <fcnfont name="inactive" function="active"></fcnfont>
         <fcnfont name="active" function="selected"></fcnfont>
         <fcnfont name="inactive" function="inactive"></fcnfont>
         <items>3</items>
@@ -1461,7 +1461,7 @@
       </image>
       <listarea name="bottomtitles" draworder="2">
         <area>20,172,190,105</area>
-        <fcnfont name="active" function="active"></fcnfont>
+        <fcnfont name="inactive" function="active"></fcnfont>
         <fcnfont name="active" function="selected"></fcnfont>
         <fcnfont name="inactive" function="inactive"></fcnfont>
         <fcnfont name="record" function="record"></fcnfont>
@@ -1675,7 +1675,7 @@
     </font>

     <font name="record" face="Tahoma">
-      <color>#FCFF00</color>
+      <color>#4CFF00</color>
       <size>18</size>
       <size:small>11</size:small>
          <bold>no</bold>
@@ -1899,7 +1899,7 @@
     </font>

     <font name="record" face="Tahoma">
-      <color>#FCFF00</color>
+      <color>#4CFF00</color>
       <size>15</size>
       <size:small>11</size:small>
          <bold>no</bold>
Exit 1
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to