Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XBMC 14.0 Helix PL10/ Debian Derivates support / build script retrorig-setup #127

Merged
merged 27 commits into from
Oct 11, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
f3f42b7
link for pcsx2 settings from .retrorig to HOME folder
beaumanvienna Sep 28, 2014
cb7e540
clean up PPAs / build script (build all) for new target operating system
beaumanvienna Sep 28, 2014
f05cace
link direction for PCSX2 bios folder changed from home/Retrorig (src)…
beaumanvienna Sep 28, 2014
ba9e4b1
missing build packages amended
beaumanvienna Sep 29, 2014
ba63009
Ubuntu 14.10 support
beaumanvienna Oct 1, 2014
5494a9c
comment amended
beaumanvienna Oct 1, 2014
f86482c
started with specific Mint 17 code
beaumanvienna Oct 1, 2014
fd5a7b7
getpos is a tiny program to convert SDL_VIDEO_FULLSCREEN_HEAD into a …
beaumanvienna Oct 2, 2014
b3d755d
getpos for dolphin-emu in setResolution.sh
beaumanvienna Oct 2, 2014
c62e4b0
multi monitor support for pcsx2 via getpos helper (pcsx2 reverted to …
beaumanvienna Oct 3, 2014
e3c4605
pcsx2 reverted to upstream tag 1.2.2 (multi monitor support now via g…
beaumanvienna Oct 3, 2014
1819117
Merge branch 'Ubuntu-14.04-Beta' of https://github.com/beaumanvienna/…
beaumanvienna Oct 3, 2014
3e8eb4b
multi monitor support for dolphin-emu via getpos helper (dolphin reve…
beaumanvienna Oct 3, 2014
2a40af9
xvmb 14.0 Helix
beaumanvienna Oct 4, 2014
be71888
added xorg-edgers: repository for latest X11 drivers
beaumanvienna Oct 4, 2014
fd156be
packaging xbmc 14.0
beaumanvienna Oct 5, 2014
ac34627
deepin support
beaumanvienna Oct 5, 2014
8566be0
XDG folder structure for Deepin
beaumanvienna Oct 5, 2014
4fc6730
support for deepin desktop
beaumanvienna Oct 5, 2014
ed93925
Retrorig icon from /usr/share/icons. Can we remove the icon in the pi…
beaumanvienna Oct 5, 2014
5ab3205
install helper program getpos
beaumanvienna Oct 8, 2014
783ae15
Merge pull request #1 from beaumanvienna/Ubuntu-14.04-Beta
beaumanvienna Oct 8, 2014
5c7c681
unclutter
beaumanvienna Oct 8, 2014
a09621a
retrorig-setuo build script
beaumanvienna Oct 9, 2014
4021187
X11edger PPA amended
beaumanvienna Oct 11, 2014
03e3a3d
skin maximinimalism updated to Helix
beaumanvienna Oct 11, 2014
6d56b2a
remove test repository
beaumanvienna Oct 11, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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