From: schon Date: Tue, 15 Mar 2011 07:05:31 +0000 (+0900) Subject: Merge commit 'dm/experimental' into test branch X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=e19feb6903e6054302080ae40d2bcfa5c2d1628e;hp=06aa5f1288438421acd6b810296aff678524e004 Merge commit 'dm/experimental' into test branch Conflicts: lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py lib/python/Screens/SleepTimerEdit.py --- diff --git a/RecordTimer.py b/RecordTimer.py index d8bed8f..d3ccd75 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 f167024..11fa9c6 100755 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -90,6 +90,8 @@ + + @@ -173,6 +175,12 @@ + + + + + + @@ -196,6 +204,8 @@ + + @@ -280,6 +290,13 @@ + + + + + + + @@ -317,6 +334,11 @@ + + + + + @@ -343,6 +365,10 @@ + + + + @@ -361,6 +387,10 @@ + + + + @@ -388,6 +418,9 @@ + + + @@ -627,6 +660,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 @@ +