From: <nor...@us...> - 2007-08-27 23:31:19
|
Revision: 873 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=873&view=rev Author: northern_sky Date: 2007-08-27 16:31:18 -0700 (Mon, 27 Aug 2007) Log Message: ----------- Added Paths: ----------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/skin/BlueTwo/myProgramsAlt.xml Added: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/skin/BlueTwo/myProgramsAlt.xml =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/skin/BlueTwo/myProgramsAlt.xml (rev 0) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/skin/BlueTwo/myProgramsAlt.xml 2007-08-27 23:31:18 UTC (rev 873) @@ -0,0 +1,72 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<window> + <id>3</id> + <defaultcontrol>2</defaultcontrol> + <allowoverlay>yes</allowoverlay> + <define>#header.label:#curheader</define> + <define>#header.image:programs_logo.png</define> + <define>#header.hover:hover_my programs.png</define> + <controls> + <import>common.window.xml</import> + <import>common.time.xml</import> + <control> + <description>group element</description> + <type>group</type> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + <animation effect="slide" time="250" start="-300,0">WindowOpen</animation> + <animation effect="slide" time="500" end="0,-300">WindowClose</animation> + <posX>60</posX> + <posY>97</posY> + <layout>StackLayout</layout> + <control> + <description>View-As</description> + <type>button</type> + <id>2</id> + <label>100</label> + <onright>50</onright> + <onup>17</onup> + </control> + <control> + <description>Sort</description> + <type>sortbutton</type> + <id>3</id> + <label>103</label> + <onright>50</onright> + </control> + <control> + <description>Switch View</description> + <type>button</type> + <id>4</id> + <label>457</label> + <onright>50</onright> + <ondown>3</ondown> + </control> + <control> + <description>Reimport</description> + <type>button</type> + <id>5</id> + <label>Reimport</label> + <onright>50</onright> + <ondown>99</ondown> + </control> + </control> + <control> + <description>Screenshot</description> + <type>image</type> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + <animation effect="slide" time="250" start="-300,0">WindowOpen</animation> + <animation effect="slide" time="500" end="0,-300">WindowClose</animation> + <id>6</id> + <posX>60</posX> + <posY>230</posY> + <width>190</width> + <height>190</height> + <texture /> + <align>center</align> + <keepaspectratio>yes</keepaspectratio> + </control> + <import>common.facade.xml</import> + </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. |
From: <che...@us...> - 2007-10-09 20:35:42
|
Revision: 987 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=987&view=rev Author: chef_koch Date: 2007-10-09 13:35:35 -0700 (Tue, 09 Oct 2007) Log Message: ----------- fixed navigation Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/skin/BlueTwo/myProgramsAlt.xml Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/skin/BlueTwo/myProgramsAlt.xml =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/skin/BlueTwo/myProgramsAlt.xml 2007-10-09 20:35:02 UTC (rev 986) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/skin/BlueTwo/myProgramsAlt.xml 2007-10-09 20:35:35 UTC (rev 987) @@ -40,7 +40,7 @@ <id>4</id> <label>457</label> <onright>50</onright> - <ondown>3</ondown> + <ondown>5</ondown> </control> <control> <description>Reimport</description> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <che...@us...> - 2007-10-09 20:56:15
|
Revision: 988 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=988&view=rev Author: chef_koch Date: 2007-10-09 13:56:11 -0700 (Tue, 09 Oct 2007) Log Message: ----------- moved the screenshot a bit down, so that it does not cover the reimport button also uploaded a skin file for project mayhem to it's svn repository Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/skin/BlueTwo/myProgramsAlt.xml Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/skin/BlueTwo/myProgramsAlt.xml =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/skin/BlueTwo/myProgramsAlt.xml 2007-10-09 20:35:35 UTC (rev 987) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/skin/BlueTwo/myProgramsAlt.xml 2007-10-09 20:56:11 UTC (rev 988) @@ -60,7 +60,7 @@ <animation effect="slide" time="500" end="0,-300">WindowClose</animation> <id>6</id> <posX>60</posX> - <posY>230</posY> + <posY>267</posY> <width>190</width> <height>190</height> <texture /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |