Enlightenment CVS committal Author : andreas99 Project : misc Module : elapse
Dir : misc/elapse/data Modified Files: Makefile.am elapse.edc Log Message: -> for changes see Changelog file... (new theme is on the way...) (changed two dates in Changelog from 2003 to 2004, because I think it was a typo) =================================================================== RCS file: /cvsroot/enlightenment/misc/elapse/data/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Makefile.am 16 Apr 2004 18:09:48 -0000 1.1 +++ Makefile.am 27 Mar 2005 23:31:28 -0000 1.2 @@ -2,7 +2,7 @@ EDCS = elapse.edc -EETS = $(EDCS:%.edc=%.eet) +EETS = $(EDCS:%.edc=%.edj) EXTRA_DIST = $(EDCS) CLEANFILES = $(EETS) @@ -12,6 +12,6 @@ all: $(EETS) -SUFFIXES = .edc .eet -.edc.eet: - edje_cc -v -id $(@:%.eet=%)/images $< $@ +SUFFIXES = .edc .edj +.edc.edj: + edje_cc -v -id $(@:%.edj=%)/images $< $@ =================================================================== RCS file: /cvsroot/enlightenment/misc/elapse/data/elapse.edc,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- elapse.edc 31 Oct 2004 08:43:13 -0000 1.3 +++ elapse.edc 27 Mar 2005 23:31:28 -0000 1.4 @@ -1,229 +1,229 @@ images { - // We dont need no stinking images!~ + // We dont need no stinking images!~ } fonts { - font: "Vera.ttf" "Vera"; + font: "Vera.ttf" "Vera"; } collections { - group { - name, "elapse"; - min, 260 34; - max, 260 34; - - parts { - part { - name, "background"; - type, RECT; - mouse_events, 0; - - description { - state, "default" 0.0; - color, 0 0 0 0; - - rel1 { - relative, 0.0 0.0; - offset, 0 0; - } - - rel2 { - relative, 1.0 1.0; - offset, -1 -1; - } - } - description { - state, "active" 0.0; - color, 96 96 96 128; - - rel1 { - relative, 0.0 0.0; - offset, 0 0; - } - - rel2 { - relative, 1.0 1.0; - offset, -1 -1; - } - } - } - part { - name, "time"; - type, TEXT; - mouse_events, 1; - description { - state, "default" 0.0; - color, 255 255 255 255; - rel1 { - relative, 0.0 0.0; - offset, 0 0; - } - - rel2 { - relative, 1.0 1.0; - offset, -1 -1; - } - - text { - text, "Elapse"; - font, "Vera"; - size, 14; - align, 0.5 0.5; - } - } - } - - part { - name, "tarp"; - type, RECT; - mouse_events, 1; - - description { - state, "default" 0.0; - color, 0 0 0 0; - - rel1 { - relative, 0.0 0.0; - offset, 0 0; - } - - rel2 { - relative, 1.0 1.0; - offset, -1 -1; - } - } - } - part { - name, "quit"; - type, TEXT; - mouse_events, 1; - effect, SOFT_OUTLINE; - description { - state, "default" 0.0; - color, 255 255 255 0 ; - color2, 0 0 0 0; - align, 0.5 0.5; - rel1 { - relative, 0.0 0.0; - offset, -7 12; - } - - rel2 { - relative, 0.1 0.1; - offset, 0 0; - } - - text { - text, "[X]"; - font, "Vera"; - size, 9; - } - } - description { - state, "active" 0.0; - color, 255 255 255 255; - color2, 0 0 0 0; - align, 0.5 0.5; - rel1 { - relative, 0.0 0.0; - offset, -7 12; - } - - rel2 { - relative, 0.1 0.1; - offset, 0 0; - } - - text { - text, "[X]"; - font, "Vera"; - size, 9; - } - } - description { - state, "highlight" 0.0; - color, 255 255 255 255; - color2, 255 0 0 255; - align, 0.5 0.5; - rel1 { - relative, 0.0 0.0; - offset, -7 12; - } - - rel2 { - relative, 0.1 0.1; - offset, 0 0; - } - - text { - text, "[X]"; - font, "Vera"; - size, 9; - } - } - } - - } - - programs { - program { - name, "tarp_mouse_enter"; - signal, "mouse,in"; - source, "tarp"; - action, STATE_SET "active" 0.0; - target, "background"; - target, "quit"; - transition, LINEAR 1.0; - } - - program { - name, "tarp_mouse_leave"; - signal, "mouse,out"; - source, "tarp"; - action, STATE_SET "default" 0.0; - target, "background"; - target, "quit"; - transition, LINEAR 1.0; - } - - program { - name, "background_activate"; - action, STATE_SET "active" 0.0; - target, "background"; - after, "quit_mouse_activate"; - } - - program { - name, "quit_mouse_enter"; - signal, "mouse,in"; - source, "quit"; - after, "background_activate"; - } - - program { - name, "quit_mouse_leave"; - signal, "mouse,out"; - source, "quit"; - action, STATE_SET "active" 0.0; - target, "quit"; - transition, LINEAR 0.5; - } - - program { - name, "quit_mouse_activate"; - action, STATE_SET "highlight" 0.0; - target, "quit"; - transition, LINEAR 0.5; - } - - program { - name, "quit_mouse_clicked"; - signal, "mouse,clicked,1"; - source, "quit"; - action, "SIGNAL_EMIT" "quit" "quit"; - } - - } -} - - + group { + name, "elapse"; + min, 260 34; + max, 260 34; + + parts { + part { + name, "background"; + type, RECT; + mouse_events, 0; + + description { + state, "default" 0.0; + color, 0 0 0 0; + + rel1 { + relative, 0.0 0.0; + offset, 0 0; + } + + rel2 { + relative, 1.0 1.0; + offset, -1 -1; + } + } + description { + state, "active" 0.0; + color, 96 96 96 128; + + rel1 { + relative, 0.0 0.0; + offset, 0 0; + } + + rel2 { + relative, 1.0 1.0; + offset, -1 -1; + } + } + } + part { + name, "time"; + type, TEXT; + mouse_events, 1; + description { + state, "default" 0.0; + color, 255 255 255 255; + rel1 { + relative, 0.0 0.0; + offset, 0 0; + } + + rel2 { + relative, 1.0 1.0; + offset, -1 -1; + } + + text { + text, "Elapse"; + font, "Vera"; + size, 14; + align, 0.5 0.5; + } + } + } + + part { + name, "tarp"; + type, RECT; + mouse_events, 1; + + description { + state, "default" 0.0; + color, 0 0 0 0; + + rel1 { + relative, 0.0 0.0; + offset, 0 0; + } + + rel2 { + relative, 1.0 1.0; + offset, -1 -1; + } + } + } + part { + name, "quit"; + type, TEXT; + mouse_events, 1; + effect, SOFT_OUTLINE; + description { + state, "default" 0.0; + color, 255 255 255 0 ; + color2, 0 0 0 0; + align, 0.5 0.5; + rel1 { + relative, 0.0 0.0; + offset, -7 12; + } + + rel2 { + relative, 0.1 0.1; + offset, 0 0; + } + + text { + text, "[X]"; + font, "Vera"; + size, 9; + } + } + description { + state, "active" 0.0; + color, 255 255 255 255; + color2, 0 0 0 0; + align, 0.5 0.5; + rel1 { + relative, 0.0 0.0; + offset, -7 12; + } + + rel2 { + relative, 0.1 0.1; + offset, 0 0; + } + + text { + text, "[X]"; + font, "Vera"; + size, 9; + } + } + description { + state, "highlight" 0.0; + color, 255 255 255 255; + color2, 255 0 0 255; + align, 0.5 0.5; + rel1 { + relative, 0.0 0.0; + offset, -7 12; + } + + rel2 { + relative, 0.1 0.1; + offset, 0 0; + } + + text { + text, "[X]"; + font, "Vera"; + size, 9; + } + } + } + } + + programs { + program { + name, "tarp_mouse_enter"; + signal, "mouse,in"; + source, "tarp"; + action, STATE_SET "active" 0.0; + target, "background"; + target, "quit"; + transition, LINEAR 1.0; + } + + program { + name, "tarp_mouse_leave"; + signal, "mouse,out"; + source, "tarp"; + action, STATE_SET "default" 0.0; + target, "background"; + target, "quit"; + transition, LINEAR 1.0; + } + + program { + name, "background_activate"; + action, STATE_SET "active" 0.0; + target, "background"; + after, "quit_mouse_activate"; + } + + program { + name, "quit_mouse_enter"; + signal, "mouse,in"; + source, "quit"; + after, "background_activate"; + } + + program { + name, "quit_mouse_leave"; + signal, "mouse,out"; + source, "quit"; + action, STATE_SET "active" 0.0; + target, "quit"; + transition, LINEAR 0.5; + } + + program { + name, "quit_mouse_activate"; + action, STATE_SET "highlight" 0.0; + target, "quit"; + transition, LINEAR 0.5; + } + + program { + name, "quit_mouse_clicked"; + signal, "mouse,clicked,1"; + source, "quit"; + action, "SIGNAL_EMIT" "quit" "quit"; + } + + } + data { + item, "alpha" "transparent"; + } + } ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs