aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>2008-10-13 18:29:57 +0000
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>2008-10-13 18:29:57 +0000
commite713bd3d222127573350eddb3f71941fda771054 (patch)
tree8ee0785da50ba83a2f937d1d4bc610ab17a44853 /data
parentcac4af3cc304626c6c600d0dfb7fce8fe7b5f7b1 (diff)
downloadenigma2-e713bd3d222127573350eddb3f71941fda771054.tar.gz
enigma2-e713bd3d222127573350eddb3f71941fda771054.zip
allow DVD burning in background. to view progress of jobs, press extensions key (blue) in TV mode
Diffstat (limited to 'data')
-rw-r--r--data/skin_default.xml18
1 files changed, 15 insertions, 3 deletions
diff --git a/data/skin_default.xml b/data/skin_default.xml
index aeee84a6..f541f815 100644
--- a/data/skin_default.xml
+++ b/data/skin_default.xml
@@ -1118,7 +1118,7 @@ self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y()))
<convert type="ConditionalShowHide">Blink</convert>
</widget>
</screen>
- <screen name="JobView" position="84,122" size="522,324" title="Job View">
+ <screen name="JobView" position="84,122" size="522,374" title="Job View">
<widget source="job_progress" render="Progress" position="130,184" size="362,28" borderWidth="1" />
<widget source="job_status" render="Label" position="15,246" size="278,62" font="Regular;28" />
<widget source="job_name" render="Label" position="25,12" size="464,76" font="Regular;28" />
@@ -1126,10 +1126,22 @@ self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y()))
<widget source="job_progress" render="Label" position="16,182" size="106,65" font="Regular;28">
<convert type="ProgressToText" />
</widget>
- <widget source="finished" render="Pixmap" pixmap="skin_default/buttons/green.png" position="339,251" size="140,40" alphatest="on" >
+ <widget source="cancelable" render="Pixmap" pixmap="skin_default/buttons/red.png" position="0,330" size="140,40" alphatest="on" >
<convert type="ConditionalShowHide" />
</widget>
- <widget source="finished" render="FixedLabel" text="OK" font="Regular;20" halign="center" valign="center" position="339,251" size="140,40" transparent="1" backgroundColor="#1f771f" >
+ <widget source="cancelable" render="FixedLabel" text="Abort" position="0,330" zPosition="1" size="140,40" font="Regular;20" halign="center" valign="center" backgroundColor="#9f1313" transparent="1" >
+ <convert type="ConditionalShowHide" />
+ </widget>
+ <widget source="finished" render="Pixmap" pixmap="skin_default/buttons/green.png" position="170,330" size="140,40" alphatest="on" >
+ <convert type="ConditionalShowHide" />
+ </widget>
+ <widget source="finished" render="FixedLabel" text="OK" font="Regular;20" halign="center" valign="center" position="170,330" size="140,40" transparent="1" backgroundColor="#1f771f" >
+ <convert type="ConditionalShowHide" />
+ </widget>
+ <widget source="backgroundable" render="Pixmap" pixmap="skin_default/buttons/blue.png" position="380,330" size="140,40" alphatest="on" >
+ <convert type="ConditionalShowHide" />
+ </widget>
+ <widget source="backgroundable" render="FixedLabel" text="Background" font="Regular;20" halign="center" valign="center" position="380,330" size="140,40" transparent="1" backgroundColor="#18188b" >
<convert type="ConditionalShowHide" />
</widget>
</screen>