The branch, gotham has been updated
       via  5fd1a2beef60584828ff5ada8c75f1ace16a568a (commit)
      from  ad49601cb0456067181a3af0db8d3b878c180a80 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/skins;a=commit;h=5fd1a2beef60584828ff5ada8c75f1ace16a568a

commit 5fd1a2beef60584828ff5ada8c75f1ace16a568a
Author: ronie <ronie>
Date:   Fri Aug 29 22:44:57 2014 +0200

    skin.conq 1.0.3

diff --git a/skin.conq/16x9/Custom_Overlay_Debug.xml 
b/skin.conq/16x9/Custom_Overlay_Debug.xml
index d9c4a24..7aba2aa 100644
--- a/skin.conq/16x9/Custom_Overlay_Debug.xml
+++ b/skin.conq/16x9/Custom_Overlay_Debug.xml
@@ -13,17 +13,6 @@
                        <visible>Skin.HasSetting(DebugGrid)</visible>
                </control>
 
-               <control type="image">
-                       <left>200</left>
-                       <top>200</top>
-                       <width>200</width>
-                       <height>200</height>
-                       <texture>pvr/ProgressBack.png</texture>
-                       <bordertexture>osd/OSDBack.png</bordertexture>
-      <bordersize>-20</bordersize>
-                       <visible>Skin.HasSetting(DebugGrid)</visible>
-               </control>
-
                <!-- Window/Dialog debug -->
 
                <control type="grouplist">
diff --git a/skin.conq/16x9/Font.xml b/skin.conq/16x9/Font.xml
index 33411ac..609779a 100644
--- a/skin.conq/16x9/Font.xml
+++ b/skin.conq/16x9/Font.xml
@@ -2,7 +2,7 @@
 <fonts>
 
        <fontset id="Default" unicode="true">
-       
+
                <font>
                        <name>Font72</name>
                        <filename>Roboto-Light.ttf</filename>
@@ -56,7 +56,7 @@
        </fontset>
 
        <fontset id="Bolder" unicode="true">
-       
+
                <font>
                        <name>Font72</name>
                        <filename>Roboto-Regular.ttf</filename>
@@ -109,4 +109,66 @@
 
        </fontset>
 
+       <fontset id="Arial" unicode="true">
+
+               <font>
+                       <name>Font72</name>
+                       <filename>Arial.ttf</filename>
+                       <aspect>0.98</aspect>
+                       <size>71</size>
+               </font>
+               <font>
+                       <name>Font48</name>
+                       <filename>Arial.ttf</filename>
+                       <aspect>0.98</aspect>
+                       <size>47</size>
+               </font>
+               <font>
+                       <name>Font42</name>
+                       <filename>Arial.ttf</filename>
+                       <aspect>0.98</aspect>
+                       <size>41</size>
+               </font>
+               <font>
+                       <name>Font36</name>
+                       <filename>Arial.ttf</filename>
+                       <aspect>0.98</aspect>
+                       <size>35</size>
+                       <linespacing>1.3</linespacing>
+               </font>
+               <font>
+                       <name>Font33</name>
+                       <filename>Arial.ttf</filename>
+                       <aspect>0.98</aspect>
+                       <size>32</size>
+               </font>
+               <font>
+                       <name>Font30</name>
+                       <filename>Arial.ttf</filename>
+                       <aspect>0.98</aspect>
+                       <size>29</size>
+               </font>
+               <font>
+                       <name>Font27</name>
+                       <filename>Arial.ttf</filename>
+                       <aspect>0.98</aspect>
+                       <size>26</size>
+                       <linespacing>1.3</linespacing>
+               </font>
+               <font>
+                       <name>Font25</name>
+                       <filename>Arial.ttf</filename>
+                       <aspect>0.98</aspect>
+                       <size>24</size>
+                       <linespacing>1.3</linespacing>
+               </font>
+               <!-- Required for system -->
+               <font>
+                       <name>font13</name>
+                       <filename>Arial.ttf</filename>
+                       <size>21</size>
+               </font>
+
+       </fontset>
+
 </fonts>
\ No newline at end of file
diff --git a/skin.conq/16x9/Variables.xml b/skin.conq/16x9/Variables.xml
index f64c26c..be89008 100644
--- a/skin.conq/16x9/Variables.xml
+++ b/skin.conq/16x9/Variables.xml
@@ -42,7 +42,7 @@
        </variable>
 
        <variable name="BackgroundImage">
-               <value 
condition="!IsEmpty(Skin.String(BackgroundImage))">$INFO[Skin.String(CustomBackground)]</value>
+               <value 
condition="!IsEmpty(Skin.String(CustomBackground))">$INFO[Skin.String(CustomBackground)]</value>
                <value>special://skin/extras/backgrounds/blue.jpg</value>
        </variable>
 
diff --git a/skin.conq/16x9/script-skinshortcuts.xml 
b/skin.conq/16x9/script-skinshortcuts.xml
index 156c11a..03c81af 100644
--- a/skin.conq/16x9/script-skinshortcuts.xml
+++ b/skin.conq/16x9/script-skinshortcuts.xml
@@ -57,7 +57,7 @@
                        <itemlayout width="360" height="66">
                                <control type="label">
                                        <left>25</left>
-                                       <width>1210</width>
+                                       <width>260</width>
                                        <height>66</height>
                                        <textcolor>DialogColor2</textcolor>
                                        <label>$INFO[ListItem.Label]</label>
@@ -67,7 +67,7 @@
                        <focusedlayout width="360" height="66">
                                <control type="label">
                                        <left>25</left>
-                                       <width>360</width>
+                                       <width>260</width>
                                        <height>66</height>
                                        <scroll>true</scroll>
                                        <label>$INFO[ListItem.Label]</label>
diff --git a/skin.conq/addon.xml b/skin.conq/addon.xml
index 4865abe..973d293 100644
--- a/skin.conq/addon.xml
+++ b/skin.conq/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <addon
        id="skin.conq"
-       version="1.0.2"
+       version="1.0.3"
        name="Conq"
        provider-name="Hitcher">
        <requires>
diff --git a/skin.conq/changelog.txt b/skin.conq/changelog.txt
index 6e03b3c..33e5563 100644
--- a/skin.conq/changelog.txt
+++ b/skin.conq/changelog.txt
@@ -1,3 +1,9 @@
+[B]1.0.3[/B]
+
+- Added 'Arial' font option
+- Fixed background problem
+- Fixed 'Skin Shortcuts' label length
+
 [B]1.0.2[/B]
 
 - Added more custom backgrounds thanks to Joop

-----------------------------------------------------------------------

Summary of changes:
 skin.conq/16x9/Custom_Overlay_Debug.xml |   11 -----
 skin.conq/16x9/Font.xml                 |   66 ++++++++++++++++++++++++++++++-
 skin.conq/16x9/Variables.xml            |    2 +-
 skin.conq/16x9/script-skinshortcuts.xml |    4 +-
 skin.conq/addon.xml                     |    2 +-
 skin.conq/changelog.txt                 |    6 +++
 6 files changed, 74 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
Skins

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to