diff options
author | Jezz_X <jezzx2@gmail.com> | 2012-05-13 14:05:36 +1000 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2012-06-01 08:17:16 +1000 |
commit | 45805616f7a4880a40abe2a7de7512fabfc2dc82 (patch) | |
tree | f83aec2ba49ce6bcc07f1326de84d75eb6e0aa76 /addons/skin.confluence/720p | |
parent | d895a90930a508cd8dab8983aa970e5e8eeed5fe (diff) |
Added: [Confluence] Skin Setting to change the default background and moved all background options into their own sub category
Diffstat (limited to 'addons/skin.confluence/720p')
-rw-r--r-- | addons/skin.confluence/720p/IncludesBackgroundBuilding.xml | 16 | ||||
-rw-r--r-- | addons/skin.confluence/720p/custom_SkinSetting_1111.xml | 145 |
2 files changed, 114 insertions, 47 deletions
diff --git a/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml b/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml index 27873bb6eb..3901f921f1 100644 --- a/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml +++ b/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml @@ -1,12 +1,26 @@ <includes> <include name="CommonBackground"> - <control type="Image"> + <control type="image"> + <description>Normal Default Background Image</description> <posx>0</posx> <posy>0</posy> <width>1280</width> <height>720</height> <aspectratio>scale</aspectratio> <texture>$INFO[Skin.CurrentTheme,special://skin/backgrounds/,.jpg]</texture> + <visible>![Skin.HasSetting(UseCustomBackground) + !IsEmpty(Skin.String(CustomBackgroundPath))]</visible> + <include>VisibleFadeEffect</include> + </control> + <control type="image"> + <description>User Set Background Image</description> + <posx>0</posx> + <posy>0</posy> + <width>1280</width> + <height>720</height> + <aspectratio>scale</aspectratio> + <texture>$INFO[Skin.String(CustomBackgroundPath)]</texture> + <visible>Skin.HasSetting(UseCustomBackground) + !IsEmpty(Skin.String(CustomBackgroundPath))</visible> + <include>VisibleFadeEffect</include> </control> <control type="image"> <posx>0</posx> diff --git a/addons/skin.confluence/720p/custom_SkinSetting_1111.xml b/addons/skin.confluence/720p/custom_SkinSetting_1111.xml index 7e37c76fd7..101fdc0a78 100644 --- a/addons/skin.confluence/720p/custom_SkinSetting_1111.xml +++ b/addons/skin.confluence/720p/custom_SkinSetting_1111.xml @@ -173,6 +173,11 @@ <label2>31112</label2> <onclick>-</onclick> </item> + <item id="3"> + <label>31102</label> + <label2>31112</label2> + <onclick>-</onclick> + </item> <item id="4"> <label>24000</label> <label2>31200</label2> @@ -350,52 +355,6 @@ <texturenofocus>MenuItemNF.png</texturenofocus> <enable>Skin.HasSetting(Use_Startup_Playlist)</enable> </control> - <control type="label" id="109"> - <width>750</width> - <height>45</height> - <font>font13_title</font> - <label>31102</label> - <textcolor>blue</textcolor> - <shadowcolor>black</shadowcolor> - <align>left</align> - <aligny>center</aligny> - </control> - <control type="radiobutton" id="114"> - <width>750</width> - <height>40</height> - <font>font13</font> - <label>31119</label> - <textcolor>grey2</textcolor> - <focusedcolor>white</focusedcolor> - <texturefocus>MenuItemFO.png</texturefocus> - <texturenofocus>MenuItemNF.png</texturenofocus> - <onclick>Skin.ToggleSetting(HideBackGroundFanart)</onclick> - <selected>Skin.HasSetting(HideBackGroundFanart)</selected> - </control> - <control type="radiobutton" id="110"> - <width>750</width> - <height>40</height> - <font>font13</font> - <label>31124</label> - <textcolor>grey2</textcolor> - <focusedcolor>white</focusedcolor> - <texturefocus>MenuItemFO.png</texturefocus> - <texturenofocus>MenuItemNF.png</texturenofocus> - <onclick>Skin.ToggleSetting(ShowBackgroundVideo)</onclick> - <selected>!Skin.HasSetting(ShowBackgroundVideo)</selected> - </control> - <control type="radiobutton" id="111"> - <width>750</width> - <height>40</height> - <font>font13</font> - <label>31125</label> - <textcolor>grey2</textcolor> - <focusedcolor>white</focusedcolor> - <texturefocus>MenuItemFO.png</texturefocus> - <texturenofocus>MenuItemNF.png</texturenofocus> - <onclick>Skin.ToggleSetting(ShowBackgroundVis)</onclick> - <selected>!Skin.HasSetting(ShowBackgroundVis)</selected> - </control> </control> <control type="scrollbar" id="60"> <posx>1060</posx> @@ -621,6 +580,100 @@ <orientation>vertical</orientation> <visible>Container(9000).Hasfocus(2)</visible> </control> + <control type="grouplist" id="9003"> + <visible>Container(9000).Hasfocus(3)</visible> + <posx>290</posx> + <posy>60</posy> + <width>750</width> + <height>530</height> + <itemgap>-1</itemgap> + <pagecontrol>60</pagecontrol> + <onleft>9000</onleft> + <onright>60</onright> + <onup>9003</onup> + <ondown>9003</ondown> + <control type="label" id="300"> + <width>750</width> + <height>45</height> + <font>font13_title</font> + <label>31106</label> + <textcolor>blue</textcolor> + <shadowcolor>black</shadowcolor> + <align>left</align> + <aligny>center</aligny> + </control> + <control type="radiobutton" id="301"> + <width>750</width> + <height>40</height> + <font>font13</font> + <label>31119</label> + <textcolor>grey2</textcolor> + <focusedcolor>white</focusedcolor> + <texturefocus>MenuItemFO.png</texturefocus> + <texturenofocus>MenuItemNF.png</texturenofocus> + <onclick>Skin.ToggleSetting(HideBackGroundFanart)</onclick> + <selected>Skin.HasSetting(HideBackGroundFanart)</selected> + </control> + <control type="radiobutton" id="302"> + <width>750</width> + <height>40</height> + <font>font13</font> + <label>31124</label> + <textcolor>grey2</textcolor> + <focusedcolor>white</focusedcolor> + <texturefocus>MenuItemFO.png</texturefocus> + <texturenofocus>MenuItemNF.png</texturenofocus> + <onclick>Skin.ToggleSetting(ShowBackgroundVideo)</onclick> + <selected>!Skin.HasSetting(ShowBackgroundVideo)</selected> + </control> + <control type="radiobutton" id="303"> + <width>750</width> + <height>40</height> + <font>font13</font> + <label>31125</label> + <textcolor>grey2</textcolor> + <focusedcolor>white</focusedcolor> + <texturefocus>MenuItemFO.png</texturefocus> + <texturenofocus>MenuItemNF.png</texturenofocus> + <onclick>Skin.ToggleSetting(ShowBackgroundVis)</onclick> + <selected>!Skin.HasSetting(ShowBackgroundVis)</selected> + </control> + <control type="label" id="304"> + <width>750</width> + <height>45</height> + <font>font13_title</font> + <label>31102</label> + <textcolor>blue</textcolor> + <shadowcolor>black</shadowcolor> + <align>left</align> + <aligny>center</aligny> + </control> + <control type="radiobutton" id="305"> + <width>750</width> + <height>40</height> + <font>font13</font> + <label>31109</label> + <textcolor>grey2</textcolor> + <focusedcolor>white</focusedcolor> + <texturefocus>MenuItemFO.png</texturefocus> + <texturenofocus>MenuItemNF.png</texturenofocus> + <onclick>Skin.ToggleSetting(UseCustomBackground)</onclick> + <selected>Skin.HasSetting(UseCustomBackground)</selected> + </control> + <control type="button" id="306"> + <width>750</width> + <height>40</height> + <font>font13</font> + <label>- $LOCALIZE[31110]</label> + <label2>[COLOR=selected]$INFO[Skin.String(CustomBackgroundPath)][/COLOR]</label2> + <textcolor>grey2</textcolor> + <focusedcolor>white</focusedcolor> + <texturefocus>MenuItemFO.png</texturefocus> + <texturenofocus>MenuItemNF.png</texturenofocus> + <onclick>Skin.SetImage(CustomBackgroundPath)</onclick> + <enable>Skin.HasSetting(UseCustomBackground)</enable> + </control> + </control> <control type="group"> <control type="grouplist" id="9004"> <visible>Container(9000).Hasfocus(4)</visible> |