Skip to content

Commit

Permalink
Merge branch 'Developer' into python3
Browse files Browse the repository at this point in the history
  • Loading branch information
norhap committed Jul 6, 2024
2 parents accbd36 + d1a5da7 commit 137e403
Show file tree
Hide file tree
Showing 110 changed files with 11,313 additions and 8,981 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: buildbot

on:
push:
branches: [ Developer ]
branches: [ Developer, dm9x0 ]

workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/enigma2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Enigma2 Python 3

on:
push:
branches: [ Release, Developer, FCC ]
branches: [ Release, Developer, FCC, dm9x0 ]
paths-ignore:
- '**/README'
- '**/DOCS'
pull_request:
branches: [Release, Developer, FCC ]
branches: [Release, Developer, FCC, dm9x0 ]
paths-ignore:
- '**/README'
- '**/DOCS'
Expand Down
4 changes: 2 additions & 2 deletions CI/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ commit_files() {
rm -rf *.pyc
rm -rf *.pyo
rm -rf *.mo
git checkout Developer
git checkout dm9x0
./CI/chmod.sh
./CI/dos2unix.sh
./CI/PEP8.sh
}

upload_files() {
git remote add upstream https://${GITHUB_TOKEN}@github.com/OpenViX/enigma2.git > /dev/null 2>&1
git push --quiet upstream Developer || echo "failed to push with error $?"
git push --quiet upstream dm9x0 || echo "failed to push with error $?"
}

setup_git
Expand Down
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -1270,3 +1270,15 @@ openvix: developer 6.6.000.004
openvix: developer 6.6.001.001
openvix: developer 6.6.001.002
openvix: developer 6.6.001.003
openvix: developer 6.6.001.004
openvix: developer 6.6.002.001
openvix: developer 6.6.002.002
openvix: developer 6.6.002.003
openvix: developer 6.6.002.004
openvix: developer 6.6.003.001
openvix: developer 6.6.003.002
openvix: developer 6.6.004.001
openvix: developer 6.6.004.002
openvix: developer 6.6.004.003
openvix: developer 6.6.004.004
openvix: developer 6.6.004.005
22 changes: 22 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ AM_CONDITIONAL(DM800, test "$BOXTYPE" == "dm800")
AM_CONDITIONAL(DM8000, test "$BOXTYPE" == "dm8000")
AM_CONDITIONAL(DM800SE, test "$BOXTYPE" == "dm800se")
AM_CONDITIONAL(DM800SEV2, test "$BOXTYPE" == "dm800sev2")
AM_CONDITIONAL(DM900, test "$BOXTYPE" == "dm900")
AM_CONDITIONAL(DM920, test "$BOXTYPE" == "dm920")
AM_CONDITIONAL(E3HD, test "$BOXTYPE" == "e3hd")
AM_CONDITIONAL(EBOX5000, test "$BOXTYPE" == "ebox5000")
AM_CONDITIONAL(EBOX5100, test "$BOXTYPE" == "ebox5100")
Expand Down Expand Up @@ -306,6 +308,17 @@ if test x"$withcolorlcd220" != xno ; then
fi
AM_CONDITIONAL(HAVE_COLORLCD220, test x"$withcolorlcd220" != xno)

AC_ARG_WITH(colorlcd390,
AS_HELP_STRING([--with-colorlcd390], [use 390x240 16bpp color display, yes or no]),
[[withcolorlcd390=$withval]],
[[withcolorlcd390=no]]
)
if test x"$withcolorlcd390" != xno ; then
AC_DEFINE(HAVE_COLORLCD390, 1,[Define when using a 390x240 color display device])
fi

AM_CONDITIONAL(HAVE_COLORLCD390, test x"$withcolorlcd390" != xno)

AC_ARG_WITH(colorlcd400,
AS_HELP_STRING([--with-colorlcd400], [use 400x176 16bpp color display, yes or no]),
[[withcolorlcd400=$withval]],
Expand Down Expand Up @@ -402,6 +415,14 @@ if test `echo "$BOXTYPE" | cut -b 1-2` == "vu"; then
AC_DEFINE(FORCE_ADVANCED_REMOTE, 1,[define to fixup the input device identification when the remote control is actually an 'advanced' remote (with play/forward/rewind keys)])
fi

if test "$BOXTYPE" == "dm900" -o "$BOXTYPE" == "dm920"; then
AC_DEFINE(CONFIG_ION, 1,[define BOX use ION Allocator])
AC_DEFINE(HAVE_HDMIIN_DM, 1,[has hdmi in dm])
AC_DEFINE(LCD_DM900_Y_OFFSET, 4,[define LCD Y offset for dm900 and dm920])
AC_DEFINE(DREAMBOX_DUAL_TUNER, 1,[define it is dreambox dual tuner present])
AC_DEFINE(FORCE_NO_BLENDING_ACCELERATION, 1,[define when the framebuffer acceleration does not have alphablending support, though the autodetection might indicate that it does])
fi

if test `echo "$BOXTYPE" | cut -b 1-2` == "gb"; then
AC_DEFINE(KEY_PLAY_ACTUALLY_IS_KEY_PLAYPAUSE, 1,[define when rc sends a KEY_PLAY event for its KEY_PLAYPAUSE key])
AC_DEFINE(FORCE_NO_BLENDING_ACCELERATION, 1,[define when the framebuffer acceleration does not have alphablending support, though the autodetection might indicate that it does])
Expand Down Expand Up @@ -586,6 +607,7 @@ data/7segment/Makefile
data/display96/Makefile
data/display128/Makefile
data/display220/Makefile
data/display390/Makefile
data/display400/Makefile
data/display480/Makefile
data/display720/Makefile
Expand Down
24 changes: 12 additions & 12 deletions data/7segment/skin_display.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<color color="#ffffff" name="WindowTitleForeground"/>
<color color="#000000" name="WindowTitleBackground"/>
</windowstyle>
<!-- MyClockPanel -->
<!-- MyClockPanel -->
<screen name="MyClockPanel">
<widget source="session.CurrentService" render="Label" position="0,0" size="1,1">
<convert type="VfdDisplay"></convert>
Expand Down Expand Up @@ -52,16 +52,16 @@
<panel name="MyClockPanel" />
<panel name="MyRecPanel" />
</screen>
<screen name="QuickMenu_summary" position="0,0" size="1,1">
<screen name="QuickMenuSummary" position="0,0" size="1,1">
<panel name="MyClockPanel" />
<panel name="MyRecPanel" />
</screen>

<!-- Numberzap -->
<screen name="NumberZap_summary" position="0,0" size="1,1">
<!-- Numberzap -->
<screen name="NumberZapSummary" position="0,0" size="1,1">
<widget source="parent.number_summary" render="Label" position="0,0" size="1,1" />
</screen>
<screen name="NumberZapPicon_summary" position="0,0" size="1,1">
</screen>
<screen name="NumberZapPiconSummary" position="0,0" size="1,1">
<widget source="parent.number_summary" render="Label" position="0,0" size="1,1" />
</screen>

Expand All @@ -70,23 +70,23 @@
<panel name="MyClockPanel" />
<panel name="MyRecPanel" />
</screen>
<screen name="SimpleSummary" position="0,0" size="1,1">
<screen name="ScreenSummary" position="0,0" size="1,1">
<panel name="MyClockPanel" />
<panel name="MyRecPanel" />
</screen>
<screen name="ChoiceBox_summary" position="0,0" size="1,1">
<screen name="ChoiceBoxSummary" position="0,0" size="1,1">
<panel name="MyClockPanel" />
<panel name="MyRecPanel" />
</screen>
<screen name="MessageBox_summary" position="0,0" size="1,1">
<screen name="MessageBoxSummary" position="0,0" size="1,1">
<panel name="MyClockPanel" />
<panel name="MyRecPanel" />
</screen>
<screen name="MessageBoxSimple_summary" position="0,0" size="1,1">
<screen name="MessageBoxSimpleSummary" position="0,0" size="1,1">
<panel name="MyClockPanel" />
<panel name="MyRecPanel" />
</screen>
<screen name="JobView_summary" position="0,0" size="1,1">
<screen name="JobViewSummary" position="0,0" size="1,1">
<widget source="parent.summary_job_progress" render="Label" position="0,0" size="1,1" >
<convert type="ProgressToText">InPercent</convert>
</widget>
Expand All @@ -111,7 +111,7 @@
</screen>

<!-- EMC -->
<screen name="EMCSelection_summary" position="0,0" size="1,1">
<screen name="EMCSelectionSummary" position="0,0" size="1,1">
<panel name="MyClockPanel" />
<panel name="MyRecPanel" />
</screen>
Expand Down
4 changes: 4 additions & 0 deletions data/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ if HAVE_COLORLCD220
SUBDIRS += display220
endif

if HAVE_COLORLCD390
SUBDIRS += display390
endif

if HAVE_COLORLCD400
SUBDIRS += display400
endif
Expand Down
14 changes: 7 additions & 7 deletions data/display128/skin_display.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@


<!-- channelselection-->
<screen name="ChannelSelection_summary" position="fill">
<screen name="ChannelSelectionSummary" position="fill">
<widget source="parent.ServiceEvent" render="Label" position="top" size="*,65" font="FdLcD;30" halign="center" >
<convert type="ServiceName">Name</convert>
</widget>
Expand Down Expand Up @@ -143,7 +143,7 @@
</screen>

<!-- misc-->
<screen name="SimpleSummary" position="fill">
<screen name="ScreenSummary" position="fill">
<widget source="Title" render="Label" position="top" size="*,141" font="FdLcD;25" halign="center" valign="center" />
<panel position="bottom" size="*,24" name="SummaryClockPanel" />
</screen>
Expand Down Expand Up @@ -179,7 +179,7 @@
</screen>

<!-- JobView Summary -->
<screen name="JobView_summary" position="fill">
<screen name="JobViewSummary" position="fill">
<widget source="parent.summary_job_name" render="Label" position="top" size="*,51" font="FdLcD;25" halign="center" />
<widget source="parent.summary_job_task" render="Label" position="top" size="*,41" font="FdLcD;20" halign="center" />
<widget source="parent.summary_job_progress" render="Progress" position="top" size="80,16" borderWidth="1" zPosition="1" halign="center" />
Expand All @@ -188,16 +188,16 @@
</widget>
</screen>

<screen name="ChoiceBox_summary" position="fill">
<screen name="ChoiceBoxSummary" position="fill">
<widget source="parent.summary_list" render="Label" position="top" size="*,181" font="FdLcD;25" halign="left" />
</screen>
</screen>

<screen name="MessageBox_summary" position="fill">
<screen name="MessageBoxSummary" position="fill">
<widget source="parent.Text" render="Label" position="top" size="*,95" font="FdLcD;31" halign="center" valign="center" />
<widget source="parent.selectedChoice" render="Label" position="bottom" size="*,44" font="FdLcD;44" halign="center" valign="center" />
</screen>

<screen name="MessageBoxSimple_summary" position="fill">
<screen name="MessageBoxSimpleSummary" position="fill">
<widget source="parent.Text" render="Label" position="top" size="*,95" font="FdLcD;31" halign="center" valign="center" />
<widget source="parent.selectedChoice" render="Label" position="bottom" size="*,44" font="FdLcD;44" halign="center" valign="center" />
</screen>
Expand Down
Loading

0 comments on commit 137e403

Please sign in to comment.