Enlightenment CVS committal Author : rephorm Project : e17 Module : apps/e
Dir : e17/apps/e/data/themes Modified Files: default_gadman.edc default_slider.edc Log Message: some more theme work =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_gadman.edc,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- default_gadman.edc 9 Aug 2006 07:58:27 -0000 1.6 +++ default_gadman.edc 23 Aug 2006 01:13:04 -0000 1.7 @@ -847,75 +847,75 @@ programs { program { name: "api_hsize_on"; - signal: "hsize"; - source: "on"; + signal: "e,state,hsize,on"; + source: "e"; action: STATE_SET "default" 0.0; target: "hclip"; } program { name: "api_hsize_off"; - signal: "hsize"; - source: "off"; + signal: "e,state,hsize,off"; + source: "e"; action: STATE_SET "disabled" 0.0; target: "hclip"; } program { name: "api_vsize_on"; - signal: "vsize"; - source: "on"; + signal: "e,state,vsize,on"; + source: "e"; action: STATE_SET "default" 0.0; target: "vclip"; } program { name: "api_vsize_off"; - signal: "vsize"; - source: "off"; + signal: "e,state,vsize,off"; + source: "e"; action: STATE_SET "disabled" 0.0; target: "vclip"; } program { name: "api_move_on"; - signal: "move"; - source: "on"; + signal: "e,state,move,on"; + source: "e"; action: STATE_SET "default" 0.0; target: "indicator"; } program { name: "api_move_off"; - signal: "move"; - source: "off"; + signal: "e,state,move,off"; + source: "e"; action: STATE_SET "disabled" 0.0; target: "indicator"; } /* program { name: "api_active"; - signal: "active"; - source: ""; + signal: "e,state,focused"; + source: "e"; } program { name: "api_inactive"; - signal: "inactive"; - source: ""; + signal: "e,state,unfocused"; + source: "e"; } */ program { name: "mv_down"; signal: "mouse,down,1"; source: "overlay"; - action: SIGNAL_EMIT "move_start" ""; + action: SIGNAL_EMIT "e,action,move,start" ""; } program { name: "mv_up"; signal: "mouse,up,1"; source: "overlay"; - action: SIGNAL_EMIT "move_stop" ""; + action: SIGNAL_EMIT "e,action,move,stop" ""; } program { name: "mv_move"; signal: "mouse,move"; source: "overlay"; - action: SIGNAL_EMIT "move_go" ""; + action: SIGNAL_EMIT "e,action,move,go" ""; } program { @@ -938,19 +938,19 @@ name: "h1_down2"; signal: "mouse,down,1"; source: "h1"; - action: SIGNAL_EMIT "resize_start" "left"; + action: SIGNAL_EMIT "e,action,resize,left,start" ""; } program { name: "h1_up2"; signal: "mouse,up,1"; source: "h1"; - action: SIGNAL_EMIT "resize_stop" "left"; + action: SIGNAL_EMIT "e,action,resize,left,stop" ""; } program { name: "h1_move"; signal: "mouse,move"; source: "h1"; - action: SIGNAL_EMIT "resize_go" "left"; + action: SIGNAL_EMIT "e,action,resize,left,go" ""; } program { name: "h1_in"; @@ -1051,19 +1051,19 @@ name: "h2_down2"; signal: "mouse,down,1"; source: "h2"; - action: SIGNAL_EMIT "resize_start" "right"; + action: SIGNAL_EMIT "e,action,resize,right,start" ""; } program { name: "h2_up2"; signal: "mouse,up,1"; source: "h2"; - action: SIGNAL_EMIT "resize_stop" "right"; + action: SIGNAL_EMIT "e,action,resize,right,stop" ""; } program { name: "h2_move"; signal: "mouse,move"; source: "h2"; - action: SIGNAL_EMIT "resize_go" "right"; + action: SIGNAL_EMIT "e,action,resize,right,go" ""; } program { name: "h2_in"; @@ -1165,19 +1165,19 @@ name: "v1_down2"; signal: "mouse,down,1"; source: "v1"; - action: SIGNAL_EMIT "resize_start" "up"; + action: SIGNAL_EMIT "e,action,resize,up,start" ""; } program { name: "v1_up2"; signal: "mouse,up,1"; source: "v1"; - action: SIGNAL_EMIT "resize_stop" "up"; + action: SIGNAL_EMIT "e,action,resize,up,stop" ""; } program { name: "v1_move"; signal: "mouse,move"; source: "v1"; - action: SIGNAL_EMIT "resize_go" "up"; + action: SIGNAL_EMIT "e,action,resize,up,go" ""; } program { name: "v1_in"; @@ -1279,19 +1279,19 @@ name: "v2_down2"; signal: "mouse,down,1"; source: "v2"; - action: SIGNAL_EMIT "resize_start" "down"; + action: SIGNAL_EMIT "e,action,resize,down,start" ""; } program { name: "v2_up2"; signal: "mouse,up,1"; source: "v2"; - action: SIGNAL_EMIT "resize_stop" "down"; + action: SIGNAL_EMIT "e,action,resize,down,stop" ""; } program { name: "v2_move"; signal: "mouse,move"; source: "v2"; - action: SIGNAL_EMIT "resize_go" "down"; + action: SIGNAL_EMIT "e,action,resize,down,go" ""; } program { name: "v2_in"; =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_slider.edc,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- default_slider.edc 22 Aug 2006 07:39:10 -0000 1.9 +++ default_slider.edc 23 Aug 2006 01:13:04 -0000 1.10 @@ -381,7 +381,7 @@ target: "focus"; } program { - name: "e,action,show,label"; + name: "show_label"; signal: "e,action,show,label"; source: "e"; action: STATE_SET "active" 0.0; @@ -391,7 +391,7 @@ target: "label_over"; } program { - name: "e,action,hide,label"; + name: "hide_label"; signal: "e,action,hide,label"; source: "e"; action: STATE_SET "default" 0.0; @@ -792,7 +792,7 @@ target: "focus"; } program { - name: "e,action,show,label"; + name: "show_label"; signal: "e,action,show,label"; source: "e"; action: STATE_SET "active" 0.0; @@ -802,7 +802,7 @@ target: "label_over"; } program { - name: "e,action,hide,label"; + name: "hide_label"; signal: "e,action,hide,label"; source: "e"; action: STATE_SET "default" 0.0; ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs