From: schon Date: Sat, 8 Jan 2011 06:45:37 +0000 (+0900) Subject: Merge commit 'dm/experimental' into test_0108 X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=a29693293853a2dd6dd83e0586e8e2dbd1ac1d7f;hp=581a32cd736b186e4149af4d7af350b4d44eb99d Merge commit 'dm/experimental' into test_0108 --- diff --git a/RecordTimer.py b/RecordTimer.py index 1cb7eb3..9626a11 100755 --- a/RecordTimer.py +++ b/RecordTimer.py @@ -297,13 +297,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/configure.ac b/configure.ac index 0c54f5b..c235888 100644 --- a/configure.ac +++ b/configure.ac @@ -200,6 +200,9 @@ 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/Plugins/SystemPlugins/Fancontrol/Makefile +lib/python/Plugins/SystemPlugins/Fancontrol/meta/Makefile lib/python/Tools/Makefile lib/service/Makefile lib/components/Makefile @@ -209,4 +212,5 @@ tools/Makefile tools/enigma2.sh enigma2.pc ]) +AC_DEFINE(BUILD_VUPLUS,1,[Define to 1 for vuplus]) AC_OUTPUT 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..7a383c7 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,12 @@ + + + + + + diff --git a/data/menu.xml b/data/menu.xml index 6e10354..b526d7a 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 @@ +