Changed : [PM3.HD] Removed the Xbox stuff from the system info window and added a little fluff to it

Added : [PM3.HD] shutdown dialog to the list of windows to fade out behind

git-svn-id: http://jezzxbmc.googlecode.com/svn/trunk/skin.pm3-hd@12 0c45cd24-f56c-ec91-222f-6e3ca35936fa
This commit is contained in:
JezzX2 2010-05-26 01:39:54 +00:00
parent 2cce662f80
commit 3c0b3cd1c3
3 changed files with 50 additions and 15 deletions

View File

@ -22,18 +22,6 @@
<include>ButtonCommonValues</include>
<label>13277</label>
</control>
<control type="button" id="92">
<description>Button HDD</description>
<include>ButtonCommonValues</include>
<label>13275</label>
<visible>System.Platform.Xbox</visible>
</control>
<control type="button" id="93">
<description>Button DVD</description>
<include>ButtonCommonValues</include>
<label>13276</label>
<visible>System.Platform.Xbox</visible>
</control>
<control type="button" id="96">
<description>Button Network</description>
<include>ButtonCommonValues</include>
@ -157,14 +145,61 @@
</control>
<control type="label" id="52">
<description>XBMC XBE BUILD Version</description>
<posx>0</posx>
<posx>930</posx>
<posy>370</posy>
<width>910</width>
<label>144</label>
<textcolor>green</textcolor>
<shadowcolor>black</shadowcolor>
<align>right</align>
<font>font12</font>
</control>
<control type="group">
<posx>600</posx>
<posy>420</posy>
<control type="label">
<description>CPU Text</description>
<posx>0</posx>
<posy>0</posy>
<width>350</width>
<height>25</height>
<label>$LOCALIZE[13271] $INFO[System.CPUUsage]</label>
<align>right</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<font>font12</font>
</control>
<control type="progress">
<description>CPU BAR</description>
<posx>10</posx>
<posy>7</posy>
<width>320</width>
<height>12</height>
<info>System.CPUUsage</info>
</control>
<control type="label">
<description>Memory Text</description>
<posx>0</posx>
<posy>30</posy>
<width>350</width>
<height>25</height>
<label>$LOCALIZE[31005] $INFO[system.memory(used.percent)]</label>
<align>right</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<font>font12</font>
</control>
<control type="progress">
<description>Memory BAR</description>
<posx>10</posx>
<posy>37</posy>
<width>320</width>
<height>12</height>
<info>system.memory(used)</info>
</control>
</control>
</control>
</control>
<control type="image">

View File

@ -75,7 +75,7 @@
<texture>black-back.png</texture>
<animation effect="fade" time="400">Visible</animation>
<animation effect="fade" time="200">Hidden</animation>
<visible>Window.IsActive(MovieInformation) | Window.IsActive(MusicInformation) | Window.IsActive(SongInformation) | Window.IsActive(Favourites) | Window.IsActive(FileBrowser) | Window.IsActive(TextViewer) | Window.IsActive(AddonSettings) | Window.IsActive(ContentSettings) | Window.IsActive(SelectDialog) | Window.IsActive(FileStackingDialog) | Window.IsActive(MediaSource) | Window.IsActive(PictureInfo) | Window.IsActive(PlayerControls) | Window.IsActive(VirtualKeyboard) | Window.IsActive(NumericInput) | Window.IsActive(ProfileSettings) | Window.IsActive(LockSettings) | Window.IsActive(SmartPlaylistEditor) | Window.IsActive(SmartPlaylistRule) | Window.IsActive(script-Apple_Movie_Trailers-settings.xml) | Window.IsActive(script-Apple_Movie_Trailers-chooser.xml) | Window.IsActive(script-Apple_Movie_Trailers-search.xml) | Window.IsActive(script-Apple_Movie_Trailers-showtimes.xml) | Window.IsActive(script-XBMC_Lyrics-settings.xml) | Window.IsActive(script-RSS_Editor-rssEditor.xml) | Window.IsActive(script-RSS_Editor-setEditor.xml) | Window.IsActive(AddonInformation)</visible>
<visible>Window.IsActive(MovieInformation) | Window.IsActive(MusicInformation) | Window.IsActive(SongInformation) | Window.IsActive(Favourites) | Window.IsActive(ShutdownMenu) | Window.IsActive(FileBrowser) | Window.IsActive(TextViewer) | Window.IsActive(AddonSettings) | Window.IsActive(ContentSettings) | Window.IsActive(SelectDialog) | Window.IsActive(FileStackingDialog) | Window.IsActive(MediaSource) | Window.IsActive(PictureInfo) | Window.IsActive(PlayerControls) | Window.IsActive(VirtualKeyboard) | Window.IsActive(NumericInput) | Window.IsActive(ProfileSettings) | Window.IsActive(LockSettings) | Window.IsActive(SmartPlaylistEditor) | Window.IsActive(SmartPlaylistRule) | Window.IsActive(script-Apple_Movie_Trailers-settings.xml) | Window.IsActive(script-Apple_Movie_Trailers-chooser.xml) | Window.IsActive(script-Apple_Movie_Trailers-search.xml) | Window.IsActive(script-Apple_Movie_Trailers-showtimes.xml) | Window.IsActive(script-XBMC_Lyrics-settings.xml) | Window.IsActive(script-RSS_Editor-rssEditor.xml) | Window.IsActive(script-RSS_Editor-setEditor.xml) | Window.IsActive(AddonInformation)</visible>
</control>
</include>
<include name="CommonNowPlaying_Controls">

View File

@ -5,7 +5,7 @@
<string id="31002">Up One Level</string>
<string id="31003">Previous Window</string>
<string id="31004">Home</string>
<string id="31005"></string>
<string id="31005">Memory Used:</string>
<string id="31006"></string>
<string id="31007"></string>
<string id="31008"></string>