X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=data%2Fskin_default.xml;h=65e810d97e633b24b4340eaf0cf8fcde5bc1dc04;hb=d1e450f95a9b79b144a00dcf0f9356ff6cb9bfb2;hp=d9ec7e7b4b1439cabee3a378d40c218807a1b36a;hpb=d8733ed57694bbb5309afc396cabe2bfc6f35c16;p=vuplus_dvbapp diff --git a/data/skin_default.xml b/data/skin_default.xml index d9ec7e7..65e810d 100644 --- a/data/skin_default.xml +++ b/data/skin_default.xml @@ -1,46 +1,82 @@ - - - + + + + + + - + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + Name + + + - + - - + + - - + + - + - - + + - + @@ -48,68 +84,88 @@ - - + + - - - - - + + + + - + - + - + - - + + - + - + - + - + - + + + + + + + + + + - + + + + + - + + + + + + + + + - - - + + + - + @@ -153,14 +209,19 @@ - - - - + + + + + + + + + @@ -173,7 +234,7 @@ - + @@ -184,19 +245,47 @@ - + + + RadioText + - - - - - - - - - - + + Name + + + WithSeconds + + + Progress + + + RasInteractiveAvailable + + + + StartTime + Default + + + Name + + + Remaining + InMinutes + + + Name + + + StartTime + Default + + + Duration + InMinutes + @@ -239,10 +328,63 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -254,6 +396,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -268,13 +435,14 @@ textsize = self["text"].getSize() # y size still must be fixed in font stuff... textsize = (textsize[0] + 50, textsize[1] + 50) count = len(self.list) -if count > 6: - count = 6 -offset = 30 * count +if count > 10: + count = 10 +offset = 25 * count wsizex = textsize[0] + 60 wsizey = textsize[1] + offset -if (400 > wsizex): - wsizex = 400 + +if (450 > wsizex): + wsizex = 450 wsize = (wsizex, wsizey) @@ -285,14 +453,14 @@ self.instance.resize(eSize(*wsize)) self["text"].instance.resize(eSize(*textsize)) # move list -listsize = (wsizex, 30 * len(self.list)) +listsize = (wsizex, 25 * count) self["list"].instance.move(ePoint(0, textsize[1])) self["list"].instance.resize(eSize(*listsize)) # center window newwidth = wsize[0] #self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y())) - + @@ -303,7 +471,7 @@ newwidth = wsize[0] - + @@ -315,14 +483,24 @@ newwidth = wsize[0] - + + Remaining + + + + + + + + - - - - - + + + + + + # this should be factored out into some helper code, but currently demonstrates applets. @@ -360,4 +538,34 @@ newwidth = wsize[0] self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y())) - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +