aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-09-29 11:12:01 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-09-29 11:12:01 +0000
commit814111dab07d3e661567de7c6bd360e84b1a59ba (patch)
treebce493b1d529de450f58d91bbfaa43bac9b02427 /data
parentd34de70c911e2a041b30dceb76b56eeb86b4425a (diff)
downloadenigma2-814111dab07d3e661567de7c6bd360e84b1a59ba.tar.gz
enigma2-814111dab07d3e661567de7c6bd360e84b1a59ba.zip
add satconfig
Diffstat (limited to 'data')
-rw-r--r--data/menu.xml4
-rw-r--r--data/skin.xml6
2 files changed, 8 insertions, 2 deletions
diff --git a/data/menu.xml b/data/menu.xml
index ec4c9f61..3064fdb8 100644
--- a/data/menu.xml
+++ b/data/menu.xml
@@ -1,6 +1,7 @@
<menu text="Mainmenu" title="Mainmenu">
<!--<item text="Standby debug">quitMainloop()</item>
<item text="Networksetup">self.openSetup("network")</item>-->
+ <item text="Satelliteconfig">self.openDialog(Satconfig)</item>
<item text="Radio"></item>
<item text="Timer">self.openDialog(TimerEditList)</item>
<item text="Information">self.openDialog(About)</item>
@@ -12,7 +13,8 @@
<item text="Edit Bouquets"></item>
</menu>
<menu text="Service Searching">
- <item text="Satelliteconfig">self.openSetup("satconfig")</item>
+ <item text="Satelliteconfig">self.openDialog(Satconfig)</item>
+ <!--<item text="Satelliteconfig">self.openSetup("satconfig")</item>-->
<item text="Automatic Scan">self.openDialog(ServiceScan)</item>
<item text="Manual Scan">self.openDialog(ServiceScan)</item>
<item text="Rotor Control"></item>
diff --git a/data/skin.xml b/data/skin.xml
index ee764a36..ac2089dd 100644
--- a/data/skin.xml
+++ b/data/skin.xml
@@ -32,7 +32,8 @@
</windowstyle> """ """
<screen name="Menu" position="210,150" size="300,220" title="real main menu">
<widget name="title" position="10,10" size="280,35" font="Arial;23" />
- <widget name="menu" position="10,55" size="280,150" />
+ <!--<widget name="menu" position="10,55" size="280,150" font="Arial;23" />-->
+ <widget name="menu" position="10,55" size="280,150"/>
</screen>
<screen name="ScartLoopThrough" position="0,0" size="720,576">
</screen>
@@ -51,6 +52,9 @@
<widget name="ok" position="140,230" size="38,20" font="Arial;20" backgroundColor="green" />
<widget name="cancel" position="240,230" size="70,20" font="Arial;20" backgroundColor="red" />
</screen>
+ <screen name="Satconfig" position="140,125" size="460,280" title="Satconfig">
+ <widget name="config" position="10,50" size="420,150" />
+ </screen>
<screen name="About" position="140,125" size="360,250" title="About">
<widget name="text" position="10,30" size="420,40" font="Arial;18"/>
<widget name="tuner" position="10,80" size="420,20" font="Arial;18"/>