|
From: Enlightenment C. <no...@cv...> - 2007-08-18 10:38:47
|
Enlightenment CVS committal
Author : raster
Project : e17
Module : apps/e
Dir : e17/apps/e/data/themes
Modified Files:
default_wizard.edc
Log Message:
lok's xdnd work
===================================================================
RCS file: /cvs/e/e17/apps/e/data/themes/default_wizard.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- default_wizard.edc 12 Aug 2007 14:34:52 -0000 1.1
+++ default_wizard.edc 18 Aug 2007 10:37:15 -0000 1.2
@@ -1,34 +1,7 @@
images {
- image: "e17_logo_small.png" COMP;
- image: "e17_logo_small_p1.png" COMP;
- image: "e17_logo_small_p2.png" COMP;
- image: "e17_logo_small_p3.png" COMP;
- image: "e17_logo_small_p4.png" COMP;
- image: "e17_logo_small_p5.png" COMP;
- image: "e17_logo_small_p6.png" COMP;
- image: "e17_logo_small_p7.png" COMP;
- image: "e17_logo_small_p8.png" COMP;
- image: "e17_logo_small_p9.png" COMP;
- image: "e17_logo_small_p21.png" COMP;
- image: "e17_logo_small_p22.png" COMP;
- image: "e17_logo_small_p23.png" COMP;
- image: "e17_logo_small_p24.png" COMP;
- image: "e17_logo_small_p25.png" COMP;
- image: "e17_logo_small_p26.png" COMP;
- image: "e17_logo_small_p27.png" COMP;
- image: "e17_logo_small_p28.png" COMP;
- image: "e17_logo_small_p29.png" COMP;
-}
-
-styles
-{
- style {
- name: "wizard_style";
- base: "font=Edje-Vera-Bold font_size=16 text_class=tb_large align=center color=#fff style=soft_shadow shadow_color=#0002 wrap=word";
-
- tag: "br" "\n";
- tag: "hilight" "+ font=Edje-Vera-Bold text_class=tb_large_light style=glow color=#fff glow2_color=#fe87 glow_color=#fa14";
- }
+ image: "e17_tl_corner_logo.png" COMP;
+ image: "e17_tl_corner_logo_shadow.png" LOSSY 90;
+ image: "e17_whitev.png" COMP;
}
group {
@@ -37,10 +10,11 @@
part {
name: "base";
mouse_events: 0;
- type: RECT;
description {
state: "default" 0.0;
- color: 255 255 255 255;
+ image {
+ normal: "e17_whitev.png";
+ }
}
}
}
@@ -52,60 +26,51 @@
part {
name: "base";
mouse_events: 0;
- type: RECT;
description {
state: "default" 0.0;
- color: 255 255 255 255;
+ image {
+ normal: "e17_whitev.png";
+ }
}
}
-/*
part {
- name: "e.textblock.message";
- type: TEXTBLOCK;
+ name: "e.title";
+ type: TEXT;
mouse_events: 0;
description {
state: "default" 0.0;
rel1 {
- to_y: "logo";
- relative: 0.0 1.0;
+ relative: 0.0 0.0;
offset: 8 8;
}
rel2 {
- offset: -9 -9;
+ relative: 1.0 0.0;
+ offset: -9 8;
}
+ color: 0 0 0 255;
text {
- style: "sys_style";
- min: 1 1;
+ text: "Welcome to Enlightenment";
+ font: "Edje Vera Bold";
+ size: 20;
+ min: 0 1;
+ align: 0.5 0.0;
+ text_class: "wizard_title";
}
}
}
- */
part {
- name: "e.title";
- type: TEXT;
- effect: SOFT_SHADOW;
- mouse_events: 0;
+ name: "logo_shadow";
+ mouse_events: 0;
description {
- state: "default" 0.0;
+ state: "default" 0.0;
rel1 {
to: "logo";
- relative: 1.0 0.0;
- offset: 8 8;
}
rel2 {
- to_y: "logo";
- relative: 1.0 1.0;
- offset: -9 -9;
+ to: "logo";
}
- color: 255 255 255 255;
- color3: 0 0 0 32;
- text {
- text: "Welcome to Enlightenment";
- font: "Edje Vera Bold";
- size: 16;
- min: 0 1;
- align: 0.5 0.5;
- text_class: "wizard_title";
+ image {
+ normal: "e17_tl_corner_logo_shadow.png";
}
}
}
@@ -116,145 +81,13 @@
state: "default" 0.0;
aspect: 1.0 1.0;
aspect_preference: BOTH;
- min: 64 64;
- max: 128 128;
+ min: 20 20;
+ max: 100 100;
align: 0.0 0.0;
- rel1 {
- relative: 0.0 0.0;
- offset: 8 8;
- }
- rel2 {
- relative: 1.0 0.0;
- offset: -9 8;
- }
image {
- normal: "e17_logo_small.png";
+ normal: "e17_tl_corner_logo.png";
}
}
}
-#define PT(_name, _p1, _p2, _p3, _p4) \
- part { \
- name: _name; \
- mouse_events: 0; \
- description { \
- state: "default" 0.0; \
- visible: 0; \
- rel1 { \
- to: "logo"; \
- relative: _p1 _p2; \
- } \
- rel2 { \
- to: "logo"; \
- relative: _p3 _p4; \
- } \
- image { \
- normal: "e17_logo_small_"_name".png"; \
- } \
- color: 255 255 255 0; \
- } \
- description { \
- state: "active" 0.0; \
- inherit: "default" 0.0; \
- rel1 { \
- to: "logo"; \
- relative: _p1 _p2; \
- } \
- rel2 { \
- to: "logo"; \
- relative: _p3 _p4; \
- } \
- visible: 1; \
- color: 255 255 255 255; \
- } \
- }
- PT("p1", 0.1328125, 0.1640625, 0.3359375, 0.3593750);
- PT("p2", 0.1953125, 0.1093750, 0.3906250, 0.3125000);
- PT("p3", 0.2656250, 0.0625000, 0.4531250, 0.2734375);
- PT("p4", 0.3359375, 0.0312500, 0.5234375, 0.2500000);
- PT("p5", 0.4062500, 0.0234375, 0.5937500, 0.2421875);
- PT("p6", 0.4765625, 0.0312500, 0.6640625, 0.2500000);
- PT("p7", 0.5468750, 0.0625000, 0.7343750, 0.2734375);
- PT("p8", 0.6093750, 0.1093750, 0.8046875, 0.3125000);
- PT("p9", 0.6640625, 0.1640625, 0.8671875, 0.3593750);
-
- PT("p21", 0.1328125, 0.6406250, 0.3359375, 0.8359375);
- PT("p22", 0.1953125, 0.6875000, 0.3906250, 0.8906250);
- PT("p23", 0.2656250, 0.7265625, 0.4531250, 0.9375000);
- PT("p24", 0.3359375, 0.7500000, 0.5234375, 0.9687500);
- PT("p25", 0.4062500, 0.7578125, 0.5937500, 0.9765625);
- PT("p26", 0.4765625, 0.7500000, 0.6640625, 0.9687500);
- PT("p27", 0.5468750, 0.7265625, 0.7343750, 0.9375000);
- PT("p28", 0.6093750, 0.6875000, 0.8046875, 0.8906250);
- PT("p29", 0.6640625, 0.6406250, 0.8671875, 0.8359375);
-
- }
- programs {
- program {
- name: "init";
- signal: "show";
- source: "";
- after: "go_active_pre";
- }
- program {
- name: "go_active_pre";
- action: STATE_SET "default" 0.0;
- target: "logo";
- after: "go_active1";
- after: "go_active2";
- after: "go_active3";
- after: "go_active4";
- after: "go_active5";
- after: "go_active6";
- after: "go_active7";
- after: "go_active8";
- after: "go_active9";
- after: "go_active21";
- after: "go_active22";
- after: "go_active23";
- after: "go_active24";
- after: "go_active25";
- after: "go_active26";
- after: "go_active27";
- after: "go_active28";
- after: "go_active29";
- }
-#define PR(_name, _delay, _part) \
- program { \
- name: "go_active"_name; \
- in: _delay 0.0; \
- after: "go_activeb"_name; \
- } \
- program { \
- name: "go_activeb"_name; \
- action: STATE_SET "active" 0.0; \
- target: _part; \
- transition: LINEAR 0.5; \
- after: "go_activec"_name; \
- } \
- program { \
- name: "go_activec"_name; \
- action: STATE_SET "default" 0.0; \
- target: _part; \
- transition: LINEAR 1.2; \
- after: "go_activeb"_name; \
- }
- PR("1", 0.0, "p1");
- PR("2", 0.2, "p2");
- PR("3", 0.4, "p3");
- PR("4", 0.6, "p4");
- PR("5", 0.8, "p5");
- PR("6", 1.0, "p6");
- PR("7", 1.2, "p7");
- PR("8", 1.4, "p8");
- PR("9", 1.6, "p9");
- PR("21", 1.6, "p21");
- PR("22", 1.4, "p22");
- PR("23", 1.2, "p23");
- PR("24", 1.0, "p24");
- PR("25", 0.8, "p25");
- PR("26", 0.6, "p26");
- PR("27", 0.4, "p27");
- PR("28", 0.2, "p28");
- PR("29", 0.0, "p29");
}
}
|