From d6434d10781972a4b2d9becd22aea7fb53627328 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 28 Jul 2009 09:02:33 +0000 Subject: [PATCH] fixup init splash - missed a few things. SVN revision: 41521 --- data/themes/default.edc | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/data/themes/default.edc b/data/themes/default.edc index 293370027..0ca8afac8 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -24806,6 +24806,8 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); } part { name: "bar"; description { state: "default" 0.0; + min: 32 32; + aspect: 0.66 0.66; rel1 { to_x: "exquisite.progress"; to_y: "bar_clip"; @@ -24828,7 +24830,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); part { name: "barglow"; description { state: "default" 0.0; align: 1.0 0.5; - max: 31 999; +// max: 31 999; rel1 { to: "bar"; relative: 0.0 0.0; @@ -24854,8 +24856,8 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); type: RECT; description { state: "default" 0.0; visible: 0; - rel1.relative: 0.0625 0.59375; - rel2.relative: 0.9375 0.7375; + rel1.relative: 0.700 0.550; + rel2.relative: 0.740 0.590; } } part { @@ -24865,7 +24867,6 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); description { state: "default" 0.0; visible: 0; - aspect: 1.0 1.0; rel1 { to: "bar_clip"; relative: 0.5 0.0; @@ -24880,6 +24881,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); } part { name: "e.text.title"; type: TEXT; + scale: 1; description { state: "default" 0.0; rel1 { to_y: "logo"; @@ -24892,8 +24894,8 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); color: 255 255 255 0; text { font: "Sans:style=Bold"; - size: 24; - fit: 0 1; + size: 16; +// fit: 0 1; text_class: "init_title"; } } @@ -24904,6 +24906,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); } part { name: "e.text.status"; type: TEXT; + scale: 1; description { state: "default" 0.0; rel1 { to: "e.text.title"; @@ -24917,7 +24920,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); text { font: "Sans"; size: 10; - fit: 0 1; +// fit: 0 1; text_class: "init_text"; } } @@ -24959,29 +24962,35 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); signal: "load"; source: ""; script { - set_int(is_ready, 1); + set_int(is_ready, 0); set_int(do_end, 0); } } program { name: "show1"; signal: "show"; source: ""; - in: 0.5 0.0; + in: 0.0 0.0; action: STATE_SET "visible" 0.0; - transition: LINEAR 2.0; + transition: LINEAR 1.0; target: "light"; - after: "show2"; } program { name: "show2"; + signal: "show"; + source: ""; + in: 0.5 0.0; action: STATE_SET "visible" 0.0; - transition: LINEAR 2.0; + transition: LINEAR 1.0; target: "logoclip"; - after: "show3"; + target: "e.text.title"; } program { name: "show3"; + signal: "show"; + source: ""; + in: 1.0 0.0; action: STATE_SET "visible" 0.0; - transition: LINEAR 2.0; + transition: LINEAR 1.0; target: "bar"; + target: "e.text.status"; after: "pulsate1"; after: "ready"; } @@ -25026,6 +25035,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); } program { name: "ready"; + in: 10.0 0.0; script { new val;