Enlightenment CVS committal Author : kiwi Project : e_modules Module : news
Dir : e_modules/news/data/theme Modified Files: module_feed_parts.edc module_feed_programs.edc Log Message: better gadget look, and some internal changes =================================================================== RCS file: /cvs/e/e_modules/news/data/theme/module_feed_parts.edc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- module_feed_parts.edc 16 May 2007 12:06:02 -0000 1.1 +++ module_feed_parts.edc 29 May 2007 05:57:48 -0000 1.2 @@ -1,12 +1,13 @@ part { - name: "background"; + name: "border"; type: IMAGE; mouse_events: 0; description { state: "default" 0.0; - color: 255 255 255 0; + visible: 0; + color: 255 255 255 0; rel1 { relative: 0.0 0.0; @@ -17,72 +18,71 @@ } image { - normal: "feed_background_new.png"; + normal: "feed_border.png"; } } description { - state: "new" 0.0; + state: "selected" 0.0; inherit: "default" 0.0; + visible: 1; color: 255 255 255 255; } } part { - name: "border"; - type: IMAGE; + name: "icon"; + type: SWALLOW; mouse_events: 0; description { state: "default" 0.0; - visible: 0; - color: 255 255 255 0; + visible: 1; + align: 0.0 0.5; + aspect: 1.0 1.0; + aspect_preference: VERTICAL; rel1 { relative: 0.0 0.0; + offset: 3 3; } rel2 { relative: 1.0 1.0; + offset: -3 -3; } - image - { - normal: "feed_border.png"; - } - } - description - { - state: "selected" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } + } } part { - name: "icon"; - type: SWALLOW; + name: "unread"; + type: IMAGE; mouse_events: 0; description { state: "default" 0.0; - visible: 1; - align: 0.0 0.5; - aspect: 1.0 1.0; - aspect_preference: VERTICAL; + color: 255 255 255 0; rel1 { relative: 0.0 0.0; - offset: 3 3; } rel2 { relative: 1.0 1.0; - offset: -3 -3; } - } + image + { + normal: "feed_background_new.png"; + } + } + description + { + state: "active" 0.0; + inherit: "default" 0.0; + color: 255 255 255 255; + } } part =================================================================== RCS file: /cvs/e/e_modules/news/data/theme/module_feed_programs.edc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- module_feed_programs.edc 16 May 2007 12:06:02 -0000 1.1 +++ module_feed_programs.edc 29 May 2007 05:57:48 -0000 1.2 @@ -18,9 +18,9 @@ name: "new_set"; signal: "e,state,new,set"; source: "e"; - action: STATE_SET "new" 0.0; - target: "background"; + action: STATE_SET "active" 0.0; transition: SINUSOIDAL 0.5; + target: "unread"; } program { @@ -28,8 +28,8 @@ signal: "e,state,new,unset"; source: "e"; action: STATE_SET "default" 0.0; - target: "background"; transition: SINUSOIDAL 0.5; + target: "unread"; } /* Mouse in/out */ ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs