From: <jmb...@us...> - 2013-07-17 09:08:04
|
Revision: 4609 http://sourceforge.net/p/mp-plugins/code/4609 Author: jmbillings Date: 2013-07-17 09:08:00 +0000 (Wed, 17 Jul 2013) Log Message: ----------- Update skins Modified Paths: -------------- trunk/plugins/APODPlugin/APODPlugin/APODPlugin.cs trunk/plugins/APODPlugin/APODPlugin/APODPlugin.csproj trunk/plugins/APODPlugin/APODPlugin/Default/APODPlugin.xml trunk/plugins/APODPlugin/APODPlugin/DefaultWide/APODPlugin.xml trunk/plugins/APODPlugin/APODPlugin/Titan/APODPlugin.xml trunk/plugins/APODPlugin/APODPlugin/bin/Debug/APODPlugin.dll trunk/plugins/APODPlugin/APODPlugin/bin/Debug/APODPlugin.pdb trunk/plugins/APODPlugin/APODPlugin/bin/Debug/Default/APODPlugin.xml trunk/plugins/APODPlugin/APODPlugin/bin/Debug/DefaultWide/APODPlugin.xml trunk/plugins/APODPlugin/APODPlugin/bin/Debug/Titan/APODPlugin.xml trunk/plugins/APODPlugin/APODPlugin/obj/Debug/APODPlugin.csproj.FileListAbsolute.txt trunk/plugins/APODPlugin/APODPlugin/obj/Debug/APODPlugin.dll trunk/plugins/APODPlugin/APODPlugin/obj/Debug/APODPlugin.pdb Added Paths: ----------- trunk/plugins/APODPlugin/APODPlugin/bin/Debug/PureVisionHD 1080/ trunk/plugins/APODPlugin/APODPlugin/bin/Debug/PureVisionHD 1080/APODPlugin.xml Modified: trunk/plugins/APODPlugin/APODPlugin/APODPlugin.cs =================================================================== --- trunk/plugins/APODPlugin/APODPlugin/APODPlugin.cs 2013-07-16 18:39:31 UTC (rev 4608) +++ trunk/plugins/APODPlugin/APODPlugin/APODPlugin.cs 2013-07-17 09:08:00 UTC (rev 4609) @@ -144,11 +144,6 @@ { doDownload(directions.RIGHT); } - else if (action.wID == MediaPortal.GUI.Library.Action.ActionType.ACTION_SHOW_INFO) - { - //User pressed i - - } } private void doDownload(directions d) Modified: trunk/plugins/APODPlugin/APODPlugin/APODPlugin.csproj =================================================================== --- trunk/plugins/APODPlugin/APODPlugin/APODPlugin.csproj 2013-07-16 18:39:31 UTC (rev 4608) +++ trunk/plugins/APODPlugin/APODPlugin/APODPlugin.csproj 2013-07-17 09:08:00 UTC (rev 4609) @@ -69,7 +69,9 @@ <SubType>Designer</SubType> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> - <Content Include="PureVisionHD 1080\APODPlugin.xml" /> + <Content Include="PureVisionHD 1080\APODPlugin.xml"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Content> <Content Include="Titan\APODPlugin.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> <SubType>Designer</SubType> Modified: trunk/plugins/APODPlugin/APODPlugin/Default/APODPlugin.xml =================================================================== --- trunk/plugins/APODPlugin/APODPlugin/Default/APODPlugin.xml 2013-07-16 18:39:31 UTC (rev 4608) +++ trunk/plugins/APODPlugin/APODPlugin/Default/APODPlugin.xml 2013-07-17 09:08:00 UTC (rev 4609) @@ -1,45 +1,77 @@ <window> - <!--Default 720x576--> + <!--Default 960x720--> <id>3355</id> <defaultcontrol>4</defaultcontrol> <allowoverlay>yes</allowoverlay> <controls> - <control> <description>image</description> <type>image</type> + <id>0</id> + <posX>0</posX> + <posY>0</posY> + <width>960</width> + <height>720</height> + <texture>black.jpg</texture> + </control> + <control> + <description>image</description> + <type>image</type> <id>4</id> - <posX>16</posX> - <posY>48</posY> - <width>540</width> - <height>512</height> + <posX>0</posX> + <posY>0</posY> + <onup>2</onup> + <ondown>2</ondown> </control> <control> <description>title</description> <type>textbox</type> <id>6</id> - <posX>16</posX> - <posY>8</posY> - <width>540</width> - <height>40</height> + <posX>0</posX> + <posY>16</posY> + <width>960</width> + <height>64</height> <font>font16</font> <textcolor>ffffffff</textcolor> + <textalign>center</textalign> <colordiffuse>ffffffff</colordiffuse> </control> <control> + <description>image</description> + <type>image</type> + <id>0</id> + <posX>30</posX> + <posY>520</posY> + <width>930</width> + <height>180</height> + <texture>BH background2.png</texture> + <animation effect="fade" start="0" end="100" time="1000" reversible="true">visiblechange</animation> + <visible>control.hasfocus(2)</visible> + </control> + <control> <description>info</description> <type>textboxscrollup</type> <id>5</id> - <posX>556</posX> - <posY>48</posY> - <width>156</width> - <height>512</height> + <posX>50</posX> + <posY>540</posY> + <width>890</width> + <height>160</height> <font>font14</font> <textcolor>ffffffff</textcolor> <colordiffuse>ffffffff</colordiffuse> <seperator>--------------------------------</seperator> - <scrollStartDelaySec>3</scrollStartDelaySec> - <spaceBetweenItems>4</spaceBetweenItems> + <scrollStartDelaySec>10</scrollStartDelaySec> + <animation effect="fade" start="0" end="100" time="1000" reversible="true">visiblechange</animation> + <visible>control.hasfocus(2)</visible> </control> + <control> + <description>Show Text</description> + <type>button</type> + <id>2</id> + <posX>768</posX> + <posY>16</posY> + <width>160</width> + <label>Show Text</label> + </control> </controls> </window> \ No newline at end of file Modified: trunk/plugins/APODPlugin/APODPlugin/DefaultWide/APODPlugin.xml =================================================================== --- trunk/plugins/APODPlugin/APODPlugin/DefaultWide/APODPlugin.xml 2013-07-16 18:39:31 UTC (rev 4608) +++ trunk/plugins/APODPlugin/APODPlugin/DefaultWide/APODPlugin.xml 2013-07-17 09:08:00 UTC (rev 4609) @@ -4,43 +4,74 @@ <defaultcontrol>4</defaultcontrol> <allowoverlay>yes</allowoverlay> <controls> - <control> <description>image</description> <type>image</type> + <id>0</id> + <posX>0</posX> + <posY>0</posY> + <width>1280</width> + <height>720</height> + <texture>black.jpg</texture> + </control> + <control> + <description>image</description> + <type>image</type> <id>4</id> - <posX>16</posX> - <posY>64</posY> - <width>992</width> - <height>640</height> + <posX>0</posX> + <posY>0</posY> + <onup>2</onup> + <ondown>2</ondown> </control> <control> <description>title</description> <type>textbox</type> <id>6</id> - <posX>16</posX> + <posX>0</posX> <posY>16</posY> <width>1280</width> - <height>48</height> + <height>96</height> <font>font16</font> <textcolor>ffffffff</textcolor> + <textalign>center</textalign> <colordiffuse>ffffffff</colordiffuse> </control> <control> + <description>image</description> + <type>image</type> + <id>0</id> + <posX>30</posX> + <posY>500</posY> + <width>1250</width> + <height>200</height> + <texture>BH background2.png</texture> + <animation effect="fade" start="0" end="100" time="1000" reversible="true">visiblechange</animation> + <visible>control.hasfocus(2)</visible> + </control> + <control> <description>info</description> <type>textboxscrollup</type> <id>5</id> - <posX>1024</posX> - <posY>64</posY> - <width>240</width> - <height>640</height> + <posX>50</posX> + <posY>520</posY> + <width>1230</width> + <height>160</height> <font>font14</font> <textcolor>ffffffff</textcolor> <colordiffuse>ffffffff</colordiffuse> <seperator>--------------------------------</seperator> - <scrollStartDelaySec>3</scrollStartDelaySec> - <spaceBetweenItems>4</spaceBetweenItems> + <scrollStartDelaySec>10</scrollStartDelaySec> + <animation effect="fade" start="0" end="100" time="1000" reversible="true">visiblechange</animation> + <visible>control.hasfocus(2)</visible> </control> - + <control> + <description>Show Text</description> + <type>button</type> + <id>2</id> + <posX>980</posX> + <posY>16</posY> + <width>192</width> + <label>Show Text</label> + </control> </controls> </window> \ No newline at end of file Modified: trunk/plugins/APODPlugin/APODPlugin/Titan/APODPlugin.xml =================================================================== --- trunk/plugins/APODPlugin/APODPlugin/Titan/APODPlugin.xml 2013-07-16 18:39:31 UTC (rev 4608) +++ trunk/plugins/APODPlugin/APODPlugin/Titan/APODPlugin.xml 2013-07-17 09:08:00 UTC (rev 4609) @@ -4,52 +4,74 @@ <defaultcontrol>4</defaultcontrol> <allowoverlay>yes</allowoverlay> <controls> - <control> <description>image</description> <type>image</type> + <id>0</id> + <posX>0</posX> + <posY>0</posY> + <width>1920</width> + <height>1080</height> + <texture>black.jpg</texture> + </control> + <control> + <description>image</description> + <type>image</type> <id>4</id> - <posX>32</posX> - <posY>128</posY> - <width>1520</width> - <height>884</height> + <posX>0</posX> + <posY>0</posY> + <onup>2</onup> + <ondown>2</ondown> </control> <control> <description>title</description> <type>textbox</type> <id>6</id> - <posX>32</posX> + <posX>0</posX> <posY>32</posY> - <width>1900</width> + <width>1920</width> <height>96</height> <font>fontB16</font> <textcolor>ffffffff</textcolor> + <textalign>center</textalign> <colordiffuse>ffffffff</colordiffuse> </control> <control> + <description>image</description> + <type>image</type> + <id>0</id> + <posX>30</posX> + <posY>680</posY> + <width>1860</width> + <height>390</height> + <texture>panel_now_playing_info.png</texture> + <animation effect="fade" start="0" end="100" time="1000" reversible="true">visiblechange</animation> + <visible>control.hasfocus(2)</visible> + </control> + <control> <description>info</description> <type>textboxscrollup</type> <id>5</id> - <posX>1584</posX> - <posY>128</posY> - <width>324</width> - <height>920</height> + <posX>90</posX> + <posY>730</posY> + <width>1740</width> + <height>275</height> <font>font14</font> <textcolor>ffffffff</textcolor> <colordiffuse>ffffffff</colordiffuse> <seperator>--------------------------------</seperator> - <scrollStartDelaySec>3</scrollStartDelaySec> - <spaceBetweenItems>4</spaceBetweenItems> + <scrollStartDelaySec>10</scrollStartDelaySec> + <animation effect="fade" start="0" end="100" time="1000" reversible="true">visiblechange</animation> + <visible>control.hasfocus(2)</visible> </control> <control> - <description>verticalbar</description> - <type>image</type> - <id>4</id> - <posX>1558</posX> - <posY>128</posY> - <width>1</width> - <height>920</height> - <texture>bar_vert.png</texture> + <description>Show Text</description> + <type>button</type> + <id>2</id> + <posX>1660</posX> + <posY>32</posY> + <width>240</width> + <label>Show Text</label> </control> </controls> </window> \ No newline at end of file Modified: trunk/plugins/APODPlugin/APODPlugin/bin/Debug/APODPlugin.dll =================================================================== (Binary files differ) Modified: trunk/plugins/APODPlugin/APODPlugin/bin/Debug/APODPlugin.pdb =================================================================== (Binary files differ) Modified: trunk/plugins/APODPlugin/APODPlugin/bin/Debug/Default/APODPlugin.xml =================================================================== --- trunk/plugins/APODPlugin/APODPlugin/bin/Debug/Default/APODPlugin.xml 2013-07-16 18:39:31 UTC (rev 4608) +++ trunk/plugins/APODPlugin/APODPlugin/bin/Debug/Default/APODPlugin.xml 2013-07-17 09:08:00 UTC (rev 4609) @@ -1,45 +1,77 @@ <window> - <!--Default 720x576--> + <!--Default 960x720--> <id>3355</id> <defaultcontrol>4</defaultcontrol> <allowoverlay>yes</allowoverlay> <controls> - <control> <description>image</description> <type>image</type> + <id>0</id> + <posX>0</posX> + <posY>0</posY> + <width>960</width> + <height>720</height> + <texture>black.jpg</texture> + </control> + <control> + <description>image</description> + <type>image</type> <id>4</id> - <posX>16</posX> - <posY>48</posY> - <width>540</width> - <height>512</height> + <posX>0</posX> + <posY>0</posY> + <onup>2</onup> + <ondown>2</ondown> </control> <control> <description>title</description> <type>textbox</type> <id>6</id> - <posX>16</posX> - <posY>8</posY> - <width>540</width> - <height>40</height> + <posX>0</posX> + <posY>16</posY> + <width>960</width> + <height>64</height> <font>font16</font> <textcolor>ffffffff</textcolor> + <textalign>center</textalign> <colordiffuse>ffffffff</colordiffuse> </control> <control> + <description>image</description> + <type>image</type> + <id>0</id> + <posX>30</posX> + <posY>520</posY> + <width>930</width> + <height>180</height> + <texture>BH background2.png</texture> + <animation effect="fade" start="0" end="100" time="1000" reversible="true">visiblechange</animation> + <visible>control.hasfocus(2)</visible> + </control> + <control> <description>info</description> <type>textboxscrollup</type> <id>5</id> - <posX>556</posX> - <posY>48</posY> - <width>156</width> - <height>512</height> + <posX>50</posX> + <posY>540</posY> + <width>890</width> + <height>160</height> <font>font14</font> <textcolor>ffffffff</textcolor> <colordiffuse>ffffffff</colordiffuse> <seperator>--------------------------------</seperator> - <scrollStartDelaySec>3</scrollStartDelaySec> - <spaceBetweenItems>4</spaceBetweenItems> + <scrollStartDelaySec>10</scrollStartDelaySec> + <animation effect="fade" start="0" end="100" time="1000" reversible="true">visiblechange</animation> + <visible>control.hasfocus(2)</visible> </control> + <control> + <description>Show Text</description> + <type>button</type> + <id>2</id> + <posX>768</posX> + <posY>16</posY> + <width>160</width> + <label>Show Text</label> + </control> </controls> </window> \ No newline at end of file Modified: trunk/plugins/APODPlugin/APODPlugin/bin/Debug/DefaultWide/APODPlugin.xml =================================================================== --- trunk/plugins/APODPlugin/APODPlugin/bin/Debug/DefaultWide/APODPlugin.xml 2013-07-16 18:39:31 UTC (rev 4608) +++ trunk/plugins/APODPlugin/APODPlugin/bin/Debug/DefaultWide/APODPlugin.xml 2013-07-17 09:08:00 UTC (rev 4609) @@ -4,43 +4,74 @@ <defaultcontrol>4</defaultcontrol> <allowoverlay>yes</allowoverlay> <controls> - <control> <description>image</description> <type>image</type> + <id>0</id> + <posX>0</posX> + <posY>0</posY> + <width>1280</width> + <height>720</height> + <texture>black.jpg</texture> + </control> + <control> + <description>image</description> + <type>image</type> <id>4</id> - <posX>16</posX> - <posY>64</posY> - <width>992</width> - <height>640</height> + <posX>0</posX> + <posY>0</posY> + <onup>2</onup> + <ondown>2</ondown> </control> <control> <description>title</description> <type>textbox</type> <id>6</id> - <posX>16</posX> + <posX>0</posX> <posY>16</posY> <width>1280</width> - <height>48</height> + <height>96</height> <font>font16</font> <textcolor>ffffffff</textcolor> + <textalign>center</textalign> <colordiffuse>ffffffff</colordiffuse> </control> <control> + <description>image</description> + <type>image</type> + <id>0</id> + <posX>30</posX> + <posY>500</posY> + <width>1250</width> + <height>200</height> + <texture>BH background2.png</texture> + <animation effect="fade" start="0" end="100" time="1000" reversible="true">visiblechange</animation> + <visible>control.hasfocus(2)</visible> + </control> + <control> <description>info</description> <type>textboxscrollup</type> <id>5</id> - <posX>1024</posX> - <posY>64</posY> - <width>240</width> - <height>640</height> + <posX>50</posX> + <posY>520</posY> + <width>1230</width> + <height>160</height> <font>font14</font> <textcolor>ffffffff</textcolor> <colordiffuse>ffffffff</colordiffuse> <seperator>--------------------------------</seperator> - <scrollStartDelaySec>3</scrollStartDelaySec> - <spaceBetweenItems>4</spaceBetweenItems> + <scrollStartDelaySec>10</scrollStartDelaySec> + <animation effect="fade" start="0" end="100" time="1000" reversible="true">visiblechange</animation> + <visible>control.hasfocus(2)</visible> </control> - + <control> + <description>Show Text</description> + <type>button</type> + <id>2</id> + <posX>980</posX> + <posY>16</posY> + <width>192</width> + <label>Show Text</label> + </control> </controls> </window> \ No newline at end of file Added: trunk/plugins/APODPlugin/APODPlugin/bin/Debug/PureVisionHD 1080/APODPlugin.xml =================================================================== --- trunk/plugins/APODPlugin/APODPlugin/bin/Debug/PureVisionHD 1080/APODPlugin.xml (rev 0) +++ trunk/plugins/APODPlugin/APODPlugin/bin/Debug/PureVisionHD 1080/APODPlugin.xml 2013-07-17 09:08:00 UTC (rev 4609) @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<window> + <!--PureVisionHD 1080--> + <id>3355</id> + <defaultcontrol>4</defaultcontrol> + <allowoverlay>yes</allowoverlay> + <controls> + <control> + <description>image</description> + <type>image</type> + <id>0</id> + <posX>0</posX> + <posY>0</posY> + <width>1920</width> + <height>1080</height> + <texture>black.jpg</texture> + </control> + <control> + <description>image</description> + <type>image</type> + <id>4</id> + <posX>0</posX> + <posY>0</posY> + <onup>2</onup> + <ondown>2</ondown> + </control> + <control> + <description>title</description> + <type>textbox</type> + <id>6</id> + <posX>0</posX> + <posY>10</posY> + <width>1920</width> + <height>45</height> + <font>Menutitle</font> + <textcolor>ffffffff</textcolor> + <textalign>center</textalign> + </control> + <control> + <description>image</description> + <type>image</type> + <id>0</id> + <posX>30</posX> + <posY>680</posY> + <width>1860</width> + <height>390</height> + <texture>menubg.png</texture> + <animation effect="fade" start="0" end="100" time="1000" reversible="true">visiblechange</animation> + <visible>control.hasfocus(2)</visible> + </control> + <control> + <description>info</description> + <type>textboxscrollup</type> + <id>5</id> + <posX>50</posX> + <posY>700</posY> + <width>1820</width> + <height>350</height> + <font>font11</font> + <textcolor>ffffffff</textcolor> + <scrollStartDelaySec>10</scrollStartDelaySec> + <animation effect="fade" start="0" end="100" time="1000" reversible="true">visiblechange</animation> + <visible>control.hasfocus(2)</visible> + </control> + <control> + <description>Show Text</description> + <type>button</type> + <id>2</id> + <posX>20</posX> + <posY>70</posY> + <width>240</width> + <label>Show Text</label> + </control> + </controls> +</window> Modified: trunk/plugins/APODPlugin/APODPlugin/bin/Debug/Titan/APODPlugin.xml =================================================================== --- trunk/plugins/APODPlugin/APODPlugin/bin/Debug/Titan/APODPlugin.xml 2013-07-16 18:39:31 UTC (rev 4608) +++ trunk/plugins/APODPlugin/APODPlugin/bin/Debug/Titan/APODPlugin.xml 2013-07-17 09:08:00 UTC (rev 4609) @@ -4,52 +4,74 @@ <defaultcontrol>4</defaultcontrol> <allowoverlay>yes</allowoverlay> <controls> - <control> <description>image</description> <type>image</type> + <id>0</id> + <posX>0</posX> + <posY>0</posY> + <width>1920</width> + <height>1080</height> + <texture>black.jpg</texture> + </control> + <control> + <description>image</description> + <type>image</type> <id>4</id> - <posX>32</posX> - <posY>128</posY> - <width>1520</width> - <height>884</height> + <posX>0</posX> + <posY>0</posY> + <onup>2</onup> + <ondown>2</ondown> </control> <control> <description>title</description> <type>textbox</type> <id>6</id> - <posX>32</posX> + <posX>0</posX> <posY>32</posY> - <width>1900</width> + <width>1920</width> <height>96</height> <font>fontB16</font> <textcolor>ffffffff</textcolor> + <textalign>center</textalign> <colordiffuse>ffffffff</colordiffuse> </control> <control> + <description>image</description> + <type>image</type> + <id>0</id> + <posX>30</posX> + <posY>680</posY> + <width>1860</width> + <height>390</height> + <texture>panel_now_playing_info.png</texture> + <animation effect="fade" start="0" end="100" time="1000" reversible="true">visiblechange</animation> + <visible>control.hasfocus(2)</visible> + </control> + <control> <description>info</description> <type>textboxscrollup</type> <id>5</id> - <posX>1584</posX> - <posY>128</posY> - <width>324</width> - <height>920</height> + <posX>90</posX> + <posY>730</posY> + <width>1740</width> + <height>275</height> <font>font14</font> <textcolor>ffffffff</textcolor> <colordiffuse>ffffffff</colordiffuse> <seperator>--------------------------------</seperator> - <scrollStartDelaySec>3</scrollStartDelaySec> - <spaceBetweenItems>4</spaceBetweenItems> + <scrollStartDelaySec>10</scrollStartDelaySec> + <animation effect="fade" start="0" end="100" time="1000" reversible="true">visiblechange</animation> + <visible>control.hasfocus(2)</visible> </control> <control> - <description>verticalbar</description> - <type>image</type> - <id>4</id> - <posX>1558</posX> - <posY>128</posY> - <width>1</width> - <height>920</height> - <texture>bar_vert.png</texture> + <description>Show Text</description> + <type>button</type> + <id>2</id> + <posX>1660</posX> + <posY>32</posY> + <width>240</width> + <label>Show Text</label> </control> </controls> </window> \ No newline at end of file Modified: trunk/plugins/APODPlugin/APODPlugin/obj/Debug/APODPlugin.csproj.FileListAbsolute.txt =================================================================== --- trunk/plugins/APODPlugin/APODPlugin/obj/Debug/APODPlugin.csproj.FileListAbsolute.txt 2013-07-16 18:39:31 UTC (rev 4608) +++ trunk/plugins/APODPlugin/APODPlugin/obj/Debug/APODPlugin.csproj.FileListAbsolute.txt 2013-07-17 09:08:00 UTC (rev 4609) @@ -42,3 +42,4 @@ C:\Users\jamesb\documents\visual studio 2012\Projects\APODPlugin\APODPlugin\bin\Debug\DefaultWide\APODPlugin.xml C:\Users\jamesb\documents\visual studio 2012\Projects\APODPlugin\APODPlugin\bin\Debug\Default\APODPlugin.xml C:\Users\jamesb\documents\visual studio 2012\Projects\APODPlugin\APODPlugin\bin\Debug\Titan\APODPlugin.xml +C:\Users\jamesb\documents\visual studio 2012\Projects\APODPlugin\APODPlugin\bin\Debug\PureVisionHD 1080\APODPlugin.xml Modified: trunk/plugins/APODPlugin/APODPlugin/obj/Debug/APODPlugin.dll =================================================================== (Binary files differ) Modified: trunk/plugins/APODPlugin/APODPlugin/obj/Debug/APODPlugin.pdb =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |