From: ikseong Date: Fri, 14 May 2010 02:07:37 +0000 (+0900) Subject: patch for vuplus again X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=fb766db909330b55b7c650a49017a9d53a2747b4 patch for vuplus again --- diff --git a/RecordTimer.py b/RecordTimer.py old mode 100644 new mode 100755 index f670417..dc2f6b2 --- a/RecordTimer.py +++ b/RecordTimer.py @@ -285,13 +285,13 @@ class RecordTimerEntry(timer.TimerEntry, object): self.record_service = None if self.afterEvent == AFTEREVENT.STANDBY: if not Screens.Standby.inStandby: # not already in standby - Notifications.AddNotificationWithCallback(self.sendStandbyNotification, MessageBox, _("A finished record timer wants to set your\nDreambox to standby. Do that now?"), timeout = 20) + Notifications.AddNotificationWithCallback(self.sendStandbyNotification, MessageBox, _("A finished record timer wants to set your\nSTB to standby. Do that now?"), timeout = 20) elif self.afterEvent == AFTEREVENT.DEEPSTANDBY: if not Screens.Standby.inTryQuitMainloop: # not a shutdown messagebox is open if Screens.Standby.inStandby: # in standby RecordTimerEntry.TryQuitMainloop() # start shutdown handling without screen else: - Notifications.AddNotificationWithCallback(self.sendTryQuitMainloopNotification, MessageBox, _("A finished record timer wants to shut down\nyour Dreambox. Shutdown now?"), timeout = 20) + Notifications.AddNotificationWithCallback(self.sendTryQuitMainloopNotification, MessageBox, _("A finished record timer wants to shut down\nyour STB. Shutdown now?"), timeout = 20) return True def setAutoincreaseEnd(self, entry = None): diff --git a/SleepTimer.py b/SleepTimer.py old mode 100644 new mode 100755 index 221e8f0..a6f39ef --- a/SleepTimer.py +++ b/SleepTimer.py @@ -26,12 +26,12 @@ class SleepTimerEntry(timer.TimerEntry): if self.state == self.StateRunning: if config.SleepTimer.action.value == "shutdown": if config.SleepTimer.ask.value and not Screens.Standby.inTryQuitMainloop: - Notifications.AddNotificationWithCallback(self.shutdown, MessageBox, _("A sleep timer wants to shut down\nyour Dreambox. Shutdown now?"), timeout = 20) + Notifications.AddNotificationWithCallback(self.shutdown, MessageBox, _("A sleep timer wants to shut down\nyour STB. Shutdown now?"), timeout = 20) else: self.shutdown(True) elif config.SleepTimer.action.value == "standby": if config.SleepTimer.ask.value and not Screens.Standby.inStandby: - Notifications.AddNotificationWithCallback(self.standby, MessageBox, _("A sleep timer wants to set your\nDreambox to standby. Do that now?"), timeout = 20) + Notifications.AddNotificationWithCallback(self.standby, MessageBox, _("A sleep timer wants to set your\nSTB to standby. Do that now?"), timeout = 20) else: self.standby(True) diff --git a/acinclude.m4 b/acinclude.m4 old mode 100644 new mode 100755 index 6f1cb0a..ab3835e --- a/acinclude.m4 +++ b/acinclude.m4 @@ -157,6 +157,9 @@ version DVB_API_VERSION ]) fi + #csh +AC_DEFINE(BUILD_VUPLUS,1,[Define to 1 for 750]) + if test "$DVB_API_VERSION"; then AC_DEFINE(HAVE_DVB,1,[Define to 1 if you have the dvb includes]) AC_DEFINE_UNQUOTED(HAVE_DVB_API_VERSION,$DVB_API_VERSION,[Define to the version of the dvb api]) diff --git a/configure.ac b/configure.ac index d1b1d27..40a246f 100755 --- a/configure.ac +++ b/configure.ac @@ -180,6 +180,7 @@ lib/python/Plugins/SystemPlugins/Videomode/Makefile lib/python/Plugins/SystemPlugins/Videomode/meta/Makefile lib/python/Plugins/SystemPlugins/WirelessLan/Makefile lib/python/Plugins/SystemPlugins/WirelessLan/meta/Makefile +lib/python/Plugins/SystemPlugins/FactoryTest/Makefile lib/python/Tools/Makefile lib/service/Makefile lib/components/Makefile diff --git a/data/defaults/Dream/settings.8000 b/data/defaults/Dream/settings.8000 old mode 100644 new mode 100755 index 1fe4a4c..ae2963b --- a/data/defaults/Dream/settings.8000 +++ b/data/defaults/Dream/settings.8000 @@ -1 +1 @@ -config.misc.rcused=0 \ No newline at end of file +config.misc.rcused=1 \ No newline at end of file diff --git a/data/keymap.xml b/data/keymap.xml index 9461d50..2ec6aee 100755 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -90,6 +90,8 @@ + + @@ -170,6 +172,12 @@ + + + + + + @@ -191,6 +199,8 @@ + + @@ -275,6 +285,13 @@ + + + + + + + @@ -312,6 +329,11 @@ + + + + + @@ -338,6 +360,10 @@ + + + + @@ -356,6 +382,10 @@ + + + + @@ -382,6 +412,9 @@ + + + @@ -620,6 +653,14 @@ + + + + + + + + diff --git a/data/menu.xml b/data/menu.xml index b437fbc..9706e20 100755 --- a/data/menu.xml +++ b/data/menu.xml @@ -83,6 +83,7 @@ def msgClosed(ret): from os import system, _exit system("rm -R /etc/enigma2") system("cp -R /usr/share/enigma2/defaults /etc/enigma2") + system("/usr/bin/showiframe /boot/backdrop.mvi") _exit(0) self.session.openWithCallback(msgClosed, FactoryReset) diff --git a/data/rcpositions.xml b/data/rcpositions.xml old mode 100644 new mode 100755 index 373ed73..1c95050 --- a/data/rcpositions.xml +++ b/data/rcpositions.xml @@ -1,88 +1,92 @@ +