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

Master #47

Open
wants to merge 43 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
d1ce0c8
Jarvis support
Mar 13, 2016
6ad8e55
Vairous optimizations: flatten images, rearange clock, skin settings …
Mar 13, 2016
700f891
New version
Mar 13, 2016
e42a737
logo adapted & code alignment
Mar 13, 2016
847c83a
It is not possible to cursor down off the letter 'b' when using the o…
Mar 13, 2016
7ac709e
buttons in quartz 5 style
Mar 13, 2016
f637f2c
owner pecinko
Mar 15, 2016
02542b1
provider changed
Mar 19, 2016
9c43cac
fixed readme and version
Mar 19, 2016
a02c3df
git ignore file
Mar 19, 2016
9d0e050
fixed addon
Mar 19, 2016
78a7b56
fixed view options dialog
Mar 19, 2016
87dbce2
unify colors
Mar 19, 2016
aaeab2b
fixed logo color to match menus
Mar 19, 2016
2457b90
various fixes in color, used dynamic color settings (theme colors)
Mar 20, 2016
20ad934
Code cleanup
Mar 20, 2016
07ce369
various other fixes from old quartz 4 skin
Mar 20, 2016
0257a3f
replaced blue color with grey version
Mar 26, 2016
a83a119
transparant neutral logo
Mar 27, 2016
28fd242
unify gui
Mar 30, 2016
1fcee18
fixed alignment video settings (osd)
Mar 30, 2016
7cd7a75
initial work
Mar 30, 2016
62823b1
Revert "initial work"
Mar 30, 2016
f67999c
initial work
Mar 30, 2016
da6dd84
added names tot actors, fixes for tv shows
Apr 9, 2016
8a73604
fixed overall issues with overlapping images
Apr 10, 2016
9b04e0b
Reposition fanart
May 6, 2016
37e390c
Merge branch 'feature/videoInformation' into development
May 6, 2016
df4ba0a
cleanup colors
May 6, 2016
0641767
color fix v0.1
May 6, 2016
782a869
Fixed play button not being displayed and made sure you can see selec…
May 6, 2016
9a75396
removed unused images and redesigned icons
Feb 10, 2017
bfab6ff
snapshot version set and bump up version
Feb 10, 2017
c2f1612
show file path can now be enabled from skin settings
Feb 11, 2017
8a83652
reduced background opacity with 20%
Feb 11, 2017
c6918c3
fix borders on dialogs
Feb 11, 2017
f2e97a1
overlay fix
Feb 11, 2017
8f55618
enhance scrollbars
Feb 11, 2017
a9dff03
formatted code in preparation for krypton
thomaspetit Feb 11, 2017
10c38ec
cleanup images
thomaspetit Feb 11, 2017
7d9b55f
make dialog look the same over the whole interface
thomaspetit Feb 11, 2017
f8d5381
fixed formatting issue where code was wrapped
thomaspetit Feb 11, 2017
657fe29
cleanup for release
thomaspetit Feb 11, 2017
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea
*.iml
416 changes: 208 additions & 208 deletions 1080i/AddonBrowser.xml

Large diffs are not rendered by default.

3,249 changes: 1,589 additions & 1,660 deletions 1080i/CommonViews.xml

Large diffs are not rendered by default.

179 changes: 90 additions & 89 deletions 1080i/CustomDVD.xml
Original file line number Diff line number Diff line change
@@ -1,97 +1,98 @@
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog" id="1112">
<defaultcontrol always="true">9001</defaultcontrol>
<controls>
<control type="group">
<include>OpenClose</include>
<control type="image">
<centerleft>960</centerleft>
<centertop>540</centertop>
<width>990</width>
<height>540</height>
<texture border="128">img/DialogPanel.png</texture>
</control>
<control type="image">
<posx>630</posx>
<posy>459</posy>
<width>660</width>
<height>75</height>
<texture border="9">img/MediaButton2.png</texture>
<animation condition="Container(9001).Position(0)" effect="slide" start="0,0" end="0,0" time="180" easing="inout" reversible="true">Conditional</animation>
<animation condition="Container(9001).Position(1)" effect="slide" start="0,0" end="0,96" time="180" easing="inout" reversible="true">Conditional</animation>
</control>
<control type="group">
<posx>405</posx>
<posy>296</posy>
<control type="list" id="9001" description="PW Options">
<posx>255</posx>
<posy>150</posy>
<width>600</width>
<height>384</height>
<onleft>noop</onleft>
<onright>noop</onright>
<onup>9001</onup>
<ondown>9001</ondown>

