@ -236,6 +236,13 @@ collections {
part { name: "rage.content"; type: SWALLOW;
description { state: "default" 0.0;
visible: 0;
}
description { state: "novideo" 0.0;
visible: 0;
}
description { state: "video" 0.0;
visible: 1;
}
}
@ -452,6 +459,15 @@ collections {
target: "speaker_clip";
target: "shadow";
target: "statusloc";
target: "rage.content";
}
program {
signal: "state,default"; source: "rage";
action: STATE_SET "default" 0.0;
target: "speaker_clip";
target: "shadow";
target: "statusloc";
target: "rage.content";
}
program {
signal: "state,video"; source: "rage";
@ -459,6 +475,7 @@ collections {
target: "speaker_clip";
target: "shadow";
target: "statusloc";
target: "rage.content";
}
program {
signal: "state,novideo"; source: "rage";
@ -2126,7 +2143,7 @@ collections {
rel2.offset: -1 40;
rel2.relative: 1.0 0.0;
color: 255 255 255 255;
text { font: "Sans:style=Bold"; size: 2 0;
text { font: "Sans:style=Bold"; size: 4 0;
align: 0.0 0.0;
min: 0 1;
elipsis: 0;
@ -2146,9 +2163,14 @@ collections {
group { name: "rage/browser/item";
images.image: "win_shadow.png" COMP;
images.image: "win_glow.png" COMP;
images.image: "dimmer.png" COMP;
styles {
style { name: "browser_item_label";
base: "font=Sans font_size=20 color=#ffffffff wrap=mixed ellipsis=1.0";
}
}
parts {
part { name: "shadow"; mouse_events: 0;
description { state: "default" 0.0;
@ -2170,22 +2192,20 @@ collections {
rel2.to: "clip";
}
}
part { name: "glow"; mouse_events: 0;
part { name: "glow"; type: RECT; mouse_events: 0;
description { state: "default" 0.0;
image.normal: "win_glow.png";
image.border: 9 9 9 9;
image.middle: 0;
rel1.to: "clip";
rel1.offset: -5 -5;
rel2.to: "clip";
rel2.offset: 4 4;
fill.smooth: 0;
color: 255 255 255 0;
color: 51 153 255 0;
visible: 0;
}
description { state: "selected" 0.0;
inherit: "default" 0.0;
color: 255 255 255 255;
rel1.to: "p1";
rel1.relative: 0.75 0.75;
rel2.to: "p2";
rel2.relative: 0.25 0.25;
color: 51 153 255 255;
visible: 1;
}
}
@ -2194,18 +2214,45 @@ collections {
action: STATE_SET "selected" 0.0;
transition: SINUSOIDAL 0.1;
target: "glow";
target: "clip";
}
program {
signal: "rage,state,unselected"; source: "rage";
action: STATE_SET "default" 0.0;
transition: SINUSOIDAL 0.3;
target: "glow";
target: "clip";
}
part { name: "p1"; type: SPACER;
scale: 1;
description { state: "default" 0.0;
rel2.relative: 0.0 0.0;
align: 0.0 0.0;
min: 16 16;
fixed: 1 1;
}
}
part { name: "p2"; type: SPACER;
scale: 1;
description { state: "default" 0.0;
rel1.relative: 1.0 1.0;
align: 1.0 1.0;
min: 16 16;
fixed: 1 1;
}
}
part { name: "clip"; type: RECT;
description { state: "default" 0.0;
rel1.offset: 4 4;
rel2.offset: -5 -5;
rel1.to: "p1";
rel1.relative: 1.0 1.0;
rel2.to: "p2";
rel2.relative: 0.0 0.0;
color: 192 192 192 255;
}
description { state: "selected" 0.0;
inherit: "default" 0.0;
color: 255 255 255 255;
}
}
part { name: "rage.content"; type: SWALLOW;
@ -2224,15 +2271,19 @@ collections {
rel2.to: "clip";
}
}
part { name: "rage.title"; type: TEXT; mouse_events: 0;
part { name: "rage.title"; type: TEXTBLOCK; mouse_events: 0;
clip_to: "clip";
scale: 1;
description { state: "default" 0.0;
fixed: 1 1;
align: 0.0 1.0;
rel1.offset: 8 8;
rel1.to: "clip";
rel2.offset: -9 -9;
rel2.to: "clip";
color: 255 255 255 255;
text { font: "Sans"; size: 12;
text { font: "Sans"; size: 20;
style: "browser_item_label";
align: 0.0 1.0;
min: 0 1;
elipsis: 0;