Skip to content

Commit

Permalink
Merge pull request xbmc#6 from HitcherUK/master
Browse files Browse the repository at this point in the history
[skin.confluence] v3.0.6
  • Loading branch information
Hitcher committed Mar 29, 2016
2 parents cbe3c5e + c9aa7eb commit 97da8fa
Show file tree
Hide file tree
Showing 45 changed files with 446 additions and 483 deletions.
8 changes: 4 additions & 4 deletions 720p/DialogAddonInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<coordinates>
<left>185</left>
<top>40</top>
<origin x="185" y="10">!IsEmpty(ListItem.AddonBroken)</origin>
<origin x="185" y="10">!String.IsEmpty(ListItem.AddonBroken)</origin>
</coordinates>
<include>dialogeffect</include>
<controls>
Expand Down Expand Up @@ -163,7 +163,7 @@
<textcolor>blue</textcolor>
</control>
<control type="group">
<visible>!IsEmpty(ListItem.AddonDisclaimer)</visible>
<visible>!String.IsEmpty(ListItem.AddonDisclaimer)</visible>
<control type="label">
<description>Description Page Count</description>
<left>310</left>
Expand Down Expand Up @@ -229,7 +229,7 @@
</control>
</control>
<control type="group">
<visible>IsEmpty(ListItem.AddonDisclaimer)</visible>
<visible>String.IsEmpty(ListItem.AddonDisclaimer)</visible>
<control type="label">
<description>Description Page Count</description>
<left>310</left>
Expand Down Expand Up @@ -339,7 +339,7 @@
</control>
</control>
<control type="group">
<visible>!IsEmpty(ListItem.AddonBroken)</visible>
<visible>!String.IsEmpty(ListItem.AddonBroken)</visible>
<left>0</left>
<top>600</top>
<control type="image">
Expand Down
16 changes: 8 additions & 8 deletions 720p/DialogAudioDSPManager.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
<height>30</height>
<texture>$INFO[ListItem.Property(Icon)]</texture>
<aspectratio aligny="center" align="left">keep</aspectratio>
<visible>!StringCompare(ListItem.Property(Icon),"")</visible>
<visible>!String.IsEqual(ListItem.Property(Icon),"")</visible>
</control>
<control type="image">
<left>15</left>
Expand All @@ -269,7 +269,7 @@
<height>30</height>
<texture>DefaultAudioDSP.png</texture>
<aspectratio aligny="center" align="left">keep</aspectratio>
<visible>StringCompare(ListItem.Property(Icon),"")</visible>
<visible>String.IsEqual(ListItem.Property(Icon),"")</visible>
</control>
<control type="label">
<description>active addon name and mode name</description>
Expand Down Expand Up @@ -302,7 +302,7 @@
<height>50</height>
<texture>$INFO[ListItem.Property(Icon)]</texture>
<aspectratio aligny="center" align="left">keep</aspectratio>
<visible>!StringCompare(ListItem.Property(Icon),"")</visible>
<visible>!String.IsEqual(ListItem.Property(Icon),"")</visible>
</control>
<control type="image">
<left>5</left>
Expand All @@ -311,7 +311,7 @@
<width>50</width>
<texture>DefaultAudioDSP.png</texture>
<aspectratio aligny="center" align="left">keep</aspectratio>
<visible>StringCompare(ListItem.Property(Icon),"")</visible>
<visible>String.IsEqual(ListItem.Property(Icon),"")</visible>
</control>
<control type="label">
<description>addon name and mode name on focus</description>
Expand Down Expand Up @@ -430,7 +430,7 @@
<height>30</height>
<texture>$INFO[ListItem.Property(Icon)]</texture>
<aspectratio aligny="center" align="left">keep</aspectratio>
<visible>!StringCompare(ListItem.Property(Icon),"")</visible>
<visible>!String.IsEqual(ListItem.Property(Icon),"")</visible>
</control>
<control type="image">
<left>15</left>
Expand All @@ -439,7 +439,7 @@
<height>30</height>
<texture>DefaultAudioDSP.png</texture>
<aspectratio aligny="center" align="left">keep</aspectratio>
<visible>StringCompare(ListItem.Property(Icon),"")</visible>
<visible>String.IsEqual(ListItem.Property(Icon),"")</visible>
</control>
<control type="label">
<description>active addon name and mode name</description>
Expand Down Expand Up @@ -472,7 +472,7 @@
<height>50</height>
<texture>$INFO[ListItem.Property(Icon)]</texture>
<aspectratio aligny="center" align="left">keep</aspectratio>
<visible>!StringCompare(ListItem.Property(Icon),"")</visible>
<visible>!String.IsEqual(ListItem.Property(Icon),"")</visible>
</control>
<control type="image">
<left>5</left>
Expand All @@ -481,7 +481,7 @@
<width>50</width>
<texture>DefaultAudioDSP.png</texture>
<aspectratio aligny="center" align="left">keep</aspectratio>
<visible>StringCompare(ListItem.Property(Icon),"")</visible>
<visible>String.IsEqual(ListItem.Property(Icon),"")</visible>
</control>
<control type="label">
<description>addon name and mode name on focus</description>
Expand Down
2 changes: 1 addition & 1 deletion 720p/DialogButtonMenu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<pulseonselect>no</pulseonselect>
<font>font13</font>
<label>$LOCALIZE[20126] $INFO[system.profilename]</label>
<visible>System.HasLoginScreen | IntegerGreaterThan(System.ProfileCount,1)</visible>
<visible>System.HasLoginScreen | Integer.IsGreater(System.ProfileCount,1)</visible>
<visible>System.Loggedon</visible>
</control>
<control type="togglebutton" id="10">
Expand Down
2 changes: 1 addition & 1 deletion 720p/DialogPVRChannelManager.xml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
<aligny>center</aligny>
<label>19024</label>
<altlabel>19023</altlabel>
<usealttexture>!IsEmpty(Window.Property(IsRadio))</usealttexture>
<usealttexture>!String.IsEmpty(Window.Property(IsRadio))</usealttexture>
</control>
</control>
</control>
Expand Down
8 changes: 4 additions & 4 deletions 720p/DialogPVRChannelsOSD.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Title]</label>
<visible>IsEmpty(Listitem.Icon)</visible>
<visible>String.IsEmpty(Listitem.Icon)</visible>
</control>
<control type="label">
<left>50</left>
Expand All @@ -159,7 +159,7 @@
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Title]</label>
<visible>!IsEmpty(Listitem.Icon)</visible>
<visible>!String.IsEmpty(Listitem.Icon)</visible>
</control>
<control type="label">
<left>50</left>
Expand Down Expand Up @@ -266,7 +266,7 @@
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Title]</label>
<visible>IsEmpty(Listitem.Icon)</visible>
<visible>String.IsEmpty(Listitem.Icon)</visible>
</control>
<control type="label">
<left>50</left>
Expand All @@ -279,7 +279,7 @@
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Title]</label>
<visible>!IsEmpty(Listitem.Icon)</visible>
<visible>!String.IsEmpty(Listitem.Icon)</visible>
</control>
<control type="label">
<left>50</left>
Expand Down
8 changes: 4 additions & 4 deletions 720p/DialogPVRGuideOSD.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>IsEmpty($VAR[PVRTimerIcon])</visible>
<visible>String.IsEmpty($VAR[PVRTimerIcon])</visible>
</control>
<control type="label">
<left>150</left>
Expand All @@ -130,7 +130,7 @@
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>!IsEmpty($VAR[PVRTimerIcon])</visible>
<visible>!String.IsEmpty($VAR[PVRTimerIcon])</visible>
</control>
</itemlayout>
<focusedlayout height="35" width="410">
Expand Down Expand Up @@ -182,7 +182,7 @@
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>IsEmpty($VAR[PVRTimerIcon])</visible>
<visible>String.IsEmpty($VAR[PVRTimerIcon])</visible>
</control>
<control type="label">
<left>150</left>
Expand All @@ -195,7 +195,7 @@
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>!IsEmpty($VAR[PVRTimerIcon])</visible>
<visible>!String.IsEmpty($VAR[PVRTimerIcon])</visible>
</control>
</focusedlayout>
</control>
Expand Down
12 changes: 6 additions & 6 deletions 720p/DialogPVRInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,19 @@
<label>$LOCALIZE[21442]:</label>
<label2>$INFO[ListItem.EpisodeName]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.EpisodeName)</visible>
<visible>!String.IsEmpty(ListItem.EpisodeName)</visible>
</item>
<item>
<label>$LOCALIZE[20373]:</label>
<label2>$INFO[ListItem.Season]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Season)</visible>
<visible>!String.IsEmpty(ListItem.Season)</visible>
</item>
<item>
<label>$LOCALIZE[20359]:</label>
<label2>$INFO[ListItem.Episode]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Episode)</visible>
<visible>!String.IsEmpty(ListItem.Episode)</visible>
</item>
<item>
<label>$LOCALIZE[19148]:</label>
Expand All @@ -132,19 +132,19 @@
<label>$LOCALIZE[20417]:</label>
<label2>$INFO[ListItem.Writer]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Writer)</visible>
<visible>!String.IsEmpty(ListItem.Writer)</visible>
</item>
<item>
<label>$LOCALIZE[20339]:</label>
<label2>$INFO[ListItem.Director]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Director)</visible>
<visible>!String.IsEmpty(ListItem.Director)</visible>
</item>
<item>
<label>$LOCALIZE[206]:</label>
<label2>$INFO[ListItem.Cast]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Cast)</visible>
<visible>!String.IsEmpty(ListItem.Cast)</visible>
</item>
</content>
</control>
Expand Down
Loading

0 comments on commit 97da8fa

Please sign in to comment.