Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/data/themes Modified Files: default_battery.edc default_cpufreq.edc default_fileman.edc default_temperature.edc Log Message: font upsize with more outlining/contrast by default for soem modules. sysactions more comprehensive and able to handle multiple groups a user is a member of - config modified to handle common ones i find on debian and ubuntu that "console" users tend to be added to. add divider in config menu. work a tad more on fm2 dnd. =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_battery.edc,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- default_battery.edc 23 Aug 2006 08:06:45 -0000 1.11 +++ default_battery.edc 28 Sep 2006 06:07:15 -0000 1.12 @@ -144,7 +144,7 @@ part { name: "e.text.reading"; type: TEXT; - effect: SOFT_SHADOW; + effect: OUTLINE_SOFT_SHADOW; clip_to: "fade_clip"; description { state: "default" 0.0; @@ -157,11 +157,12 @@ relative: 1.0 0.0; } color: 255 255 255 255; + color2: 0 0 0 128; color3: 0 0 0 32; text { text: "100%"; - font: "Edje-Vera"; - size: 7; + font: "Edje-Vera-Bold"; + size: 8; min: 1 1; align: 1.0 0.0; text_class: "module_small"; @@ -171,7 +172,7 @@ part { name: "e.text.time"; type: TEXT; - effect: SOFT_SHADOW; + effect: OUTLINE_SOFT_SHADOW; clip_to: "fade_clip"; description { state: "default" 0.0; @@ -186,11 +187,12 @@ to_y: "e.text.reading"; } color: 255 255 255 255; + color2: 0 0 0 128; color3: 0 0 0 32; text { text: "00:00"; - font: "Edje-Vera"; - size: 7; + font: "Edje-Vera-Bold"; + size: 8; min: 1 1; align: 1.0 0.0; text_class: "module_small"; =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_cpufreq.edc,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- default_cpufreq.edc 23 Aug 2006 03:39:01 -0000 1.7 +++ default_cpufreq.edc 28 Sep 2006 06:07:15 -0000 1.8 @@ -61,9 +61,9 @@ set_state(PART:"meter", "default", freq); if (f < 1000000) { - snprintf(text, 100, "%i Mhz", f / 1000); + snprintf(text, 100, "%i", f / 1000); } else { - snprintf(text, 100, "%i.%i Ghz", f / 1000000, + snprintf(text, 100, "%i.%i", f / 1000000, (f % 1000000) / 100000); } set_text(PART:"readout", text); @@ -288,7 +288,7 @@ part { name: "readout"; type: TEXT; - effect: SOFT_SHADOW; + effect: OUTLINE_SOFT_SHADOW; mouse_events: 0; clip_to: "fade_clip"; description { @@ -302,11 +302,12 @@ offset: 0 0; } color: 255 255 255 255; + color2: 0 0 0 128; color3: 0 0 0 32; text { text: "??? Ghz"; - font: "Edje-Vera"; - size: 7; + font: "Edje-Vera-Bold"; + size: 8; align: 0.5 0.5; min: 1 1; text_class: "module_small"; =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_fileman.edc,v retrieving revision 1.45 retrieving revision 1.46 diff -u -3 -r1.45 -r1.46 --- default_fileman.edc 16 Sep 2006 11:35:54 -0000 1.45 +++ default_fileman.edc 28 Sep 2006 06:07:15 -0000 1.46 @@ -3104,8 +3104,1691 @@ target: "typebuf_clip"; after: "stop2"; } +/* FIXME: implement this to show drop in the blank areas + program { + name: "goc1"; + signal: "e,state,drop,start"; + source: "e"; + action: STATE_SET "active" 0.0; + transition: SINUSOIDAL 0.25; + target: "typebuf_clip"; + } + program { + name: "stopc1"; + signal: "e,state,drop,stop"; + source: "e"; + action: STATE_SET "default" 0.0; + transition: SINUSOIDAL 1.0; + target: "typebuf_clip"; + after: "stop2"; + } + */ } } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +images { + image: "e17_ibar_arrow_d.png" COMP; + image: "e17_ibar_arrow_l.png" COMP; + image: "e17_ibar_arrow_r.png" COMP; + image: "e17_ibar_arrow_u.png" COMP; + image: "e17_pager_desk.png" COMP; +} + +group { + name: "e/fileman/list/drop_between"; + parts { + part { + name: "bg"; + mouse_events: 0; + description { + state: "default" 0.0; + visible: 0; + image { + normal: "e17_pager_desk.png"; + border: 2 2 2 2; + middle: 0; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + } + } + part { + name: "l1"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 1.0 0.5; + min: 21 20; + max: 21 20; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 0.0 0.0; + offset: -1 0; + } + rel2 { + relative: 0.0 1.0; + offset: -1 -1; + } + image { + normal: "e17_ibar_arrow_r.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "l2"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 1.0 0.5; + min: 21 20; + max: 21 20; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 0.0 0.0; + offset: -1 0; + to: "l1"; + } + rel2 { + relative: 0.0 1.0; + offset: -1 -1; + to: "l1"; + } + image { + normal: "e17_ibar_arrow_r.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "l3"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 1.0 0.5; + min: 21 20; + max: 21 20; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 0.0 0.0; + offset: -1 0; + to: "l2"; + } + rel2 { + relative: 0.0 1.0; + offset: -1 -1; + to: "l2"; + } + image { + normal: "e17_ibar_arrow_r.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "l4"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 1.0 0.5; + min: 21 20; + max: 21 20; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 0.0 0.0; + offset: -1 0; + to: "l3"; + } + rel2 { + relative: 0.0 1.0; + offset: -1 -1; + to: "l3"; + } + image { + normal: "e17_ibar_arrow_r.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "r1"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 0.0 0.5; + min: 21 20; + max: 21 20; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 1.0 0.0; + offset: 0 0; + } + rel2 { + relative: 1.0 1.0; + offset: 0 -1; + } + image { + normal: "e17_ibar_arrow_l.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "r2"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 0.0 0.5; + min: 21 20; + max: 21 20; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 1.0 0.0; + offset: 0 0; + to: "r1"; + } + rel2 { + relative: 1.0 1.0; + offset: 0 -1; + to: "r1"; + } + image { + normal: "e17_ibar_arrow_l.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "r3"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 0.0 0.5; + min: 21 20; + max: 21 20; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 1.0 0.0; + offset: 0 0; + to: "r2"; + } + rel2 { + relative: 1.0 1.0; + offset: 0 -1; + to: "r2"; + } + image { + normal: "e17_ibar_arrow_l.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "r4"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 0.0 0.5; + min: 21 20; + max: 21 20; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 1.0 0.0; + offset: 0 0; + to: "r3"; + } + rel2 { + relative: 1.0 1.0; + offset: 0 -1; + to: "r3"; + } + image { + normal: "e17_ibar_arrow_l.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "t1"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 0.5 1.0; + min: 29 21; + max: 29 21; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 0.0 0.0; + offset: 0 -1; + } + rel2 { + relative: 1.0 0.0; + offset: -1 -1; + } + image { + normal: "e17_ibar_arrow_d.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "t2"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 0.5 1.0; + min: 29 21; + max: 29 21; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 0.0 0.0; + offset: 0 -1; + to: "t1"; + } + rel2 { + relative: 1.0 0.0; + offset: -1 -1; + to: "t1"; + } + image { + normal: "e17_ibar_arrow_d.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "t3"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 0.5 1.0; + min: 29 21; + max: 29 21; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 0.0 0.0; + offset: 0 -1; + to: "t2"; + } + rel2 { + relative: 1.0 0.0; + offset: -1 -1; + to: "t2"; + } + image { + normal: "e17_ibar_arrow_d.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "t4"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 0.5 1.0; + min: 29 21; + max: 29 21; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 0.0 0.0; + offset: 0 -1; + to: "t3"; + } + rel2 { + relative: 1.0 0.0; + offset: -1 -1; + to: "t3"; + } + image { + normal: "e17_ibar_arrow_d.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "b1"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 0.5 0.0; + min: 29 21; + max: 29 21; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 0.0 1.0; + offset: 0 0; + } + rel2 { + relative: 1.0 1.0; + offset: -1 0; + } + image { + normal: "e17_ibar_arrow_u.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "b2"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 0.5 0.0; + min: 29 21; + max: 29 21; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 0.0 1.0; + offset: 0 0; + to: "b1"; + } + rel2 { + relative: 1.0 1.0; + offset: -1 0; + to: "b1"; + } + image { + normal: "e17_ibar_arrow_u.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "b3"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 0.5 0.0; + min: 29 21; + max: 29 21; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 0.0 1.0; + offset: 0 0; + to: "b2"; + } + rel2 { + relative: 1.0 1.0; + offset: -1 0; + to: "b2"; + } + image { + normal: "e17_ibar_arrow_u.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "b4"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 0.5 0.0; + min: 29 21; + max: 29 21; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 0.0 1.0; + offset: 0 0; + to: "b3"; + } + rel2 { + relative: 1.0 1.0; + offset: -1 0; + to: "b3"; + } + image { + normal: "e17_ibar_arrow_u.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + } + programs { + program { + name: "go"; + signal: "e,state,selected"; + source: "e"; + action: STATE_SET "default2" 0.0; + target: "bg"; + after: "l1a"; + after: "r1a"; + after: "t1a"; + after: "b1a"; + } + program { + name: "stop"; + signal: "e,state,unselected"; + source: "e"; + action: ACTION_STOP; + target: "go"; + target: "l1a"; + target: "l1b"; + target: "l2a"; + target: "l2b"; + target: "l3a"; + target: "l3b"; + target: "l4a"; + target: "l4b"; + target: "r1a"; + target: "r1b"; + target: "r2a"; + target: "r2b"; + target: "r3a"; + target: "r3b"; + target: "r4a"; + target: "r4b"; + target: "t1a"; + target: "t1b"; + target: "t2a"; + target: "t2b"; + target: "t3a"; + target: "t3b"; + target: "t4a"; + target: "t4b"; + target: "b1a"; + target: "b1b"; + target: "b2a"; + target: "b2b"; + target: "b3a"; + target: "b3b"; + target: "b4a"; + target: "b4b"; + after: "stop2"; + } + program { + name: "stop2"; + action: STATE_SET "default" 0.0; + target: "l1"; + target: "l2"; + target: "l3"; + target: "l4"; + target: "r1"; + target: "r2"; + target: "r3"; + target: "r4"; + target: "t1"; + target: "t2"; + target: "t3"; + target: "t4"; + target: "b1"; + target: "b2"; + target: "b3"; + target: "b4"; + target: "bg"; + } + program { + name: "l1a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "l4"; + after: "l1b"; + after: "l2a"; + } + program { + name: "l1b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "l4"; + } + program { + name: "l2a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "l3"; + after: "l2b"; + after: "l3a"; + } + program { + name: "l2b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "l3"; + } + program { + name: "l3a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "l2"; + after: "l3b"; + after: "l4a"; + } + program { + name: "l3b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "l2"; + } + program { + name: "l4a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "l1"; + after: "l4b"; + after: "l1a"; + } + program { + name: "l4b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "l1"; + } + program { + name: "r1a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "r4"; + after: "r1b"; + after: "r2a"; + } + program { + name: "r1b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "r4"; + } + program { + name: "r2a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "r3"; + after: "r2b"; + after: "r3a"; + } + program { + name: "r2b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "r3"; + } + program { + name: "r3a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "r2"; + after: "r3b"; + after: "r4a"; + } + program { + name: "r3b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "r2"; + } + program { + name: "r4a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "r1"; + after: "r4b"; + after: "r1a"; + } + program { + name: "r4b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "r1"; + } + program { + name: "t1a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "t4"; + after: "t1b"; + after: "t2a"; + } + program { + name: "t1b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "t4"; + } + program { + name: "t2a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "t3"; + after: "t2b"; + after: "t3a"; + } + program { + name: "t2b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "t3"; + } + program { + name: "t3a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "t2"; + after: "t3b"; + after: "t4a"; + } + program { + name: "t3b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "t2"; + } + program { + name: "t4a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "t1"; + after: "t4b"; + after: "t1a"; + } + program { + name: "t4b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "t1"; + } + program { + name: "b1a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "b4"; + after: "b1b"; + after: "b2a"; + } + program { + name: "b1b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "b4"; + } + program { + name: "b2a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "b3"; + after: "b2b"; + after: "b3a"; + } + program { + name: "b2b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "b3"; + } + program { + name: "b3a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "b2"; + after: "b3b"; + after: "b4a"; + } + program { + name: "b3b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "b2"; + } + program { + name: "b4a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "b1"; + after: "b4b"; + after: "b1a"; + } + program { + name: "b4b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "b1"; + } + } +} + +group { + name: "e/fileman/list/drop_in"; + parts { + part { + name: "bg"; + mouse_events: 0; + description { + state: "default" 0.0; + visible: 0; + image { + normal: "e17_pager_desk.png"; + border: 2 2 2 2; + middle: 0; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + } + } + part { + name: "l1"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 1.0 0.5; + min: 21 20; + max: 21 20; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 0.0 0.0; + offset: -1 0; + } + rel2 { + relative: 0.0 1.0; + offset: -1 -1; + } + image { + normal: "e17_ibar_arrow_r.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "l2"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 1.0 0.5; + min: 21 20; + max: 21 20; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 0.0 0.0; + offset: -1 0; + to: "l1"; + } + rel2 { + relative: 0.0 1.0; + offset: -1 -1; + to: "l1"; + } + image { + normal: "e17_ibar_arrow_r.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "l3"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 1.0 0.5; + min: 21 20; + max: 21 20; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 0.0 0.0; + offset: -1 0; + to: "l2"; + } + rel2 { + relative: 0.0 1.0; + offset: -1 -1; + to: "l2"; + } + image { + normal: "e17_ibar_arrow_r.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "l4"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 1.0 0.5; + min: 21 20; + max: 21 20; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 0.0 0.0; + offset: -1 0; + to: "l3"; + } + rel2 { + relative: 0.0 1.0; + offset: -1 -1; + to: "l3"; + } + image { + normal: "e17_ibar_arrow_r.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "r1"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 0.0 0.5; + min: 21 20; + max: 21 20; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 1.0 0.0; + offset: 0 0; + } + rel2 { + relative: 1.0 1.0; + offset: 0 -1; + } + image { + normal: "e17_ibar_arrow_l.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "r2"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 0.0 0.5; + min: 21 20; + max: 21 20; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 1.0 0.0; + offset: 0 0; + to: "r1"; + } + rel2 { + relative: 1.0 1.0; + offset: 0 -1; + to: "r1"; + } + image { + normal: "e17_ibar_arrow_l.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "r3"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 0.0 0.5; + min: 21 20; + max: 21 20; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 1.0 0.0; + offset: 0 0; + to: "r2"; + } + rel2 { + relative: 1.0 1.0; + offset: 0 -1; + to: "r2"; + } + image { + normal: "e17_ibar_arrow_l.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "r4"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 0.0 0.5; + min: 21 20; + max: 21 20; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 1.0 0.0; + offset: 0 0; + to: "r3"; + } + rel2 { + relative: 1.0 1.0; + offset: 0 -1; + to: "r3"; + } + image { + normal: "e17_ibar_arrow_l.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "t1"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 0.5 1.0; + min: 29 21; + max: 29 21; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 0.0 0.0; + offset: 0 -1; + } + rel2 { + relative: 1.0 0.0; + offset: -1 -1; + } + image { + normal: "e17_ibar_arrow_d.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "t2"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 0.5 1.0; + min: 29 21; + max: 29 21; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 0.0 0.0; + offset: 0 -1; + to: "t1"; + } + rel2 { + relative: 1.0 0.0; + offset: -1 -1; + to: "t1"; + } + image { + normal: "e17_ibar_arrow_d.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "t3"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 0.5 1.0; + min: 29 21; + max: 29 21; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 0.0 0.0; + offset: 0 -1; + to: "t2"; + } + rel2 { + relative: 1.0 0.0; + offset: -1 -1; + to: "t2"; + } + image { + normal: "e17_ibar_arrow_d.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "t4"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 0.5 1.0; + min: 29 21; + max: 29 21; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 0.0 0.0; + offset: 0 -1; + to: "t3"; + } + rel2 { + relative: 1.0 0.0; + offset: -1 -1; + to: "t3"; + } + image { + normal: "e17_ibar_arrow_d.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "b1"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 0.5 0.0; + min: 29 21; + max: 29 21; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 0.0 1.0; + offset: 0 0; + } + rel2 { + relative: 1.0 1.0; + offset: -1 0; + } + image { + normal: "e17_ibar_arrow_u.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "b2"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 0.5 0.0; + min: 29 21; + max: 29 21; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 0.0 1.0; + offset: 0 0; + to: "b1"; + } + rel2 { + relative: 1.0 1.0; + offset: -1 0; + to: "b1"; + } + image { + normal: "e17_ibar_arrow_u.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "b3"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 0.5 0.0; + min: 29 21; + max: 29 21; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 0.0 1.0; + offset: 0 0; + to: "b2"; + } + rel2 { + relative: 1.0 1.0; + offset: -1 0; + to: "b2"; + } + image { + normal: "e17_ibar_arrow_u.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + part { + name: "b4"; + mouse_events: 0; + description { + state: "default" 0.0; + align: 0.5 0.0; + min: 29 21; + max: 29 21; + visible: 0; + color: 255 255 255 0; + rel1 { + relative: 0.0 1.0; + offset: 0 0; + to: "b3"; + } + rel2 { + relative: 1.0 1.0; + offset: -1 0; + to: "b3"; + } + image { + normal: "e17_ibar_arrow_u.png"; + } + } + description { + state: "default2" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + } + } + programs { + program { + name: "go"; + signal: "e,state,selected"; + source: "e"; + action: STATE_SET "default2" 0.0; + target: "bg"; + after: "l1a"; + after: "r1a"; + after: "t1a"; + after: "b1a"; + } + program { + name: "stop"; + signal: "e,state,unselected"; + source: "e"; + action: ACTION_STOP; + target: "go"; + target: "l1a"; + target: "l1b"; + target: "l2a"; + target: "l2b"; + target: "l3a"; + target: "l3b"; + target: "l4a"; + target: "l4b"; + target: "r1a"; + target: "r1b"; + target: "r2a"; + target: "r2b"; + target: "r3a"; + target: "r3b"; + target: "r4a"; + target: "r4b"; + target: "t1a"; + target: "t1b"; + target: "t2a"; + target: "t2b"; + target: "t3a"; + target: "t3b"; + target: "t4a"; + target: "t4b"; + target: "b1a"; + target: "b1b"; + target: "b2a"; + target: "b2b"; + target: "b3a"; + target: "b3b"; + target: "b4a"; + target: "b4b"; + after: "stop2"; + } + program { + name: "stop2"; + action: STATE_SET "default" 0.0; + target: "l1"; + target: "l2"; + target: "l3"; + target: "l4"; + target: "r1"; + target: "r2"; + target: "r3"; + target: "r4"; + target: "t1"; + target: "t2"; + target: "t3"; + target: "t4"; + target: "b1"; + target: "b2"; + target: "b3"; + target: "b4"; + target: "bg"; + } + program { + name: "l1a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "l4"; + after: "l1b"; + after: "l2a"; + } + program { + name: "l1b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "l4"; + } + program { + name: "l2a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "l3"; + after: "l2b"; + after: "l3a"; + } + program { + name: "l2b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "l3"; + } + program { + name: "l3a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "l2"; + after: "l3b"; + after: "l4a"; + } + program { + name: "l3b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "l2"; + } + program { + name: "l4a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "l1"; + after: "l4b"; + after: "l1a"; + } + program { + name: "l4b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "l1"; + } + program { + name: "r1a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "r4"; + after: "r1b"; + after: "r2a"; + } + program { + name: "r1b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "r4"; + } + program { + name: "r2a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "r3"; + after: "r2b"; + after: "r3a"; + } + program { + name: "r2b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "r3"; + } + program { + name: "r3a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "r2"; + after: "r3b"; + after: "r4a"; + } + program { + name: "r3b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "r2"; + } + program { + name: "r4a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "r1"; + after: "r4b"; + after: "r1a"; + } + program { + name: "r4b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "r1"; + } + program { + name: "t1a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "t4"; + after: "t1b"; + after: "t2a"; + } + program { + name: "t1b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "t4"; + } + program { + name: "t2a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "t3"; + after: "t2b"; + after: "t3a"; + } + program { + name: "t2b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "t3"; + } + program { + name: "t3a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "t2"; + after: "t3b"; + after: "t4a"; + } + program { + name: "t3b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "t2"; + } + program { + name: "t4a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "t1"; + after: "t4b"; + after: "t1a"; + } + program { + name: "t4b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "t1"; + } + program { + name: "b1a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "b4"; + after: "b1b"; + after: "b2a"; + } + program { + name: "b1b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "b4"; + } + program { + name: "b2a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "b3"; + after: "b2b"; + after: "b3a"; + } + program { + name: "b2b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "b3"; + } + program { + name: "b3a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "b2"; + after: "b3b"; + after: "b4a"; + } + program { + name: "b3b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "b2"; + } + program { + name: "b4a"; + action: STATE_SET "default2" 0.0; + transition: SINUSOIDAL 0.25; + target: "b1"; + after: "b4b"; + after: "b1a"; + } + program { + name: "b4b"; + action: STATE_SET "default" 0.0; + transition: DECELERATE 0.75; + target: "b1"; + } + } +} + + + + + + + + =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_temperature.edc,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- default_temperature.edc 23 Aug 2006 03:39:01 -0000 1.8 +++ default_temperature.edc 28 Sep 2006 06:07:15 -0000 1.9 @@ -71,7 +71,7 @@ part { name: "e.text.reading"; type: TEXT; - effect: SOFT_SHADOW; + effect: OUTLINE_SOFT_SHADOW; clip_to: "fade_clip"; description { state: "default" 0.0; @@ -84,11 +84,12 @@ relative: 1.0 0.0; } color: 255 255 255 255; + color2: 0 0 0 128; color3: 0 0 0 32; text { text: "99^C"; - font: "Edje-Vera"; - size: 7; + font: "Edje-Vera-Bold"; + size: 8; min: 1 1; align: 0.0 0.0; text_class: "module_small"; ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs