fixup init splash - missed a few things.

SVN revision: 41521
This commit is contained in:
Carsten Haitzler 2009-07-28 09:02:33 +00:00
parent 700edceb9a
commit d6434d1078
1 changed files with 24 additions and 14 deletions

View File

@ -24806,6 +24806,8 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
} }
part { name: "bar"; part { name: "bar";
description { state: "default" 0.0; description { state: "default" 0.0;
min: 32 32;
aspect: 0.66 0.66;
rel1 { rel1 {
to_x: "exquisite.progress"; to_x: "exquisite.progress";
to_y: "bar_clip"; to_y: "bar_clip";
@ -24828,7 +24830,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
part { name: "barglow"; part { name: "barglow";
description { state: "default" 0.0; description { state: "default" 0.0;
align: 1.0 0.5; align: 1.0 0.5;
max: 31 999; // max: 31 999;
rel1 { rel1 {
to: "bar"; to: "bar";
relative: 0.0 0.0; relative: 0.0 0.0;
@ -24854,8 +24856,8 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
type: RECT; type: RECT;
description { state: "default" 0.0; description { state: "default" 0.0;
visible: 0; visible: 0;
rel1.relative: 0.0625 0.59375; rel1.relative: 0.700 0.550;
rel2.relative: 0.9375 0.7375; rel2.relative: 0.740 0.590;
} }
} }
part { part {
@ -24865,7 +24867,6 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
description { description {
state: "default" 0.0; state: "default" 0.0;
visible: 0; visible: 0;
aspect: 1.0 1.0;
rel1 { rel1 {
to: "bar_clip"; to: "bar_clip";
relative: 0.5 0.0; 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"; part { name: "e.text.title";
type: TEXT; type: TEXT;
scale: 1;
description { state: "default" 0.0; description { state: "default" 0.0;
rel1 { rel1 {
to_y: "logo"; to_y: "logo";
@ -24892,8 +24894,8 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
color: 255 255 255 0; color: 255 255 255 0;
text { text {
font: "Sans:style=Bold"; font: "Sans:style=Bold";
size: 24; size: 16;
fit: 0 1; // fit: 0 1;
text_class: "init_title"; 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"; part { name: "e.text.status";
type: TEXT; type: TEXT;
scale: 1;
description { state: "default" 0.0; description { state: "default" 0.0;
rel1 { rel1 {
to: "e.text.title"; to: "e.text.title";
@ -24917,7 +24920,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
text { text {
font: "Sans"; font: "Sans";
size: 10; size: 10;
fit: 0 1; // fit: 0 1;
text_class: "init_text"; text_class: "init_text";
} }
} }
@ -24959,29 +24962,35 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
signal: "load"; signal: "load";
source: ""; source: "";
script { script {
set_int(is_ready, 1); set_int(is_ready, 0);
set_int(do_end, 0); set_int(do_end, 0);
} }
} }
program { name: "show1"; program { name: "show1";
signal: "show"; signal: "show";
source: ""; source: "";
in: 0.5 0.0; in: 0.0 0.0;
action: STATE_SET "visible" 0.0; action: STATE_SET "visible" 0.0;
transition: LINEAR 2.0; transition: LINEAR 1.0;
target: "light"; target: "light";
after: "show2";
} }
program { name: "show2"; program { name: "show2";
signal: "show";
source: "";
in: 0.5 0.0;
action: STATE_SET "visible" 0.0; action: STATE_SET "visible" 0.0;
transition: LINEAR 2.0; transition: LINEAR 1.0;
target: "logoclip"; target: "logoclip";
after: "show3"; target: "e.text.title";
} }
program { name: "show3"; program { name: "show3";
signal: "show";
source: "";
in: 1.0 0.0;
action: STATE_SET "visible" 0.0; action: STATE_SET "visible" 0.0;
transition: LINEAR 2.0; transition: LINEAR 1.0;
target: "bar"; target: "bar";
target: "e.text.status";
after: "pulsate1"; after: "pulsate1";
after: "ready"; after: "ready";
} }
@ -25026,6 +25035,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
} }
program { name: "ready"; program { name: "ready";
in: 10.0 0.0;
script { script {
new val; new val;