Skip to content

Commit

Permalink
Merge pull request #127 from beaumanvienna/beta
Browse files Browse the repository at this point in the history
XBMC 14.0 Helix PL10/ Debian Derivates support / build script retrorig-setup
  • Loading branch information
mdeguzis committed Oct 11, 2014
2 parents 34170af + 6d56b2a commit 596db88
Show file tree
Hide file tree
Showing 190 changed files with 11,690 additions and 3,118 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(self):
for arg in sys.argv:
param = str(arg)
print 'RCB: param = ' +param
if param == '' or param == 'script.games.rom.collection.browser':
if param == '' or param == 'RCB.py':
print 'RCB: setting launchRCB = True'
launchRCB = True

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<import addon="xbmc.python" version="2.1.0"/>
<import addon="service.rom.collection.browser" version="1.0.0"/>
</requires>
<extension point="xbmc.python.script" library="default.py">
<extension point="xbmc.python.script" library="RCB.py">
<provides>game</provides>
</extension>
<extension point="xbmc.addon.metadata">
Expand Down
39 changes: 30 additions & 9 deletions XBMC-cfgs/addons/skin.maximinimalism/1080i/AddonBrowser.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<colordiffuse>99ffffff</colordiffuse>
</control>
<control type="group" id="9001">
<posx>col-5-begin</posx>
<posx>col-2-begin</posx>
<posy>row-3-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="image">
<posx>-384</posx>
<posx>-168</posx>
<posy>44</posy>
<width>fullscreenWidth</width>
<height>1-row</height>
Expand All @@ -37,26 +37,47 @@
</control>
<control type="label">
<posx>12</posx>
<posy>47</posy>
<posy>44</posy>
<width>16-col</width>
<font>pageTitle</font>
<label>$LOCALIZE[31055]</label>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<control type="grouplist">
<posx>10-col</posx>
<posy>46</posy>
<orientation>horizontal</orientation>
<control type="button" id="5">
<align>center</align>
<aligny>center</aligny>
<height>54</height>
<width>8-col</width>
<font>pageTitle</font>
<label>24063</label>
<textcolor>black</textcolor>
<focusedcolor>selected</focusedcolor>
<texturefocus>colors/black.png</texturefocus>
<textoffsetx>12</textoffsetx>
<textoffsety>-6</textoffsety>
<ondown>9999</ondown>
</control>
</control>
<!--content listing-->
<control type="group" id="9999">
<posy>120</posy>
<onup>5</onup>
<posx>0</posx>
<posy>-50</posy>
<include>viewDialogList</include>
</control>
<!--page scrollbar-->
<control type="group" id="8000">
<visible>Control.IsVisible(60)</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<visible>Control.IsVisible(60)</visible>
<animation effect="fade" start="100" end="70" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60">
<posx>col-16-begin</posx>
<posx>col-22-begin</posx>
<posy>126</posy>
<height>10-row</height>
<height>11-row</height>
<onleft>9999</onleft>
</control>
</control>
Expand All @@ -68,4 +89,4 @@
<label>AddonBrowser.xml</label>
</control>
</controls>
</window>
</window>
16 changes: 16 additions & 0 deletions XBMC-cfgs/addons/skin.maximinimalism/1080i/Defaults.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,25 @@
</default>
<default type="scrollbar">
<width>12</width>
<texturesliderbar>colors/inactive.png</texturesliderbar>
<texturesliderbackground>colors/black.png</texturesliderbackground>
<texturesliderbarfocus>colors/selected.png</texturesliderbarfocus>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</default>
<default type="edit">
<width>8-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>selected</textcolor>
<textoffsetx>12</textoffsetx>
<textoffsety>0</textoffsety>
<align>center</align>
<aligny>center</aligny>
<focusedcolor>selected</focusedcolor>
<shadowcolor>-</shadowcolor>
<texturefocus>colors/keyselected.png</texturefocus>
<texturenofocus>colors/offblack.png</texturenofocus>
<pulseonselect>false</pulseonselect>
</default>
</includes>
19 changes: 13 additions & 6 deletions XBMC-cfgs/addons/skin.maximinimalism/1080i/DialogAddonInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<defaultcontrol always="true">8000</defaultcontrol>
<allowoverlay>no</allowoverlay>
<controls>
<include>globalBackground</include>
<!--fanart / coverart if available-->
<control type="group">
<posx>0</posx>
Expand All @@ -25,14 +24,20 @@
<aspectratio aligny="top">scale</aspectratio>
</control>
</control>

<control type="group">
<visible>isEmpty(ListItem.art(fanart))</visible>
<include>globalBackground</include>
</control>

<!--About this addon-->
<control type="group">
<posx>col-5-begin</posx>
<posx>col-3-begin</posx>
<posy>row-2-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="image">
<posx>-384</posx>
<posx>-240</posx>
<posy>44</posy>
<width>fullscreenWidth</width>
<height>1-row</height>
Expand All @@ -51,7 +56,7 @@
</control>
<control type="label">
<posx>12</posx>
<posy>47</posy>
<posy>44</posy>
<width>16-col</width>
<font>pageTitle</font>
<label>$INFO[ListItem.Property(Addon.Type)]</label>
Expand Down Expand Up @@ -167,8 +172,7 @@
<label>31117</label>
<label2></label2>
<thumb>-</thumb>
<onclick>RunAddon($INFO[ListItem.Property(Addon.id)])</onclick>
<onclick>action(back)</onclick>
<onclick>sendclick(12)</onclick>
</item>
<item id="2">
<label>$INFO[Control.GetLabel(6)]</label>
Expand Down Expand Up @@ -240,6 +244,9 @@
<control type="button" id="11">
<description>Rollback button</description>
<label>24048</label>
</control>
<control type="button" id="12">
<description>Launch addon</description>
</control>
</control>
<!--debugging-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</control>
<control type="label">
<posx>12</posx>
<posy>47</posy>
<posy>44</posy>
<width>16-col</width>
<font>pageTitle</font>
<label>$LOCALIZE[5] $INFO[ListItem.Property(Addon.Name)]</label>
Expand Down
Loading

0 comments on commit 596db88

Please sign in to comment.