2014-09-28 20:47:53 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<window>
|
|
|
|
<defaultcontrol always="true">9000</defaultcontrol>
|
2016-07-29 11:30:53 +02:00
|
|
|
|
2014-09-28 20:47:53 +02:00
|
|
|
<controls>
|
|
|
|
<!--background-->
|
|
|
|
<include>globalBackground</include>
|
|
|
|
<!--main menu-->
|
|
|
|
<control type="group">
|
|
|
|
<posx>col-4-begin</posx>
|
2015-03-27 21:31:13 +01:00
|
|
|
<posy>row-7-begin</posy>
|
2014-09-28 20:47:53 +02:00
|
|
|
<!--animations-->
|
|
|
|
<include>modalDialogInOutVertical</include>
|
|
|
|
<control type="image">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>18-col</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<texture>colors/white.png</texture>
|
2016-02-21 19:58:08 +01:00
|
|
|
<colordiffuse>highlight</colordiffuse>
|
2014-09-28 20:47:53 +02:00
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
|
|
|
<control type="image">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>0</posx>
|
|
|
|
<posy>2-row</posy>
|
|
|
|
<width>18-col</width>
|
|
|
|
<height>12-row</height>
|
2014-09-28 20:47:53 +02:00
|
|
|
<texture>colors/black.png</texture>
|
2015-03-27 21:31:13 +01:00
|
|
|
<colordiffuse>overlay</colordiffuse>
|
2014-09-28 20:47:53 +02:00
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
2016-11-08 11:36:35 +01:00
|
|
|
<posx>24</posx>
|
2015-03-27 21:31:13 +01:00
|
|
|
<posy>0</posy>
|
2014-09-28 20:47:53 +02:00
|
|
|
<width>8-col</width>
|
2015-03-27 21:31:13 +01:00
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>dialogTitle</font>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>$LOCALIZE[5]</label>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
</control>
|
|
|
|
<!--menu-->
|
|
|
|
<control type="Panel" id="9000">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>12</posx>
|
2014-09-28 20:47:53 +02:00
|
|
|
<posy>2-row</posy>
|
|
|
|
<width>18-col</width>
|
|
|
|
<height>12-col</height>
|
|
|
|
<onup>9000</onup>
|
|
|
|
<ondown>9000</ondown>
|
2015-03-27 21:31:13 +01:00
|
|
|
<itemlayout width="6-col" height="3-row">
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
2015-03-27 21:31:13 +01:00
|
|
|
<posy>18</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
2014-09-28 20:47:53 +02:00
|
|
|
<aspectratio scalediffuse="false">scale</aspectratio>
|
2015-03-27 21:31:13 +01:00
|
|
|
<texture border="0">colors/black.png</texture>
|
|
|
|
<colordiffuse>overlay</colordiffuse>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>3-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
2014-09-28 20:47:53 +02:00
|
|
|
<font>symbolLarge</font>
|
2015-11-25 22:28:11 +01:00
|
|
|
<textcolor>menuUnselected</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>$INFO[ListItem.label2]</label>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>84</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>5-col-gutter</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
2014-09-28 20:47:53 +02:00
|
|
|
<font>itemTitle</font>
|
2016-11-08 11:36:35 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>$INFO[ListItem.label]</label>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>84</posx>
|
|
|
|
<posy>1-row</posy>
|
|
|
|
<width>5-col-gutter</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
2016-08-07 19:54:04 +02:00
|
|
|
<font>settingsCategoryTitle</font>
|
2015-11-25 22:28:11 +01:00
|
|
|
<textcolor>menuUnselected</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>$INFO[listitem.property(label3)]</label>
|
|
|
|
</control>
|
|
|
|
</itemlayout>
|
2015-03-27 21:31:13 +01:00
|
|
|
<focusedlayout width="6-col" height="3-row">
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
2015-03-27 21:31:13 +01:00
|
|
|
<posy>18</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
2014-09-28 20:47:53 +02:00
|
|
|
<aspectratio scalediffuse="false">scale</aspectratio>
|
2015-03-27 21:31:13 +01:00
|
|
|
<texture border="0">colors/white.png</texture>
|
|
|
|
<colordiffuse>textActive</colordiffuse>
|
2015-03-31 21:21:43 +02:00
|
|
|
<include>spinFocusIcon</include>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>3-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
2014-09-28 20:47:53 +02:00
|
|
|
<font>symbolLarge</font>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>ff222222</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>$INFO[ListItem.label2]</label>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>84</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>5-col-gutter</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
2014-09-28 20:47:53 +02:00
|
|
|
<font>itemTitle</font>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label>$INFO[ListItem.label]</label>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>84</posx>
|
|
|
|
<posy>1-row</posy>
|
|
|
|
<width>5-col-gutter</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
2016-08-07 19:54:04 +02:00
|
|
|
<font>settingsCategoryTitle</font>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>$INFO[listitem.property(label3)]</label>
|
|
|
|
</control>
|
|
|
|
</focusedlayout>
|
|
|
|
<content>
|
2017-01-14 12:17:30 +01:00
|
|
|
<<<<<<< HEAD
|
2016-07-29 11:30:53 +02:00
|
|
|
<item id="1">
|
|
|
|
<description>Appearance</description>
|
|
|
|
<label>480</label>
|
|
|
|
<label2></label2>
|
|
|
|
<property name="label3">$LOCALIZE[31061] • $LOCALIZE[24008]</property>
|
|
|
|
<onclick>activatewindow(AppearanceSettings)</onclick>
|
2014-09-28 20:47:53 +02:00
|
|
|
</item>
|
2016-07-29 11:30:53 +02:00
|
|
|
<item id="2">
|
|
|
|
<description>Videos</description>
|
|
|
|
<label>3</label>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label2></label2>
|
|
|
|
<property name="label3">$LOCALIZE[31063] • $LOCALIZE[24012]</property>
|
2016-07-29 11:30:53 +02:00
|
|
|
<onclick>activatewindow(VideosSettings)</onclick>
|
2017-01-14 12:17:30 +01:00
|
|
|
=======
|
2016-07-29 11:22:38 +02:00
|
|
|
<item>
|
|
|
|
<description>Player Settings</description>
|
|
|
|
<label>$LOCALIZE[14201]</label>
|
|
|
|
<label2></label2>
|
2016-08-01 19:53:21 +02:00
|
|
|
<property name="label3">$LOCALIZE[31063]</property>
|
2016-07-29 11:22:38 +02:00
|
|
|
<onclick>activatewindow(PlayerSettings)</onclick>
|
2014-09-28 20:47:53 +02:00
|
|
|
</item>
|
2016-07-29 11:22:38 +02:00
|
|
|
<item>
|
|
|
|
<description>Library Settings</description>
|
|
|
|
<label>$LOCALIZE[14203]</label>
|
2016-08-05 17:04:36 +02:00
|
|
|
<label2></label2>
|
2016-08-01 19:53:21 +02:00
|
|
|
<property name="label3">$LOCALIZE[31079]</property>
|
|
|
|
<onclick>activatewindow(MediaSettings)</onclick>
|
2017-01-14 12:17:30 +01:00
|
|
|
>>>>>>> Krypton
|
2014-09-28 20:47:53 +02:00
|
|
|
</item>
|
2016-07-29 11:30:53 +02:00
|
|
|
<item id="9">
|
|
|
|
<label>$LOCALIZE[31060]</label>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label2></label2>
|
2016-08-01 19:53:21 +02:00
|
|
|
<property name="label3">$LOCALIZE[31081]</property>
|
2014-09-28 20:47:53 +02:00
|
|
|
<onclick>ActivateWindow(PVRSettings)</onclick>
|
|
|
|
</item>
|
2017-01-14 12:17:30 +01:00
|
|
|
<<<<<<< HEAD
|
2016-07-29 11:30:53 +02:00
|
|
|
<item id="3">
|
|
|
|
<description>Music</description>
|
|
|
|
<label>2</label>
|
|
|
|
<label2></label2>
|
|
|
|
<property name="label3">$LOCALIZE[31063] • $LOCALIZE[31066]</property>
|
|
|
|
<onclick>activatewindow(MusicSettings)</onclick>
|
2014-09-28 20:47:53 +02:00
|
|
|
</item>
|
2016-07-29 11:30:53 +02:00
|
|
|
<item id="4">
|
|
|
|
<description>Addons</description>
|
|
|
|
<label>24001</label>
|
|
|
|
<label2></label2>
|
|
|
|
<property name="label3">$LOCALIZE[31067]</property>
|
|
|
|
<onclick>activatewindow(AddonBrowser)</onclick>
|
2016-07-29 11:22:38 +02:00
|
|
|
</item>
|
2016-07-29 11:30:53 +02:00
|
|
|
<item id="5">
|
|
|
|
<description>Pictures</description>
|
|
|
|
<label>1</label>
|
|
|
|
<label2></label2>
|
|
|
|
<property name="label3">$LOCALIZE[31063] • $LOCALIZE[31068]</property>
|
|
|
|
<onclick>activatewindow(PicturesSettings)</onclick>
|
2016-07-29 11:22:38 +02:00
|
|
|
</item>
|
2016-07-29 11:30:53 +02:00
|
|
|
<item id="6">
|
|
|
|
<description>Weather</description>
|
|
|
|
<label>8</label>
|
|
|
|
<label2></label2>
|
|
|
|
<property name="label3">$LOCALIZE[31069] • $LOCALIZE[14036]</property>
|
|
|
|
<onclick>activatewindow(WeatherSettings)</onclick>
|
2017-01-14 12:17:30 +01:00
|
|
|
=======
|
2016-07-29 11:22:38 +02:00
|
|
|
<item>
|
|
|
|
<description>Services Settings</description>
|
|
|
|
<label>$LOCALIZE[14208]</label>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label2></label2>
|
2016-08-01 19:53:21 +02:00
|
|
|
<property name="label3">$LOCALIZE[31071]</property>
|
2014-09-28 20:47:53 +02:00
|
|
|
<onclick>activatewindow(ServiceSettings)</onclick>
|
|
|
|
</item>
|
2016-07-29 11:22:38 +02:00
|
|
|
<item>
|
|
|
|
<description>Interface settings</description>
|
|
|
|
<label>$LOCALIZE[14207]</label>
|
|
|
|
<label2></label2>
|
2016-08-01 19:53:21 +02:00
|
|
|
<property name="label3">$LOCALIZE[31061]</property>
|
2016-07-29 11:22:38 +02:00
|
|
|
<onclick>activatewindow(InterfaceSettings)</onclick>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<description>Skin settings</description>
|
|
|
|
<label>$LOCALIZE[20077]</label>
|
|
|
|
<label2></label2>
|
2016-08-01 19:53:21 +02:00
|
|
|
<property name="label3">$LOCALIZE[31083]</property>
|
2016-07-29 11:22:38 +02:00
|
|
|
<onclick>activatewindow(SkinSettings)</onclick>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<description>Profiles</description>
|
|
|
|
<label>$LOCALIZE[14210]</label>
|
|
|
|
<label2></label2>
|
2016-08-01 19:53:21 +02:00
|
|
|
<property name="label3">$LOCALIZE[31103]</property>
|
2016-07-29 11:22:38 +02:00
|
|
|
<onclick>activatewindow(Profiles)</onclick>
|
2017-01-14 12:17:30 +01:00
|
|
|
>>>>>>> Krypton
|
2016-07-29 11:22:38 +02:00
|
|
|
</item>
|
2016-07-29 11:30:53 +02:00
|
|
|
<item id="7">
|
|
|
|
<description>Services</description>
|
|
|
|
<label>14036</label>
|
|
|
|
<label2></label2>
|
|
|
|
<property name="label3">$LOCALIZE[31071] • $LOCALIZE[1273]</property>
|
|
|
|
<onclick>activatewindow(ServiceSettings)</onclick>
|
|
|
|
</item>
|
|
|
|
<item id="8">
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>System</description>
|
2016-07-29 11:30:53 +02:00
|
|
|
<label>13000</label>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label2></label2>
|
2016-08-01 19:53:21 +02:00
|
|
|
<property name="label3">$LOCALIZE[31105]</property>
|
2014-09-28 20:47:53 +02:00
|
|
|
<onclick>activatewindow(SystemSettings)</onclick>
|
|
|
|
</item>
|
2016-07-29 11:30:53 +02:00
|
|
|
<item id="9">
|
|
|
|
<description>Profiles</description>
|
|
|
|
<label>13200</label>
|
|
|
|
<label2></label2>
|
|
|
|
<property name="label3">$LOCALIZE[31105] • $LOCALIZE[31106]</property>
|
|
|
|
<onclick>activatewindow(34)</onclick>
|
2014-09-28 20:47:53 +02:00
|
|
|
</item>
|
2016-07-29 11:30:53 +02:00
|
|
|
<item id="10">
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>File Manager</description>
|
|
|
|
<label>10003</label>
|
|
|
|
<label2></label2>
|
2017-01-14 12:17:30 +01:00
|
|
|
<<<<<<< HEAD
|
2014-09-28 20:47:53 +02:00
|
|
|
<property name="label3">$LOCALIZE[31095] • $LOCALIZE[31111]</property>
|
2016-07-29 11:30:53 +02:00
|
|
|
<onclick>activatewindow(3)</onclick>
|
2017-01-14 12:17:30 +01:00
|
|
|
=======
|
2016-08-01 19:53:21 +02:00
|
|
|
<property name="label3">$LOCALIZE[31095]</property>
|
2016-08-07 19:54:04 +02:00
|
|
|
<onclick>activatewindow(filemanager)</onclick>
|
2017-01-14 12:17:30 +01:00
|
|
|
>>>>>>> Krypton
|
2014-09-28 20:47:53 +02:00
|
|
|
</item>
|
2016-07-29 11:30:53 +02:00
|
|
|
<item id="11">
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>Programs</description>
|
|
|
|
<label>31003</label>
|
|
|
|
<label2></label2>
|
2016-08-01 19:53:21 +02:00
|
|
|
<property name="label3">$LOCALIZE[31111]</property>
|
2014-09-28 20:47:53 +02:00
|
|
|
<onclick>ActivateWindow(programs,addons,return)</onclick>
|
|
|
|
</item>
|
2017-01-14 12:17:30 +01:00
|
|
|
<<<<<<< HEAD
|
|
|
|
=======
|
2016-07-29 11:22:38 +02:00
|
|
|
<item>
|
|
|
|
<description>System Info</description>
|
|
|
|
<label>$LOCALIZE[138]</label>
|
2016-08-05 17:04:36 +02:00
|
|
|
<label2></label2>
|
2016-08-01 19:53:21 +02:00
|
|
|
<property name="label3">$LOCALIZE[31108]</property>
|
2016-07-29 11:22:38 +02:00
|
|
|
<onclick>ActivateWindow(systeminfo)</onclick>
|
|
|
|
</item>
|
2017-01-14 12:17:30 +01:00
|
|
|
>>>>>>> Krypton
|
2014-09-28 20:47:53 +02:00
|
|
|
</content>
|
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
<!--debugging-->
|
|
|
|
<include>DebugGrid</include>
|
|
|
|
<control type="label">
|
|
|
|
<include>WindowID</include>
|
|
|
|
<label>Settings.xml</label>
|
|
|
|
</control>
|
|
|
|
</controls>
|
2015-03-27 21:31:13 +01:00
|
|
|
</window>
|