From: <rs...@us...> - 2007-08-08 13:58:49
|
Revision: 814 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=814&view=rev Author: rsparey Date: 2007-08-08 06:58:47 -0700 (Wed, 08 Aug 2007) Log Message: ----------- Changed default control to recorded tv list, added grey background for recorded tv Modified Paths: -------------- trunk/skins/Foofaraw/Development Skin/Foofaraw/mytvrecordedtv.xml trunk/skins/Foofaraw/Development Skin/Foofaraw/release notes.xml Added Paths: ----------- trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/grey_background.png Added: trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/grey_background.png =================================================================== (Binary files differ) Property changes on: trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/grey_background.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/mytvrecordedtv.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/mytvrecordedtv.xml 2007-08-08 10:23:19 UTC (rev 813) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/mytvrecordedtv.xml 2007-08-08 13:58:47 UTC (rev 814) @@ -1,12 +1,19 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> <window> <id>603</id> - <defaultcontrol>2</defaultcontrol> + <defaultcontrol>10</defaultcontrol> <allowoverlay>no</allowoverlay> <controls> - <import>common.window.xml</import> + <control> + <description>BG</description> + <type>image</type> + <id>1</id> + <width>1366</width> + <height>768</height> + + </control> <import>common.time.xml</import> <control> <type>image</type> @@ -110,11 +117,12 @@ <type>fadelabel</type> <description>Selected item Label</description> <id>1</id> - <posX>1271</posX> - <posY>50</posY> + <posX>700</posX> + <posY>250</posY> <label>#selecteditem</label> <width>555</width> - <align>right</align> + <align>Center</align> + <font>font18</font> <disabledcolor>ff808080</disabledcolor> <animation effect="fade" time="500" delay="500">WindowOpen</animation> <animation effect="fade" time="500">WindowClose</animation> @@ -133,8 +141,8 @@ <font>font10</font> <onleft>7</onleft> <onright>3</onright> - <onup>2</onup> - <ondown>50</ondown> + <onup>22</onup> + <ondown>10</ondown> <width>209</width> <height>36</height> <textureFocus>tab_left_corner_down.png</textureFocus> @@ -158,8 +166,8 @@ <height>36</height> <onleft>2</onleft> <onright>5</onright> - <onup>3</onup> - <ondown>50</ondown> + <onup>22</onup> + <ondown>10</ondown> <textureFocus>tab_down.png</textureFocus> <textureNoFocus>tab_up.png</textureNoFocus> <textureAscending>arrow_round_up_nofocus.png</textureAscending> @@ -186,8 +194,8 @@ <height>36</height> <onleft>3</onleft> <onright>6</onright> - <onup>6</onup> - <ondown>50</ondown> + <onup>22</onup> + <ondown>10</ondown> <textureFocus>tab_down.png</textureFocus> <textureNoFocus>tab_up.png</textureNoFocus> @@ -207,8 +215,8 @@ <height>36</height> <onleft>5</onleft> <onright>7</onright> - <onup>7</onup> - <ondown>50</ondown> + <onup>22</onup> + <ondown>10</ondown> <textureFocus>tab_down.png</textureFocus> <textureNoFocus>tab_up.png</textureNoFocus> @@ -230,7 +238,7 @@ <height>36</height> <onleft>6</onleft> <onright>2</onright> - <onup>8</onup> + <onup>22</onup> <ondown>10</ondown> <textureFocus>tab_down.png</textureFocus> <textureNoFocus>tab_up.png</textureNoFocus> @@ -253,8 +261,17 @@ <description>recordings listcontrol</description> <id>10</id> <posX>20</posX> - <height>300</height> - <width>1320</width> + <height>500</height> + <width>600</width> + <spinWidth>27</spinWidth> + <spinHeight>27</spinHeight> + <spinPosX>530</spinPosX> + <spinPosY>640</spinPosY> + <spinColor>ffffffff</spinColor> + <textureUp>arrow_round_up_nofocus.png</textureUp> + <textureDown>arrow_round_down_nofocus.png</textureDown> + <textureUpFocus>arrow_round_up_focus.png</textureUpFocus> + <textureDownFocus>arrow_round_down_focus.png</textureDownFocus> <onleft>2</onleft> <onright>11</onright> <onup>2</onup> @@ -270,15 +287,17 @@ <textYOff3>48</textYOff3> <IconXOff>22</IconXOff> <IconYOff>16</IconYOff> - <textcolor2>ff000000</textcolor2> + <textcolor2>ffffffff</textcolor2> <textcolor3>ffccef61</textcolor3> <itemHeight>50</itemHeight> <itemWidth>50</itemWidth> <textureHeight>132</textureHeight> <keepaspectratio>yes</keepaspectratio> - <textureFocus>list_sub_focus_big.png</textureFocus> - <textureNoFocus>list_sub_nofocus_big.png</textureNoFocus> + <textureFocus>recording_background_focus.png</textureFocus> + <textureNoFocus>recording_background_nofocus.png</textureNoFocus> <textureHeight>85</textureHeight> + <animation effect="fade" time="500" delay="500">WindowOpen</animation> + <animation effect="fade" time="100" delay="0">WindowClose</animation> </control> @@ -294,78 +313,76 @@ <textureHeight>42</textureHeight> <textYOff2>5</textYOff2> </control> + + <control> + <description>Grey Background</description> + <type>image</type> + <id>1</id> + <posX>628</posX> + <posY>205</posY> + <width>715</width> + <height>460</height> + <texture>grey_background.png</texture> + + </control> + <control> - <type>fadelabel</type> - <description>Current program title</description> - <id>13</id> - <posX>100</posX> - <posY>700</posY> - <width>573</width> - <label>#TV.RecordedTV.Title</label> - <disabledcolor>ff000000</disabledcolor> - <textcolor>00b2d4f5</textcolor> - </control> - <control> <type>label</type> <description>Current program time</description> <id>14</id> - <posX>1233</posX> - <posY>555</posY> + <posX>1325</posX> + <posY>310</posY> <align>right</align> <label>#TV.RecordedTV.Time</label> - <textcolor>ffb2d4f5</textcolor> - <visible>false</visible> + <textcolor>ffccef61</textcolor> + <visible>true</visible> </control> - <control> + + <control> + <type>label</type> + <description>genre</description> + <id>17</id> + <posX>650</posX> + <posY>310</posY> + <label>#TV.RecordedTV.Genre</label> + <align>left</align> + <textcolor>ffccef61</textcolor> + </control> + <control> + <description>Number of Files Label</description> + <type>label</type> + <id>1</id> + <posX>520</posX> + <posY>645</posY> + <label>#itemcount</label> + <align>right</align> + <textcolor>White</textcolor> + <font>font1</font> + <animation effect="fade" time="200">WindowOpen</animation> + <animation effect="fade" time="200">WindowClose</animation> + </control> + <animation effect="fade" time="500" delay="500">WindowOpen</animation> + <animation effect="fade" time="100" delay="0">WindowClose</animation> + + </control> + <control> + <type>textboxscrollup</type> <description>Description1</description> <id>15</id> - <posX>450</posX> - <posY>580</posY> - <width>600</width> - <height>515</height> + <posX>680</posX> + <posY>370</posY> + <width>650</width> + <height>650</height> + <align>Center</align> <colordiffuse>ffffffff</colordiffuse> <font>font12</font> <label>#TV.RecordedTV.Description</label> - <textcolor>ffb2d4f5</textcolor> + <textcolor>ffffffff</textcolor> + <animation effect="fade" time="500" delay="500">WindowOpen</animation> + <animation effect="fade" time="100" delay="0">WindowClose</animation> + </control> - <!-- <control> - <type>label</type> - <description>genre</description> - <id>17</id> - <posX>966</posX> - <posY>613</posY> - <label>#TV.RecordedTV.Genre</label> - <align>right</align> - <textcolor>ffb2d4f5</textcolor> - </control> --> - </control> - <!-- <control> - <description>TV background</description> - <type>image</type> - <id>98</id> - <posX>113</posX> - <posY>544</posY> - <width>235</width> - <height>175</height> - <colordiffuse>60ffffff</colordiffuse> - <texture>previewbackground.png</texture> - <animation effect="fade" time="250">WindowOpen</animation> - <animation effect="fade" time="500">WindowClose</animation> - </control> --> - <control> - <type>videowindow</type> - <description>TV preview window</description> - <id>99</id> - <posX>121</posX> - <posY>550</posY> - <width>221</width> - <height>161</height> - <onup>5</onup> - <textureFocus>tv_green_border.png</textureFocus> - <action>18</action> - <animation effect="fade" time="250">WindowOpen</animation> - <animation effect="fade" time="500">WindowClose</animation> - </control> + </controls> </window> \ No newline at end of file Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/release notes.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/release notes.xml 2007-08-08 10:23:19 UTC (rev 813) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/release notes.xml 2007-08-08 13:58:47 UTC (rev 814) @@ -4,5 +4,8 @@ updated radio text icon to include reflection +Updated recorded tv xml to inclue new animation and different layout +Changed default control to recorded tv list + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |