Author: duncan
Date: Thu Jun 14 20:18:33 2007
New Revision: 9692

Modified:
   branches/rel-1/freevo/freevo_config.py
   branches/rel-1/freevo/share/skins/main/blurr.fxd
   branches/rel-1/freevo/share/skins/main/mediaportal.fxd
   branches/rel-1/freevo/share/skins/main/rain.fxd

Log:
[ 1733061 ] Improved int attribute handling in xml skins
Patch from Adam Charrett applied


Modified: branches/rel-1/freevo/freevo_config.py
==============================================================================
--- branches/rel-1/freevo/freevo_config.py      (original)
+++ branches/rel-1/freevo/freevo_config.py      Thu Jun 14 20:18:33 2007
@@ -1966,6 +1966,11 @@
 DIRECTORY_USE_STAT_FOR_CHANGES = True
 
 #
+# Debug the current skin, display boxes around each area.
+#
+SKIN_DEBUG = 0
+
+#
 # store output of started processes for debug
 # Set to 1 to log child application output to <app>_stdout.log and 
<app>_stderr.log
 #

Modified: branches/rel-1/freevo/share/skins/main/blurr.fxd
==============================================================================
--- branches/rel-1/freevo/share/skins/main/blurr.fxd    (original)
+++ branches/rel-1/freevo/share/skins/main/blurr.fxd    Thu Jun 14 20:18:33 2007
@@ -15,7 +15,7 @@
         <menuset label="normal text style">
             <view x="20" y="100" width="300" height="300"/>
             
-            <listing layout="listing" x="330" y="100" width="420" height="470">
+            <listing layout="listing" x="330" y="100" width="420" height="470 
- (buttonbar * (buttonbar_height + 10))">
                 <image filename="up.png" label="uparrow" x="760" y="110"/>
                 <image filename="down.png" label="downarrow" x="760" 
y="max-32"/>
             </listing>

Modified: branches/rel-1/freevo/share/skins/main/mediaportal.fxd
==============================================================================
--- branches/rel-1/freevo/share/skins/main/mediaportal.fxd      (original)
+++ branches/rel-1/freevo/share/skins/main/mediaportal.fxd      Thu Jun 14 
20:18:33 2007
@@ -15,7 +15,7 @@
         <menuset label="normal text style">
             <view x="20" y="100" width="300" height="300"/>
            
-            <listing layout="listing" x="330" y="100" width="420" height="470">
+            <listing layout="listing" x="330" y="100" width="420" height="470 
- (buttonbar * (buttonbar_height + 10))">
                 <image filename="up.png" label="uparrow" x="760" y="110"/>
                 <image filename="down.png" label="downarrow" x="760" 
y="max-32"/>
             </listing>

Modified: branches/rel-1/freevo/share/skins/main/rain.fxd
==============================================================================
--- branches/rel-1/freevo/share/skins/main/rain.fxd     (original)
+++ branches/rel-1/freevo/share/skins/main/rain.fxd     Thu Jun 14 20:18:33 2007
@@ -248,9 +248,9 @@
     <menuset label="tv menu">
       <subtitle layout="title" x="10" y="90" width="780" height="30"/>
       <listing y="140">
-       <image y="140" label="uparrow"/>
+         <image y="140" label="uparrow"/>
       </listing>
-      <info layout="tv info" y="440" height="150"/>
+      <info layout="tv info" y="440" height="150 - buttonbar_height"/>
     </menuset>
 
     <layout label="tv screen">

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to