2014-09-28 20:47:53 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<window>
|
|
|
|
<defaultcontrol always="true">8000</defaultcontrol>
|
2015-11-04 21:43:54 +01:00
|
|
|
|
2014-09-28 20:47:53 +02:00
|
|
|
<controls>
|
2015-03-30 21:32:00 +02:00
|
|
|
<include>globalBackground</include>
|
2014-09-28 20:47:53 +02:00
|
|
|
<!--About this addon-->
|
|
|
|
<control type="group">
|
2015-03-30 21:32:00 +02:00
|
|
|
<posx>col-4-begin</posx>
|
2015-11-22 20:48:07 +01:00
|
|
|
<posy>row-1-begin</posy>
|
2014-09-28 20:47:53 +02:00
|
|
|
<!--animations-->
|
|
|
|
<include>modalDialogInOutVertical</include>
|
|
|
|
<control type="image">
|
2015-03-30 21:32:00 +02:00
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>18-col</width>
|
|
|
|
<height>2-row</height>
|
2015-03-27 21:31:13 +01:00
|
|
|
<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>
|
2015-03-30 21:32:00 +02:00
|
|
|
<!--title-->
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="label">
|
2015-03-30 21:32:00 +02:00
|
|
|
<posx>24</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>17-col</width>
|
|
|
|
<height>2-row</height>
|
2015-03-27 21:31:13 +01:00
|
|
|
<font>dialogTitle</font>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>$INFO[ListItem.Property(Addon.Type)]</label>
|
2015-03-30 21:32:00 +02:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
</control>
|
2015-03-30 21:32:00 +02:00
|
|
|
<!--dialog background-->
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
2015-03-30 21:32:00 +02:00
|
|
|
<posy>2-row</posy>
|
|
|
|
<width>18-col</width>
|
2015-11-22 20:48:07 +01:00
|
|
|
<height>24-row</height>
|
2015-03-30 21:32:00 +02:00
|
|
|
<texture>colors/black.png</texture>
|
|
|
|
<colordiffuse>overlay</colordiffuse>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
|
|
|
<--addon details-->
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>2-row</posy>
|
|
|
|
<width>18-col</width>
|
|
|
|
<height>10-row</height>
|
|
|
|
<aspectratio aligny="center">scale</aspectratio>
|
|
|
|
<texture fallback="colors/offblack.png">$INFO[ListItem.art(fanart)]</texture>
|
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>2-row</posy>
|
|
|
|
<width>18-col</width>
|
|
|
|
<height>10-row</height>
|
|
|
|
<aspectratio aligny="center">scale</aspectratio>
|
|
|
|
<texture>vignette.png</texture>
|
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<posx>1-col</posx>
|
|
|
|
<posy>3-row</posy>
|
|
|
|
<width>4-col</width>
|
|
|
|
<height>4-col</height>
|
2014-09-28 20:47:53 +02:00
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture fallback="colors/offblack.png">$INFO[ListItem.art(thumb)]</texture>
|
2016-01-25 21:09:11 +01:00
|
|
|
<bordertexture border="3" colordiffuse="07FFFFFF">colors/white.png</bordertexture>
|
2015-03-30 21:32:00 +02:00
|
|
|
<bordersize>3</bordersize>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<control type="group">
|
|
|
|
<posx>6-col</posx>
|
2015-03-30 21:32:00 +02:00
|
|
|
<posy>12-row</posy>
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>12-col</width>
|
2015-11-22 20:48:07 +01:00
|
|
|
<height>14-row</height>
|
2015-03-30 21:32:00 +02:00
|
|
|
<texture>colors/black.png</texture>
|
|
|
|
<colordiffuse>overlay</colordiffuse>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="label">
|
|
|
|
<description>Addon Title</description>
|
2015-03-30 21:32:00 +02:00
|
|
|
<posx>12</posx>
|
|
|
|
<posy>0</posy>
|
2014-09-28 20:47:53 +02:00
|
|
|
<width>10-col-gutter</width>
|
2015-03-30 21:32:00 +02:00
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
2015-03-27 21:31:13 +01:00
|
|
|
<font>mediumStrong</font>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>$INFO[ListItem.Property(Addon.Name)]</label>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-03-30 21:32:00 +02:00
|
|
|
<posx>12</posx>
|
|
|
|
<posy>2-row</posy>
|
2015-11-13 21:24:02 +01:00
|
|
|
<width>12-col-gutter</width>
|
|
|
|
<font>small</font>
|
2016-02-21 19:58:08 +01:00
|
|
|
<textcolor>highlight</textcolor>
|
2015-12-01 21:38:46 +01:00
|
|
|
<label>[B]$LOCALIZE[31082] $INFO[ListItem.Property(Addon.Version)], $INFO[ListItem.Property(Addon.Creator)][/B]</label>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<control type="textbox" id="400">
|
2015-03-30 21:32:00 +02:00
|
|
|
<posx>12</posx>
|
|
|
|
<posy>4-row</posy>
|
2015-04-02 17:38:10 +02:00
|
|
|
<font>textbox</font>
|
2015-03-30 21:32:00 +02:00
|
|
|
<width>12-col-gutter</width>
|
2015-11-22 20:48:07 +01:00
|
|
|
<height>9-row</height>
|
2015-04-02 17:38:10 +02:00
|
|
|
<label>$INFO[ListItem.Property(Addon.Description)]</label>
|
2015-03-27 21:31:13 +01:00
|
|
|
<autoscroll delay="5000" time="1000" repeat="10000"/>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
<!--dialog controls-->
|
|
|
|
<control type="group">
|
|
|
|
<visible>!Window.IsVisible(AddonSettings) + !Window.IsActive(TextViewer)</visible>
|
|
|
|
<posx>0</posx>
|
2015-03-30 21:32:00 +02:00
|
|
|
<posy>12-row</posy>
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="list" id="8000">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
2015-03-30 21:32:00 +02:00
|
|
|
<width>6-col</width>
|
2015-11-22 20:48:07 +01:00
|
|
|
<height>14-row</height>
|
2014-09-28 20:47:53 +02:00
|
|
|
<itemgap>3</itemgap>
|
|
|
|
<orientation>vertical</orientation>
|
2015-03-30 21:32:00 +02:00
|
|
|
<itemlayout width="6-col" height="2-row">
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="label">
|
2015-03-30 21:32:00 +02:00
|
|
|
<posx>0</posx>
|
2014-09-28 20:47:53 +02:00
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
2015-03-30 21:32:00 +02:00
|
|
|
<height>2-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
2015-11-22 20:48:07 +01:00
|
|
|
<font>symbolLarge</font>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>$INFO[ListItem.label2]</label>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-03-30 21:32:00 +02:00
|
|
|
<posx>1-col-indent</posx>
|
2015-03-27 21:31:13 +01:00
|
|
|
<posy>-1</posy>
|
2015-03-30 21:32:00 +02:00
|
|
|
<width>5-col-gutter</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
2015-04-12 22:22:47 +02:00
|
|
|
<font>buttonTitle</font>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>$INFO[ListItem.label]</label>
|
|
|
|
</control>
|
|
|
|
</itemlayout>
|
2015-03-30 21:32:00 +02:00
|
|
|
<focusedlayout width="6-col" height="2-row">
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
2015-03-30 21:32:00 +02:00
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture>colors/white.png</texture>
|
2016-02-21 19:58:08 +01:00
|
|
|
<colordiffuse>highlight</colordiffuse>
|
2015-03-31 21:21:43 +02:00
|
|
|
<include>spinFocusIcon</include>
|
2015-03-30 21:32:00 +02:00
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<posx>1-col</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>5-col</width>
|
|
|
|
<height>2-row</height>
|
2014-09-28 20:47:53 +02:00
|
|
|
<aspectratio>stretch</aspectratio>
|
2015-03-27 21:31:13 +01:00
|
|
|
<texture>colors/white.png</texture>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-03-30 21:32:00 +02:00
|
|
|
<posx>0</posx>
|
2014-09-28 20:47:53 +02:00
|
|
|
<posy>0</posy>
|
|
|
|
<width>1-col</width>
|
2015-03-30 21:32:00 +02:00
|
|
|
<height>2-row</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
2015-11-22 20:48:07 +01:00
|
|
|
<font>symbolLarge</font>
|
2015-03-30 21:32:00 +02:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>$INFO[ListItem.label2]</label>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-03-30 21:32:00 +02:00
|
|
|
<posx>1-col-indent</posx>
|
2015-03-27 21:31:13 +01:00
|
|
|
<posy>-1</posy>
|
2015-03-30 21:32:00 +02:00
|
|
|
<width>5-col-gutter</width>
|
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
2015-04-12 22:22:47 +02:00
|
|
|
<font>buttonTitle</font>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textcolor>black</textcolor>
|
|
|
|
<label>$INFO[ListItem.label]</label>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
|
|
|
</control>
|
|
|
|
</focusedlayout>
|
|
|
|
<content>
|
2015-11-22 20:48:07 +01:00
|
|
|
<item>
|
2015-12-01 21:38:46 +01:00
|
|
|
<visible>Control.IsEnabled(12)</visible>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>31117</label>
|
|
|
|
<label2></label2>
|
|
|
|
<thumb>-</thumb>
|
2015-06-01 21:24:36 +02:00
|
|
|
<onclick>sendclick(146,12)</onclick>
|
2014-09-28 20:47:53 +02:00
|
|
|
</item>
|
2015-12-01 21:38:46 +01:00
|
|
|
<item>
|
|
|
|
<label>$INFO[Control.GetLabel(6)]</label>
|
|
|
|
<label2></label2>
|
|
|
|
<thumb>-</thumb>
|
|
|
|
<onclick>SendClick(146,6)</onclick>
|
|
|
|
</item>
|
2015-11-22 20:48:07 +01:00
|
|
|
<item>
|
|
|
|
<visible>Control.IsEnabled(9)</visible>
|
|
|
|
<label>$INFO[Control.GetLabel(9)]</label>
|
|
|
|
<label2></label2>
|
2014-09-28 20:47:53 +02:00
|
|
|
<thumb>-</thumb>
|
2015-11-22 20:48:07 +01:00
|
|
|
<onclick>SendClick(146,9)</onclick>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-12-01 21:38:46 +01:00
|
|
|
<visible>Control.IsEnabled(8)</visible>
|
|
|
|
<label>$INFO[Control.GetLabel(8)]</label>
|
|
|
|
<label2></label2>
|
|
|
|
<thumb>-</thumb>
|
|
|
|
<onclick>SendClick(146,8)</onclick>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-12-07 21:53:06 +01:00
|
|
|
<visible>Control.IsEnabled(8) + SubString(Control.GetLabel(13),*)</visible>
|
2015-11-22 20:48:07 +01:00
|
|
|
<label>$LOCALIZE[31013]: $LOCALIZE[31015]</label>
|
|
|
|
<label2></label2>
|
|
|
|
<thumb>-</thumb>
|
|
|
|
<onclick>SendClick(146,13)</onclick>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-12-07 21:53:06 +01:00
|
|
|
<visible>Control.IsEnabled(8) + !SubString(Control.GetLabel(13),*)</visible>
|
2015-11-22 20:48:07 +01:00
|
|
|
<label>$LOCALIZE[31013]: $LOCALIZE[31016]</label>
|
|
|
|
<label2></label2>
|
|
|
|
<thumb>-</thumb>
|
|
|
|
<onclick>SendClick(146,13)</onclick>
|
2014-09-28 20:47:53 +02:00
|
|
|
</item>
|
2015-11-22 20:48:07 +01:00
|
|
|
<item>
|
2014-09-28 20:47:53 +02:00
|
|
|
<visible>Control.IsEnabled(7)</visible>
|
|
|
|
<label>$INFO[Control.GetLabel(7)]</label>
|
|
|
|
<label2></label2>
|
|
|
|
<thumb>-</thumb>
|
2015-06-01 21:24:36 +02:00
|
|
|
<onclick>SendClick(146,7)</onclick>
|
2014-09-28 20:47:53 +02:00
|
|
|
</item>
|
2015-11-22 20:48:07 +01:00
|
|
|
<item>
|
2014-09-28 20:47:53 +02:00
|
|
|
<visible>Control.IsEnabled(10)</visible>
|
|
|
|
<label>$INFO[Control.GetLabel(10)]</label>
|
|
|
|
<label2></label2>
|
|
|
|
<thumb>-</thumb>
|
2015-06-01 21:24:36 +02:00
|
|
|
<onclick>SendClick(146,10)</onclick>
|
2014-09-28 20:47:53 +02:00
|
|
|
</item>
|
|
|
|
</content>
|
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
<!--buttons-->
|
|
|
|
<control type="group">
|
|
|
|
<visible>false</visible>
|
|
|
|
<control type="button" id="6">
|
|
|
|
<description>Install / Uninstall addon</description>
|
|
|
|
<label>24022</label>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="8">
|
|
|
|
<description>Update Addon button</description>
|
|
|
|
<label>24069</label>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="7">
|
|
|
|
<description>Disable Addon button</description>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="9">
|
|
|
|
<description>Addon Settings</description>
|
|
|
|
<label>24020</label>
|
|
|
|
</control>
|
|
|
|
<control type="button" id="10">
|
|
|
|
<description>Changelog button</description>
|
|
|
|
<label>24036</label>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="button" id="12">
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>Launch addon</description>
|
|
|
|
</control>
|
2015-11-22 20:48:07 +01:00
|
|
|
<control type="radiobutton" id="13">
|
|
|
|
<description>Enable / disable auto update</description>
|
|
|
|
</control>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<!--debugging-->
|
|
|
|
<include>DebugGrid</include>
|
|
|
|
<control type="label">
|
|
|
|
<include>DialogID</include>
|
|
|
|
<label>DialogAddonInfo.xml</label>
|
|
|
|
</control>
|
|
|
|
</controls>
|
2015-03-27 21:31:13 +01:00
|
|
|
</window>
|