xbmc-dharma-theme-Confluence: add Networkmanager patches

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-02 00:52:10 +01:00
parent ece942c1fd
commit fddbf0bdbd
2 changed files with 146 additions and 0 deletions

View File

@ -0,0 +1 @@
http://trac.xbmc.org/ticket/7248

View File

@ -0,0 +1,145 @@
diff -Naur xbmc-dharma-theme-Confluence-35100/720p/DialogConnections.xml xbmc-dharma-theme-Confluence-35100.patch/720p/DialogConnections.xml
--- xbmc-dharma-theme-Confluence-35100/720p/DialogConnections.xml 1970-01-01 01:00:00.000000000 +0100
+++ xbmc-dharma-theme-Confluence-35100.patch/720p/DialogConnections.xml 2010-11-01 22:17:30.000000000 +0100
@@ -0,0 +1,141 @@
+<window id="10041">
+ <defaultcontrol>3</defaultcontrol>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="group">
+ <include>VisibleFadeEffect</include>
+ <posx>340</posx>
+ <posy>110</posy>
+ <width>600</width>
+ <height>500</height>
+
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>600</width>
+ <height>500</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>10</posy>
+ <width>600</width>
+ <height>100</height>
+ <aspectratio>stretch</aspectratio>
+ <texture>GlassTitleBar.png</texture>
+ </control>
+
+ <control type="label" id="1">
+ <description>heading label</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <height>70</height>
+ <width>600</width>
+ <font>font13_title</font>
+ <label>33200</label>
+ <align>center</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ </control>
+
+ <control type="list" id="3">
+ <posx>20</posx>
+ <posy>60</posy>
+ <width>550</width>
+ <height>480</height>
+ <onup>3</onup>
+ <ondown>3</ondown>
+ <onleft>5</onleft>
+ <onright>61</onright>
+ <pagecontrol>61</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <animation effect="slide" start="0,0" end="10,0" time="0" condition="!Control.IsVisible(61)">Conditional</animation>
+ <itemlayout height="40" width="530">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>530</width>
+ <height>40</height>
+ <texture border="0,2,0,2">MenuItemNF.png</texture>
+ </control>
+ <control type="image">
+ <posx>475</posx>
+ <posy>10</posy>
+ <width>20</width>
+ <height>20</height>
+ <visible>!IsEmpty(ListItem.Property(encryption))</visible>
+ <texture>ap-lock.png</texture>
+ </control>
+ <control type="image">
+ <posx>440</posx>
+ <posy>5</posy>
+ <width>30</width>
+ <height>30</height>
+ <texture>ap-signal$INFO[ListItem.Property(signal)].png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>40</width>
+ <height>40</height>
+ <texture>$INFO[ListItem.Property(state)].png</texture>
+ </control>
+ <control type="label">
+ <posx>40</posx>
+ <posy>0</posy>
+ <width>490</width>
+ <height>40</height>
+ <font>font13</font>
+ <textcolor>grey2</textcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label]</label>
+ </control>
+ </itemlayout>
+ <focusedlayout height="40" width="530">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>530</width>
+ <height>40</height>
+ <texture border="0,2,0,2">MenuItemFO.png</texture>
+ </control>
+ <control type="image">
+ <posx>475</posx>
+ <posy>10</posy>
+ <width>20</width>
+ <height>20</height>
+ <visible>!IsEmpty(ListItem.Property(encryption))</visible>
+ <texture>ap-lock.png</texture>
+ </control>
+ <control type="image">
+ <posx>440</posx>
+ <posy>5</posy>
+ <width>30</width>
+ <height>30</height>
+ <texture>ap-signal$INFO[ListItem.Property(signal)].png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>40</width>
+ <height>40</height>
+ <texture>$INFO[ListItem.Property(state)].png</texture>
+ </control>
+ <control type="label">
+ <posx>40</posx>
+ <posy>0</posy>
+ <width>490</width>
+ <height>40</height>
+ <font>font13</font>
+ <textcolor>selected</textcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label]</label>
+ </control>
+ </focusedlayout>
+ </control>
+ </control>
+ </controls>
+</window>