From: <fr...@us...> - 2010-08-10 16:13:20
|
Revision: 3708 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=3708&view=rev Author: framug Date: 2010-08-10 16:13:12 +0000 (Tue, 10 Aug 2010) Log Message: ----------- File Explorer : - Cleanup. - Fix compression.dll in wrong folder. Modified Paths: -------------- trunk/plugins/File Explorer/Dialogs/GUIDialogOperation.cs trunk/plugins/File Explorer/File Explorer.csproj trunk/plugins/File Explorer/MpeRelease/File Explorer 1.4.0.0.mpe1 trunk/plugins/File Explorer/MpeRelease/File Explorer 1.4.0.0.xmp2 Removed Paths: ------------- trunk/plugins/File Explorer/File Explorer.csproj.user trunk/plugins/File Explorer/MpeRelease/File Explorer 1.3.0.0.mpe1 trunk/plugins/File Explorer/Skin/Blue3/File Explorer_dialog.xml trunk/plugins/File Explorer/Skin/Blue3/File Explorer_modulepreview.xml trunk/plugins/File Explorer/Skin/Blue3/File Explorer_musicpreview.xml trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_dialog.xml trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_modulepreview.xml trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_musicpreview.xml trunk/plugins/File Explorer/Skin/BlueTwo/File Explorer_dialog.xml trunk/plugins/File Explorer/Skin/BlueTwo/File Explorer_modulepreview.xml trunk/plugins/File Explorer/Skin/BlueTwo/File Explorer_musicpreview.xml trunk/plugins/File Explorer/Skin/Xface/File Explorer_dialog.xml trunk/plugins/File Explorer/Skin/Xface/File Explorer_modulepreview.xml trunk/plugins/File Explorer/Skin/Xface/File Explorer_musicpreview.xml Modified: trunk/plugins/File Explorer/Dialogs/GUIDialogOperation.cs =================================================================== --- trunk/plugins/File Explorer/Dialogs/GUIDialogOperation.cs 2010-08-09 11:17:30 UTC (rev 3707) +++ trunk/plugins/File Explorer/Dialogs/GUIDialogOperation.cs 2010-08-10 16:13:12 UTC (rev 3708) @@ -433,11 +433,6 @@ set { base.GetID = value; } } - public override bool Init() - { - return Load(GUIGraphicsContext.Skin + "\\File Explorer_dialog.xml"); - } - public override void OnAction(Action action) { if (action.wID == Action.ActionType.ACTION_CLOSE_DIALOG || action.wID == Action.ActionType.ACTION_PREVIOUS_MENU) Modified: trunk/plugins/File Explorer/File Explorer.csproj =================================================================== --- trunk/plugins/File Explorer/File Explorer.csproj 2010-08-09 11:17:30 UTC (rev 3707) +++ trunk/plugins/File Explorer/File Explorer.csproj 2010-08-10 16:13:12 UTC (rev 3708) @@ -93,27 +93,18 @@ <Content Include="Language\strings_de.xml" /> <Content Include="Language\strings_en.xml" /> <Content Include="Language\strings_fr.xml" /> - <Content Include="Skin\Blue3wide\File Explorer_dialog.xml" /> <Content Include="Skin\Blue3wide\File Explorer_main.xml" /> - <Content Include="Skin\Blue3wide\File Explorer_modulepreview.xml" /> - <Content Include="Skin\Blue3wide\File Explorer_musicpreview.xml" /> <Content Include="Skin\Blue3wide\File Explorer_textpreview.xml" /> <Content Include="Skin\Blue3wide\Media\buttonNF_file explorer.png" /> <Content Include="Skin\Blue3wide\Media\button_file explorer.png" /> <Content Include="Skin\Blue3wide\Media\hover_file explorer.png" /> - <Content Include="Skin\Blue3\File Explorer_dialog.xml" /> <Content Include="Skin\Blue3\File Explorer_main.xml" /> - <Content Include="Skin\Blue3\File Explorer_modulepreview.xml" /> - <Content Include="Skin\Blue3\File Explorer_musicpreview.xml" /> <Content Include="Skin\Blue3\File Explorer_textpreview.xml" /> <Content Include="Skin\Blue3\Media\buttonNF_file explorer.png" /> <Content Include="Skin\Blue3\Media\button_file explorer.png" /> <Content Include="Skin\Blue3\Media\hover_file explorer.png" /> <Content Include="Skin\Xface\common.window.file_explorer.xml" /> - <Content Include="Skin\Xface\File Explorer_dialog.xml" /> <Content Include="Skin\Xface\File Explorer_main.xml" /> - <Content Include="Skin\Xface\File Explorer_modulepreview.xml" /> - <Content Include="Skin\Xface\File Explorer_musicpreview.xml" /> <Content Include="Skin\Xface\File Explorer_textpreview.xml" /> <Content Include="Skin\Xface\Media\buttonNF_file explorer.png" /> <Content Include="Skin\Xface\Media\button_file explorer.png" /> Deleted: trunk/plugins/File Explorer/File Explorer.csproj.user =================================================================== --- trunk/plugins/File Explorer/File Explorer.csproj.user 2010-08-09 11:17:30 UTC (rev 3707) +++ trunk/plugins/File Explorer/File Explorer.csproj.user 2010-08-10 16:13:12 UTC (rev 3708) @@ -1,14 +0,0 @@ -<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> - <StartProgram>C:\Program Files\Team MediaPortal\MediaPortal\MediaPortal.exe</StartProgram> - <StartAction>Program</StartAction> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> - <StartProgram> - </StartProgram> - <StartAction>Project</StartAction> - </PropertyGroup> - <PropertyGroup> - <ProjectView>ShowAllFiles</ProjectView> - </PropertyGroup> -</Project> \ No newline at end of file Deleted: trunk/plugins/File Explorer/MpeRelease/File Explorer 1.3.0.0.mpe1 =================================================================== (Binary files differ) Modified: trunk/plugins/File Explorer/MpeRelease/File Explorer 1.4.0.0.mpe1 =================================================================== (Binary files differ) Modified: trunk/plugins/File Explorer/MpeRelease/File Explorer 1.4.0.0.xmp2 =================================================================== --- trunk/plugins/File Explorer/MpeRelease/File Explorer 1.4.0.0.xmp2 2010-08-09 11:17:30 UTC (rev 3707) +++ trunk/plugins/File Explorer/MpeRelease/File Explorer 1.4.0.0.xmp2 2010-08-10 16:13:12 UTC (rev 3708) @@ -15,7 +15,7 @@ <UpdateOption>AlwaysOverwrite</UpdateOption> <LocalFileName>..\Compression\Release\Compression.dll</LocalFileName> <ZipFileName>Installer{CopyFile}\{6ad4479e-a4ef-424d-bb10-5dfc366bdf97}-Compression.dll</ZipFileName> - <DestinationFilename>%Plugins%\Windows\Compression\Compression.dll</DestinationFilename> + <DestinationFilename>%Plugins%\Windows\Compression.dll</DestinationFilename> </FileItem> <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> <Param1 /> @@ -44,31 +44,10 @@ <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> <Param1 /> <UpdateOption>AlwaysOverwrite</UpdateOption> - <LocalFileName>..\Skin\Blue3\File Explorer_dialog.xml</LocalFileName> - <ZipFileName>Installer{CopyFile}\{55884b5d-2ef9-47ab-858f-8dfcbf4e11cf}-File Explorer_dialog.xml</ZipFileName> - <DestinationFilename>%Skin%\Blue3\File Explorer_dialog.xml</DestinationFilename> - </FileItem> - <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> - <Param1 /> - <UpdateOption>AlwaysOverwrite</UpdateOption> <LocalFileName>..\Skin\Blue3\File Explorer_main.xml</LocalFileName> <ZipFileName>Installer{CopyFile}\{d8f279b1-156f-42ea-9521-df306497502d}-File Explorer_main.xml</ZipFileName> <DestinationFilename>%Skin%\Blue3\File Explorer_main.xml</DestinationFilename> </FileItem> - <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> - <Param1 /> - <UpdateOption>AlwaysOverwrite</UpdateOption> - <LocalFileName>..\Skin\Blue3\File Explorer_modulepreview.xml</LocalFileName> - <ZipFileName>Installer{CopyFile}\{e6dff945-da79-410d-a427-1bfabfac62bb}-File Explorer_modulepreview.xml</ZipFileName> - <DestinationFilename>%Skin%\Blue3\File Explorer_modulepreview.xml</DestinationFilename> - </FileItem> - <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> - <Param1 /> - <UpdateOption>AlwaysOverwrite</UpdateOption> - <LocalFileName>..\Skin\Blue3\File Explorer_musicpreview.xml</LocalFileName> - <ZipFileName>Installer{CopyFile}\{0b5e1eb7-ab42-4f27-8a35-140dcdf19542}-File Explorer_musicpreview.xml</ZipFileName> - <DestinationFilename>%Skin%\Blue3\File Explorer_musicpreview.xml</DestinationFilename> - </FileItem> </Items> </Files> </GroupItem> @@ -89,31 +68,10 @@ <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> <Param1 /> <UpdateOption>AlwaysOverwrite</UpdateOption> - <LocalFileName>..\Skin\Blue3wide\File Explorer_dialog.xml</LocalFileName> - <ZipFileName>Installer{CopyFile}\{537822ea-1129-491c-86f2-10155e8dc99f}-File Explorer_dialog.xml</ZipFileName> - <DestinationFilename>%Skin%\Blue3wide\File Explorer_dialog.xml</DestinationFilename> - </FileItem> - <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> - <Param1 /> - <UpdateOption>AlwaysOverwrite</UpdateOption> <LocalFileName>..\Skin\Blue3wide\File Explorer_main.xml</LocalFileName> <ZipFileName>Installer{CopyFile}\{993c58e6-a784-41ba-949e-612bb371447b}-File Explorer_main.xml</ZipFileName> <DestinationFilename>%Skin%\Blue3wide\File Explorer_main.xml</DestinationFilename> </FileItem> - <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> - <Param1 /> - <UpdateOption>AlwaysOverwrite</UpdateOption> - <LocalFileName>..\Skin\Blue3wide\File Explorer_modulepreview.xml</LocalFileName> - <ZipFileName>Installer{CopyFile}\{06d04be0-cdb0-4259-83a9-04bf67a9124d}-File Explorer_modulepreview.xml</ZipFileName> - <DestinationFilename>%Skin%\Blue3wide\File Explorer_modulepreview.xml</DestinationFilename> - </FileItem> - <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> - <Param1 /> - <UpdateOption>AlwaysOverwrite</UpdateOption> - <LocalFileName>..\Skin\Blue3wide\File Explorer_musicpreview.xml</LocalFileName> - <ZipFileName>Installer{CopyFile}\{c5cb594e-2b83-456a-9e43-fc4bcbef2b27}-File Explorer_musicpreview.xml</ZipFileName> - <DestinationFilename>%Skin%\Blue3wide\File Explorer_musicpreview.xml</DestinationFilename> - </FileItem> </Items> </Files> </GroupItem> @@ -141,13 +99,6 @@ <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> <Param1 /> <UpdateOption>AlwaysOverwrite</UpdateOption> - <LocalFileName>..\Skin\Xface\File Explorer_dialog.xml</LocalFileName> - <ZipFileName>Installer{CopyFile}\{63269080-7b9c-47d4-b8f2-f80c541a0621}-File Explorer_dialog.xml</ZipFileName> - <DestinationFilename>%Skin%\Xface\File Explorer_dialog.xml</DestinationFilename> - </FileItem> - <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> - <Param1 /> - <UpdateOption>AlwaysOverwrite</UpdateOption> <LocalFileName>..\Skin\Xface\File Explorer_main.xml</LocalFileName> <ZipFileName>Installer{CopyFile}\{638f93d9-0519-41d0-a7fa-81294d990fac}-File Explorer_main.xml</ZipFileName> <DestinationFilename>%Skin%\Xface\File Explorer_main.xml</DestinationFilename> @@ -155,20 +106,6 @@ <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> <Param1 /> <UpdateOption>AlwaysOverwrite</UpdateOption> - <LocalFileName>..\Skin\Xface\File Explorer_modulepreview.xml</LocalFileName> - <ZipFileName>Installer{CopyFile}\{90a9bfb0-1961-470e-848e-e51f3d0529f6}-File Explorer_modulepreview.xml</ZipFileName> - <DestinationFilename>%Skin%\Xface\File Explorer_modulepreview.xml</DestinationFilename> - </FileItem> - <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> - <Param1 /> - <UpdateOption>AlwaysOverwrite</UpdateOption> - <LocalFileName>..\Skin\Xface\File Explorer_musicpreview.xml</LocalFileName> - <ZipFileName>Installer{CopyFile}\{5195f55e-387f-47c6-b182-9e58045c9ced}-File Explorer_musicpreview.xml</ZipFileName> - <DestinationFilename>%Skin%\Xface\File Explorer_musicpreview.xml</DestinationFilename> - </FileItem> - <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> - <Param1 /> - <UpdateOption>AlwaysOverwrite</UpdateOption> <LocalFileName>..\Skin\Xface\Media\hover_file explorer.png</LocalFileName> <ZipFileName>Installer{CopyFile}\{a0583ba8-7b6f-464a-b981-e13640ec7605}-hover_file explorer.png</ZipFileName> <DestinationFilename>%Skin%\Xface\Media\hover_file explorer.png</DestinationFilename> @@ -455,7 +392,7 @@ <UpdateOption>AlwaysOverwrite</UpdateOption> <LocalFileName>..\Compression\Release\Compression.dll</LocalFileName> <ZipFileName>Installer{CopyFile}\{6ad4479e-a4ef-424d-bb10-5dfc366bdf97}-Compression.dll</ZipFileName> - <DestinationFilename>%Plugins%\Windows\Compression\Compression.dll</DestinationFilename> + <DestinationFilename>%Plugins%\Windows\Compression.dll</DestinationFilename> </FileItem> <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> <Param1 /> @@ -474,13 +411,6 @@ <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> <Param1 /> <UpdateOption>AlwaysOverwrite</UpdateOption> - <LocalFileName>..\Skin\Blue3\File Explorer_dialog.xml</LocalFileName> - <ZipFileName>Installer{CopyFile}\{55884b5d-2ef9-47ab-858f-8dfcbf4e11cf}-File Explorer_dialog.xml</ZipFileName> - <DestinationFilename>%Skin%\Blue3\File Explorer_dialog.xml</DestinationFilename> - </FileItem> - <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> - <Param1 /> - <UpdateOption>AlwaysOverwrite</UpdateOption> <LocalFileName>..\Skin\Blue3\File Explorer_main.xml</LocalFileName> <ZipFileName>Installer{CopyFile}\{d8f279b1-156f-42ea-9521-df306497502d}-File Explorer_main.xml</ZipFileName> <DestinationFilename>%Skin%\Blue3\File Explorer_main.xml</DestinationFilename> @@ -488,20 +418,6 @@ <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> <Param1 /> <UpdateOption>AlwaysOverwrite</UpdateOption> - <LocalFileName>..\Skin\Blue3\File Explorer_modulepreview.xml</LocalFileName> - <ZipFileName>Installer{CopyFile}\{e6dff945-da79-410d-a427-1bfabfac62bb}-File Explorer_modulepreview.xml</ZipFileName> - <DestinationFilename>%Skin%\Blue3\File Explorer_modulepreview.xml</DestinationFilename> - </FileItem> - <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> - <Param1 /> - <UpdateOption>AlwaysOverwrite</UpdateOption> - <LocalFileName>..\Skin\Blue3\File Explorer_musicpreview.xml</LocalFileName> - <ZipFileName>Installer{CopyFile}\{0b5e1eb7-ab42-4f27-8a35-140dcdf19542}-File Explorer_musicpreview.xml</ZipFileName> - <DestinationFilename>%Skin%\Blue3\File Explorer_musicpreview.xml</DestinationFilename> - </FileItem> - <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> - <Param1 /> - <UpdateOption>AlwaysOverwrite</UpdateOption> <LocalFileName>..\Skin\Blue3wide\File Explorer_textpreview.xml</LocalFileName> <ZipFileName>Installer{CopyFile}\{5112db06-7ae0-4462-bd84-7667667bcbdf}-File Explorer_textpreview.xml</ZipFileName> <DestinationFilename>%Skin%\Blue3wide\File Explorer_textpreview.xml</DestinationFilename> @@ -509,13 +425,6 @@ <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> <Param1 /> <UpdateOption>AlwaysOverwrite</UpdateOption> - <LocalFileName>..\Skin\Blue3wide\File Explorer_dialog.xml</LocalFileName> - <ZipFileName>Installer{CopyFile}\{537822ea-1129-491c-86f2-10155e8dc99f}-File Explorer_dialog.xml</ZipFileName> - <DestinationFilename>%Skin%\Blue3wide\File Explorer_dialog.xml</DestinationFilename> - </FileItem> - <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> - <Param1 /> - <UpdateOption>AlwaysOverwrite</UpdateOption> <LocalFileName>..\Skin\Blue3wide\File Explorer_main.xml</LocalFileName> <ZipFileName>Installer{CopyFile}\{993c58e6-a784-41ba-949e-612bb371447b}-File Explorer_main.xml</ZipFileName> <DestinationFilename>%Skin%\Blue3wide\File Explorer_main.xml</DestinationFilename> @@ -523,20 +432,6 @@ <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> <Param1 /> <UpdateOption>AlwaysOverwrite</UpdateOption> - <LocalFileName>..\Skin\Blue3wide\File Explorer_modulepreview.xml</LocalFileName> - <ZipFileName>Installer{CopyFile}\{06d04be0-cdb0-4259-83a9-04bf67a9124d}-File Explorer_modulepreview.xml</ZipFileName> - <DestinationFilename>%Skin%\Blue3wide\File Explorer_modulepreview.xml</DestinationFilename> - </FileItem> - <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> - <Param1 /> - <UpdateOption>AlwaysOverwrite</UpdateOption> - <LocalFileName>..\Skin\Blue3wide\File Explorer_musicpreview.xml</LocalFileName> - <ZipFileName>Installer{CopyFile}\{c5cb594e-2b83-456a-9e43-fc4bcbef2b27}-File Explorer_musicpreview.xml</ZipFileName> - <DestinationFilename>%Skin%\Blue3wide\File Explorer_musicpreview.xml</DestinationFilename> - </FileItem> - <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> - <Param1 /> - <UpdateOption>AlwaysOverwrite</UpdateOption> <LocalFileName>..\Skin\Xface\File Explorer_textpreview.xml</LocalFileName> <ZipFileName>Installer{CopyFile}\{a6fb338a-59a4-40b7-8716-d8fdc13e78c8}-File Explorer_textpreview.xml</ZipFileName> <DestinationFilename>%Skin%\Xface\File Explorer_textpreview.xml</DestinationFilename> @@ -551,13 +446,6 @@ <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> <Param1 /> <UpdateOption>AlwaysOverwrite</UpdateOption> - <LocalFileName>..\Skin\Xface\File Explorer_dialog.xml</LocalFileName> - <ZipFileName>Installer{CopyFile}\{63269080-7b9c-47d4-b8f2-f80c541a0621}-File Explorer_dialog.xml</ZipFileName> - <DestinationFilename>%Skin%\Xface\File Explorer_dialog.xml</DestinationFilename> - </FileItem> - <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> - <Param1 /> - <UpdateOption>AlwaysOverwrite</UpdateOption> <LocalFileName>..\Skin\Xface\File Explorer_main.xml</LocalFileName> <ZipFileName>Installer{CopyFile}\{638f93d9-0519-41d0-a7fa-81294d990fac}-File Explorer_main.xml</ZipFileName> <DestinationFilename>%Skin%\Xface\File Explorer_main.xml</DestinationFilename> @@ -565,20 +453,6 @@ <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> <Param1 /> <UpdateOption>AlwaysOverwrite</UpdateOption> - <LocalFileName>..\Skin\Xface\File Explorer_modulepreview.xml</LocalFileName> - <ZipFileName>Installer{CopyFile}\{90a9bfb0-1961-470e-848e-e51f3d0529f6}-File Explorer_modulepreview.xml</ZipFileName> - <DestinationFilename>%Skin%\Xface\File Explorer_modulepreview.xml</DestinationFilename> - </FileItem> - <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> - <Param1 /> - <UpdateOption>AlwaysOverwrite</UpdateOption> - <LocalFileName>..\Skin\Xface\File Explorer_musicpreview.xml</LocalFileName> - <ZipFileName>Installer{CopyFile}\{5195f55e-387f-47c6-b182-9e58045c9ced}-File Explorer_musicpreview.xml</ZipFileName> - <DestinationFilename>%Skin%\Xface\File Explorer_musicpreview.xml</DestinationFilename> - </FileItem> - <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> - <Param1 /> - <UpdateOption>AlwaysOverwrite</UpdateOption> <LocalFileName>..\Skin\Xface\Media\hover_file explorer.png</LocalFileName> <ZipFileName>Installer{CopyFile}\{a0583ba8-7b6f-464a-b981-e13640ec7605}-hover_file explorer.png</ZipFileName> <DestinationFilename>%Skin%\Xface\Media\hover_file explorer.png</DestinationFilename> @@ -629,7 +503,7 @@ <Param1 /> <UpdateOption>OverwriteIfOlder</UpdateOption> <LocalFileName>..\file_explorer.png</LocalFileName> - <ZipFileName>Installer{CopyFile}\{4e67cb0d-187a-4bee-829d-f50145c4b969}-file_explorer.png</ZipFileName> + <ZipFileName>Installer{CopyFile}\{2eec99a4-cede-4b95-a5e1-7f43ba9bcc13}-file_explorer.png</ZipFileName> <DestinationFilename /> </FileItem> </Items> Deleted: trunk/plugins/File Explorer/Skin/Blue3/File Explorer_dialog.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Blue3/File Explorer_dialog.xml 2010-08-09 11:17:30 UTC (rev 3707) +++ trunk/plugins/File Explorer/Skin/Blue3/File Explorer_dialog.xml 2010-08-10 16:13:12 UTC (rev 3708) @@ -1,46 +0,0 @@ -<window> - <id>557316</id> - <defaultcontrol>10</defaultcontrol> - <allowoverlay>no</allowoverlay> - <controls> - <control> - <type>image</type> - <id>0</id> - <posX>177</posX> - <posY>225</posY> - <width>409</width> - <height>202</height> - <texture>dialog_background.png</texture> - </control> - <control> - <description>dialog Heading</description> - <type>fadelabel</type> - <id>2</id> - <posX>190</posX> - <posY>230</posY> - <label>0</label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>dialog line 1</description> - <type>fadelabel</type> - <id>3</id> - <posX>190</posX> - <posY>260</posY> - <label>0</label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>dialog line 2</description> - <type>fadelabel</type> - <id>4</id> - <posX>190</posX> - <posY>280</posY> - <label>0</label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - </controls> -</window> Deleted: trunk/plugins/File Explorer/Skin/Blue3/File Explorer_modulepreview.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Blue3/File Explorer_modulepreview.xml 2010-08-09 11:17:30 UTC (rev 3707) +++ trunk/plugins/File Explorer/Skin/Blue3/File Explorer_modulepreview.xml 2010-08-10 16:13:12 UTC (rev 3708) @@ -1,64 +0,0 @@ -<window> - <id>557313</id> - <defaultcontrol>10</defaultcontrol> - <allowoverlay>no</allowoverlay> - <controls> - <control> - <type>image</type> - <id>0</id> - <posX>177</posX> - <posY>225</posY> - <width>409</width> - <height>202</height> - <texture>dialog_background.png</texture> - </control> - <control> - <description>dialog Heading</description> - <type>label</type> - <id>2</id> - <posX>190</posX> - <posY>230</posY> - <label></label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>dialog line 1</description> - <type>label</type> - <id>3</id> - <posX>190</posX> - <posY>260</posY> - <label></label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>dialog line 2</description> - <type>label</type> - <id>4</id> - <posX>190</posX> - <posY>280</posY> - <label></label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>OK button</description> - <type>button</type> - <id>10</id> - <posX>435</posX> - <posY>355</posY> - <textXOff>10</textXOff> - <textYOff>7</textYOff> - <width>105</width> - <height>38</height> - <textureFocus>small_button_focus.png</textureFocus> - <textureNoFocus>small_button_nofocus.png</textureNoFocus> - <label>186</label> - <onleft>10</onleft> - <onright>10</onright> - <onup>10</onup> - <ondown>10</ondown> - </control> - </controls> -</window> Deleted: trunk/plugins/File Explorer/Skin/Blue3/File Explorer_musicpreview.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Blue3/File Explorer_musicpreview.xml 2010-08-09 11:17:30 UTC (rev 3707) +++ trunk/plugins/File Explorer/Skin/Blue3/File Explorer_musicpreview.xml 2010-08-10 16:13:12 UTC (rev 3708) @@ -1,64 +0,0 @@ -<window> - <id>557314</id> - <defaultcontrol>10</defaultcontrol> - <allowoverlay>no</allowoverlay> - <controls> - <control> - <type>image</type> - <id>0</id> - <posX>177</posX> - <posY>225</posY> - <width>409</width> - <height>202</height> - <texture>dialog_background.png</texture> - </control> - <control> - <description>dialog Heading</description> - <type>label</type> - <id>2</id> - <posX>190</posX> - <posY>230</posY> - <label></label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>dialog line 1</description> - <type>label</type> - <id>3</id> - <posX>190</posX> - <posY>260</posY> - <label></label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>dialog line 2</description> - <type>label</type> - <id>4</id> - <posX>190</posX> - <posY>280</posY> - <label></label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>OK button</description> - <type>button</type> - <id>10</id> - <posX>435</posX> - <posY>355</posY> - <textXOff>10</textXOff> - <textYOff>7</textYOff> - <width>105</width> - <height>38</height> - <textureFocus>small_button_focus.png</textureFocus> - <textureNoFocus>small_button_nofocus.png</textureNoFocus> - <label>186</label> - <onleft>10</onleft> - <onright>10</onright> - <onup>10</onup> - <ondown>10</ondown> - </control> - </controls> -</window> Deleted: trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_dialog.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_dialog.xml 2010-08-09 11:17:30 UTC (rev 3707) +++ trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_dialog.xml 2010-08-10 16:13:12 UTC (rev 3708) @@ -1,46 +0,0 @@ -<window> - <id>557316</id> - <defaultcontrol>10</defaultcontrol> - <allowoverlay>no</allowoverlay> - <controls> - <control> - <type>image</type> - <id>0</id> - <posX>177</posX> - <posY>225</posY> - <width>409</width> - <height>202</height> - <texture>dialog_background.png</texture> - </control> - <control> - <description>dialog Heading</description> - <type>fadelabel</type> - <id>2</id> - <posX>190</posX> - <posY>230</posY> - <label>0</label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>dialog line 1</description> - <type>fadelabel</type> - <id>3</id> - <posX>190</posX> - <posY>260</posY> - <label>0</label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>dialog line 2</description> - <type>fadelabel</type> - <id>4</id> - <posX>190</posX> - <posY>280</posY> - <label>0</label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - </controls> -</window> Deleted: trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_modulepreview.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_modulepreview.xml 2010-08-09 11:17:30 UTC (rev 3707) +++ trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_modulepreview.xml 2010-08-10 16:13:12 UTC (rev 3708) @@ -1,64 +0,0 @@ -<window> - <id>557313</id> - <defaultcontrol>10</defaultcontrol> - <allowoverlay>no</allowoverlay> - <controls> - <control> - <type>image</type> - <id>0</id> - <posX>177</posX> - <posY>225</posY> - <width>409</width> - <height>202</height> - <texture>dialog_background.png</texture> - </control> - <control> - <description>dialog Heading</description> - <type>label</type> - <id>2</id> - <posX>190</posX> - <posY>230</posY> - <label></label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>dialog line 1</description> - <type>label</type> - <id>3</id> - <posX>190</posX> - <posY>260</posY> - <label></label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>dialog line 2</description> - <type>label</type> - <id>4</id> - <posX>190</posX> - <posY>280</posY> - <label></label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>OK button</description> - <type>button</type> - <id>10</id> - <posX>435</posX> - <posY>355</posY> - <textXOff>10</textXOff> - <textYOff>7</textYOff> - <width>105</width> - <height>38</height> - <textureFocus>small_button_focus.png</textureFocus> - <textureNoFocus>small_button_nofocus.png</textureNoFocus> - <label>186</label> - <onleft>10</onleft> - <onright>10</onright> - <onup>10</onup> - <ondown>10</ondown> - </control> - </controls> -</window> Deleted: trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_musicpreview.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_musicpreview.xml 2010-08-09 11:17:30 UTC (rev 3707) +++ trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_musicpreview.xml 2010-08-10 16:13:12 UTC (rev 3708) @@ -1,64 +0,0 @@ -<window> - <id>557314</id> - <defaultcontrol>10</defaultcontrol> - <allowoverlay>no</allowoverlay> - <controls> - <control> - <type>image</type> - <id>0</id> - <posX>177</posX> - <posY>225</posY> - <width>409</width> - <height>202</height> - <texture>dialog_background.png</texture> - </control> - <control> - <description>dialog Heading</description> - <type>label</type> - <id>2</id> - <posX>190</posX> - <posY>230</posY> - <label></label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>dialog line 1</description> - <type>label</type> - <id>3</id> - <posX>190</posX> - <posY>260</posY> - <label></label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>dialog line 2</description> - <type>label</type> - <id>4</id> - <posX>190</posX> - <posY>280</posY> - <label></label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>OK button</description> - <type>button</type> - <id>10</id> - <posX>435</posX> - <posY>355</posY> - <textXOff>10</textXOff> - <textYOff>7</textYOff> - <width>105</width> - <height>38</height> - <textureFocus>small_button_focus.png</textureFocus> - <textureNoFocus>small_button_nofocus.png</textureNoFocus> - <label>186</label> - <onleft>10</onleft> - <onright>10</onright> - <onup>10</onup> - <ondown>10</ondown> - </control> - </controls> -</window> Deleted: trunk/plugins/File Explorer/Skin/BlueTwo/File Explorer_dialog.xml =================================================================== --- trunk/plugins/File Explorer/Skin/BlueTwo/File Explorer_dialog.xml 2010-08-09 11:17:30 UTC (rev 3707) +++ trunk/plugins/File Explorer/Skin/BlueTwo/File Explorer_dialog.xml 2010-08-10 16:13:12 UTC (rev 3708) @@ -1,46 +0,0 @@ -<window> - <id>557316</id> - <defaultcontrol>10</defaultcontrol> - <allowoverlay>no</allowoverlay> - <controls> - <control> - <type>image</type> - <id>0</id> - <posX>177</posX> - <posY>225</posY> - <width>409</width> - <height>202</height> - <texture>dialog_background.png</texture> - </control> - <control> - <description>dialog Heading</description> - <type>fadelabel</type> - <id>2</id> - <posX>190</posX> - <posY>230</posY> - <label>0</label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>dialog line 1</description> - <type>fadelabel</type> - <id>3</id> - <posX>190</posX> - <posY>260</posY> - <label>0</label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>dialog line 2</description> - <type>fadelabel</type> - <id>4</id> - <posX>190</posX> - <posY>280</posY> - <label>0</label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - </controls> -</window> Deleted: trunk/plugins/File Explorer/Skin/BlueTwo/File Explorer_modulepreview.xml =================================================================== --- trunk/plugins/File Explorer/Skin/BlueTwo/File Explorer_modulepreview.xml 2010-08-09 11:17:30 UTC (rev 3707) +++ trunk/plugins/File Explorer/Skin/BlueTwo/File Explorer_modulepreview.xml 2010-08-10 16:13:12 UTC (rev 3708) @@ -1,64 +0,0 @@ -<window> - <id>557313</id> - <defaultcontrol>10</defaultcontrol> - <allowoverlay>no</allowoverlay> - <controls> - <control> - <type>image</type> - <id>0</id> - <posX>177</posX> - <posY>225</posY> - <width>409</width> - <height>202</height> - <texture>dialog_background.png</texture> - </control> - <control> - <description>dialog Heading</description> - <type>label</type> - <id>2</id> - <posX>190</posX> - <posY>230</posY> - <label></label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>dialog line 1</description> - <type>label</type> - <id>3</id> - <posX>190</posX> - <posY>260</posY> - <label></label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>dialog line 2</description> - <type>label</type> - <id>4</id> - <posX>190</posX> - <posY>280</posY> - <label></label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>OK button</description> - <type>button</type> - <id>10</id> - <posX>435</posX> - <posY>355</posY> - <textXOff>10</textXOff> - <textYOff>7</textYOff> - <width>105</width> - <height>38</height> - <textureFocus>small_button_focus.png</textureFocus> - <textureNoFocus>small_button_nofocus.png</textureNoFocus> - <label>186</label> - <onleft>10</onleft> - <onright>10</onright> - <onup>10</onup> - <ondown>10</ondown> - </control> - </controls> -</window> Deleted: trunk/plugins/File Explorer/Skin/BlueTwo/File Explorer_musicpreview.xml =================================================================== --- trunk/plugins/File Explorer/Skin/BlueTwo/File Explorer_musicpreview.xml 2010-08-09 11:17:30 UTC (rev 3707) +++ trunk/plugins/File Explorer/Skin/BlueTwo/File Explorer_musicpreview.xml 2010-08-10 16:13:12 UTC (rev 3708) @@ -1,64 +0,0 @@ -<window> - <id>557314</id> - <defaultcontrol>10</defaultcontrol> - <allowoverlay>no</allowoverlay> - <controls> - <control> - <type>image</type> - <id>0</id> - <posX>177</posX> - <posY>225</posY> - <width>409</width> - <height>202</height> - <texture>dialog_background.png</texture> - </control> - <control> - <description>dialog Heading</description> - <type>label</type> - <id>2</id> - <posX>190</posX> - <posY>230</posY> - <label></label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>dialog line 1</description> - <type>label</type> - <id>3</id> - <posX>190</posX> - <posY>260</posY> - <label></label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>dialog line 2</description> - <type>label</type> - <id>4</id> - <posX>190</posX> - <posY>280</posY> - <label></label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>OK button</description> - <type>button</type> - <id>10</id> - <posX>435</posX> - <posY>355</posY> - <textXOff>10</textXOff> - <textYOff>7</textYOff> - <width>105</width> - <height>38</height> - <textureFocus>small_button_focus.png</textureFocus> - <textureNoFocus>small_button_nofocus.png</textureNoFocus> - <label>186</label> - <onleft>10</onleft> - <onright>10</onright> - <onup>10</onup> - <ondown>10</ondown> - </control> - </controls> -</window> Deleted: trunk/plugins/File Explorer/Skin/Xface/File Explorer_dialog.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Xface/File Explorer_dialog.xml 2010-08-09 11:17:30 UTC (rev 3707) +++ trunk/plugins/File Explorer/Skin/Xface/File Explorer_dialog.xml 2010-08-10 16:13:12 UTC (rev 3708) @@ -1,46 +0,0 @@ -<window> - <id>557316</id> - <defaultcontrol>10</defaultcontrol> - <allowoverlay>no</allowoverlay> - <controls> - <control> - <type>image</type> - <id>0</id> - <posX>177</posX> - <posY>225</posY> - <width>409</width> - <height>202</height> - <texture>dialog_background.png</texture> - </control> - <control> - <description>dialog Heading</description> - <type>fadelabel</type> - <id>2</id> - <posX>190</posX> - <posY>230</posY> - <label>0</label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>dialog line 1</description> - <type>fadelabel</type> - <id>3</id> - <posX>190</posX> - <posY>260</posY> - <label>0</label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>dialog line 2</description> - <type>fadelabel</type> - <id>4</id> - <posX>190</posX> - <posY>280</posY> - <label>0</label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - </controls> -</window> Deleted: trunk/plugins/File Explorer/Skin/Xface/File Explorer_modulepreview.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Xface/File Explorer_modulepreview.xml 2010-08-09 11:17:30 UTC (rev 3707) +++ trunk/plugins/File Explorer/Skin/Xface/File Explorer_modulepreview.xml 2010-08-10 16:13:12 UTC (rev 3708) @@ -1,64 +0,0 @@ -<window> - <id>557313</id> - <defaultcontrol>10</defaultcontrol> - <allowoverlay>no</allowoverlay> - <controls> - <control> - <type>image</type> - <id>0</id> - <posX>177</posX> - <posY>225</posY> - <width>409</width> - <height>202</height> - <texture>dialog_background.png</texture> - </control> - <control> - <description>dialog Heading</description> - <type>label</type> - <id>2</id> - <posX>190</posX> - <posY>230</posY> - <label></label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>dialog line 1</description> - <type>label</type> - <id>3</id> - <posX>190</posX> - <posY>260</posY> - <label></label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>dialog line 2</description> - <type>label</type> - <id>4</id> - <posX>190</posX> - <posY>280</posY> - <label></label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>OK button</description> - <type>button</type> - <id>10</id> - <posX>435</posX> - <posY>355</posY> - <textXOff>10</textXOff> - <textYOff>7</textYOff> - <width>105</width> - <height>38</height> - <textureFocus>small_button_focus.png</textureFocus> - <textureNoFocus>small_button_nofocus.png</textureNoFocus> - <label>186</label> - <onleft>10</onleft> - <onright>10</onright> - <onup>10</onup> - <ondown>10</ondown> - </control> - </controls> -</window> Deleted: trunk/plugins/File Explorer/Skin/Xface/File Explorer_musicpreview.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Xface/File Explorer_musicpreview.xml 2010-08-09 11:17:30 UTC (rev 3707) +++ trunk/plugins/File Explorer/Skin/Xface/File Explorer_musicpreview.xml 2010-08-10 16:13:12 UTC (rev 3708) @@ -1,64 +0,0 @@ -<window> - <id>557314</id> - <defaultcontrol>10</defaultcontrol> - <allowoverlay>no</allowoverlay> - <controls> - <control> - <type>image</type> - <id>0</id> - <posX>177</posX> - <posY>225</posY> - <width>409</width> - <height>202</height> - <texture>dialog_background.png</texture> - </control> - <control> - <description>dialog Heading</description> - <type>label</type> - <id>2</id> - <posX>190</posX> - <posY>230</posY> - <label></label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>dialog line 1</description> - <type>label</type> - <id>3</id> - <posX>190</posX> - <posY>260</posY> - <label></label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>dialog line 2</description> - <type>label</type> - <id>4</id> - <posX>190</posX> - <posY>280</posY> - <label></label> - <font>font13</font> - <textcolor>ffffffff</textcolor> - </control> - <control> - <description>OK button</description> - <type>button</type> - <id>10</id> - <posX>435</posX> - <posY>355</posY> - <textXOff>10</textXOff> - <textYOff>7</textYOff> - <width>105</width> - <height>38</height> - <textureFocus>small_button_focus.png</textureFocus> - <textureNoFocus>small_button_nofocus.png</textureNoFocus> - <label>186</label> - <onleft>10</onleft> - <onright>10</onright> - <onup>10</onup> - <ondown>10</ondown> - </control> - </controls> -</window> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |