|
|
|
@ -28,6 +28,9 @@ collections { |
|
|
|
|
images.image: "icon_arrow_right.png" COMP; |
|
|
|
|
|
|
|
|
|
images.image: "icon_spanner.png" COMP; |
|
|
|
|
images.image: "icon_fullscreen.png" COMP; |
|
|
|
|
images.image: "icon_unfullscreen.png" COMP; |
|
|
|
|
images.image: "icon_close.png" COMP; |
|
|
|
|
|
|
|
|
|
images.image: "horizontal_separated_bar_small_glow.png" COMP; |
|
|
|
|
images.image: "vgrad_shadow_bi.png" COMP; |
|
|
|
@ -43,6 +46,9 @@ collections { |
|
|
|
|
images.image: "icon_pause2.png" COMP; |
|
|
|
|
images.image: "icon_volume2.png" COMP; |
|
|
|
|
images.image: "icon_spanner2.png" COMP; |
|
|
|
|
images.image: "icon_fullscreen2.png" COMP; |
|
|
|
|
images.image: "icon_unfullscreen2.png" COMP; |
|
|
|
|
images.image: "icon_close2.png" COMP; |
|
|
|
|
|
|
|
|
|
images.image: "tv-bg.png" COMP; |
|
|
|
|
images.image: "tv-over.png" COMP; |
|
|
|
@ -695,8 +701,45 @@ collections { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
part { name: "rage.options.swallow"; type: SWALLOW; |
|
|
|
|
scale: 1; |
|
|
|
|
description { state: "default" 0.0; |
|
|
|
|
fixed: 1 1; |
|
|
|
|
rel1.relative: 0.0 0.0; |
|
|
|
|
rel1.offset: -6 0; |
|
|
|
|
rel1.to: "rage.win.fullscreen"; |
|
|
|
|
rel2.relative: 0.0 1.0; |
|
|
|
|
rel2.offset: -6 -1; |
|
|
|
|
rel2.to: "rage.win.fullscreen"; |
|
|
|
|
min: 20 20; |
|
|
|
|
align: 1.0 0.0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
part { name: "rage.win.fullscreen"; type: SWALLOW; |
|
|
|
|
scale: 1; |
|
|
|
|
description { state: "default" 0.0; |
|
|
|
|
fixed: 1 1; |
|
|
|
|
rel1.relative: 0.0 0.0; |
|
|
|
|
rel1.offset: -6 0; |
|
|
|
|
rel1.to: "rage.win.close"; |
|
|
|
|
rel2.relative: 0.0 1.0; |
|
|
|
|
rel2.offset: -6 -1; |
|
|
|
|
rel2.to: "rage.win.close"; |
|
|
|
|
min: 20 20; |
|
|
|
|
align: 1.0 0.0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
part { name: "rage.win.close"; type: SWALLOW; |
|
|
|
|
scale: 1; |
|
|
|
|
description { state: "default" 0.0; |
|
|
|
|
fixed: 1 1; |
|
|
|
|
rel1.relative: 1.0 0.0; |
|
|
|
|
rel1.offset: 0 5; |
|
|
|
|
rel2.relative: 1.0 0.0; |
|
|
|
|
rel2.offset: 0 5; |
|
|
|
|
min: 20 20; |
|
|
|
|
align: 0.0 0.0; |
|
|
|
|
} |
|
|
|
|
description { state: "fullscreen" 0.0; |
|
|
|
|
fixed: 1 1; |
|
|
|
|
rel1.relative: 1.0 0.0; |
|
|
|
|
rel1.offset: -6 5; |
|
|
|
@ -771,6 +814,144 @@ collections { |
|
|
|
|
target: "vol"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
part { name: "close"; |
|
|
|
|
scale: 1; |
|
|
|
|
clip_to: "posclip"; |
|
|
|
|
description { state: "default" 0.0; |
|
|
|
|
fixed: 1 1; |
|
|
|
|
rel1.to: "rage.win.close"; |
|
|
|
|
rel2.to: "rage.win.close"; |
|
|
|
|
image.normal: "icon_close.png"; |
|
|
|
|
min: 20 20; max: 20 20; |
|
|
|
|
} |
|
|
|
|
description { state: "active" 0.0; |
|
|
|
|
inherit: "default" 0.0; |
|
|
|
|
image.normal: "icon_close2.png"; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
part { name: "closeev"; type: RECT; |
|
|
|
|
description { state: "default" 0.0; |
|
|
|
|
rel1.to: "rage.win.close"; |
|
|
|
|
rel2.to: "rage.win.close"; |
|
|
|
|
color: 0 0 0 0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
program { |
|
|
|
|
signal: "mouse,down,1"; source: "closeev"; |
|
|
|
|
action: STATE_SET "active" 0.0; |
|
|
|
|
target: "close"; |
|
|
|
|
} |
|
|
|
|
program { |
|
|
|
|
signal: "mouse,up,1"; source: "closeev"; |
|
|
|
|
action: STATE_SET "default" 0.0; |
|
|
|
|
target: "close"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
part { name: "fullscreenclip"; type: RECT; |
|
|
|
|
clip_to: "posclip"; |
|
|
|
|
description { state: "default" 0.0; |
|
|
|
|
rel1.to: "fullscreen"; |
|
|
|
|
rel2.to: "fullscreen"; |
|
|
|
|
visible: 1; |
|
|
|
|
} |
|
|
|
|
description { state: "fullscreen" 0.0; |
|
|
|
|
inherit: "default" 0.0; |
|
|
|
|
visible: 0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
part { name: "unfullscreenclip"; type: RECT; |
|
|
|
|
clip_to: "posclip"; |
|
|
|
|
description { state: "default" 0.0; |
|
|
|
|
rel1.to: "unfullscreen"; |
|
|
|
|
rel2.to: "unfullscreen"; |
|
|
|
|
visible: 0; |
|
|
|
|
} |
|
|
|
|
description { state: "fullscreen" 0.0; |
|
|
|
|
inherit: "default" 0.0; |
|
|
|
|
visible: 1; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
program { |
|
|
|
|
signal: "state,win,fullscreen"; source: "rage"; |
|
|
|
|
action: STATE_SET "fullscreen" 0.0; |
|
|
|
|
target: "fullscreenclip"; |
|
|
|
|
target: "unfullscreenclip"; |
|
|
|
|
target: "rage.win.close"; |
|
|
|
|
} |
|
|
|
|
program { |
|
|
|
|
signal: "state,win,normal"; source: "rage"; |
|
|
|
|
action: STATE_SET "default" 0.0; |
|
|
|
|
target: "fullscreenclip"; |
|
|
|
|
target: "unfullscreenclip"; |
|
|
|
|
target: "rage.win.close"; |
|
|
|
|
} |
|
|
|
|
part { name: "fullscreen"; |
|
|
|
|
scale: 1; |
|
|
|
|
clip_to: "fullscreenclip"; |
|
|
|
|
description { state: "default" 0.0; |
|
|
|
|
fixed: 1 1; |
|
|
|
|
rel1.to: "rage.win.fullscreen"; |
|
|
|
|
rel2.to: "rage.win.fullscreen"; |
|
|
|
|
image.normal: "icon_fullscreen.png"; |
|
|
|
|
min: 20 20; max: 20 20; |
|
|
|
|
} |
|
|
|
|
description { state: "active" 0.0; |
|
|
|
|
inherit: "default" 0.0; |
|
|
|
|
image.normal: "icon_fullscreen2.png"; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
part { name: "fullscreenev"; type: RECT; |
|
|
|
|
clip_to: "fullscreenclip"; |
|
|
|
|
description { state: "default" 0.0; |
|
|
|
|
rel1.to: "rage.win.fullscreen"; |
|
|
|
|
rel2.to: "rage.win.fullscreen"; |
|
|
|
|
color: 0 0 0 0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
program { |
|
|
|
|
signal: "mouse,down,1"; source: "fullscreenev"; |
|
|
|
|
action: STATE_SET "active" 0.0; |
|
|
|
|
target: "fullscreen"; |
|
|
|
|
} |
|
|
|
|
program { |
|
|
|
|
signal: "mouse,up,1"; source: "fullscreenev"; |
|
|
|
|
action: STATE_SET "default" 0.0; |
|
|
|
|
target: "fullscreen"; |
|
|
|
|
} |
|
|
|
|
part { name: "unfullscreen"; |
|
|
|
|
scale: 1; |
|
|
|
|
clip_to: "unfullscreenclip"; |
|
|
|
|
description { state: "default" 0.0; |
|
|
|
|
fixed: 1 1; |
|
|
|
|
rel1.to: "rage.win.fullscreen"; |
|
|
|
|
rel2.to: "rage.win.fullscreen"; |
|
|
|
|
image.normal: "icon_unfullscreen.png"; |
|
|
|
|
min: 20 20; max: 20 20; |
|
|
|
|
} |
|
|
|
|
description { state: "active" 0.0; |
|
|
|
|
inherit: "default" 0.0; |
|
|
|
|
image.normal: "icon_unfullscreen2.png"; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
part { name: "unfullscreenev"; type: RECT; |
|
|
|
|
clip_to: "unfullscreenclip"; |
|
|
|
|
description { state: "default" 0.0; |
|
|
|
|
rel1.to: "rage.win.fullscreen"; |
|
|
|
|
rel2.to: "rage.win.fullscreen"; |
|
|
|
|
color: 0 0 0 0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
program { |
|
|
|
|
signal: "mouse,down,1"; source: "unfullscreenev"; |
|
|
|
|
action: STATE_SET "active" 0.0; |
|
|
|
|
target: "unfullscreen"; |
|
|
|
|
} |
|
|
|
|
program { |
|
|
|
|
signal: "mouse,up,1"; source: "unfullscreenev"; |
|
|
|
|
action: STATE_SET "default" 0.0; |
|
|
|
|
target: "unfullscreen"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
part { name: "opt"; |
|
|
|
|
scale: 1; |
|
|
|
|
clip_to: "posclip"; |
|
|
|
@ -974,6 +1155,20 @@ collections { |
|
|
|
|
action: SIGNAL_EMIT "pos,action,options" "rage"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
program { |
|
|
|
|
signal: "mouse,clicked,1"; source: "fullscreenev"; |
|
|
|
|
action: SIGNAL_EMIT "win,fullscreen" "rage"; |
|
|
|
|
} |
|
|
|
|
program { |
|
|
|
|
signal: "mouse,clicked,1"; source: "unfullscreenev"; |
|
|
|
|
action: SIGNAL_EMIT "win,unfullscreen" "rage"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
program { |
|
|
|
|
signal: "mouse,clicked,1"; source: "closeev"; |
|
|
|
|
action: SIGNAL_EMIT "win,close" "rage"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
program { |
|
|
|
|
signal: "mouse,clicked,1"; source: "pos_prevev"; |
|
|
|
|
action: SIGNAL_EMIT "pos,action,prev" "rage"; |
|
|
|
|