Skip to content

Commit

Permalink
Changed: [Confluence] Reverted the option to have the Horizontal Home…
Browse files Browse the repository at this point in the history
… menu it just over complicated things and was more trouble than it was worth and reduced flexibility (custom menu items)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk/addons/skin.confluence@35672 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
jezz_x committed Dec 23, 2010
1 parent 9285fce commit 98f4a82
Show file tree
Hide file tree
Showing 10 changed files with 721 additions and 1,426 deletions.
722 changes: 720 additions & 2 deletions 720p/Home.xml

Large diffs are not rendered by default.

676 changes: 0 additions & 676 deletions 720p/IncludesHomeHorizontal.xml

This file was deleted.

82 changes: 0 additions & 82 deletions 720p/IncludesHomeMenuItems.xml
Original file line number Diff line number Diff line change
@@ -1,86 +1,4 @@
<includes>
<include name="HomeXBMCLogo">
<control type="image">
<description>LOGO</description>
<posx>10</posx>
<posy>10</posy>
<width>140</width>
<height>40</height>
<texture>XBMC_Logo.png</texture>
</control>
<control type="image">
<description>LOGO Mirror</description>
<posx>10</posx>
<posy>42</posy>
<width>140</width>
<height>40</height>
<texture diffuse="diffuse_mirror.png" flipy="true">XBMC_Logo.png</texture>
</control>
</include>
<include name="HomePowerButtons">
<control type="image">
<posx>0</posx>
<posy>100r</posy>
<width>256</width>
<height>100</height>
<texture>HomeButtonsBack.png</texture>
</control>
<control type="group" id="10">
<posx>15</posx>
<posy>55r</posy>
<control type="button" id="20">
<description>Power push button</description>
<posx>90</posx>
<posy>0</posy>
<width>43</width>
<height>43</height>
<label>31003</label>
<font>-</font>
<aligny>-</aligny>
<onclick>ActivateWindow(ShutdownMenu)</onclick>
<texturefocus>home-power-FO.png</texturefocus>
<texturenofocus>home-power.png</texturenofocus>
<onleft>21</onleft>
<onright>9000</onright>
<onup>9000</onup>
<ondown>9000</ondown>
</control>
<control type="button" id="21">
<description>Favourites push button</description>
<posx>45</posx>
<posy>0</posy>
<width>43</width>
<height>43</height>
<label>1036</label>
<font>-</font>
<aligny>-</aligny>
<onclick>ActivateWindow(Favourites)</onclick>
<texturefocus>home-favourites-FO.png</texturefocus>
<texturenofocus>home-favourites.png</texturenofocus>
<onleft>22</onleft>
<onright>20</onright>
<onup>9000</onup>
<ondown>9000</ondown>
</control>
<control type="button" id="22">
<description>Play Disc Media push button</description>
<posx>0</posx>
<posy>0</posy>
<width>43</width>
<height>43</height>
<label>16004</label>
<font>-</font>
<aligny>-</aligny>
<onclick>ActivateWindow(1113)</onclick>
<texturefocus>home-playmedia-FO.png</texturefocus>
<texturenofocus>home-playmedia.png</texturenofocus>
<onleft>9000</onleft>
<onright>21</onright>
<onup>9000</onup>
<ondown>9000</ondown>
</control>
</control>
</include>
<include name="HomeSubMenuVideos">
<control type="button" id="90101">
<include>ButtonHomeSubCommonValues</include>
Expand Down

0 comments on commit 98f4a82

Please sign in to comment.