From: <fr...@us...> - 2012-12-16 14:23:39
|
Revision: 4517 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=4517&view=rev Author: framug Date: 2012-12-16 14:23:33 +0000 (Sun, 16 Dec 2012) Log Message: ----------- WebEPGfr : Improve DefaultWide skin. Modified Paths: -------------- trunk/plugins/WebEPGfr/skin/DefaultWide/Kazer.xml trunk/plugins/WebEPGfr/skin/DefaultWide/ZguideTV.xml Added Paths: ----------- trunk/plugins/WebEPGfr/skin/DefaultWide/Media/ZGuideTV_logo.png trunk/plugins/WebEPGfr/skin/DefaultWide/Media/kazer_logo.png Modified: trunk/plugins/WebEPGfr/skin/DefaultWide/Kazer.xml =================================================================== --- trunk/plugins/WebEPGfr/skin/DefaultWide/Kazer.xml 2012-12-15 09:32:57 UTC (rev 4516) +++ trunk/plugins/WebEPGfr/skin/DefaultWide/Kazer.xml 2012-12-16 14:23:33 UTC (rev 4517) @@ -12,6 +12,8 @@ <width>1280</width> <height>720</height> </control> + <import>common.window.xml</import> + <import>common.time.xml</import> <!-- Description du logo du nom du plugin en haut à gauche --> <control> <type>image</type> @@ -22,14 +24,14 @@ <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="500">WindowClose</animation> </control> - <!-- Libellé Guide Télé --> + <!-- Libellé WebEPGfr --> <control> - <description>Libellé Guide Télé</description> + <description>Libellé WebEPGfr</description> <type>label</type> <id>0</id> <posX>365</posX> <posY>144</posY> - <label>Guide Télé</label> + <label>WebEPGfr</label> <font>font16</font> <align>right</align> <textcolor>FFFFFFFF</textcolor> @@ -40,49 +42,21 @@ <control> <type>image</type> <id>0</id> - <posX>100</posX> - <posY>520</posY> + <posX>50</posX> + <posY>400</posY> <width>300</width> <height>200</height> <texture>hover_kazer.png</texture> <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="500">WindowClose</animation> </control> - <!-- Description de la date --> - <control> - <description>Date</description> - <type>label</type> - <id>0</id> - <posX>1250</posX> - <posY>20</posY> - <label>#date</label> - <align>right</align> - <font>font14</font> - <textcolor>ffa9d0f7</textcolor> - <animation effect="fade" time="250">WindowOpen</animation> - <animation effect="fade" time="500">WindowClose</animation> - </control> - <!-- Description de l'heure --> - <control> - <description>Time</description> - <type>label</type> - <id>0</id> - <posX>1250</posX> - <posY>50</posY> - <label>#time</label> - <align>right</align> - <font>font14</font> - <textcolor>ffa9d0f7</textcolor> - <animation effect="fade" time="250">WindowOpen</animation> - <animation effect="fade" time="500">WindowClose</animation> - </control> <!--**** menu ****--> <control> <type>group</type> <description>group element</description> <posX>70</posX> - <posY>260</posY> - <layout>StackLayout</layout> + <posY>230</posY> + <layout>StackLayout(0,Vertical,true)</layout> <control> <description>Guide Télé</description> <type>button</type> @@ -139,7 +113,6 @@ <posY>260</posY> <label>Date du guide télé de MediaPortal : </label> <align>left</align> - <textcolor>White</textcolor> </control> <!-- Libellé date tvguide kazer (caché par défaut) --> <control> @@ -150,8 +123,6 @@ <posY>290</posY> <label>Date du guide télé de kazer : </label> <align>left</align> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> </control> <!-- Libellé date de la sauvegarde (caché par défaut) --> <control> @@ -163,8 +134,6 @@ <label>Date de la dernière sauvegarde : </label> <align>left</align> <font>font13</font> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> </control> <!-- Libellé date du guide télé dans la sauvegarde (caché par défaut) --> <control> @@ -176,8 +145,6 @@ <label>Date du guide Télé dans la sauvegarde : </label> <align>left</align> <font>font13</font> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> </control> <!-- date tvguide MediaPortal --> <control> @@ -188,7 +155,6 @@ <posY>260</posY> <label>-</label> <align>left</align> - <textcolor>White</textcolor> </control> <!-- date tvguide kazer (caché par défaut) --> <control> @@ -199,8 +165,6 @@ <posY>290</posY> <label>-</label> <align>left</align> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> </control> <!-- date de la sauvegarde (caché par défaut) --> <control> @@ -212,8 +176,6 @@ <label>-</label> <align>left</align> <font>font13</font> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> </control> <!-- date du guide télé dans la sauvegarde (caché par défaut) --> <control> @@ -225,8 +187,6 @@ <label>-</label> <align>left</align> <font>font13</font> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> </control> <!-- Libellé d'information --> <control> @@ -234,10 +194,10 @@ <type>label</type> <id>8</id> <posX>500</posX> - <posY>600</posY> + <posY>500</posY> <label>-</label> <align>left</align> - <textcolor>White</textcolor> + <textcolor>Red</textcolor> </control> </controls> </window> \ No newline at end of file Added: trunk/plugins/WebEPGfr/skin/DefaultWide/Media/ZGuideTV_logo.png =================================================================== (Binary files differ) Property changes on: trunk/plugins/WebEPGfr/skin/DefaultWide/Media/ZGuideTV_logo.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/plugins/WebEPGfr/skin/DefaultWide/Media/kazer_logo.png =================================================================== (Binary files differ) Property changes on: trunk/plugins/WebEPGfr/skin/DefaultWide/Media/kazer_logo.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: trunk/plugins/WebEPGfr/skin/DefaultWide/ZguideTV.xml =================================================================== --- trunk/plugins/WebEPGfr/skin/DefaultWide/ZguideTV.xml 2012-12-15 09:32:57 UTC (rev 4516) +++ trunk/plugins/WebEPGfr/skin/DefaultWide/ZguideTV.xml 2012-12-16 14:23:33 UTC (rev 4517) @@ -12,6 +12,8 @@ <width>1280</width> <height>720</height> </control> + <import>common.window.xml</import> + <import>common.time.xml</import> <!-- Description du logo du nom du plugin en haut à gauche --> <control> <type>image</type> @@ -22,14 +24,14 @@ <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="500">WindowClose</animation> </control> - <!-- Libellé Guide Télé --> + <!-- Libellé WebEPGfr --> <control> - <description>Libellé Guide Télé</description> + <description>Libellé WebEPGfr</description> <type>label</type> <id>0</id> <posX>400</posX> <posY>144</posY> - <label>Guide Télé</label> + <label>WebEPGfr</label> <font>font16</font> <align>right</align> <textcolor>FFFFFFFF</textcolor> @@ -40,49 +42,21 @@ <control> <type>image</type> <id>0</id> - <posX>100</posX> - <posY>520</posY> + <posX>50</posX> + <posY>400</posY> <width>300</width> <height>200</height> <texture>hover_ZguideTV.png</texture> <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="500">WindowClose</animation> </control> - <!-- Description de la date --> - <control> - <description>Date</description> - <type>label</type> - <id>0</id> - <posX>1250</posX> - <posY>20</posY> - <label>#date</label> - <align>right</align> - <font>font14</font> - <textcolor>ffa9d0f7</textcolor> - <animation effect="fade" time="250">WindowOpen</animation> - <animation effect="fade" time="500">WindowClose</animation> - </control> - <!-- Description de l'heure --> - <control> - <description>Time</description> - <type>label</type> - <id>0</id> - <posX>1250</posX> - <posY>50</posY> - <label>#time</label> - <align>right</align> - <font>font14</font> - <textcolor>ffa9d0f7</textcolor> - <animation effect="fade" time="250">WindowOpen</animation> - <animation effect="fade" time="500">WindowClose</animation> - </control> <!--**** menu ****--> <control> <type>group</type> <description>group element</description> <posX>70</posX> - <posY>260</posY> - <layout>StackLayout</layout> + <posY>230</posY> + <layout>StackLayout(0,Vertical,true)</layout> <control> <description>Guide Télé</description> <type>button</type> @@ -139,7 +113,6 @@ <posY>260</posY> <label>Date du guide télé de MediaPortal : </label> <align>left</align> - <textcolor>White</textcolor> </control> <!-- Libellé date tvguide ZguideTV (caché par défaut) --> <control> @@ -150,8 +123,6 @@ <posY>290</posY> <label>Date du guide télé de ZguideTV : </label> <align>left</align> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> </control> <!-- Libellé date de la sauvegarde (caché par défaut) --> <control> @@ -163,8 +134,6 @@ <label>Date de la dernière sauvegarde : </label> <align>left</align> <font>font13</font> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> </control> <!-- Libellé date du guide télé dans la sauvegarde (caché par défaut) --> <control> @@ -176,8 +145,6 @@ <label>Date du guide Télé dans la sauvegarde : </label> <align>left</align> <font>font13</font> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> </control> <!-- date tvguide MediaPortal --> <control> @@ -188,7 +155,6 @@ <posY>260</posY> <label>-</label> <align>left</align> - <textcolor>White</textcolor> </control> <!-- date tvguide ZguideTV (caché par défaut) --> <control> @@ -199,8 +165,6 @@ <posY>290</posY> <label>-</label> <align>left</align> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> </control> <!-- date de la sauvegarde (caché par défaut) --> <control> @@ -212,8 +176,6 @@ <label>-</label> <align>left</align> <font>font13</font> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> </control> <!-- date du guide télé dans la sauvegarde (caché par défaut) --> <control> @@ -225,19 +187,17 @@ <label>-</label> <align>left</align> <font>font13</font> - <textcolor>ffffffff</textcolor> - <colordiffuse>ffffffff</colordiffuse> </control> <!-- Libellé d'information --> <control> <description>Libellé d'information</description> <type>label</type> <id>8</id> - <posX>500</posX> - <posY>600</posY> + <posX>450</posX> + <posY>500</posY> <label>-</label> <align>left</align> - <textcolor>White</textcolor> + <textcolor>Red</textcolor> </control> </controls> </window> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |