diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-09-29 11:12:01 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-09-29 11:12:01 +0000 |
| commit | 814111dab07d3e661567de7c6bd360e84b1a59ba (patch) | |
| tree | bce493b1d529de450f58d91bbfaa43bac9b02427 /data | |
| parent | d34de70c911e2a041b30dceb76b56eeb86b4425a (diff) | |
| download | enigma2-814111dab07d3e661567de7c6bd360e84b1a59ba.tar.gz enigma2-814111dab07d3e661567de7c6bd360e84b1a59ba.zip | |
add satconfig
Diffstat (limited to 'data')
| -rw-r--r-- | data/menu.xml | 4 | ||||
| -rw-r--r-- | data/skin.xml | 6 |
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"/> |
