Removed: [PM3.HD] scripts window and all related things (not needed any more)
git-svn-id: http://jezzxbmc.googlecode.com/svn/trunk/skin.pm3-hd@62 0c45cd24-f56c-ec91-222f-6e3ca35936fa
This commit is contained in:
parent
582e2cc370
commit
4a17718523
@ -455,7 +455,7 @@
|
||||
</item>
|
||||
<item id="4">
|
||||
<label>0</label>
|
||||
<onclick>ActivateWindow(Programs)</onclick>
|
||||
<onclick>ActivateWindow(Programs,Addons,return)</onclick>
|
||||
<icon>special://skin/backgrounds/programs.jpg</icon>
|
||||
<thumb>$INFO[Skin.String(Home_Custom_Back_Programs_Folder)]</thumb>
|
||||
<visible>!Skin.HasSetting(homepageHideProgramButton)</visible>
|
||||
@ -467,13 +467,6 @@
|
||||
<thumb>$INFO[Skin.String(Home_Custom_Back_Weather_Folder)]</thumb>
|
||||
<visible>!Skin.HasSetting(homepageHideWeatherButton)</visible>
|
||||
</item>
|
||||
<item id="6">
|
||||
<label>247</label>
|
||||
<onclick>ActivateWindow(Scripts)</onclick>
|
||||
<icon>special://skin/backgrounds/scripts.jpg</icon>
|
||||
<thumb>$INFO[Skin.String(Home_Custom_Back_Scripts_Folder)]</thumb>
|
||||
<visible>!Skin.HasSetting(homepageHideScriptButton)</visible>
|
||||
</item>
|
||||
<item id="7">
|
||||
<label>5</label>
|
||||
<onclick>ActivateWindow(Settings)</onclick>
|
||||
|
@ -8,6 +8,7 @@
|
||||
<include>ContentPanel</include>
|
||||
<include>CommonRootView</include>
|
||||
<include>CommonListView</include>
|
||||
<include>AddonInfoView</include>
|
||||
<include>ThumbnailView</include>
|
||||
<include>WideIconView</include>
|
||||
<include>AllViewCommonPageControls</include>
|
||||
|
@ -1,88 +0,0 @@
|
||||
<window id="20">
|
||||
<defaultcontrol always="true">50</defaultcontrol>
|
||||
<allowoverlay>no</allowoverlay>
|
||||
<controls>
|
||||
<include>CommonBackground</include>
|
||||
<control type="group">
|
||||
<include>Window_OpenClose_Right_Panel_Animation</include>
|
||||
<include>ContentPanel</include>
|
||||
<include>CommonRootView</include>
|
||||
<include>CommonListView</include>
|
||||
<include>ThumbnailView</include>
|
||||
<include>AddonInfoView</include>
|
||||
<include>AllViewCommonPageControls</include>
|
||||
<include>CommonFileCount</include>
|
||||
<include>ScrollOffsetLabel</include>
|
||||
</control>
|
||||
<control type="group">
|
||||
<include>Window_OpenClose_Left_Panel_Animation</include>
|
||||
<include>CommonNowPlaying</include>
|
||||
<control type="group" id="9000">
|
||||
<posx>0</posx>
|
||||
<posy>130</posy>
|
||||
<control type="button" id="2">
|
||||
<description>View As button</description>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<include>ButtonCommonValues</include>
|
||||
<label>-</label>
|
||||
<onleft>50</onleft>
|
||||
<onright>50</onright>
|
||||
<onup>611</onup>
|
||||
<ondown>3</ondown>
|
||||
</control>
|
||||
<control type="button" id="3">
|
||||
<description>Sort by button</description>
|
||||
<posx>0</posx>
|
||||
<posy>45</posy>
|
||||
<include>ButtonCommonValues</include>
|
||||
<label>103</label>
|
||||
<onleft>50</onleft>
|
||||
<onright>4</onright>
|
||||
<onup>2</onup>
|
||||
<ondown>610</ondown>
|
||||
</control>
|
||||
<control type="togglebutton" id="4">
|
||||
<description>Sort asc</description>
|
||||
<posx>250</posx>
|
||||
<posy>58</posy>
|
||||
<label>-</label>
|
||||
<onleft>3</onleft>
|
||||
<onright>50</onright>
|
||||
<onup>2</onup>
|
||||
<ondown>610</ondown>
|
||||
</control>
|
||||
<control type="button" id="610">
|
||||
<description>Fake Button to fix Player Controls Navigation</description>
|
||||
<onup>3</onup>
|
||||
<ondown>603</ondown>
|
||||
<visible>false</visible>
|
||||
</control>
|
||||
<control type="group">
|
||||
<posx>0</posx>
|
||||
<posy>90</posy>
|
||||
<include>CommonNowPlaying_Controls</include>
|
||||
</control>
|
||||
<control type="button" id="611">
|
||||
<description>Fake Button to fix Player Controls Navigation</description>
|
||||
<onup>607</onup>
|
||||
<ondown>2</ondown>
|
||||
<visible>false</visible>
|
||||
</control>
|
||||
</control>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1280</width>
|
||||
<height>128</height>
|
||||
<texture>Header.png</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<include>WindowTitleCommons</include>
|
||||
<label>$LOCALIZE[9] - $LOCALIZE[10020]</label>
|
||||
</control>
|
||||
<include>WindowTitleButtons</include>
|
||||
<include>BehindDialogFadeOut</include>
|
||||
</controls>
|
||||
</window>
|
@ -332,20 +332,6 @@
|
||||
<texturenofocus>-</texturenofocus>
|
||||
<textureradioon>radiobutton-focus-2.png</textureradioon>
|
||||
</control>
|
||||
<control type="radiobutton" id="216">
|
||||
<description>Hide Script Button Toggle</description>
|
||||
<width>950</width>
|
||||
<height>35</height>
|
||||
<font>font12</font>
|
||||
<label>$LOCALIZE[31120] - $LOCALIZE[247]</label>
|
||||
<onclick>Skin.ToggleSetting(homepageHideScriptButton)</onclick>
|
||||
<selected>Skin.HasSetting(homepageHideScriptButton)</selected>
|
||||
<textcolor>grey2</textcolor>
|
||||
<focusedcolor>white</focusedcolor>
|
||||
<texturefocus border="7">list-focus.png</texturefocus>
|
||||
<texturenofocus>-</texturenofocus>
|
||||
<textureradioon>radiobutton-focus-2.png</textureradioon>
|
||||
</control>
|
||||
</control>
|
||||
<!-- End Home Page Skin Settings -->
|
||||
<!-- Start Custom Backgrounds Skin Settings -->
|
||||
@ -533,13 +519,6 @@
|
||||
<thumb>$INFO[Skin.String(Home_Custom_Back_Weather_Folder)]</thumb>
|
||||
<visible>!Skin.HasSetting(homepageHideWeatherButton)</visible>
|
||||
</item>
|
||||
<item id="6">
|
||||
<label>247</label>
|
||||
<onclick>-</onclick>
|
||||
<icon>special://skin/backgrounds/scripts.jpg</icon>
|
||||
<thumb>$INFO[Skin.String(Home_Custom_Back_Scripts_Folder)]</thumb>
|
||||
<visible>!Skin.HasSetting(homepageHideScriptButton)</visible>
|
||||
</item>
|
||||
<item id="7">
|
||||
<label>5</label>
|
||||
<onclick>-</onclick>
|
||||
@ -882,68 +861,6 @@
|
||||
<ondown>302</ondown>
|
||||
</control>
|
||||
</control>
|
||||
<control type="group">
|
||||
<posx>650</posx>
|
||||
<posy>598</posy>
|
||||
<visible>Container(9003).HasFocus(6)</visible>
|
||||
<control type="button" id="300">
|
||||
<description>Single Image button</description>
|
||||
<posx>5</posx>
|
||||
<posy>0</posy>
|
||||
<width>180</width>
|
||||
<height>35</height>
|
||||
<label>31113</label>
|
||||
<font>font12</font>
|
||||
<textcolor>grey2</textcolor>
|
||||
<focusedcolor>white</focusedcolor>
|
||||
<align>center</align>
|
||||
<texturenofocus border="3">button-nofocus.png</texturenofocus>
|
||||
<texturefocus border="3">button-focus2.png</texturefocus>
|
||||
<onclick>Skin.SetImage(Home_Custom_Back_Scripts_Folder)</onclick>
|
||||
<onleft>9003</onleft>
|
||||
<onright>301</onright>
|
||||
<onup>300</onup>
|
||||
<ondown>300</ondown>
|
||||
</control>
|
||||
<control type="button" id="301">
|
||||
<description>Multi Image button</description>
|
||||
<posx>190</posx>
|
||||
<posy>0</posy>
|
||||
<width>180</width>
|
||||
<height>35</height>
|
||||
<label>31114</label>
|
||||
<font>font12</font>
|
||||
<textcolor>grey2</textcolor>
|
||||
<focusedcolor>white</focusedcolor>
|
||||
<align>center</align>
|
||||
<texturenofocus border="3">button-nofocus.png</texturenofocus>
|
||||
<texturefocus border="3">button-focus2.png</texturefocus>
|
||||
<onclick>Skin.SetPath(Home_Custom_Back_Scripts_Folder)</onclick>
|
||||
<onleft>300</onleft>
|
||||
<onright>302</onright>
|
||||
<onup>301</onup>
|
||||
<ondown>301</ondown>
|
||||
</control>
|
||||
<control type="button" id="302">
|
||||
<description>Default Image button</description>
|
||||
<posx>375</posx>
|
||||
<posy>0</posy>
|
||||
<width>180</width>
|
||||
<height>35</height>
|
||||
<label>571</label>
|
||||
<font>font12</font>
|
||||
<textcolor>grey2</textcolor>
|
||||
<focusedcolor>white</focusedcolor>
|
||||
<align>center</align>
|
||||
<texturenofocus border="3">button-nofocus.png</texturenofocus>
|
||||
<texturefocus border="3">button-focus2.png</texturefocus>
|
||||
<onclick>Skin.Reset(Home_Custom_Back_Scripts_Folder)</onclick>
|
||||
<onleft>301</onleft>
|
||||
<onright>9000</onright>
|
||||
<onup>302</onup>
|
||||
<ondown>302</ondown>
|
||||
</control>
|
||||
</control>
|
||||
<control type="group">
|
||||
<posx>650</posx>
|
||||
<posy>598</posy>
|
||||
@ -1188,11 +1105,11 @@
|
||||
<ondown>23</ondown>
|
||||
</control>
|
||||
<control type="button" id="23">
|
||||
<description>Scripts Custom</description>
|
||||
<description>Addon Custom</description>
|
||||
<posx>0</posx>
|
||||
<posy>135</posy>
|
||||
<include>ButtonCommonValues</include>
|
||||
<label>10020</label>
|
||||
<label>24001</label>
|
||||
<onfocus>Skin.SetString(SkinSettings,4)</onfocus>
|
||||
<onleft>9004</onleft>
|
||||
<onright>9004</onright>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 396 KiB |
@ -53,7 +53,7 @@
|
||||
<string id="31052"></string>
|
||||
|
||||
<!-- Lyrics Script Extra labels -->
|
||||
<string id="31053">XBMC LYRICS</string>
|
||||
<string id="31053">LYRICS</string>
|
||||
<string id="31054">Choose your song from the list</string>
|
||||
|
||||
<!-- Playlist Editor labels -->
|
||||
@ -88,19 +88,19 @@
|
||||
<string id="31120">Hide</string>
|
||||
|
||||
<!-- Script Settings labels -->
|
||||
<string id="31200">Custom script options</string>
|
||||
<string id="31200">Custom Add-on options</string>
|
||||
<string id="31201"></string>
|
||||
<string id="31202"></string>
|
||||
<string id="31203">Set button label</string>
|
||||
<string id="31204">Script path</string>
|
||||
<string id="31204">Add-on path</string>
|
||||
<string id="31205"></string>
|
||||
<string id="31206"></string>
|
||||
<string id="31207">Show subtitle download button in Video OSD</string>
|
||||
<string id="31208">Show lyrics script button in Music OSD</string>
|
||||
<string id="31209">Enable quick launch script button for -</string>
|
||||
<string id="31208">Show lyrics Add-on button in Music OSD</string>
|
||||
<string id="31209">Enable quick launch Add-on button for -</string>
|
||||
|
||||
<!-- Subtitles Script Extra labels -->
|
||||
<string id="31250">XBMC Subtitles</string>
|
||||
<string id="31250">Subtitles</string>
|
||||
<string id="31251">Subtitle Source</string>
|
||||
|
||||
<!-- AMT Script Extra labels -->
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 77 KiB |
Loading…
x
Reference in New Issue
Block a user