Skip to content

Commit

Permalink
Screen updates
Browse files Browse the repository at this point in the history
- Add QuickMenu screen and screen image item to the Screens section in skin.py..
- Remove defunct SkinSelector screen, this is now a Setup based screen.
- Move LocaleSelection screen image to the Screens section in skin.py.
  • Loading branch information
IanSav committed Jun 15, 2024
1 parent bb3460d commit be8e4c3
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 18 deletions.
4 changes: 3 additions & 1 deletion usr/share/enigma2/OverlayHD/skin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
| OverlayHD skin based on easy-skin-aus-hd
|
| Repository - https://github.com/IanSav/OverlayHD/
| Coding by IanSav (c) 2015-2022
| Coding by IanSav (c) 2015-2024
|
| This skin and plugin were originally developed for the Beyonwiz Australia
| distribution of Enigma2. This skin and code is free to use and may be
Expand Down Expand Up @@ -496,10 +496,12 @@
<screen key="DistributionInformation" image="menus/information.png" />
<screen key="GeolocationInformation" image="menus/information.png" />
<screen key="HistoryZapSelector" image="menus/tv_zap_history.png" />
<screen key="LocaleSelection" image="menus/software_manager_setup.png" />
<screen key="MemoryInformation" image="menus/browser.png" />
<screen key="MultiBootInformation" image="menus/information.png" />
<screen key="NetworkInformation" image="menus/radio.png" />
<screen key="PictureInformation" image="menus/information.png" />
<screen key="QuickMenu" image="menus/menu.png" />
<screen key="ReceiverInformation" image="menus/information.png" />
<screen key="ServiceInformation" image="menus/tv_live.png" />
<screen key="SimpleChannelSelection" image="menus/tv_live.png" />
Expand Down
17 changes: 0 additions & 17 deletions usr/share/enigma2/OverlayHD/skin_setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,22 +94,6 @@
<widget name="preview" position="50,342" size="350,197" alphatest="blend" conditional="preview" transparent="0" />
</screen>

<!-- MENU > Setup > AV Setup > Skin Setup -->

<screen name="SkinSelector" title="Skin Selector" position="fill" flags="wfNoBorder">
<panel name="ScreenTemplate" />
<ePixmap pixmap="menus/tv_setup.png" position="50,80" size="250,250" alphatest="blend" scaleFlags="scaleLeftTop" transparent="1" />
<panel name="ScreenTemplateSkinList4" />
<eLabel position="960,80" size="270,2" backgroundColor="Pinstripe" />
<eLabel position="960,524" size="270,2" backgroundColor="Pinstripe" />
<eLabel position="960,80" size="2,445" backgroundColor="Pinstripe" />
<eLabel position="1228,80" size="2,445" backgroundColor="Pinstripe" />
<widget name="preview" position="970,90" size="250,425" alphatest="blend" conditional="preview" transparent="1" />
<widget name="Preview" position="970,90" size="250,425" alphatest="blend" conditional="Preview" transparent="1" />
<panel name="ScreenTemplateSDescription4" conditional="description" />
<panel name="ScreenTemplateSIntroduction4" conditional="introduction" />
</screen>

<!-- MENU > Setup > AV Setup > HDMI-CEC -->

<screen name="HDMICECSetup" title="HDMI-CEC Setup" position="fill" flags="wfNoBorder">
Expand Down Expand Up @@ -153,7 +137,6 @@

<screen name="LocaleSelection" title="Locale/Language Selection" position="fill" flags="wfNoBorder">
<panel name="ScreenTemplate" />
<ePixmap pixmap="menus/software_manager_setup.png" position="50,80" size="250,250" alphatest="blend" scaleFlags="scaleLeftTop" transparent="1" />
<widget name="icons" position="0,0" size="30,27" pixmaps="icons/lock_off.png,icons/lock_on.png,icons/lock_error.png" alphatest="blend" />
<widget source="locales" render="Listbox" position="400,80" size="830,455" backgroundColor="MenuBackground" backgroundColorSelected="MenuSelected" foregroundColor="MenuText" foregroundColorSelected="MenuTextSelected" transparent="0">
<convert type="TemplatedMultiContent">
Expand Down
29 changes: 29 additions & 0 deletions usr/share/enigma2/OverlayHD/skin_system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,35 @@
<widget name="progress" position="0,e-25" size="e,25" />
</screen>

<!-- Quick Launch Menu and Screen -->

<screen name="QuickMenu" title="Quick Launch Menu" position="fill" flags="wfNoBorder">
<panel name="ScreenTemplate" />
<widget source="mainlist" render="Listbox" position="400,80" size="410,450" itemHeight="50">
<templates>
<template name="Default" fonts="Regular;20,Regular;15" itemWidth="410" itemHeight="50">
<mode name="default">
<pixmap index="2" position="10,5" size="40,40" alpha="blend" scale="centerScaled"/>
<text index="0" position="70,0" size="e-80,30" font="0" verticalAlignment="center" />
<text index="1" position="90,30" size="e-100,20" font="1" verticalAlignment="center" />
</mode>
</template>
</templates>
</widget>
<eLabel position="819,80" size="2,450" backgroundColor="#00666666" />
<widget source="sublist" render="Listbox" position="830,80" size="400,450" itemHeight="50">
<templates>
<template name="Default" fonts="Regular;20,Regular;15" itemWidth="400" itemHeight="50">
<mode name="default">
<text index="0" position="10,0" size="e-20,30" font="0" verticalAlignment="center" />
<text index="1" position="30,30" size="e-40,20" font="1" verticalAlignment="center" />
</mode>
</template>
</templates>
</widget>
<panel name="ScreenTemplateDescription4" />
</screen>

<!-- Information Menus and Screens -->

<!-- Information (MENU > Information) Menu -->
Expand Down

0 comments on commit be8e4c3

Please sign in to comment.