The branch, dharma has been updated
       via  9f585064b079b6d7eaf1bba6c9eb6424a75df4c0 (commit)
      from  cac267e766c85a0f22f62b50d96b6360f8229abb (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/skins;a=commit;h=9f585064b079b6d7eaf1bba6c9eb6424a75df4c0

commit 9f585064b079b6d7eaf1bba6c9eb6424a75df4c0
Author: theuni <[email protected]>
Date:   Thu Mar 31 13:47:13 2011 -0400

    [pm3-hd] Updated to 1.3. Upstream r306.

diff --git a/skin.pm3-hd/720p/AddonBrowser.xml 
b/skin.pm3-hd/720p/AddonBrowser.xml
index 9296848..c49460e 100644
--- a/skin.pm3-hd/720p/AddonBrowser.xml
+++ b/skin.pm3-hd/720p/AddonBrowser.xml
@@ -54,7 +54,7 @@
                                        <ondown>5</ondown>
                                </control>
                                <control type="radiobutton" id="5">
-                                       <description>View As 
button</description>
+                                       <description>Auto Update 
button</description>
                                        <posx>0</posx>
                                        <posy>90</posy>
                                        <include>ButtonCommonValues</include>
@@ -62,11 +62,22 @@
                                        <onleft>50</onleft>
                                        <onright>50</onright>
                                        <onup>3</onup>
+                                       <ondown>6</ondown>
+                               </control>
+                               <control type="radiobutton" id="6">
+                                       <description>Auto Update 
button</description>
+                                       <posx>0</posx>
+                                       <posy>135</posy>
+                                       <include>ButtonCommonValues</include>
+                                       <label>25000</label>
+                                       <onleft>50</onleft>
+                                       <onright>50</onright>
+                                       <onup>5</onup>
                                        <ondown>610</ondown>
                                </control>
                                <control type="button" id="610">
                                        <description>Fake Button to fix Player 
Controls Navigation</description>
-                                       <onup>5</onup>
+                                       <onup>6</onup>
                                        <ondown>603</ondown>
                                        <visible>false</visible>
                                </control>
diff --git a/skin.pm3-hd/720p/MusicVisualisation.xml 
b/skin.pm3-hd/720p/MusicVisualisation.xml
index 07b0ff8..30f9253 100644
--- a/skin.pm3-hd/720p/MusicVisualisation.xml
+++ b/skin.pm3-hd/720p/MusicVisualisation.xml
@@ -1,4 +1,4 @@
-<window id="2006">
+<window id="2006">
        <defaultcontrol>-</defaultcontrol>
        <allowoverlay>no</allowoverlay>
        <controls>
diff --git a/skin.pm3-hd/720p/VideoOSDSettings.xml 
b/skin.pm3-hd/720p/VideoOSDSettings.xml
index 10e47b8..3ce5e71 100644
--- a/skin.pm3-hd/720p/VideoOSDSettings.xml
+++ b/skin.pm3-hd/720p/VideoOSDSettings.xml
@@ -1,5 +1,5 @@
 <window id="123">
-       <defaultcontrol>2</defaultcontrol>
+       <defaultcontrol>5</defaultcontrol>
        <include>dialogeffect</include>
        <coordinates>
                <system>1</system>
diff --git a/skin.pm3-hd/720p/ViewsAddonBrowser.xml 
b/skin.pm3-hd/720p/ViewsAddonBrowser.xml
index fd1ae26..e42ab6d 100644
--- a/skin.pm3-hd/720p/ViewsAddonBrowser.xml
+++ b/skin.pm3-hd/720p/ViewsAddonBrowser.xml
@@ -12,7 +12,7 @@
                        <viewtype label="544">list</viewtype>
                        <pagecontrol>60</pagecontrol>
                        <scrolltime>200</scrolltime>
-                       <visible>Window.IsVisible(AddonBrowser) | 
stringcompare(ListItem.Path,plugin://) | 
stringcompare(ListItem.Path,script://)</visible>
+                       <visible>Window.IsVisible(AddonBrowser) | 
Container.Content(addons)</visible>
                        <itemlayout height="30" width="675">
                                <control type="label">
                                        <posx>10</posx>
@@ -155,7 +155,7 @@
                        </control>
                </control>
                <control type="textbox">
-                       <description>Description Value for Movies</description>
+                       <description>Description Value for Addon</description>
                        <posx>300</posx>
                        <posy>505</posy>
                        <width>950</width>
diff --git a/skin.pm3-hd/addon.xml b/skin.pm3-hd/addon.xml
index 9aa79c9..d9071cd 100644
--- a/skin.pm3-hd/addon.xml
+++ b/skin.pm3-hd/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <addon
   id="skin.pm3-hd"
-  version="1.2.3"
+  version="1.3.0"
   name="PM3.HD"
   provider-name="Jezz_X, Team XBMC">
   <requires>
diff --git a/skin.pm3-hd/build.bat b/skin.pm3-hd/build.bat
index 3b78168..11a3014 100644
--- a/skin.pm3-hd/build.bat
+++ b/skin.pm3-hd/build.bat
@@ -11,8 +11,9 @@ Echo dsstdfx.bin>>exclude.txt
 Echo exclude.txt>>exclude.txt

 

 ECHO ----------------------------------------

-ECHO Creating XBT File...

-START /B /WAIT ..\..\TexturePacker\TexturePacker -input media -output 
BUILD\skin.pm3.hd\media\Textures.xbt

+ECHO Creating XBT Files...

+START /B /WAIT ..\..\TexturePacker\TexturePacker -dupecheck -input media 
-output BUILD\skin.pm3.hd\media\Textures.xbt

+START /B /WAIT ..\..\TexturePacker\TexturePacker -dupecheck -input 
themes\Old_School -output BUILD\skin.pm3.hd\media\Old_School.xbt

 

 ECHO ----------------------------------------

 ECHO XBT Texture Files Created...

diff --git a/skin.pm3-hd/changelog.txt b/skin.pm3-hd/changelog.txt
index 2b4166c..ccb56cd 100644
--- a/skin.pm3-hd/changelog.txt
+++ b/skin.pm3-hd/changelog.txt
@@ -1,3 +1,11 @@
+[B]Version 1.3.0[/B]
+
+- Fixed Addon Info views disappeared in non addon windows
+- Added the show notification button to the addon browser
+- Fixed you couldn't get into the fullscreen Video/Audio Settings properly 
some times
+- Updated the Dutch language file thanks Adje
+- Added the Original Textures as an "Old School" theme option
+
 [B]Version 1.2.3[/B]
 
 - OSD Pause and Play buttons now go completely black when unfocused like the 
rest (as it should be)
diff --git a/skin.pm3-hd/language/Dutch/strings.xml 
b/skin.pm3-hd/language/Dutch/strings.xml
index 28093ce..a318a06 100644
--- a/skin.pm3-hd/language/Dutch/strings.xml
+++ b/skin.pm3-hd/language/Dutch/strings.xml
@@ -3,10 +3,10 @@
   <string id="31000">Volume gedempt</string>
   <string id="31001">Bezig...</string>
   <string id="31002"></string>
-  <string id="31003"></string>
+  <string id="31003">Vorig venster</string>
   <string id="31004"></string>
-  <string id="31005"></string>
-  <string id="31006"></string>
+  <string id="31005">Geheugen in gebruik:</string>
+  <string id="31006">Eind tijd:</string>
   <string id="31007"></string>
   <string id="31008"></string>
   <string id="31009"></string>
@@ -21,7 +21,7 @@
   <string id="31018"></string>
   <string id="31019"></string>
 
-  <string id="31020">Hoofdstuk title</string>
+  <string id="31020">Hoofdstuk titel</string>
   <string id="31021">Video - bestanden</string>
   <string id="31022">Music - bestanden</string>
   <string id="31023"></string>
@@ -53,7 +53,7 @@
   <string id="31052"></string>
 
   <!-- Lyrics Script Extra labels -->
-  <string id="31053">XBMC LYRICS</string>
+  <string id="31053">XBMC SONGTEKSTEN</string>
   <string id="31054">Kies uw nummer uit de lijst</string>
 
   <!-- Playlist Editor labels -->
@@ -65,43 +65,44 @@
   <string id="31060">Dit bestand bestaat uit meer delen, selecteer het 
gedeelte dat u wil afspelen.</string>
   
   <!-- Skin Settings labels -->
-  <string id="31100">Achtergrond opties</string>
-  <string id="31101">Home screen opties</string>
+  <string id="31100">Achtergrondopties</string>
+  <string id="31101">Beginschermopties</string>
   <string id="31102">Achtergronden</string>
-  <string id="31103">Laat "Pauze" zien in afbeelding slide show</string>
-  <string id="31104">Afsluit menu - Gebruik slaapstand ipv suspend</string>
-  <string id="31105">Laat media titels zien in achtergrond scanner</string>
+  <string id="31103">Laat "Pauze" zien in afbeelding diavoorstelling</string>
+  <string id="31104">Afsluitmenu - Gebruik slaapstand ipv suspend</string>
+  <string id="31105">Mediatitels tonen tijdens scan op achtergrond</string>
   <string id="31106">Diverse opties</string>
-  <string id="31107">Verwijder scan lijnen van de achtergrond</string>
-  <string id="31108">Verwijder scan lijnen van de achtergrond tijdens 
videoweergave</string>
-  <string id="31109">Begin scherm achtergronden</string>
+  <string id="31107">Verwijder scanlijnen van de achtergrond</string>
+  <string id="31108">Verwijder scanlijnen van de achtergrond tijdens 
videoweergave</string>
+  <string id="31109">Beginscherm achtergronden</string>
   <string id="31110">Knop - aangepaste achtergronden</string>
-  <string id="31111">Altijd muziek info laten zien tijdens lyrics</string>
+  <string id="31111">Altijd muziek info laten zien tijdens songteksten</string>
   <string id="31112">Laat media titels zien in "Wide icons" overzicht</string>
   <string id="31113">Enkele afbeelding</string>
   <string id="31114">Meerdere afbeeldingen</string>
-  <string id="31115">Vervang audio settings knop door teletext</string>
-  <string id="31116">Verberg Video afbeelding in media overzicht</string>
+  <string id="31115">Vervang audioinstellingen knop door teletekst</string>
+  <string id="31116">Verberg videoafbeelding in media overzicht</string>
 
   <string id="31118">Laat fanart zien in begin scherm paneel 
achtergrond</string>
   <string id="31119">Verberg begin scherm knoppen</string> 
   <string id="31120">Verberg</string> 
+  <string id="31121">"Videos" button gaat naar bestandsweergave</string>
 
   <!-- Script Settings labels -->
-  <string id="31200">Custom script opties</string>
+  <string id="31200">Custom Addon opties</string>
   <string id="31201"></string>
   <string id="31202"></string>
-  <string id="31203">Zet knop label</string>
+  <string id="31203">Naam knop instellen</string>
   <string id="31204">Script pad</string>
   <string id="31205"></string>
   <string id="31206"></string>
-  <string id="31207">Laat subtitel download knop zien in video OSD</string>
-  <string id="31208">Laat lyrics script knop zien in muziek OSD</string>
-  <string id="31209">quick launch script knop aanzetten voor -</string>
+  <string id="31207">Laat download ondertitels knop zien in video-OSD</string>
+  <string id="31208">Laat songtekstscript knop zien in muziek-OSD</string>
+  <string id="31209">Quick launch script knop aanzetten voor -</string>
 
   <!-- Subtitles Script Extra labels -->
-  <string id="31250">XBMC subtitels</string>
-  <string id="31251">Subtitel bron</string>
+  <string id="31250">Ondertitels</string>
+  <string id="31251">Ondertitelbron</string>
 
   <!-- AMT Script Extra labels -->
   <string id="31300">Laat cast zien</string>

-----------------------------------------------------------------------

Summary of changes:
 skin.pm3-hd/720p/AddonBrowser.xml                  |   15 +++++-
 skin.pm3-hd/720p/MusicVisualisation.xml            |    2 +-
 skin.pm3-hd/720p/VideoOSDSettings.xml              |    2 +-
 skin.pm3-hd/720p/ViewsAddonBrowser.xml             |    4 +-
 {skin.jx720 => skin.pm3-hd}/LICENSE.txt            |    0
 skin.pm3-hd/addon.xml                              |    2 +-
 skin.pm3-hd/build.bat                              |    5 +-
 skin.pm3-hd/changelog.txt                          |    8 +++
 skin.pm3-hd/language/Dutch/strings.xml             |   47 ++++++++++----------
 skin.pm3-hd/language/Romanian/strings.xml          |  Bin 0 -> 9686 bytes
 skin.pm3-hd/themes/Old_School/Background-Home.png  |  Bin 0 -> 467975 bytes
 skin.pm3-hd/themes/Old_School/Background.png       |  Bin 0 -> 564886 bytes
 .../themes/Old_School/Button_Side_Focus.png        |  Bin 0 -> 5622 bytes
 .../themes/Old_School/Button_Side_NoFocus.png      |  Bin 0 -> 3320 bytes
 skin.pm3-hd/themes/Old_School/Footer.png           |  Bin 0 -> 37918 bytes
 skin.pm3-hd/themes/Old_School/Header.png           |  Bin 0 -> 30610 bytes
 skin.pm3-hd/themes/Old_School/Home-Menu-Back.png   |  Bin 0 -> 47703 bytes
 skin.pm3-hd/themes/Old_School/Panel.png            |  Bin 0 -> 35858 bytes
 skin.pm3-hd/themes/Old_School/Panel2.png           |  Bin 0 -> 36063 bytes
 skin.pm3-hd/themes/Old_School/list-focus.png       |  Bin 0 -> 3055 bytes
 20 files changed, 53 insertions(+), 32 deletions(-)
 copy {skin.jx720 => skin.pm3-hd}/LICENSE.txt (100%)
 create mode 100644 skin.pm3-hd/language/Romanian/strings.xml
 create mode 100644 skin.pm3-hd/themes/Old_School/Background-Home.png
 create mode 100644 skin.pm3-hd/themes/Old_School/Background.png
 create mode 100644 skin.pm3-hd/themes/Old_School/Button_Side_Focus.png
 create mode 100644 skin.pm3-hd/themes/Old_School/Button_Side_NoFocus.png
 create mode 100644 skin.pm3-hd/themes/Old_School/Footer.png
 create mode 100644 skin.pm3-hd/themes/Old_School/Header.png
 create mode 100644 skin.pm3-hd/themes/Old_School/Home-Menu-Back.png
 create mode 100644 skin.pm3-hd/themes/Old_School/Panel.png
 create mode 100644 skin.pm3-hd/themes/Old_School/Panel2.png
 create mode 100644 skin.pm3-hd/themes/Old_School/list-focus.png


hooks/post-receive
-- 
Skins

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to