Enlightenment CVS committal Author : cobra Project : e_modules Module : taskbar
Dir : e_modules/taskbar/data/themes Modified Files: taskbar.edc Log Message: Some taskbar changes: A todo Fix populate taskbar on startup bug Change inactive apps to silver/gray Make 'hilight window on mouse over' follow mouse over (I think this was the intent of the config option...) Remove some extra calls to internal functions. This works pretty well in Normal or Inset mode without 'scroll contents' set. Scroll contents is kind of flaky but sort of works. Bug: Switching scroll on and off will hang up the scroll function until another update (desk switch or app change.) Kevin Brosius <[EMAIL PROTECTED]> =================================================================== RCS file: /cvs/e/e_modules/taskbar/data/themes/taskbar.edc,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- taskbar.edc 9 Aug 2006 06:42:42 -0000 1.4 +++ taskbar.edc 4 Sep 2006 02:05:40 -0000 1.5 @@ -24,6 +24,7 @@ // item: "item_list" "item item2 item3"; } parts { + // app icon clip part { name: "item_clip"; type: RECT; @@ -45,7 +46,7 @@ state: "default" 0.0; min: 56 16; image { - normal: "e17_button_sm.png"; + normal: "e17_button_sm_disabled.png"; border: 8 8 8 8; } } @@ -66,6 +67,15 @@ relative: 1.0 1.0; } } + + description { + state: "focused" 0.0; + inherit: "default" 0.0; + image { + normal: "e17_button_sm2.png"; + } + } + } part { name: "item"; @@ -118,6 +128,7 @@ state: "focused" 0.0; inherit: "default" 0.0; visible: 1; + color: 255 255 255 255; } } @@ -139,6 +150,7 @@ offset: -8 -8; to: "button_image"; } + // text color on button face color: 255 255 255 255; color3: 0 0 0 42; text { @@ -198,7 +210,7 @@ name: "instant_uniconify"; signal: "instant_uniconify"; source: ""; - action: STATE_SET "default" 0.0; + action: STATE_SET "focused" 0.0; transition: LINEAR 0.0; target: "button_image"; } @@ -214,21 +226,47 @@ name: "uniconify"; signal: "uniconify"; source: ""; + action: STATE_SET "focused" 0.0; + transition: LINEAR 0.5; + target: "button_image"; + } + + program { + name: "but_focused"; + signal: "focused"; + source: ""; + action: STATE_SET "focused" 0.0; + transition: LINEAR 0.5; + target: "button_image"; + } + program { + name: "but_unfocused"; + signal: "unfocused"; + source: ""; action: STATE_SET "default" 0.0; transition: LINEAR 0.5; target: "button_image"; } program { - name: "instant_focused"; + name: "but_instant_focused"; signal: "instant_focused"; source: ""; action: STATE_SET "focused" 0.0; transition: LINEAR 0.0; + target: "button_image"; + } + + program { + name: "instant_focused"; + signal: "instant_focused_xxx"; + source: ""; + action: STATE_SET "focused" 0.0; + transition: LINEAR 0.0; target: "focus"; } program { name: "instant_unfocused"; - signal: "instant_unfocused"; + signal: "instant_unfocused_xxxx"; source: ""; action: STATE_SET "default" 0.0; transition: LINEAR 0.0; @@ -236,7 +274,7 @@ } program { name: "focused"; - signal: "focused"; + signal: "hilight"; source: ""; action: STATE_SET "focused" 0.0; transition: LINEAR 0.5; @@ -244,7 +282,7 @@ } program { name: "unfocused"; - signal: "unfocused"; + signal: "unhilight"; source: ""; action: STATE_SET "default" 0.0; transition: LINEAR 0.5; ------------------------------------------------------------------------- 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