Fixed stuff to go into the repo

MusicVisualisation.xml
remove the BOM at the start of the file

addon.xml (case sensitive issue):
defaultthemename="textures.xbt"  >  defaultthemename="Textures.xbt"

mind changing these to: noop
DialogAddonInfo.xml:  <onup>-</onup>
DialogAddonInfo.xml:  <onup>-</onup>
DialogAddonInfo.xml:  <ondown>-</ondown>
DialogAddonInfo.xml:  <ondown>-</ondown>

EOL's:
LICENSE.txt: Windows (CRLF)
sounds/sounds.xml: Windows (CRLF)

Pointer.xml
ERROR: Control 1 in window 10099 has been asked to focus, but it can't

DialogFullScreenInfo.xml
ERROR: Control 1 in window 10142 has been asked to focus, but it can't
This commit is contained in:
JezzX 2013-03-03 05:57:34 +11:00
parent afd335f5eb
commit db603f1358
7 changed files with 95 additions and 95 deletions

View File

@ -224,8 +224,8 @@
<font>-</font>
<onleft>61</onleft>
<onright>9000</onright>
<ondown>-</ondown>
<onup>-</onup>
<ondown>noop</ondown>
<onup>noop</onup>
<textcolor>white</textcolor>
<showonepage>true</showonepage>
</control>
@ -320,8 +320,8 @@
<font>-</font>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>-</ondown>
<onup>-</onup>
<ondown>noop</ondown>
<onup>noop</onup>
<textcolor>white</textcolor>
<showonepage>true</showonepage>
</control>

View File

@ -22,7 +22,7 @@
<height>170</height>
<texture>black-back.png</texture>
</control>
<control type="label" id="1">
<control type="label">
<description>System Time Label</description>
<posx>1250</posx>
<posy>10</posy>
@ -252,7 +252,7 @@
<font>font12</font>
<textcolor>white</textcolor>
</control>
<control type="label" id="1">
<control type="label">
<description>System Time Label</description>
<posx>1250</posx>
<posy>10</posy>
@ -470,7 +470,7 @@
<font>font12</font>
<textcolor>white</textcolor>
</control>
<control type="label" id="1">
<control type="label">
<description>System Time Label</description>
<posx>1250</posx>
<posy>10</posy>
@ -589,7 +589,7 @@
<height>170</height>
<texture>black-back.png</texture>
</control>
<control type="label" id="1">
<control type="label">
<description>System Time Label</description>
<posx>1250</posx>
<posy>10</posy>
@ -752,7 +752,7 @@
<ondown>2</ondown>
</control>
</control>
<control type="label" id="1">
<control type="label">
<description>System Time Label</description>
<posx>1250</posx>
<posy>10</posy>

View File

@ -1,4 +1,4 @@
<window>
<window>
<defaultcontrol>-</defaultcontrol>
<allowoverlay>no</allowoverlay>
<controls>

View File

@ -1,5 +1,5 @@
<window>
<defaultcontrol>1</defaultcontrol>
<defaultcontrol>-/defaultcontrol>
<coordinates>
<system>1</system>
<posx>0</posx>

View File

@ -9,7 +9,7 @@
</requires>
<extension
point="xbmc.gui.skin"
defaultthemename="textures.xbt"
defaultthemename="Textures.xbt"
debugging="false"
effectslowdown="1.0">
<res width="1280" height="720" aspect="16:9" default="true" folder="720p" />