From: <rs...@us...> - 2007-11-16 15:15:42
|
Revision: 1068 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=1068&view=rev Author: rsparey Date: 2007-11-16 07:15:39 -0800 (Fri, 16 Nov 2007) Log Message: ----------- Modified Paths: -------------- trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/logo_crossfade.png trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/logo_fastforward.png trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/logo_gap.png trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/logo_gapless.png trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/logo_pause.png trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/logo_play.png trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/logo_rewind.png trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/logo_stop.png trunk/skins/Foofaraw/Development Skin/Foofaraw/musicOverlay.xml trunk/skins/Foofaraw/Development Skin/Foofaraw/mymusicgenres.xml trunk/skins/Foofaraw/Development Skin/Foofaraw/mymusicplaylist.xml trunk/skins/Foofaraw/Development Skin/Foofaraw/mymusicsongs.xml trunk/skins/Foofaraw/Development Skin/Foofaraw/myradio.xml trunk/skins/Foofaraw/Development Skin/Foofaraw/mytvguide.xml trunk/skins/Foofaraw/Development Skin/Foofaraw/myvideo.xml trunk/skins/Foofaraw/Development Skin/Foofaraw/myvideoTitle.xml trunk/skins/Foofaraw/Development Skin/Foofaraw/videoOSD.xml trunk/skins/Foofaraw/Development Skin/Foofaraw/videoOverlay.xml Added Paths: ----------- trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/progess_white_back.png trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/white_progess.png Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/logo_crossfade.png =================================================================== (Binary files differ) Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/logo_fastforward.png =================================================================== (Binary files differ) Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/logo_gap.png =================================================================== (Binary files differ) Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/logo_gapless.png =================================================================== (Binary files differ) Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/logo_pause.png =================================================================== (Binary files differ) Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/logo_play.png =================================================================== (Binary files differ) Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/logo_rewind.png =================================================================== (Binary files differ) Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/logo_stop.png =================================================================== (Binary files differ) Added: trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/progess_white_back.png =================================================================== (Binary files differ) Property changes on: trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/progess_white_back.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/white_progess.png =================================================================== (Binary files differ) Property changes on: trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/white_progess.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/musicOverlay.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/musicOverlay.xml 2007-11-16 14:42:17 UTC (rev 1067) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/musicOverlay.xml 2007-11-16 15:15:39 UTC (rev 1068) @@ -3,12 +3,48 @@ <id>2004</id> <defaultcontrol>2</defaultcontrol> <controls> - + <control> + <description>Gap / Normal Icon</description> + <type>image</type> + <id>10</id> + <posX>20</posX> + <posY>590</posY> + <width>33</width> + <height>33</height> + <texture>logo_gap.png</texture> + <animation effect="fade" time="500">WindowClose</animation> + <animation effect="fade" time="250">WindowOpen</animation> + </control> + + <control> + <description>Gapless Icon</description> + <type>image</type> + <id>11</id> + <posX>20</posX> + <posY>590</posY> + <width>33</width> + <height>33</height> + <texture>logo_gapless.png</texture> + <animation effect="fade" time="500">WindowClose</animation> + <animation effect="fade" time="250">WindowOpen</animation> + </control> <control> + <description>Crossfade Icon</description> + <type>image</type> + <id>12</id> + <posX>20</posX> + <posY>590</posY> + <width>33</width> + <height>33</height> + <texture>logo_crossfade.png</texture> + <animation effect="fade" time="500">WindowClose</animation> + <animation effect="fade" time="250">WindowOpen</animation> + </control> + <control> <description>play time label</description> <type>label</type> <id>2</id> - <posX>50</posX> + <posX>70</posX> <posY>580</posY> <label>#currentplaytime</label> <align>left</align> @@ -37,8 +73,8 @@ <description>play logo</description> <type>image</type> <id>3</id> - <posX>0</posX> - <posY>695</posY> + <posX>165</posX> + <posY>587</posY> <texture>logo_play.png</texture> <animation effect="fade" time="500">WindowClose</animation> <animation effect="fade" time="250">WindowOpen</animation> @@ -47,8 +83,8 @@ <description>Pause logo</description> <type>image</type> <id>4</id> - <posX>0</posX> - <posY>695</posY> + <posX>165</posX> + <posY>587</posY> <texture>logo_pause.png</texture> <animation effect="fade" time="500">WindowClose</animation> <animation effect="fade" time="250">WindowOpen</animation> @@ -57,8 +93,8 @@ <description>FF logo</description> <type>image</type> <id>7</id> - <posX>0</posX> - <posY>695</posY> + <posX>165</posX> + <posY>587</posY> <texture>logo_fastforward.png</texture> <animation effect="fade" time="500">WindowClose</animation> <animation effect="fade" time="250">WindowOpen</animation> @@ -67,19 +103,24 @@ <description>RW logo</description> <type>image</type> <id>8</id> - <posX>0</posX> - <posY>695</posY> + <posX>165</posX> + <posY>587</posY> <texture>logo_rewind.png</texture> <animation effect="fade" time="500">WindowClose</animation> <animation effect="fade" time="250">WindowOpen</animation> </control> + + + + <control> <description>album/artist/genre etc info label</description> <type>fadelabel</type> + <width>180</width> <height>40</height> - <posX>25</posX> - <posY>725</posY> + <posX>200</posX> + <posY>592</posY> <font>font13</font> <label>#Play.Current.Title\r#Play.Current.Artist\r#Play.Current.Album\r#Play.Current.Duration</label> <textcolor>FFFFFFFF</textcolor> @@ -90,11 +131,11 @@ <control> <description>video preview window</description> <type>videowindow</type> - <id>1</id> + <id>9</id> <posX>20</posX> - <posY>628</posY> - <width>180</width> - <height>101</height> + <posY>626</posY> + <width>223</width> + <height>125</height> <action>18</action> <textureFocus>tv_green_border.png</textureFocus> <animation effect="fade" time="500">WindowClose</animation> Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/mymusicgenres.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/mymusicgenres.xml 2007-11-16 14:42:17 UTC (rev 1067) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/mymusicgenres.xml 2007-11-16 15:15:39 UTC (rev 1068) @@ -375,7 +375,7 @@ <id>1</id> <animation effect="fade" time="400">WindowClose</animation> <animation effect="fade" time="400">WindowOpen</animation> - <posX>240</posX> + <posX>250</posX> <posY>650</posY> <width>700</width> <label>#selecteditem</label> Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/mymusicplaylist.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/mymusicplaylist.xml 2007-11-16 14:42:17 UTC (rev 1067) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/mymusicplaylist.xml 2007-11-16 15:15:39 UTC (rev 1068) @@ -195,7 +195,7 @@ <id>1</id> <animation effect="fade" time="400">WindowClose</animation> <animation effect="fade" time="400">WindowOpen</animation> - <posX>240</posX> + <posX>250</posX> <posY>650</posY> <width>700</width> <label>#selecteditem</label> Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/mymusicsongs.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/mymusicsongs.xml 2007-11-16 14:42:17 UTC (rev 1067) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/mymusicsongs.xml 2007-11-16 15:15:39 UTC (rev 1068) @@ -368,7 +368,7 @@ <id>1</id> <animation effect="fade" time="400">WindowClose</animation> <animation effect="fade" time="400">WindowOpen</animation> - <posX>240</posX> + <posX>250</posX> <posY>650</posY> <width>700</width> <label>#selecteditem</label> Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/myradio.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/myradio.xml 2007-11-16 14:42:17 UTC (rev 1067) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/myradio.xml 2007-11-16 15:15:39 UTC (rev 1068) @@ -195,7 +195,7 @@ <id>1</id> <animation effect="fade" time="400">WindowClose</animation> <animation effect="fade" time="400">WindowOpen</animation> - <posX>240</posX> + <posX>250</posX> <posY>650</posY> <width>700</width> <label>#selecteditem</label> Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/mytvguide.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/mytvguide.xml 2007-11-16 14:42:17 UTC (rev 1067) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/mytvguide.xml 2007-11-16 15:15:39 UTC (rev 1068) @@ -176,9 +176,9 @@ <type>image</type> <id>33</id> <posX>200</posX> - <posY>100</posY> - <width>35</width> - <height>38</height> + <posY>102</posY> + <width>32</width> + <height>32</height> <keepaspectratio>yes</keepaspectratio> <zoom>yes</zoom> <texture>defaultVideoBig.png</texture> @@ -226,10 +226,12 @@ <description>Channel image template</description> <type>image</type> <id>7</id> - <width>40</width> - <height>40</height> + <posX>4</posX> + <posY>4</posY> + <width>32</width> + <height>32</height> <zoom>no</zoom> - <texture>defaultVideoBig.png</texture> + <texture>TV.png</texture> <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="500">WindowClose</animation> </control> @@ -252,7 +254,7 @@ <id>13</id> <posX>400</posX> <posY>587</posY> - <width>600</width> + <width>400</width> <label>#TV.Guide.Title</label> <font>font16</font> <textcolor>FFFFFFFF</textcolor> @@ -263,7 +265,7 @@ <description>Current program time</description> <type>label</type> <id>14</id> - <posX>230</posX> + <posX>850</posX> <posY>593</posY> <label>#TV.Guide.Time</label> <align>left</align> @@ -289,9 +291,9 @@ <description>Description1</description> <type>textboxscrollup</type> <id>15</id> - <posX>230</posX> + <posX>260</posX> <posY>620</posY> - <width>700</width> + <width>670</width> <height>93</height> <seperator>----------------------------------------------------------------------------------------------</seperator> <label>#TV.Guide.Description</label> Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/myvideo.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/myvideo.xml 2007-11-16 14:42:17 UTC (rev 1067) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/myvideo.xml 2007-11-16 15:15:39 UTC (rev 1068) @@ -71,9 +71,9 @@ <id>1</id> <animation effect="fade" time="400">WindowClose</animation> <animation effect="fade" time="400">WindowOpen</animation> - <posX>240</posX> + <posX>250</posX> <posY>650</posY> - <width>750</width> + <width>700</width> <label>#selecteditem</label> <font>wipeout</font> <align>Left</align> Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/myvideoTitle.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/myvideoTitle.xml 2007-11-16 14:42:17 UTC (rev 1067) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/myvideoTitle.xml 2007-11-16 15:15:39 UTC (rev 1068) @@ -68,7 +68,7 @@ <id>1</id> <animation effect="fade" time="400">WindowClose</animation> <animation effect="fade" time="400">WindowOpen</animation> - <posX>240</posX> + <posX>250</posX> <posY>650</posY> <width>750</width> <label>#selecteditem</label> Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/videoOSD.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/videoOSD.xml 2007-11-16 14:42:17 UTC (rev 1067) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/videoOSD.xml 2007-11-16 15:15:39 UTC (rev 1068) @@ -4,41 +4,39 @@ <defaultcontrol>213</defaultcontrol> <allowoverlay>no</allowoverlay> <controls> - <import>common.progressbar.xml</import> - <control> - <description>Current Time Info</description> - <type>label</type> - <id>110</id> - <posX>1221</posX> - <posY>63</posY> - <label>#time</label> - <align>center</align> - <font>font13</font> - <textcolor>ffffffff</textcolor> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>background</description> + <import>common.time.xml</import> + + + + + + + + + <control> <type>image</type> - <id>0</id> - <posX>60</posX> - <posY>478</posY> - <width>400</width> - <height>230</height> - <texture>osd_bg_video.png</texture> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> + <decription>lowbar info block</decription> + <id>1</id> + <posX>12</posX> + <posY>590</posY> + <width>1342</width> + <height>168</height> + <texture>lowbar.png</texture> + </control> + + + + <control> - <description>TV Logo</description> + <description>Video Logo</description> <type>image</type> <id>102</id> - <posX>80</posX> - <posY>498</posY> - <width>50</width> - <height>68</height> - <texture>#Play.Current.Thumb</texture> + <posX>60</posX> + <posY>630</posY> + <width>60</width> + <height>78</height> + <texture flipY="true" diffuse="Thumb_Mask.png">#Play.Current.Thumb</texture> <keepaspectratio>yes</keepaspectratio> <centered>yes</centered> <animation effect="fade" time="250">visiblechange</animation> @@ -51,7 +49,7 @@ <width>290</width> <height>30</height> <posX>150</posX> - <posY>496</posY> + <posY>590</posY> <font>font13</font> <label>#Play.Current.Title</label> <textcolor>FFB2D4F5</textcolor> @@ -63,656 +61,53 @@ <type>textboxscrollup</type> <id>1</id> <posX>154</posX> - <posY>530</posY> - <width>290</width> - <height>150</height> + <posY>630</posY> + <width>750</width> + <height>120</height> <label>#Play.Current.Plot</label> <font>font10</font> <textcolor>FFFFFFFF</textcolor> <animation effect="fade" time="250">visiblechange</animation> <animation effect="fade" time="250">windowopen</animation> </control> - <control> - <description>Play</description> - <type>togglebutton</type> - <id>213</id> - <posX>80</posX> - <posY>588</posY> - <width>50</width> - <height>50</height> - <AltTextureFocus>osd_pause_focus.png</AltTextureFocus> - <AltTextureNoFocus>osd_pause_nofocus.png</AltTextureNoFocus> - <textureFocus>osd_play_focus.png</textureFocus> - <textureNoFocus>osd_play_nofocus.png</textureNoFocus> - <label>-</label> - <font>-</font> - <onleft>213</onleft> - <onright>213</onright> - <onup>213</onup> - <ondown>218</ondown> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>Subtitles Menu</description> - <type>togglebutton</type> - <id>218</id> - <posX>90</posX> - <posY>643</posY> - <width>30</width> - <height>30</height> - <AltTextureFocus>osd_subtitles_focus.png</AltTextureFocus> - <AltTextureNoFocus>osd_subtitles_nofocus.png</AltTextureNoFocus> - <textureFocus>osd_subtitles_focus.png</textureFocus> - <textureNoFocus>osd_subtitles_nofocus.png</textureNoFocus> - <label>-</label> - <font>-</font> - <onleft>218</onleft> - <onright>218</onright> - <onup>213</onup> - <ondown>218</ondown> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>Sub Menu Background (subtitles)</description> + + + <control> + <description>Progress background</description> <type>image</type> - <id>302</id> - <posX>480</posX> - <posY>478</posY> - <width>310</width> - <height>230</height> - <texture>osd_bg_settings.png</texture> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> + <id>1</id> + <posX>50</posX> + <posY>700</posY> + <width>546</width> + <texture>osd_progress_background.png</texture> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> </control> <control> - <description>SubTitle Delay label</description> - <type>label</type> - <id>850</id> - <posX>510</posX> - <posY>548</posY> - <label>303</label> - <font>font13</font> - <textcolor>FFFFFFFF</textcolor> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> + <description>progress bar</description> + <type>progress</type> + <id>20</id> + <posX>43</posX> + <posY>705</posY> + <width>544</width> + <label>#percentag</label> + <visible>yes</visible> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> </control> - <control> - <description>SubTitle Delay Slider</description> - <type>slider</type> - <id>800</id> - <posX>510</posX> - <posY>578</posY> - <spintype>float</spintype> - <textureSliderBar>osd_slider_bg.png</textureSliderBar> - <textureSliderNib>osd_slider_nibNF.png</textureSliderNib> - <textureSliderNibFocus>osd_slider_nibFO.png</textureSliderNibFocus> - <onup>801</onup> - <ondown>802</ondown> - <onleft>800</onleft> - <onright>800</onright> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>SubTitles On/Off Checkbox</description> - <type>checkmark</type> - <id>801</id> - <posX>510</posX> - <posY>508</posY> - <label>305</label> - <onup>801</onup> - <ondown>800</ondown> - <onleft>801</onleft> - <onright>801</onright> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>Sub Titles List Control</description> - <type>listcontrol</type> <dimColor>0x10ffffff</dimColor> - <id>802</id> - <posX>510</posX> - <posY>603</posY> - <width>250</width> - <height>100</height> - <onleft>802</onleft> - <onright>802</onright> - <onup>800</onup> - <ondown>802</ondown> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>Skip Bwd</description> - <type>togglebutton</type> - <id>210</id> - <posX>107</posX> - <posY>514</posY> - <width>35</width> - <height>35</height> - <AltTextureFocus>osd_back_focus.png</AltTextureFocus> - <AltTextureNoFocus>osd_back_nofocus.png</AltTextureNoFocus> - <textureFocus>osd_back_focus.png</textureFocus> - <textureNoFocus>osd_back_focus.png</textureNoFocus> - <label>-</label> - <font>-</font> - <onleft>212</onleft> - <onright>216</onright> - <onup>213</onup> - <ondown>215</ondown> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>Rewind</description> - <type>togglebutton</type> - <id>211</id> + <control> + <description>progress bar shine</description> + + <type>image</type> + <id>1</id> <posX>55</posX> - <posY>463</posY> - <width>35</width> - <height>35</height> - <AltTextureFocus>osd_rewind_focus.png</AltTextureFocus> - <AltTextureNoFocus>osd_rewind_nofocus.png</AltTextureNoFocus> - <textureFocus>osd_rewind_focus.png</textureFocus> - <textureNoFocus>osd_rewind_focus.png</textureNoFocus> - <label>-</label> - <font>-</font> - <onleft>214</onleft> - <onright>213</onright> - <onup>218</onup> - <ondown>212</ondown> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> + <posY>705</posY> + <width>538</width> + <height>25</height> + <texture>osd_progress_shine.png</texture> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> </control> - <control> - <description>Stop</description> - <type>button</type> - <id>212</id> - <posX>72</posX> - <posY>498</posY> - <width>35</width> - <height>35</height> - <textureFocus>osd_stop_focus.png</textureFocus> - <textureNoFocus>osd_stop_nofocus.png</textureNoFocus> - <label>-</label> - <font>-</font> - <onleft>216</onleft> - <onright>213</onright> - <onup>211</onup> - <ondown>210</ondown> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>Fast Forward</description> - <type>togglebutton</type> - <id>214</id> - <posX>160</posX> - <posY>463</posY> - <width>35</width> - <height>35</height> - <AltTextureFocus>osd_fastforward_focus.png</AltTextureFocus> - <AltTextureNoFocus>osd_fastforward_nofocus.png</AltTextureNoFocus> - <textureFocus>osd_fastforward_focus.png</textureFocus> - <textureNoFocus>osd_fastforward_focus.png</textureNoFocus> - <label>-</label> - <font>-</font> - <onleft>213</onleft> - <onright>211</onright> - <onup>219</onup> - <ondown>216</ondown> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>Skip Fwd</description> - <type>togglebutton</type> - <id>215</id> - <posX>107</posX> - <posY>411</posY> - <width>35</width> - <height>35</height> - <AltTextureFocus>osd_next_focus.png</AltTextureFocus> - <AltTextureNoFocus>osd_next_nofocus.png</AltTextureNoFocus> - <textureFocus>osd_next_focus.png</textureFocus> - <textureNoFocus>osd_next_focus.png</textureNoFocus> - <label>-</label> - <font>-</font> - <onleft>218</onleft> - <onright>219</onright> - <onup>210</onup> - <ondown>213</ondown> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>Mute</description> - <type>togglebutton</type> - <id>216</id> - <posX>143</posX> - <posY>498</posY> - <width>35</width> - <height>35</height> - <AltTextureFocus>osd_mute_focus.png</AltTextureFocus> - <AltTextureNoFocus>osd_mute_nofocus.png</AltTextureNoFocus> - <textureFocus>osd_mute_focus.png</textureFocus> - <textureNoFocus>osd_mute_focus.png</textureNoFocus> - <label>-</label> - <font>-</font> - <onleft>213</onleft> - <onright>212</onright> - <onup>214</onup> - <ondown>210</ondown> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>Bookmarks Menu</description> - <type>togglebutton</type> - <id>219</id> - <posX>144</posX> - <posY>430</posY> - <width>35</width> - <height>35</height> - <AltTextureFocus>osd_settings_bookmark_focus.png</AltTextureFocus> - <AltTextureNoFocus>osd_settings_bookmark_nofocus.png</AltTextureNoFocus> - <textureFocus>-</textureFocus> - <textureNoFocus>osd_settings_bookmark_focus.png</textureNoFocus> - <label>-</label> - <font>-</font> - <onleft>213</onleft> - <onright>218</onright> - <onup>215</onup> - <ondown>214</ondown> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>Sub Menu Background (volume)</description> - <type>image</type> - <id>300</id> - <posX>145</posX> - <posY>315</posY> - <texture>osd_dialog.png</texture> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>Sub Menu Background (subtitles)</description> - <type>image</type> - <id>302</id> - <posX>145</posX> - <posY>315</posY> - <texture>osd_dialog.png</texture> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>Sub Menu Background (bookmarks)</description> - <type>image</type> - <id>303</id> - <posX>145</posX> - <posY>315</posY> - <texture>osd_dialog.png</texture> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>Sub Menu Background (video)</description> - <type>image</type> - <id>304</id> - <posX>145</posX> - <posY>290</posY> - <texture>osd_dialog_big.png</texture> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>Sub Menu Background (audio)</description> - <type>image</type> - <id>305</id> - <posX>145</posX> - <posY>315</posY> - <texture>osd_dialog.png</texture> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>Sub Menu Nib</description> - <type>image</type> - <id>350</id> - <texture>-</texture> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>Volume Slider</description> - <type>slider</type> - <id>400</id> - <posX>185</posX> - <posY>370</posY> - <textureSliderBar>osd_slider_bg.png</textureSliderBar> - <textureSliderNib>osd_slider_nibNF.png</textureSliderNib> - <textureSliderNibFocus>osd_slider_nibFO.png</textureSliderNibFocus> - <onup>216</onup> - <ondown>216</ondown> - <onleft>400</onleft> - <onright>400</onright> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>A/v Delay label</description> - <type>label</type> - <id>550</id> - <posX>185</posX> - <posY>370</posY> - <label>297</label> - <font>font13</font> - <textcolor>FFFFFFFF</textcolor> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>A/V Delay Slider</description> - <type>slider</type> - <id>500</id> - <posX>300</posX> - <posY>370</posY> - <spintype>float</spintype> - <textureSliderBar>osd_slider_bg.png</textureSliderBar> - <textureSliderNib>osd_slider_nibNF.png</textureSliderNib> - <textureSliderNibFocus>osd_slider_nibFO.png</textureSliderNibFocus> - <onup>500</onup> - <ondown>501</ondown> - <onleft>501</onleft> - <onright>501</onright> - <visible>no</visible> - <animation effect="fade" time="250">windowopen</animation> - <animation effect="fade" time="250">visiblechange</animation> - </control> - <control> - <description>Audio Stream List Control</description> - <type>listcontrol</type> <dimColor>0x10ffffff</dimColor> - <id>501</id> - <posX>185</posX> - <posY>400</posY> - <width>355</width> - <height>150</height> - <onleft>500</onleft> - <onright>500</onright> - <onup>501</onup> - <ondown>501</ondown> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>Video Position label</description> - <type>label</type> - <id>750</id> - <posX>185</posX> - <posY>340</posY> - <label>298</label> - <font>font13</font> - <textcolor>FFFFFFFF</textcolor> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>Video Position Slider</description> - <type>slider</type> - <id>700</id> - <posX>300</posX> - <posY>340</posY> - <spintype>int</spintype> - <textureSliderBar>osd_slider_bg.png</textureSliderBar> - <textureSliderNib>osd_slider_nibNF.png</textureSliderNib> - <textureSliderNibFocus>osd_slider_nibFO.png</textureSliderNibFocus> - <onup>700</onup> - <ondown>701</ondown> - <onleft>700</onleft> - <onright>702</onright> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>Non-Interleaved Checkbox</description> - <type>checkmark</type> - <id>701</id> - <posX>185</posX> - <posY>370</posY> - <label>306</label> - <onup>700</onup> - <ondown>703</ondown> - <onleft>701</onleft> - <onright>701</onright> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>No Cache Checkbox</description> - <type>checkmark</type> - <id>702</id> - <posX>359</posX> - <posY>370</posY> - <label>431</label> - <onup>700</onup> - <ondown>703</ondown> - <onleft>701</onleft> - <onright>702</onright> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>Adjust Framerate Checkbox</description> - <type>checkmark</type> - <id>703</id> - <posX>185</posX> - <posY>395</posY> - <label>343</label> - <onup>701</onup> - <ondown>704</ondown> - <onleft>703</onleft> - <onright>702</onright> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>brightness label</description> - <type>label</type> - <id>752</id> - <posX>185</posX> - <posY>425</posY> - <label>464</label> - <font>font13</font> - <textcolor>FFFFFFFF</textcolor> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>brightness</description> - <type>slider</type> - <id>704</id> - <posX>300</posX> - <posY>425</posY> - <spintype>int</spintype> - <textureSliderBar>osd_slider_bg.png</textureSliderBar> - <textureSliderNib>osd_slider_nibNF.png</textureSliderNib> - <textureSliderNibFocus>osd_slider_nibFO.png</textureSliderNibFocus> - <onup>703</onup> - <ondown>705</ondown> - <onleft>704</onleft> - <onright>704</onright> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>contrast label</description> - <type>label</type> - <id>753</id> - <posX>185</posX> - <posY>455</posY> - <label>465</label> - <font>font13</font> - <textcolor>FFFFFFFF</textcolor> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>contrast</description> - <type>slider</type> - <id>705</id> - <posX>300</posX> - <posY>455</posY> - <spintype>int</spintype> - <textureSliderBar>osd_slider_bg.png</textureSliderBar> - <textureSliderNib>osd_slider_nibNF.png</textureSliderNib> - <textureSliderNibFocus>osd_slider_nibFO.png</textureSliderNibFocus> - <onup>704</onup> - <ondown>706</ondown> - <onleft>705</onleft> - <onright>705</onright> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>gamma label</description> - <type>label</type> - <id>754</id> - <posX>185</posX> - <posY>485</posY> - <label>466</label> - <font>font13</font> - <textcolor>FFFFFFFF</textcolor> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>gamma</description> - <type>slider</type> - <id>706</id> - <posX>300</posX> - <posY>485</posY> - <spintype>int</spintype> - <textureSliderBar>osd_slider_bg.png</textureSliderBar> - <textureSliderNib>osd_slider_nibNF.png</textureSliderNib> - <textureSliderNibFocus>osd_slider_nibFO.png</textureSliderNibFocus> - <onup>705</onup> - <ondown>706</ondown> - <onleft>706</onleft> - <onright>706</onright> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>Create Bookmark</description> - <type>button</type> - <id>600</id> - <posX>185</posX> - <posY>370</posY> - <width>165</width> - <height>32</height> - <textureFocus>button_green_focus_165x32.png</textureFocus> - <textureNoFocus>button_green_nofocus_165x32.png</textureNoFocus> - <label>294</label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> - <onleft>600</onleft> - <onright>602</onright> - <onup>600</onup> - <ondown>601</ondown> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>Clear Bookmarks</description> - <type>button</type> - <id>602</id> - <posX>375</posX> - <posY>370</posY> - <width>165</width> - <height>32</height> - <textureFocus>button_green_focus_165x32.png</textureFocus> - <textureNoFocus>button_green_nofocus_165x32.png</textureNoFocus> - <label>296</label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> - <onleft>600</onleft> - <onright>601</onright> - <onup>600</onup> - <ondown>601</ondown> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>Bookmarks List Control</description> - <type>listcontrol</type> <dimColor>0x10ffffff</dimColor> - <id>601</id> - <posX>185</posX> - <posY>410</posY> - <width>355</width> - <height>120</height> - <onleft>602</onleft> - <onright>600</onright> - <onup>600</onup> - <ondown>601</ondown> - <spinPosX>465</spinPosX> - <spinPosY>480</spinPosY> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - <control> - <description>Progress Bar Shine</description> - <type>image</type> - <id>103</id> - <posX>79</posX> - <posY>29</posY> - <width>1191</width> - <height>36</height> - <texture>osd_progress_shine_bg.png</texture> - <visible>no</visible> - <animation effect="fade" time="250">visiblechange</animation> - <animation effect="fade" time="250">windowopen</animation> - </control> - + </controls> </window> \ No newline at end of file Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/videoOverlay.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/videoOverlay.xml 2007-11-16 14:42:17 UTC (rev 1067) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/videoOverlay.xml 2007-11-16 15:15:39 UTC (rev 1068) @@ -4,28 +4,17 @@ <defaultcontrol>2</defaultcontrol> <controls> - <control> - <description>VIDEO BACKGROUND</description> - <type>image</type> - <id>0</id> - <posX>10</posX> - <posY>575</posY> - <width>211</width> - <height>182</height> - <texture>tv_background.png</texture> - <animation effect="fade" time="500">WindowClose</animation> - <animation effect="fade" time="250">WindowOpen</animation> - </control> + <control> <description>play time label</description> <type>label</type> <id>2</id> - <posX>50</posX> - <posY>705</posY> + <posX>20</posX> + <posY>592</posY> <label>#currentplaytime</label> <align>left</align> - <font>wipeout</font> - <textcolor>20ffffff</textcolor> + <font>font13</font> + <textcolor>ffffffff</textcolor> <animation effect="fade" time="500">WindowClose</animation> <animation effect="fade" time="250">WindowOpen</animation> </control> @@ -72,10 +61,10 @@ <control> <description>scrolling info label</description> <type>fadelabel</type> - <width>180</width> + <width>100</width> <height>40</height> - <posX>25</posX> - <posY>725</posY> + <posX>100</posX> + <posY>592</posY> <font>font13</font> <label>#Play.Current.Title\r#Play.Current.Genre\r#Play.Current.Year\r#Play.Current.Director</label> <animation effect="fade" time="500">WindowClose</animation> @@ -88,14 +77,47 @@ <type>videowindow</type> <id>1</id> <posX>20</posX> - <posY>600</posY> - <width>180</width> - <height>101</height> + <posY>630</posY> + <width>178</width> + <height>100</height> <action>18</action> <textureFocus>tv_green_border.png</textureFocus> <animation effect="fade" time="500">WindowClose</animation> <animation effect="fade" time="250">WindowOpen</animation> </control> + <control> + <description>Progress Background</description> + <type>image</type> + <id>1</id> + <posX>19</posX> + <posY>734</posY> + <width>179</width> + <height>19</height> + <texture>progess_white_back.png</texture> + <animation effect="fade" time="500">WindowClose</animation> + <animation effect="fade" time="250">WindowOpen</animation> + </control> + + <control> + <description>progress bar</description> + <type>progress</type> + <id>1</id> + <posX>10</posX> + <posY>727</posY> + <width>544</width> + <label>#video.percentag</label> + <visible>yes</visible> + + + <texturebg>-</texturebg> + <lefttexture>white_progess.png</lefttexture> + <midtexture>white_progess.png</midtexture> + <righttexture>white_progess.png</righttexture> + + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + </control> + </controls> </window> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |