This commit is contained in:
Chris Bevan 2015-11-24 21:33:42 +00:00
parent 82e70d6644
commit d843bae471
5 changed files with 205 additions and 20 deletions

View File

@ -19,6 +19,31 @@
<texture>colors/black.png</texture> <texture>colors/black.png</texture>
<colordiffuse>ddffffff</colordiffuse> <colordiffuse>ddffffff</colordiffuse>
</control> </control>
<!--additional label controls for Chinese text input (Kodi Jarvis)-->
<control type="grouplist">
<posx>col-4-begin</posx>
<posy>-184</posy>
<width>18-col</width>
<height>5-row</height>
<control type="label" id="313">
<description>text input</description>
<width>18-col</width>
<height>2-row</height>
<align>center</align>
<aligny>top</aligny>
<font>largeStrong</font>
<textcolor>77FFFFFF</textcolor>
</control>
<control type="label" id="314">
<description>list of options</description>
<width>18-col</width>
<height>2-row</height>
<align>center</align>
<aligny>top</aligny>
<font>mediumStrong</font>
<textcolor>99FFFFFF</textcolor>
</control>
</control>
<!--headers--> <!--headers-->
<control type="group"> <control type="group">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>

164
1080i/EventLog.xml Normal file
View File

@ -0,0 +1,164 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">9000</defaultcontrol>
<views>570</views>
<controls>
<!--background-->
<include>globalBackground</include>
<control type="group">
<posx>col-4-begin</posx>
<posy>row-5-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>18-col</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>0</posx>
<posy>2-row</posy>
<width>18-col</width>
<height>18-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>5-col</posx>
<posy>2-row</posy>
<width>13-col</width>
<height>18-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--title-->
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>18-col-gutter</width>
<height>2-row</height>
<font>dialogTitle</font>
<label>$LOCALIZE[14111]</label>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<--view options-->
<control type="grouplist" id="9000">
<posx>0</posx>
<posy>2-row</posy>
<width>5-col</width>
<height>600</height>
<onleft>9000</onleft>
<onright>570</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<control type="button" id="21">
<description>Level button</description>
<width>5-col</width>
</control>
<control type="radiobutton" id="22">
<description>Only show current level</description>
<width>5-col</width>
<textureradiofocus>-</textureradiofocus>
<textureradionofocus>-</textureradionofocus>
<radiowidth/>
<radioheight/>
</control>
<control type="button" id="20">
<description>Clear button</description>
<label>192</label>
<width>5-col</width>
</control>
</control>
<!--content listing-->
<control type="panel" id="570">
<posx>5-col</posx>
<posy>2-row</posy>
<width>13-col</width>
<height>23-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
<onup>50</onup>
<pagecontrol>60</pagecontrol>
<itemlayout width="13-col" height="2-row">
<control type="label">
<posx>12</posx>
<posy>3</posy>
<width>900</width>
<height>2-row</height>
<aligny>top</aligny>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label2]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>32</posy>
<width>13-col-gutter</width>
<height>2-row</height>
<aligny>top</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>[B]$INFO[ListItem.Label][/B] - $INFO[ListItem.Property(Event.Description)]</label>
</control>
</itemlayout>
<focusedlayout width="13-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>13-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture>
</control>
<control type="label">
<posx>12</posx>
<posy>3</posy>
<width>13-col-gutter</width>
<height>2-row</height>
<aligny>top</aligny>
<font>itemSubTitle</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label2]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>32</posy>
<width>13-col-gutter</width>
<height>2-row</height>
<aligny>top</aligny>
<font>itemTitle</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>[B]$INFO[ListItem.Label][/B] - $INFO[ListItem.Property(Event.Description)]</label>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<posx>18-col-indent</posx>
<posy>2-row</posy>
<height>18-row</height>
<onleft>570</onleft>
<onright>2</onright>
<orientation>vertical</orientation>
<visible>Control.IsVisible(570)</visible>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>EventLog.xml</label>
</control>
</controls>
</window>

View File

@ -74,8 +74,8 @@
<height>2-row</height> <height>2-row</height>
<align>left</align> <align>left</align>
<font>dialogTitle</font> <font>dialogTitle</font>
<textcolor>black</textcolor> <textcolor>dd000000</textcolor>
<label>$INFO[Videoplayer.time] / $INFO[Videoplayer.duration]</label> <label>[B]$INFO[Videoplayer.time] / $INFO[Videoplayer.duration][/B]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
</control> </control>
<!--synopsis--> <!--synopsis-->

View File

@ -86,22 +86,20 @@
<posx>3-col</posx> <posx>3-col</posx>
<posy>-8</posy> <posy>-8</posy>
<width>15-col</width> <width>15-col</width>
<font>largeBlack</font> <font>large</font>
<textcolor>textActive</textcolor> <textcolor>66FFFFFF</textcolor>
<scroll>false</scroll> <scroll>false</scroll>
<label>$INFO[MusicPlayer.Title]</label> <label>$INFO[MusicPlayer.Title]</label>
<shadowcolor>00000000</shadowcolor>
</control> </control>
<control type="label"> <control type="label">
<visible>!Pvr.IsPlayingRadio</visible> <visible>!Pvr.IsPlayingRadio</visible>
<posx>3-col</posx> <posx>3-col</posx>
<posy>52</posy> <posy>52</posy>
<width>15-col</width> <width>15-col</width>
<font>regularStrong</font> <font>regularLight</font>
<textcolor>textActive</textcolor> <textcolor>66FFFFFF</textcolor>
<scroll>false</scroll> <scroll>false</scroll>
<label>[COLOR highlight]$INFO[MusicPlayer.artist,, ][/COLOR]$INFO[MusicPlayer.Album,, ]$INFO[MusicPlayer.year,(,)]</label> <label>[B]$INFO[MusicPlayer.artist,, | ][/B]$INFO[MusicPlayer.Album,, ]$INFO[MusicPlayer.year,(,)]</label>
<shadowcolor>00000000</shadowcolor>
</control> </control>
<control type="label"> <control type="label">
<visible>Pvr.IsPlayingRadio</visible> <visible>Pvr.IsPlayingRadio</visible>
@ -109,10 +107,9 @@
<posy>48</posy> <posy>48</posy>
<width>15-col</width> <width>15-col</width>
<font>regularStrong</font> <font>regularStrong</font>
<textcolor>textActive</textcolor> <textcolor>66FFFFFF</textcolor>
<scroll>false</scroll> <scroll>false</scroll>
<label>$INFO[VideoPlayer.Plot]</label> <label>$INFO[VideoPlayer.Plot]</label>
<shadowcolor>00000000</shadowcolor>
</control> </control>
<control type="label"> <control type="label">
<posx>3-col</posx> <posx>3-col</posx>
@ -120,9 +117,8 @@
<width>12-col</width> <width>12-col</width>
<font>pageTitle</font> <font>pageTitle</font>
<align>left</align> <align>left</align>
<textcolor>textActive</textcolor> <textcolor>66FFFFFF</textcolor>
<scroll>false</scroll> <scroll>false</scroll>
<shadowcolor>00000000</shadowcolor>
<label>$INFO[MusicPlayer.time,, / ]$INFO[MusicPlayer.duration]</label> <label>$INFO[MusicPlayer.time,, / ]$INFO[MusicPlayer.duration]</label>
</control> </control>
<control type="label"> <control type="label">
@ -131,20 +127,18 @@
<posy>104</posy> <posy>104</posy>
<width>4-col</width> <width>4-col</width>
<font>symbolLarge</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>66FFFFFF</textcolor>
<label>$VAR[starRating]</label> <label>$VAR[starRating]</label>
<shadowcolor>00000000</shadowcolor>
</control> </control>
<control type="label"> <control type="label">
<posx>3-col</posx> <posx>3-col</posx>
<posy>156</posy> <posy>156</posy>
<width>12-col</width> <width>12-col</width>
<font>itemTitle</font> <font>itemSubTitle</font>
<align>left</align> <align>left</align>
<textcolor>textActive</textcolor> <textcolor>66FFFFFF</textcolor>
<scroll>false</scroll> <scroll>false</scroll>
<shadowcolor>00000000</shadowcolor> <label>[UPPERCASE]$INFO[MusicPlayer.offset(1).Artist,$LOCALIZE[19031]: , - ]$INFO[MusicPlayer.offset(1).Title][/UPPERCASE]</label>
<label>$INFO[MusicPlayer.offset(1).Artist,[COLOR highlight]$LOCALIZE[19031][/COLOR] , - ]$INFO[MusicPlayer.offset(1).Title]</label>
</control> </control>
</control> </control>
<!-- side menu--> <!-- side menu-->

View File

@ -19,6 +19,8 @@
- [REMOVED] DialogPVRGuideInfo.xml - [REMOVED] DialogPVRGuideInfo.xml
- [REMOVED] DialogPVRRecordingInfo.xml - [REMOVED] DialogPVRRecordingInfo.xml
- [REMOVED] VisualisationPresetList.xml - [REMOVED] VisualisationPresetList.xml
- [NEW] EventLog.xml
- [MODIFIED] dialogKeyboard.xml - additional labels for BaiduPy input added
- [NEW] DialogAudioDSPManager.xml - [NEW] DialogAudioDSPManager.xml
- [NEW] DialogAudioDSPSettings.xml - [NEW] DialogAudioDSPSettings.xml