Skip to content

Commit

Permalink
Version 0.9.9 Beta released
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrounger committed Jun 4, 2019
1 parent eee6e8a commit db9b074
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 5 deletions.
Binary file modified Builder.exe
Binary file not shown.
1 change: 1 addition & 0 deletions MetrixReloaded.sln
Expand Up @@ -226,6 +226,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "screenFiles", "screenFiles"
screenFiles\NumberZapWithName.xml = screenFiles\NumberZapWithName.xml
screenFiles\NumericalTextInputHelpDialog.xml = screenFiles\NumericalTextInputHelpDialog.xml
screenFiles\NumericalTextInputHelpDialogVKB.xml = screenFiles\NumericalTextInputHelpDialogVKB.xml
screenFiles\OpenConverter.xml = screenFiles\OpenConverter.xml
screenFiles\OpenWebifConfig.xml = screenFiles\OpenWebifConfig.xml
screenFiles\OscamButler.xml = screenFiles\OscamButler.xml
screenFiles\output.xml = screenFiles\output.xml
Expand Down
7 changes: 6 additions & 1 deletion README.md
@@ -1,7 +1,7 @@
# MetrixReloaded
[![GitHub release](https://img.shields.io/github/release/Scrounger/MetrixReloaded.svg)](https://github.com/Scrounger/MetrixReloaded/releases)
[![GitHub All Releases](https://img.shields.io/github/downloads/Scrounger/MetrixReloaded/total.svg)](https://github.com/Scrounger/MetrixReloaded/releases)
[![GitHub Releases (by Release)](https://img.shields.io/github/downloads/Scrounger/MetrixReloaded/0.9.5/total.svg)](https://github.com/Scrounger/MetrixReloaded/releases)
[![GitHub Releases (by Release)](https://img.shields.io/github/downloads/Scrounger/MetrixReloaded/0.9.6/total.svg)](https://github.com/Scrounger/MetrixReloaded/releases)
![GitHub repo size](https://img.shields.io/github/repo-size/Scrounger/MetrixReloaded.svg)
[![GitHub](https://img.shields.io/github/license/Scrounger/MetrixReloaded.svg)](https://github.com/Scrounger/MetrixReloaded/blob/master/LICENSE)

Expand Down Expand Up @@ -109,6 +109,11 @@ Mit Hilfe der **Merger.exe** wird aus den screenFiles die [skin.xml](https://git

## Changelog

### 0.9.6 BETA (04.06.2019)
* Updater bug fixes
* Poster bug fixes
* ipk package bug fixes

### 0.9.5 BETA (28.05.2019)
* CutListeEditor skinned
* TaskListScreen bug fix
Expand Down
23 changes: 23 additions & 0 deletions skin/skin.xml
Expand Up @@ -4420,6 +4420,29 @@ self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgheight / 2 -
<widget name="help2" position="663,138" size="150,45" font="font_standard_small" halign="center" valign="center" transparent="1" />
<widget text="NumericalTextInputHelpDialogVKB" render="MetrixReloadedScreenNameLabel" size="200,25" valign="center" halign="right" font="SetrixSL;16" foregroundColor="foreground" backgroundColor="#2d000000" source="Title" position="616,165" />
</screen>
<screen name="OpenConverterSetup" position="center,center" size="1920,1080" title="OpenConverter Configuration" flags="wfNoBorder" backgroundColor="transparent">
<!-- Backgrounds -->
<panel name="panel_background_window" />
<!-- Title -->
<panel name="panel_Title_window" />
<!-- Clock -->
<panel name="panel_clock_window" />
<!-- Title Seperator -->
<panel name="panel_seperator_window_title" />
<!-- Left Panel (Left Side) -->
<widget name="config" transparent="1" backgroundColorRows="listBackgroundBarsOne" textOffset="5,3" position="window_list_pos" size="window_list_setup_size" zPosition="10" descriptionColor="listDescription" descriptionfont="font_list_description" secondfont="font_list_second" font="font_list" itemHeight="50" backgroundColor="windowBackground" scrollbarMode="showOnDemand" scrollbarBackgroundPicture="MetrixReloaded/media/scrollbar_bg.png" scrollbarWidth="6" scrollbarSliderBorderWidth="0" scrollbarKeepGapColor="1" scrollbarGap="20" enableWrapAround="1" />
<!-- Right Panel (Right Side) -->
<widget source="version" render="Label" position="1216,130" size="622,20" font="SetrixHD;22" valign="center" halign="center" backgroundColor="windowBackgroundSecond" foregroundColor="foreground" transparent="1" />
<eLabel text="created by scrounger" position="1216,160" size="622,50" backgroundColor="windowBackgroundSecond" foregroundColor="foreground" font="SetrixHD;26" halign="center" transparent="1" />
<eLabel text="https://github.com/Scrounger/OpenConverter" position="1216,200" size="622,50" backgroundColor="windowBackgroundSecond" foregroundColor="foreground" font="SetrixHD;24" halign="center" transparent="1" />
<ePixmap alphatest="blend" pixmap="MetrixReloaded/media/icons/menu/metrixreloaded.png" position="window_image_pos" size="window_image_size" scale="1" />
<widget source="help" render="Label" position="window_desc_pos" size="window_desc_size" font="font_standard" valign="center" halign="center" backgroundColor="windowBackgroundSecond" foregroundColor="foreground" transparent="1" />
<!-- Buttons -->
<panel name="panel_color_buttons_window" />
<panel name="panel_key_red_source" />
<panel name="panel_key_green_source" />
<widget text="MetrixReloadedSetup" render="MetrixReloadedScreenNameLabel" size="200,25" valign="center" halign="right" font="SetrixSL;16" foregroundColor="foreground" backgroundColor="background" source="Title" position="1720,1055" />
</screen>
<screen name="OpenWebifConfig" position="center,center" size="1920,1080" title="OpenWebif Configuration" flags="wfNoBorder" backgroundColor="transparent">
<!-- Backgrounds -->
<panel name="panel_background_window" />
Expand Down
2 changes: 1 addition & 1 deletion skin/version.info
@@ -1 +1 @@
0.9.5
0.9.6
4 changes: 2 additions & 2 deletions tools/Builder/IpkControlFile.cs
Expand Up @@ -21,14 +21,14 @@ public IpkControlFile(string folder, string version)
public void Generate()
{
string content =
"Package: " + "enigma2-skin-metrixreloaded" + "\n" +
"Package: " + "enigma2-plugin-skin-metrixreloaded" + "\n" +
"Version: " + version + "\n" +
"Description: " + "Skin MetrixReloaded" + "\n" +
"Section: " + "skin" + "\n" +
"Priority: " + "optional" + "\n" +
"Maintainer: " + "scrounger" + "\n" +
"Architecture: " + "all" + "\n" +
"License: " + "Apache License 2.0" + "\n" +
"License: " + "GNU GPLv3" + "\n" +
"Homepage: " + "https://github.com/Scrounger/MetrixReloaded" + "\n" +
"Source: " + "https://github.com/Scrounger/MetrixReloaded" + "\n" +
"Depends: " + "enigma2-python (>=vti-14)" + "," + "enigma2-plugin-systemplugins-exteventinfohandler";
Expand Down
2 changes: 1 addition & 1 deletion version.released
@@ -1 +1 @@
0.9.5
0.9.6

0 comments on commit db9b074

Please sign in to comment.