aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary
diff options
context:
space:
mode:
authorRechi <Rechi@users.noreply.github.com>2018-04-04 13:40:12 +0200
committerRainer Hochecker <fernetmenta@online.de>2018-04-05 07:12:13 +0200
commit6e896c6a085239dda9a364b7b3030c8c4dd507f4 (patch)
treed9b719a9e24c63bce52dfb053ab23a2805ef3376 /addons/skin.estuary
parentc71e293c72b827e0fc26e27ab3ef06d36341f5ae (diff)
drop more dsp leftovers
Diffstat (limited to 'addons/skin.estuary')
-rw-r--r--addons/skin.estuary/xml/Custom_1101_SettingsList.xml7
-rw-r--r--addons/skin.estuary/xml/Custom_1105_MusicOSDSettings.xml7
-rw-r--r--addons/skin.estuary/xml/Includes.xml108
-rw-r--r--addons/skin.estuary/xml/Variables.xml5
4 files changed, 0 insertions, 127 deletions
diff --git a/addons/skin.estuary/xml/Custom_1101_SettingsList.xml b/addons/skin.estuary/xml/Custom_1101_SettingsList.xml
index eb2fef4b62..e28c467bb2 100644
--- a/addons/skin.estuary/xml/Custom_1101_SettingsList.xml
+++ b/addons/skin.estuary/xml/Custom_1101_SettingsList.xml
@@ -52,13 +52,6 @@
<onclick>ActivateWindow(osdcmssettings)</onclick>
<visible>System.HasCMS</visible>
</control>
- <control type="button" id="11103">
- <width>700</width>
- <include>DialogSettingButton</include>
- <label>$LOCALIZE[15020]</label>
- <onclick>ActivateWindow(AudioDSPManager)</onclick>
- <visible>ADSP.HasModes</visible>
- </control>
<control type="button" id="11104">
<width>700</width>
<include>DialogSettingButton</include>
diff --git a/addons/skin.estuary/xml/Custom_1105_MusicOSDSettings.xml b/addons/skin.estuary/xml/Custom_1105_MusicOSDSettings.xml
index f12b882104..443afdefa1 100644
--- a/addons/skin.estuary/xml/Custom_1105_MusicOSDSettings.xml
+++ b/addons/skin.estuary/xml/Custom_1105_MusicOSDSettings.xml
@@ -31,13 +31,6 @@
<onclick>Skin.ToggleSetting(hide_background_fanart)</onclick>
<selected>!Skin.HasSetting(hide_background_fanart)</selected>
</control>
- <control type="button" id="5003">
- <width>600</width>
- <include>DialogSettingButton</include>
- <label>$LOCALIZE[15020]</label>
- <onclick>ActivateWindow(AudioDSPManager)</onclick>
- <visible>system.getbool(audiooutput.dspaddonsenabled)</visible>
- </control>
<control type="button" id="5004">
<width>600</width>
<include>DialogSettingButton</include>
diff --git a/addons/skin.estuary/xml/Includes.xml b/addons/skin.estuary/xml/Includes.xml
index bb67929e7b..a8fb1562d8 100644
--- a/addons/skin.estuary/xml/Includes.xml
+++ b/addons/skin.estuary/xml/Includes.xml
@@ -174,114 +174,6 @@
</control>
</definition>
</include>
- <include name="AudioDSPModeList">
- <control type="label">
- <left>10</left>
- <top>2</top>
- <width>470</width>
- <height>30</height>
- <font>font25_title</font>
- <label>$PARAM[sublabel]</label>
- <align>center</align>
- <aligny>center</aligny>
- <textcolor>button_focus</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="image">
- <left>-5</left>
- <top>15</top>
- <width>510</width>
- <height>570</height>
- <texture border="40">buttons/dialogbutton-nofo.png</texture>
- </control>
- <control type="scrollbar" id="$PARAM[scrollbar_id]">
- <left>542</left>
- <top>30</top>
- <width>25</width>
- <height>350</height>
- <onleft>$PARAM[list_id]</onleft>
- <onright>$PARAM[onright]</onright>
- <orientation>vertical</orientation>
- </control>
- <control type="list" id="$PARAM[list_id]">
- <left>15</left>
- <top>35</top>
- <width>470</width>
- <height>345</height>
- <onup>9000</onup>
- <ondown>9001</ondown>
- <onleft>$PARAM[onleft]</onleft>
- <onright>$PARAM[scrollbar_id]</onright>
- <pagecontrol>$PARAM[scrollbar_id]</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="80" width="470">
- <control type="image">
- <left>8</left>
- <top>8</top>
- <width>64</width>
- <height>64</height>
- <texture>$INFO[ListItem.Icon]</texture>
- <aspectratio aligny="center" align="left">keep</aspectratio>
- </control>
- <control type="label">
- <left>82</left>
- <top>3</top>
- <right>20</right>
- <height>40</height>
- <font>font12</font>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <left>82</left>
- <top>37</top>
- <right>20</right>
- <height>30</height>
- <font>font12</font>
- <aligny>center</aligny>
- <textcolor>grey</textcolor>
- <label>$INFO[ListItem.Label2]</label>
- </control>
- </itemlayout>
- <focusedlayout height="80" width="470">
- <control type="image">
- <left>0</left>
- <top>0</top>
- <right>0</right>
- <bottom>0</bottom>
- <texture colordiffuse="button_focus">lists/focus.png</texture>
- <visible>Control.HasFocus($PARAM[list_id])</visible>
- </control>
- <control type="image">
- <left>8</left>
- <top>8</top>
- <width>64</width>
- <height>64</height>
- <texture>$INFO[ListItem.Icon]</texture>
- <aspectratio aligny="center" align="left">keep</aspectratio>
- </control>
- <control type="label">
- <left>82</left>
- <top>3</top>
- <right>20</right>
- <height>40</height>
- <font>font12</font>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <left>82</left>
- <top>37</top>
- <right>20</right>
- <height>30</height>
- <font>font12</font>
- <aligny>center</aligny>
- <textcolor>grey</textcolor>
- <label>$INFO[ListItem.Label2]</label>
- </control>
- </focusedlayout>
- </control>
- </include>
<include name="PicsInfoLine">
<control type="grouplist">
<visible>!String.IsEmpty($PARAM[value])</visible>
diff --git a/addons/skin.estuary/xml/Variables.xml b/addons/skin.estuary/xml/Variables.xml
index 7960bed892..fd4bb7f4ba 100644
--- a/addons/skin.estuary/xml/Variables.xml
+++ b/addons/skin.estuary/xml/Variables.xml
@@ -231,11 +231,6 @@
<value condition="Container(9000).HasFocus(1)">$LOCALIZE[31129]</value>
<value condition="Container(9000).HasFocus(2)">$LOCALIZE[31130]</value>
</variable>
- <variable name="DSPManagerHelpTextVar">
- <value condition="Control.HasFocus(20)">$INFO[Container(20).ListItem.Property(Description)]</value>
- <value condition="Control.HasFocus(21)">$INFO[Container(21).ListItem.Property(Description)]</value>
- <value>$INFO[Container(9000).ListItem.Label2]</value>
- </variable>
<variable name="VolumeIconVar">
<value condition="Player.Muted">dialogs/volume/mute.png</value>
<value condition="Integer.IsGreater(Player.Volume,66)">dialogs/volume/volume.png</value>