<itemlayout height="96" width="600">
<defaultcontrol always="true">9001</defaultcontrol>
<controls>
<control type="group">
<include>OpenClose</include>
<control type="image">
<posx>18</posx>
<posy>3</posy>
<width>48</width>
<height>96</height>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio aligny="center">keep</aspectratio>
<centerleft>50%</centerleft>
<centertop>50%</centertop>
<width>778</width>
<height>328</height>
<texture>texture/dialog.png</texture>
<bordertexture border="22">texture/dialog_border.png</bordertexture>
<bordersize>22</bordersize>
</control>
<control type="label">
<posx>105</posx>
<posy>0</posy>
<width>465</width>
<height>96</height>
<font>size24</font>
<textcolor>White</textcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout height="96" width="600">
<control type="image">
<posx>18</posx>
<posy>3</posy>
<width>48</width>
<height>96</height>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio aligny="center">keep</aspectratio>
<posx>630</posx>
<posy>459</posy>
<width>660</width>
<height>75</height>
<texture border="9">img/MediaButton2.png</texture>
<animation condition="Container(9001).Position(0)" effect="slide" start="0,0" end="0,0" time="180" easing="inout" reversible="true">Conditional</animation>
<animation condition="Container(9001).Position(1)" effect="slide" start="0,0" end="0,96" time="180" easing="inout" reversible="true">Conditional</animation>
</control>
<control type="label">
<posx>105</posx>
<posy>0</posy>
<width>465</width>
<height>96</height>
<textcolor>White2</textcolor>
<font>size24</font>
<label>$INFO[ListItem.Label]</label>
<control type="group">
<posx>405</posx>
<posy>296</posy>
<control type="list" id="9001" description="PW Options">
<posx>255</posx>
<posy>150</posy>
<width>600</width>
<height>384</height>
<onleft>noop</onleft>
<onright>noop</onright>
<onup>9001</onup>
<ondown>9001</ondown>
<itemlayout height="96" width="600">
<control type="image">
<posx>18</posx>
<posy>3</posy>
<width>48</width>
<height>96</height>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio aligny="center">keep</aspectratio>
</control>
<control type="label">
<posx>105</posx>
<posy>0</posy>
<width>465</width>
<height>96</height>
<font>size24</font>
<textcolor>White</textcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout height="96" width="600">
<control type="image">
<posx>18</posx>
<posy>3</posy>
<width>48</width>
<height>96</height>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio aligny="center">keep</aspectratio>
</control>
<control type="label">
<posx>105</posx>
<posy>0</posy>
<width>465</width>
<height>96</height>
<textcolor>White2</textcolor>
<font>size24</font>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
<content>
<item id="1" description="Play">
<visible>!System.HasMediadvd</visible>
<label>$LOCALIZE[341]</label>
<icon>img/NoDVD.png</icon>
<onclick>Notification($LOCALIZE[161],$LOCALIZE[219],5,DefaultIconWarning.png)</onclick>
</item>
<item id="2" description="Play">
<visible>System.HasMediadvd</visible>
<label>$LOCALIZE[341]</label>
<icon>img/PlayDVD.png</icon>
<onclick>PlayDVD</onclick>
</item>
<item id="3" description="Eject">
<label>$LOCALIZE[13391]</label>
<icon>img/EjectDVD.png</icon>
<onclick>EjectTray()</onclick>
</item>
</content>
</control>
</control>
</focusedlayout>
<content>
<item id="1" description="Play">
<visible>!System.HasMediadvd</visible>
<label>$LOCALIZE[341]</label>
<icon>img/NoDVD.png</icon>
<onclick>Notification($LOCALIZE[161],$LOCALIZE[219],5,DefaultIconWarning.png)</onclick>
</item>
<item id="2" description="Play">
<visible>System.HasMediadvd</visible>
<label>$LOCALIZE[341]</label>
<icon>img/PlayDVD.png</icon>
<onclick>PlayDVD</onclick>
</item>
<item id="3" description="Eject">
<label>$LOCALIZE[13391]</label>
<icon>img/EjectDVD.png</icon>
<onclick>EjectTray()</onclick>
</item>
</content>
</control>
</control>
</control>
</controls>
</window>
</controls>
</window>
Loading