From: <fr...@us...> - 2009-10-13 16:58:41
|
Revision: 3125 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=3125&view=rev Author: framug Date: 2009-10-13 16:58:30 +0000 (Tue, 13 Oct 2009) Log Message: ----------- File Explorer V1.1 (Part 2) : - Fix Localization. - Add DE language. - Add B3, B3W and Xface skins. - Add setup icons. Modified Paths: -------------- trunk/plugins/File Explorer/Constants.cs trunk/plugins/File Explorer/File Explorer.csproj trunk/plugins/File Explorer/File Explorer.sln trunk/plugins/File Explorer/LocalizeStrings.cs trunk/plugins/File Explorer/Preview/TextPreview.cs trunk/plugins/File Explorer/Properties/AssemblyInfo.cs Added Paths: ----------- trunk/plugins/File Explorer/Language/strings_de.xml trunk/plugins/File Explorer/Skin/Blue3/ trunk/plugins/File Explorer/Skin/Blue3/File Explorer_dialog.xml trunk/plugins/File Explorer/Skin/Blue3/File Explorer_main.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/Blue3/File Explorer_textpreview.xml trunk/plugins/File Explorer/Skin/Blue3/Media/ trunk/plugins/File Explorer/Skin/Blue3wide/ trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_dialog.xml trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_main.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/Blue3wide/File Explorer_textpreview.xml trunk/plugins/File Explorer/Skin/Blue3wide/Media/ trunk/plugins/File Explorer/Skin/Xface/ trunk/plugins/File Explorer/Skin/Xface/File Explorer_dialog.xml trunk/plugins/File Explorer/Skin/Xface/File Explorer_main.xml trunk/plugins/File Explorer/Skin/Xface/File Explorer_modulepreview.xml trunk/plugins/File Explorer/Skin/Xface/File Explorer_musicpreview.xml trunk/plugins/File Explorer/Skin/Xface/File Explorer_textpreview.xml trunk/plugins/File Explorer/Skin/Xface/Media/ trunk/plugins/File Explorer/Skin/Xface/Media/buttonNF_file explorer.png trunk/plugins/File Explorer/Skin/Xface/Media/button_file explorer.png trunk/plugins/File Explorer/Skin/Xface/Media/hover_file explorer.png trunk/plugins/File Explorer/Skin/Xface/common.window.file_explorer.xml trunk/plugins/File Explorer/file_explorer.png trunk/plugins/File Explorer/file_explorerDisabled.png Modified: trunk/plugins/File Explorer/Constants.cs =================================================================== --- trunk/plugins/File Explorer/Constants.cs 2009-10-13 09:25:18 UTC (rev 3124) +++ trunk/plugins/File Explorer/Constants.cs 2009-10-13 16:58:30 UTC (rev 3125) @@ -198,7 +198,7 @@ /// <summary> /// Author of PlugIn. /// </summary> - public static readonly string AUTHOR = "Andreas Groß, framug"; + public static readonly string AUTHOR = "Andreas Groß, framug, -ltb- (gfx)"; } #endregion Modified: trunk/plugins/File Explorer/File Explorer.csproj =================================================================== --- trunk/plugins/File Explorer/File Explorer.csproj 2009-10-13 09:25:18 UTC (rev 3124) +++ trunk/plugins/File Explorer/File Explorer.csproj 2009-10-13 16:58:30 UTC (rev 3125) @@ -1,4 +1,4 @@ -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> <PropertyGroup> <OutputType>Library</OutputType> <RootNamespace>FileExplorer</RootNamespace> @@ -17,6 +17,11 @@ <TreatWarningsAsErrors>false</TreatWarningsAsErrors> <StartAction>Program</StartAction> <StartProgram>C:\Programme\Team MediaPortal\MediaPortal\MediaPortal.exe</StartProgram> + <FileUpgradeFlags> + </FileUpgradeFlags> + <OldToolsVersion>2.0</OldToolsVersion> + <UpgradeBackupLocation> + </UpgradeBackupLocation> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> <OutputPath>bin\Debug\</OutputPath> @@ -35,14 +40,14 @@ <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> </PropertyGroup> <ItemGroup> - <Reference Include="Core, Version=1.0.2590.13808, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Core, Version=1.0.4.34667, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\MediaPortal\Core\bin\Release\Core.dll</HintPath> + <HintPath>..\..\mediaportal\xbmc\bin\Release\Core.dll</HintPath> <Private>False</Private> </Reference> - <Reference Include="Dialogs, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Dialogs, Version=1.0.4.34668, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\MediaPortal\Dialogs\bin\Release\Dialogs.dll</HintPath> + <HintPath>..\..\mediaportal\xbmc\bin\Release\plugins\Windows\Dialogs.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="System" /> @@ -54,9 +59,9 @@ <Private>False</Private> </Reference> <Reference Include="Microsoft.VisualBasic" /> - <Reference Include="Utils, Version=1.0.2590.13806, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Utils, Version=2.2.7.34666, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\MediaPortal\Utils\bin\Release\Utils.dll</HintPath> + <HintPath>..\..\mediaportal\xbmc\bin\Release\Utils.dll</HintPath> <Private>False</Private> </Reference> </ItemGroup> @@ -82,14 +87,40 @@ <Compile Include="XmlConfig.cs" /> </ItemGroup> <ItemGroup> + <EmbeddedResource Include="file_explorer.png" /> + <EmbeddedResource Include="file_explorerDisabled.png" /> + <Content Include="Language\strings_de.xml" /> <Content Include="Language\strings_en.xml" /> <Content Include="Language\strings_fr.xml" /> - <Content Include="Skin\BlueTwo\File Explorer_dialog.xml" /> - <Content Include="Skin\BlueTwo\File Explorer_main.xml" /> - <Content Include="Skin\BlueTwo\File Explorer_modulepreview.xml" /> - <Content Include="Skin\BlueTwo\File Explorer_musicpreview.xml" /> - <Content Include="Skin\BlueTwo\File Explorer_textpreview.xml" /> - <Content Include="Skin\BlueTwo\Media\hover_File Explorer.png" /> + <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" /> + <Content Include="Skin\Xface\Media\hover_file explorer.png" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> + <PropertyGroup> + <PostBuildEvent> + </PostBuildEvent> + </PropertyGroup> </Project> \ No newline at end of file Modified: trunk/plugins/File Explorer/File Explorer.sln =================================================================== --- trunk/plugins/File Explorer/File Explorer.sln 2009-10-13 09:25:18 UTC (rev 3124) +++ trunk/plugins/File Explorer/File Explorer.sln 2009-10-13 16:58:30 UTC (rev 3125) @@ -1,6 +1,6 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "File Explorer", "File Explorer.csproj", "{39A9A612-493E-45CF-AE39-E99BAE474679}" EndProject Global Added: trunk/plugins/File Explorer/Language/strings_de.xml =================================================================== --- trunk/plugins/File Explorer/Language/strings_de.xml (rev 0) +++ trunk/plugins/File Explorer/Language/strings_de.xml 2009-10-13 16:58:30 UTC (rev 3125) @@ -0,0 +1,133 @@ +<?xml version="1.0" encoding="utf-8"?> +<Language name="German" characters="255"> + <Section name="unmapped"> + <String id="0">Datei Explorer</String> + <String id="1">Datei Explorer Setup</String> + <String id="2">Datei Explorer</String> + <String id="3">Erweiterungen</String> + <String id="4">Papierkorb</String> + <String id="5">Alle Dateien</String> + <String id="6">Systemdateien</String> + <String id="7">Systemordner</String> + <String id="8">Zeige Datei-Erweiterungen</String> + <String id="9">Verschiebe Dateien in den Papierkorb statt diese endgültig zu löschen</String> + <String id="10">Alle Dateien anzeigen</String> + <String id="11">Systemdateien anzeigen</String> + <String id="12">Systemordner anzeigen</String> + <String id="13">Übernehmen</String> + <String id="14">Abbrechen</String> + <String id="15">Fehler</String> + <String id="16">Unbekannter Fehler!</String> + <String id="17">Zugriff verweigert!</String> + <String id="18">Dateien/Ordner können nur auf Laufwerken mit </String> + <String id="19">NTFS-Formatierung verschlüsselt/komprimiert werden.</String> + <String id="20">Laufwerk, Ordner oder Datei kann nicht </String> + <String id="21">beschrieben/gelesen werden.</String> + <String id="22">Audio-Playlist erstellen</String> + <String id="23">Datei hinzufügen: </String> + <String id="24">Pfad: </String> + <String id="25">Komprimieren</String> + <String id="26">Datei komprimieren: </String> + <String id="27">Kopieren</String> + <String id="28">Datei: </String> + <String id="29">Nach: </String> + <String id="30">Entschlüsseln</String> + <String id="31">Löschen</String> + <String id="32">Verschlüsseln</String> + <String id="33">Verstecken</String> + <String id="34">Verschieben</String> + <String id="35">Attribut "nur lesen" setzen</String> + <String id="36">Attribut "nur lesen" entfernen</String> + <String id="37">Dekomprimieren</String> + <String id="38">Sichtbar machen</String> + <String id="39">Video-Playlist erstellen</String> + <String id="40">Zur Audio-Playlist hinzufügen</String> + <String id="41">Lese Dateien....</String> + <String id="42">Zur Video-Playlist hinzufügen</String> + <String id="43">Menü links</String> + <String id="44">Menü rechts</String> + <String id="45">Ordner: </String> + <String id="46">CD/DVD-Laufwerk</String> + <String id="47">Festplatte</String> + <String id="48">Ram-Laufwerk</String> + <String id="49">Netzlaufwerk</String> + <String id="50">Wechseldatenträger</String> + <String id="51">Menü</String> + <String id="52">Laufwerk wählen</String> + <String id="53">Umbenennen</String> + <String id="54">Ordner anlegen</String> + <String id="55">Ent-/Verschlüsseln (nur NTFS-Laufwerke)</String> + <String id="56">Komprimieren/Dekomprimieren (nur NTFS-Laufwerke)</String> + <String id="57">Verstecken/sichtbar machen</String> + <String id="58">Hinzufügen/entfernen "nur lesen" Attribut</String> + <String id="59">Audio-Playlist aus Dateiverzeichnis erstellen</String> + <String id="60">Video-Playlist aus Dateiverzeichnis erstellen</String> + <String id="61">Audio-Playlist aus markierten Dateien/Ordnern erstellen</String> + <String id="62">Video-Playlist aus markierten Dateien/Ordnern erstellen</String> + <String id="63">Markierte Dateien/Ordner zur Audio-Playlist hinzufügen</String> + <String id="64">Markierte Dateien/Ordner zur Video-Playlist hinzufügen</String> + <String id="65">Alles markieren/auswählen</String> + <String id="66">Auswahl zurücksetzen</String> + <String id="67">Markierungs-Modus deaktivieren</String> + <String id="68">Markierungs-Modus aktivieren</String> + <String id="69">Datei-Vorschau</String> + <String id="70">Es wurde kein Vorschau-Plugin gefunden</String> + <String id="71">Soll die Text-Vorschau verwendet werden?</String> + <String id="72"> Attribute:</String> + <String id="73"> Versteckt;</String> + <String id="74"> Nur Lesen;</String> + <String id="75"> Systemdatei;</String> + <String id="76"> Komprimiert;</String> + <String id="77"> Verschlüsselt;</String> + <String id="78"> Keines</String> + <String id="79">Erstellt am: </String> + <String id="80">Letzter Zugriff: </String> + <String id="81">Zuletzt geändert: </String> + <String id="82"> Systemverzeichnis;</String> + <String id="83">Kopiere Datei</String> + <String id="84">Von: </String> + <String id="85">Kopiere Verzeichnis</String> + <String id="86">Kopieren der Datei</String> + <String id="87">Die Datei</String> + <String id="88">existiert bereits!</String> + <String id="89">Wollen Sie diese überschreiben?</String> + <String id="90">Datei verschieben</String> + <String id="91">Verzeichnis verschieben</String> + <String id="92">Verschiebe Datei</String> + <String id="93">Verschiebe Verzeichnis</String> + <String id="94">Das Verzeichnis </String> + <String id="95">Verzeichnis löschen</String> + <String id="96">Wollen Sie wirklich löschen?</String> + <String id="97">Nach der Löschung kann das Verzeichnis NICHT WIEDER HERGESTELLT WERDEN!</String> + <String id="98">Datei löschen</String> + <String id="99">Fehler</String> + <String id="100">Kann das Verzeichnis nicht umbenennen </String> + <String id="101">Kann die Datei nicht umbenennen </String> + <String id="102">Neuer Ordner</String> + <String id="103">Kann das Verzeichnis nicht erstellen </String> + <String id="104">Verschlüsselung/Entschlüsselung</String> + <String id="105">Wollen Sie den Entschlüsselungs-Status </String> + <String id="106">für alle Unterverzeichnisse und Dateien </String> + <String id="107">in diesem Ordner ändern?</String> + <String id="108">Wollen Sie den Komprimierungs-Status ändern?</String> + <String id="109">Ausgewählte Dateien/Verzeichnisse verstecken/sichtbar machen</String> + <String id="110">Markierte Dateien verstecken</String> + <String id="111">Markierte Dateien sichtbar machen</String> + <String id="112">Möchten Sie den Status "versteckt" ändern?</String> + <String id="113">Setzen/entfernen des Attributs "nur lesen" für die ausgewählten Dateien/Verzeichnisse</String> + <String id="114">Schreibschutz "nur lesen" setzen</String> + <String id="115">Schreibschutz "nur lesen" entfernen</String> + <String id="116">Attribut "nur lesen" setzen/entfernen</String> + <String id="117">Möchten Sie das Attribut "nur lesen" ändern?</String> + <String id="118">Neue Audio-Playlist</String> + <String id="119">Möchten Sie alle Audio-Dateien dieses Ordners </String> + <String id="120">mit dessen Unterverzeichnissen einbeziehen?</String> + <String id="121">Es wurden keine Audio-Dateien gefunden!</String> + <String id="122">Neue Video-Playlist</String> + <String id="123">Möchten Sie alle Video-Dateien dieses Ordners </String> + <String id="124">Es wurden keine Video-Dateien gefunden!</String> + <String id="125">Es wurden keine Playlisten gefunden</String> + <String id="126">Es wurden keine Playlisten in diesem Verzeichnis gefunden</String> + <String id="127">Playlist auswählen</String> + </Section> +</Language> \ No newline at end of file Modified: trunk/plugins/File Explorer/LocalizeStrings.cs =================================================================== --- trunk/plugins/File Explorer/LocalizeStrings.cs 2009-10-13 09:25:18 UTC (rev 3124) +++ trunk/plugins/File Explorer/LocalizeStrings.cs 2009-10-13 16:58:30 UTC (rev 3125) @@ -85,7 +85,10 @@ bool isPrefixEnabled = true; using (MediaPortal.Profile.Settings reader = new MediaPortal.Profile.Settings(MediaPortal.Configuration.Config.GetFile(MediaPortal.Configuration.Config.Dir.Config, "MediaPortal.xml"))) - isPrefixEnabled = reader.GetValueAsBool("general", "myprefix", true); + { + isPrefixEnabled = reader.GetValueAsBool("general", "myprefix", true); + language = reader.GetValueAsString("skin", "language", "English"); + } string directory = MediaPortal.Configuration.Config.GetSubFolder(MediaPortal.Configuration.Config.Dir.Language, "File Explorer"); string cultureName = null; @@ -112,7 +115,7 @@ } /// <summary> - /// Changes the current lagnuage + /// Changes the current language /// </summary> /// <param name="language">New Language</param> static public void ChangeLanguage(string language) Modified: trunk/plugins/File Explorer/Preview/TextPreview.cs =================================================================== --- trunk/plugins/File Explorer/Preview/TextPreview.cs 2009-10-13 09:25:18 UTC (rev 3124) +++ trunk/plugins/File Explorer/Preview/TextPreview.cs 2009-10-13 16:58:30 UTC (rev 3125) @@ -120,7 +120,7 @@ /// <returns></returns> public string Description() { - return "Text Viewer used by File File Explorer"; + return "Text Viewer used by File Explorer"; } /// <summary> Modified: trunk/plugins/File Explorer/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/File Explorer/Properties/AssemblyInfo.cs 2009-10-13 09:25:18 UTC (rev 3124) +++ trunk/plugins/File Explorer/Properties/AssemblyInfo.cs 2009-10-13 16:58:30 UTC (rev 3125) @@ -11,9 +11,9 @@ [assembly: AssemblyTitle("File Explorer")] [assembly: AssemblyDescription("File Explorer")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Sinus Arts")] +[assembly: AssemblyCompany("")] [assembly: AssemblyProduct("File Explorer")] -[assembly: AssemblyCopyright("2006 Andreas Groß")] +[assembly: AssemblyCopyright("")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] Added: trunk/plugins/File Explorer/Skin/Blue3/File Explorer_dialog.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Blue3/File Explorer_dialog.xml (rev 0) +++ trunk/plugins/File Explorer/Skin/Blue3/File Explorer_dialog.xml 2009-10-13 16:58:30 UTC (rev 3125) @@ -0,0 +1,46 @@ +<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>label</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>label</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>label</type> + <id>4</id> + <posX>190</posX> + <posY>280</posY> + <label>0</label> + <font>font13</font> + <textcolor>ffffffff</textcolor> + </control> + </controls> +</window> Added: trunk/plugins/File Explorer/Skin/Blue3/File Explorer_main.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Blue3/File Explorer_main.xml (rev 0) +++ trunk/plugins/File Explorer/Skin/Blue3/File Explorer_main.xml 2009-10-13 16:58:30 UTC (rev 3125) @@ -0,0 +1,112 @@ +<window> + <id>557311</id> + <defaultcontrol>1</defaultcontrol> + <allowoverlay>no</allowoverlay> + <controls> + <control> + <description>BackGround</description> + <type>image</type> + <id>5</id> + <posX>0</posX> + <posY>0</posY> + <width>720</width> + <height>576</height> + <texture>background.png</texture> + </control> + <control> + <description>Menu left</description> + <type>button</type> + <id>1</id> + <posX>1</posX> + <posY>100</posY> + <label>Menu left</label> + <onleft>1</onleft> + <onright>2</onright> + <onup>1</onup> + <ondown>3</ondown> + </control> + <control> + <description>Menu right</description> + <type>button</type> + <id>2</id> + <posX>352</posX> + <posY>100</posY> + <label>Menu right</label> + <onleft>1</onleft> + <onright>2</onright> + <onup>2</onup> + <ondown>4</ondown> + </control> + <control> + <description>file listcontrol</description> + <type>listcontrol</type> + <id>3</id> + <posX>1</posX> + <posY>155</posY> + <height>500</height> + <width>350</width> + <onright>4</onright> + <onleft>1</onleft> + <onup>3</onup> + <ondown>3</ondown> + <spinPosX>240</spinPosX> + </control> + <control> + <description>file listcontrol</description> + <type>listcontrol</type> + <id>4</id> + <posX>352</posX> + <posY>155</posY> + <height>500</height> + <width>350</width> + <onright>2</onright> + <onleft>3</onleft> + <onup>4</onup> + <ondown>4</ondown> + </control> + <control> + <description>label left</description> + <type>label</type> + <id>6</id> + <posX>1</posX> + <posY>600</posY> + <label>Test</label> + <font>font10</font> + <align>left</align> + <textcolor>White</textcolor> + </control> + <control> + <description>label right</description> + <type>label</type> + <id>7</id> + <posX>352</posX> + <posY>600</posY> + <label>Test</label> + <font>font10</font> + <align>left</align> + <textcolor>White</textcolor> + </control> + <control> + <description>labeldir left</description> + <type>label</type> + <id>9</id> + <posX>1</posX> + <posY>135</posY> + <label>Test</label> + <font>font10</font> + <align>left</align> + <textcolor>White</textcolor> + </control> + <control> + <description>labeldir right</description> + <type>label</type> + <id>10</id> + <posX>352</posX> + <posY>135</posY> + <label>Test</label> + <font>font10</font> + <align>left</align> + <textcolor>White</textcolor> + </control> + </controls> +</window> Added: trunk/plugins/File Explorer/Skin/Blue3/File Explorer_modulepreview.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Blue3/File Explorer_modulepreview.xml (rev 0) +++ trunk/plugins/File Explorer/Skin/Blue3/File Explorer_modulepreview.xml 2009-10-13 16:58:30 UTC (rev 3125) @@ -0,0 +1,64 @@ +<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> Added: trunk/plugins/File Explorer/Skin/Blue3/File Explorer_musicpreview.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Blue3/File Explorer_musicpreview.xml (rev 0) +++ trunk/plugins/File Explorer/Skin/Blue3/File Explorer_musicpreview.xml 2009-10-13 16:58:30 UTC (rev 3125) @@ -0,0 +1,64 @@ +<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> Added: trunk/plugins/File Explorer/Skin/Blue3/File Explorer_textpreview.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Blue3/File Explorer_textpreview.xml (rev 0) +++ trunk/plugins/File Explorer/Skin/Blue3/File Explorer_textpreview.xml 2009-10-13 16:58:30 UTC (rev 3125) @@ -0,0 +1,29 @@ +<window> + <id>557312</id> + <defaultcontrol>2</defaultcontrol> + <allowoverlay>no</allowoverlay> + <controls> + <control> + <description>BackGround</description> + <type>image</type> + <id>1</id> + <posX>0</posX> + <posY>0</posY> + <width>720</width> + <height>576</height> + <texture>background.png</texture> + </control> + <control> + <type>textbox</type> + <id>2</id> + <posX>1</posX> + <posY>1</posY> + <width>700</width> + <height>576</height> + <font>font12</font> + <textcolor>White</textcolor> + <spinPosX>640</spinPosX> + <spinPosY>560</spinPosY> + </control> + </controls> +</window> Added: trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_dialog.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_dialog.xml (rev 0) +++ trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_dialog.xml 2009-10-13 16:58:30 UTC (rev 3125) @@ -0,0 +1,46 @@ +<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>label</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>label</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>label</type> + <id>4</id> + <posX>190</posX> + <posY>280</posY> + <label>0</label> + <font>font13</font> + <textcolor>ffffffff</textcolor> + </control> + </controls> +</window> Added: trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_main.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_main.xml (rev 0) +++ trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_main.xml 2009-10-13 16:58:30 UTC (rev 3125) @@ -0,0 +1,112 @@ +<window> + <id>557311</id> + <defaultcontrol>1</defaultcontrol> + <allowoverlay>no</allowoverlay> + <controls> + <control> + <description>BackGround</description> + <type>image</type> + <id>5</id> + <posX>0</posX> + <posY>0</posY> + <width>1280</width> + <height>720</height> + <texture>background.png</texture> + </control> + <control> + <description>Menu left</description> + <type>button</type> + <id>1</id> + <posX>1</posX> + <posY>100</posY> + <label>Menu left</label> + <onleft>1</onleft> + <onright>2</onright> + <onup>1</onup> + <ondown>3</ondown> + </control> + <control> + <description>Menu right</description> + <type>button</type> + <id>2</id> + <posX>1025</posX> + <posY>100</posY> + <label>Menu right</label> + <onleft>1</onleft> + <onright>2</onright> + <onup>2</onup> + <ondown>4</ondown> + </control> + <control> + <description>file listcontrol</description> + <type>listcontrol</type> + <id>3</id> + <posX>1</posX> + <posY>162</posY> + <height>626</height> + <width>639</width> + <onright>4</onright> + <onleft>1</onleft> + <onup>3</onup> + <ondown>3</ondown> + <spinPosX>240</spinPosX> + </control> + <control> + <description>file listcontrol</description> + <type>listcontrol</type> + <id>4</id> + <posX>641</posX> + <posY>162</posY> + <height>626</height> + <width>639</width> + <onright>2</onright> + <onleft>3</onleft> + <onup>4</onup> + <ondown>4</ondown> + </control> + <control> + <description>label left</description> + <type>label</type> + <id>6</id> + <posX>1</posX> + <posY>600</posY> + <label>Test</label> + <font>font10</font> + <align>left</align> + <textcolor>White</textcolor> + </control> + <control> + <description>label right</description> + <type>label</type> + <id>7</id> + <posX>352</posX> + <posY>600</posY> + <label>Test</label> + <font>font10</font> + <align>left</align> + <textcolor>White</textcolor> + </control> + <control> + <description>labeldir left</description> + <type>label</type> + <id>9</id> + <posX>1</posX> + <posY>140</posY> + <label>Test</label> + <font>font10</font> + <align>left</align> + <textcolor>White</textcolor> + </control> + <control> + <description>labeldir right</description> + <type>label</type> + <id>10</id> + <posX>640</posX> + <posY>140</posY> + <label>Test</label> + <font>font10</font> + <align>left</align> + <textcolor>White</textcolor> + </control> + </controls> +</window> Added: trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_modulepreview.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_modulepreview.xml (rev 0) +++ trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_modulepreview.xml 2009-10-13 16:58:30 UTC (rev 3125) @@ -0,0 +1,64 @@ +<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> Added: trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_musicpreview.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_musicpreview.xml (rev 0) +++ trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_musicpreview.xml 2009-10-13 16:58:30 UTC (rev 3125) @@ -0,0 +1,64 @@ +<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> Added: trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_textpreview.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_textpreview.xml (rev 0) +++ trunk/plugins/File Explorer/Skin/Blue3wide/File Explorer_textpreview.xml 2009-10-13 16:58:30 UTC (rev 3125) @@ -0,0 +1,29 @@ +<window> + <id>557312</id> + <defaultcontrol>2</defaultcontrol> + <allowoverlay>no</allowoverlay> + <controls> + <control> + <description>BackGround</description> + <type>image</type> + <id>1</id> + <posX>0</posX> + <posY>0</posY> + <width>1280</width> + <height>720</height> + <texture>background.png</texture> + </control> + <control> + <type>textbox</type> + <id>2</id> + <posX>1</posX> + <posY>1</posY> + <width>1260</width> + <height>720</height> + <font>font12</font> + <textcolor>White</textcolor> + <spinPosX>1180</spinPosX> + <spinPosY>690</spinPosY> + </control> + </controls> +</window> Added: trunk/plugins/File Explorer/Skin/Xface/File Explorer_dialog.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Xface/File Explorer_dialog.xml (rev 0) +++ trunk/plugins/File Explorer/Skin/Xface/File Explorer_dialog.xml 2009-10-13 16:58:30 UTC (rev 3125) @@ -0,0 +1,46 @@ +<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>label</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>label</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>label</type> + <id>4</id> + <posX>190</posX> + <posY>280</posY> + <label>0</label> + <font>font13</font> + <textcolor>ffffffff</textcolor> + </control> + </controls> +</window> Added: trunk/plugins/File Explorer/Skin/Xface/File Explorer_main.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Xface/File Explorer_main.xml (rev 0) +++ trunk/plugins/File Explorer/Skin/Xface/File Explorer_main.xml 2009-10-13 16:58:30 UTC (rev 3125) @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<window> + <id>557311</id> + <defaultcontrol>1</defaultcontrol> + <allowoverlay>no</allowoverlay> + <define>#header.label:File explorer</define> + <define>#header.image:explorer_logo.png</define> + <define>#header.hover:hover_file explorer.png</define> + <controls> + <!-- <control><description>BackGround</description><type>image</type><id>5</id><posX>0</posX><posY>0</posY><width>1366</width><height>768</height><texture>background.png</texture></control> --> + <import>common.window.file_explorer.xml</import> + <!-- <control><animation effect="fade" time="250">WindowOpen</animation><animation effect="fade" time="500">WindowClose</animation><type>image</type><id>1</id><posX>155</posX><posY>522</posY><width>217</width><height>163</height><texture>#header.hover</texture><animation effect="fade" time="200">WindowOpen</animation><animation effect="fade" time="200">WindowClose</animation></control> --> + <control> + <description>Menu left</description> + <type>button</type> + <id>1</id> + <posX>1</posX> + <posY>100</posY> + <label>Menu left</label> + <onleft>1</onleft> + <onright>2</onright> + <onup>1</onup> + <ondown>3</ondown> + </control> + <control> + <description>Menu right</description> + <type>button</type> + <id>2</id> + <posX>683</posX> + <posY>100</posY> + <label>Menu right</label> + <onleft>1</onleft> + <onright>2</onright> + <onup>2</onup> + <ondown>4</ondown> + </control> + <control> + <description>file listcontrol</description> + <type>listcontrol</type> + <id>3</id> + <posX>1</posX> + <posY>180</posY> + <height>450</height> + <width>650</width> + <onright>4</onright> + <onleft>1</onleft> + <onup>3</onup> + <ondown>3</ondown> + <spinPosX>570</spinPosX> + <spinPosY>710</spinPosY> + </control> + <control> + <description>file listcontrol</description> + <type>listcontrol</type> + <id>4</id> + <posX>683</posX> + <posY>180</posY> + <height>450</height> + <width>650</width> + <onright>2</onright> + <onleft>3</onleft> + <onup>4</onup> + <ondown>4</ondown> + <spinPosX>1220</spinPosX> + <spinPosY>710</spinPosY> + </control> + <control> + <description>label left</description> + <type>label</type> + <id>6</id> + <posX>1</posX> + <posY>180</posY> + <label>Test</label> + <font>font10</font> + <align>left</align> + <textcolor>White</textcolor> + </control> + <control> + <description>label right</description> + <type>label</type> + <id>7</id> + <posX>683</posX> + <posY>180</posY> + <label>Test</label> + <font>font10</font> + <align>left</align> + <textcolor>White</textcolor> + </control> + <control> + <description>labeldir left</description> + <type>label</type> + <id>9</id> + <posX>1</posX> + <posY>150</posY> + <label>Test</label> + <font>font10</font> + <align>left</align> + <textcolor>white</textcolor> + </control> + <control> + <description>labeldir right</description> + <type>label</type> + <id>10</id> + <posX>683</posX> + <posY>150</posY> + <label>Test</label> + <font>font10</font> + <align>left</align> + <textcolor>white</textcolor> + </control> + </controls> +</window> \ No newline at end of file Added: trunk/plugins/File Explorer/Skin/Xface/File Explorer_modulepreview.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Xface/File Explorer_modulepreview.xml (rev 0) +++ trunk/plugins/File Explorer/Skin/Xface/File Explorer_modulepreview.xml 2009-10-13 16:58:30 UTC (rev 3125) @@ -0,0 +1,64 @@ +<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> Added: trunk/plugins/File Explorer/Skin/Xface/File Explorer_musicpreview.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Xface/File Explorer_musicpreview.xml (rev 0) +++ trunk/plugins/File Explorer/Skin/Xface/File Explorer_musicpreview.xml 2009-10-13 16:58:30 UTC (rev 3125) @@ -0,0 +1,64 @@ +<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> Added: trunk/plugins/File Explorer/Skin/Xface/File Explorer_textpreview.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Xface/File Explorer_textpreview.xml (rev 0) +++ trunk/plugins/File Explorer/Skin/Xface/File Explorer_textpreview.xml 2009-10-13 16:58:30 UTC (rev 3125) @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<window> + <id>557312</id> + <defaultcontrol>2</defaultcontrol> + <allowoverlay>no</allowoverlay> + <controls> + <control> + <description>BackGround</description> + <type>image</type> + <id>1</id> + <posX>0</posX> + <posY>0</posY> + <width>1366</width> + <height>768</height> + <texture>background.png</texture> + </control> + <control> + <type>textbox</type> + <id>2</id> + <posX>1</posX> + <posY>1</posY> + <width>1346</width> + <height>768</height> + <font>font12</font> + <textcolor>White</textcolor> + <spinPosX>640</spinPosX> + <spinPosY>560</spinPosY> + </control> + </controls> +</window> \ No newline at end of file Added: trunk/plugins/File Explorer/Skin/Xface/Media/buttonNF_file explorer.png =================================================================== (Binary files differ) Property changes on: trunk/plugins/File Explorer/Skin/Xface/Media/buttonNF_file explorer.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/plugins/File Explorer/Skin/Xface/Media/button_file explorer.png =================================================================== (Binary files differ) Property changes on: trunk/plugins/File Explorer/Skin/Xface/Media/button_file explorer.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/plugins/File Explorer/Skin/Xface/Media/hover_file explorer.png =================================================================== (Binary files differ) Property changes on: trunk/plugins/File Explorer/Skin/Xface/Media/hover_file explorer.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/plugins/File Explorer/Skin/Xface/common.window.file_explorer.xml =================================================================== --- trunk/plugins/File Explorer/Skin/Xface/common.window.file_explorer.xml (rev 0) +++ trunk/plugins/File Explorer/Skin/Xface/common.window.file_explorer.xml 2009-10-13 16:58:30 UTC (rev 3125) @@ -0,0 +1,157 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<window> + <controls> + <control> + <description>BG</description> + <type>image</type> + <id>5</id> + <width>1366</width> + <height>768</height> + <texture>background.png</texture> + </control> + <control> + <type>image</type> + <id>5</id> + <posY>700</posY> + <height>89</height> + <width>1366</width> + <texture>Barback.png</texture> + <colorDiffuse>effffffff</colorDiffuse> + </control> + <control> + <type>image</type> + <id>5</id> + <posY>-20</posY> + <height>89</height> + <width>1366</width> + <texture>Barback.png</texture> + <colorDiffuse>effffffff</colorDiffuse> + </control> --> + <control> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + <type>image</type> + <id>5</id> + <posX>89</posX> + <posY>4</posY> + <width>220</width> + <height>55</height> + <texture>#header.image</texture> + </control> + <control> + <type>label</type> + <id>5</id> + <posX>374</posX> + <posY>39</posY> + <label>#header.label</label> + <font>font14</font> + <align>right</align> + <textcolor>White</textcolor> + <animation effect="fade" time="200">WindowOpen</animation> + <animation effect="fade" time="200">WindowClose</animation> + </control> + <control> + <description>Number of Files Label</description> + <type>label</type> + <id>5</id> + <posX>762</posX> + <posY>640</posY> + <label>#itemcount</label> + <align>left</align> + <textcolor>ff969696</textcolor> + <animation effect="fade" time="200">WindowOpen</animation> + <animation effect="fade" time="200">WindowClose</animation> + <visible>!facadeview.list</visible> + </control> + <control> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + <description>Selected item Label</description> + <type>fadelabel</type> + <id>5</id> + <posX>550</posX> + <posY>650</posY> + <width>365</width> + <label>#selecteditem</label> + <textcolor>black</textcolor> + <font>font14</font> + <visible>!facadeview.list</visible> + <align>center</align> + </control> + <control> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + <description>Selected item Label</description> + <type>fadelabel</type> + <id>5</id> + <posX>550</posX> + <posY>675</posY> + <width>365</width> + <label>#selecteditem2</label> + <textcolor>e0000000</textcolor> + <font>font13</font> + <visible>!facadeview.list</visible> + <align>center</align> + </control> + <control> + <type>image</type> + <id>5</id> + <posX>637</posX> + <posY>588</posY> + <width>85</width> + <height>86</height> + <texture flipY="true" diffuse="Thumb_Mask.png">#selectedthumb</texture> + <visible>!facadeview.list</visible> + </control> + <control> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + <type>image</type> + <id>5</id> + <posX>120</posX> + <posY>575</posY> + <width>217</width> + <height>163</height> + <texture>#header.hover</texture> + <animation effect="fade" time="200">WindowOpen</animation> + <animation effect="fade" time="200">WindowClose</animation> + </control> + <control> + <type>image</type> + <id>5</id> + <posX>1250</posX> + <posY>15</posY> + <width>35</width> + <height>35</height> + <texture>Clock.png</texture> + <animation effect="fade" time="200">WindowOpen</animation> + <animation effect="fade" time="200">WindowClose</animation> + </control> + <control> + <description>Date</description> + <type>label</type> + <id>200</id> + <posX>1230</posX> + <posY>30</posY> + <label>#date</label> + <align>right</align> + <font>font12</font> + <textcolor>ff969696</textcolor> + <animation effect="fade" time="200">WindowOpen</animation> + <animation effect="fade" time="200">WindowClose</animation> + </control> + <control> + <description>Time</description> + <type>label</type> + <id>201</id> + <posX>1233</posX> + <posY>10</posY> + <label>#time</label> + <align>right</align> + <font>font12</font> + <textcolor>ff969696</textcolor> + <animation effect="fade" time="200">WindowOpen</animation> + <animation effect="fade" time="200">WindowClose</animation> + </control> + </controls> +</window> \ No newline at end of file Added: trunk/plugins/File Explorer/file_explorer.png =================================================================== (Binary files differ) Property changes on: trunk/plugins/File Explorer/file_explorer.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/plugins/File Explorer/file_explorerDisabled.png =================================================================== (Binary files differ) Property changes on: trunk/plugins/File Explorer/file_explorerDisabled.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |