Skip to content

Commit

Permalink
Added support for script.globalsearch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tgxcorporation committed Apr 17, 2015
1 parent ebcd171 commit 15584fc
Show file tree
Hide file tree
Showing 6 changed files with 2,853 additions and 0 deletions.
83 changes: 83 additions & 0 deletions 1080i/script-globalsearch-contextmenu.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>1001</defaultcontrol>
<include>DialogOpenClose</include>
<coordinates>
<system>1</system>
<posx>0</posx>
<posy>0</posy>
<origin x="626" y="414" />
</coordinates>
<controls>
<include>DimBG</include>
<control type="group">
<include condition="Skin.HasSetting(BlackGlassMode)+!Skin.HasSetting(DisableSlidingAnimations)">OpenCloseSlideRight</include>
<control type="button">
<animation effect="slide" time="0" start="0,0" end="0,-35" condition="control.isvisible(1002)">conditional</animation>
<animation effect="slide" time="0" start="0,0" end="0,-36" condition="control.isvisible(1003)">conditional</animation>
<visible>Skin.HasSetting(WindowClosingIcon)</visible>
<posx>617</posx>
<posy>-24</posy>
<height>50</height>
<width>50</width>
<texturenofocus>topbar/topbar_exit_nofocus.png</texturenofocus>
<texturefocus>topbar/topbar_exit_focus.png</texturefocus>
<onclick>back</onclick>
<label>-</label>
</control>
<control type="image" id="999">
<posx>0</posx>
<posy>-11</posy>
<width>667</width>
<height>251</height>
<texture border="90">common/bg_dialog.png</texture>
</control>
<control type="image">
<animation effect="slide" time="0" start="0,0" end="0,-35" condition="control.isvisible(1002)">conditional</animation>
<animation effect="slide" time="0" start="0,0" end="0,-36" condition="control.isvisible(1003)">conditional</animation>
<posx>45</posx>
<posy>0</posy>
<width>577</width>
<height>79</height>
<texture>list/bg_facade_nofocus_top.png</texture>
</control>
<control type="group">
<posx>45</posx>
<posy>79</posy>
<control type="button" id="1001">
<posx>0</posx>
<posy>0</posy>
<align>center</align>
<textoffsetx>30</textoffsetx>
<include>LeftMenuButton</include>
<onleft>1001</onleft>
<onright>1001</onright>
<onup>1003</onup>
<ondown>1002</ondown>
</control>
<control type="button" id="1002">
<posx>0</posx>
<posy>0</posy>
<align>center</align>
<textoffsetx>30</textoffsetx>
<include>LeftMenuButton</include>
<onleft>1002</onleft>
<onright>1002</onright>
<onup>1001</onup>
<ondown>1003</ondown>
</control>
<control type="button" id="1003">
<posx>0</posx>
<posy>0</posy>
<align>center</align>
<textoffsetx>30</textoffsetx>
<include>LeftMenuButton</include>
<onleft>1003</onleft>
<onright>1003</onright>
<onup>1002</onup>
<ondown>1001</ondown>
</control>
</control>
</control>
</controls>
</window>

0 comments on commit 15584fc

Please sign in to comment.