From: schon Date: Wed, 25 May 2011 07:26:17 +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=b72c9852440926ac82fd4ca3186278edd7167427;hp=74e73fc17f163be508f19fc68ecce835be0177b9 Merge commit 'dm/experimental' into test branch Conflicts: lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py lib/python/Screens/NetworkSetup.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..38b66d3 100644 --- a/configure.ac +++ b/configure.ac @@ -200,6 +200,11 @@ 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/Plugins/SystemPlugins/FPGAUpgrade/Makefile +lib/python/Plugins/SystemPlugins/FPGAUpgrade/meta/Makefile lib/python/Tools/Makefile lib/service/Makefile lib/components/Makefile @@ -209,4 +214,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..2787d5d --- 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=0 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/keymaps/dream-de.info b/data/keymaps/dream-de.info index d7f5b07..1156ab3 100644 --- a/data/keymaps/dream-de.info +++ b/data/keymaps/dream-de.info @@ -1,2 +1,2 @@ kmap=dream-de.kmap -name=Dreambox Keyboard Deutsch +name=Keyboard Deutsch diff --git a/data/menu.xml b/data/menu.xml index 6e10354..03e582c 100755 --- a/data/menu.xml +++ b/data/menu.xml @@ -62,7 +62,7 @@ - +