The branch, gotham has been updated
       via  8a805609e7aaa85a78d3ffdd3dc922d4328b18d9 (commit)
      from  ab759f0b2f0ab2c0d3187343f9b96f1c7533ff9b (commit)

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

commit 8a805609e7aaa85a78d3ffdd3dc922d4328b18d9
Author: ronie <ronie>
Date:   Tue Apr 22 00:02:11 2014 +0200

    skin.quartz 4.5.1

diff --git a/skin.quartz/1080i/CommonViews.xml 
b/skin.quartz/1080i/CommonViews.xml
index b8bdfe9..2c808bf 100644
--- a/skin.quartz/1080i/CommonViews.xml
+++ b/skin.quartz/1080i/CommonViews.xml
@@ -504,6 +504,7 @@
     <scroll>false</scroll>
     <font>size24</font>
     <textcolor>White</textcolor>
+       <selectedcolor>Blue</selectedcolor>
   </include>
   <include name="52MainLabelFO">
     <posx>45</posx>
@@ -513,6 +514,7 @@
     <aligny>center</aligny>
     <font>size24</font>
     <textcolor>White2</textcolor>
+       <selectedcolor>Blue</selectedcolor>
   </include>
   <include name="52Label2">
     <posx>42r</posx>
diff --git a/skin.quartz/1080i/Home.xml b/skin.quartz/1080i/Home.xml
index 07e720e..b07dd67 100644
--- a/skin.quartz/1080i/Home.xml
+++ b/skin.quartz/1080i/Home.xml
@@ -355,8 +355,8 @@
           <item id="0" description="LiveTV">
             <visible>System.GetBool(pvrmanager.enabled)</visible>
             <label>31502</label>
-            <onclick>ActivateWindow(PVR)</onclick>
-          </item>
+            <onclick>XBMC.ActivateWindowAndFocus(PVR, 11,0)</onclick>
+                 </item>
           <item id="1" description="Weather">
             <visible>!Skin.HasSetting(Addons1)</visible>
             <label>8</label>
diff --git a/skin.quartz/1080i/Includes_Shelf.xml 
b/skin.quartz/1080i/Includes_Shelf.xml
index c007530..8df69c8 100644
--- a/skin.quartz/1080i/Includes_Shelf.xml
+++ b/skin.quartz/1080i/Includes_Shelf.xml
@@ -414,7 +414,7 @@
         </control>
       </control>
     </focusedlayout>
-    <itemlayout condition="Skin.HasSetting(TVShelf_Custom)" height="357" 
width="357">
+    <itemlayout condition="Skin.HasSetting(TVShelf_Custom)" height="357" 
width="354">
       <control type="image" description="Reflection">
         <posx>27</posx>
         <posy>330</posy>
@@ -432,7 +432,7 @@
         <aspectratio>scale</aspectratio>
       </control>
     </itemlayout>
-    <focusedlayout condition="Skin.HasSetting(TVShelf_Custom)" height="357" 
width="357">
+    <focusedlayout condition="Skin.HasSetting(TVShelf_Custom)" height="357" 
width="354">
       <control type="group">
         <control type="image" description="Reflection">
           <posx>27</posx>
@@ -536,8 +536,8 @@
         <ondown>302</ondown>
         <onleft>312</onleft>
         <onright>312</onright>
-        <include 
condition="Skin.HasSetting(UseEpisodeThumbs)">EpisodeShortcutsCommons</include>
-               <include 
condition="!Skin.HasSetting(UseEpisodeThumbs)">MoviesShortcutsCommons</include>
+        <include condition="Skin.HasSetting(UseEpisodeThumbs) | 
Skin.HasSetting(TVShelf_Custom)">EpisodeShortcutsCommons</include>
+               <include condition="![Skin.HasSetting(UseEpisodeThumbs) | 
Skin.HasSetting(TVShelf_Custom)]">MoviesShortcutsCommons</include>
         <include condition="!Skin.HasSetting(UseWidgets)">TV_RA_Items</include>
                <include 
condition="Skin.HasSetting(UseWidgets)">TV_Widgets_Items</include>
       </control>
diff --git a/skin.quartz/addon.xml b/skin.quartz/addon.xml
index 08bda22..7214b96 100644
--- a/skin.quartz/addon.xml
+++ b/skin.quartz/addon.xml
@@ -1,4 +1,4 @@
-<addon id="skin.quartz" version="4.5.0" name="Quartz" provider-name="Pecinko">
+<addon id="skin.quartz" version="4.5.1" name="Quartz" provider-name="Pecinko">
   <requires>
     <import addon="xbmc.gui" version="5.0.1"/>
     <import addon="script.favourites" version="4.0.4"/>
diff --git a/skin.quartz/changelog.txt b/skin.quartz/changelog.txt
index 7608d6e..ee3c42c 100644
--- a/skin.quartz/changelog.txt
+++ b/skin.quartz/changelog.txt
@@ -1,3 +1,11 @@
+4.5.1
+Fix selected items in dialog with multipy choices
+Fix custom TV items media shelf
+Open up PVR and focus main list
+
+4.5.0
+Initial Gotham release
+
 4.1.5
 Add option to use skin.widgets if widgets script is installed
 Add Silver theme

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

Summary of changes:
 skin.quartz/1080i/CommonViews.xml    |    2 ++
 skin.quartz/1080i/Home.xml           |    4 ++--
 skin.quartz/1080i/Includes_Shelf.xml |    8 ++++----
 skin.quartz/addon.xml                |    2 +-
 skin.quartz/changelog.txt            |    8 ++++++++
 5 files changed, 17 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Skins

------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to