Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir     : e17/proto/etk/data/themes/default/widgets


Modified Files:
        colorpicker.edc scrollbar.edc tree.edc 


Log Message:
* [Theme] Fix a "bug" in the colorpicker theme, and improve the 
scrollbar look.
* [Signal] Fix a bug when calling etk_signal_stop().
* [Widget] Remove etk_widget_event_key_propagation_stop() since we don't 
need it anymore. Use etk_signal_stop() instead.
* [Textblock] A lot of fixes, TODO-- and work on it. Add a small IM-like 
test app.


===================================================================
RCS file: /cvs/e/e17/proto/etk/data/themes/default/widgets/colorpicker.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- colorpicker.edc     25 May 2006 21:06:59 -0000      1.4
+++ colorpicker.edc     26 Jul 2006 14:57:18 -0000      1.5
@@ -12,7 +12,7 @@
             }
             rel2 {
                relative: 1.0 1.0;
-               offset: -36 -1;
+               offset: -37 -1;
             }
             image {
                normal: "colorpicker_square.png";
@@ -57,7 +57,7 @@
             }
             rel2 {
                relative: 1.0 1.0;
-               offset: -40 -11;
+               offset: -41 -11;
             }
          }
       }
===================================================================
RCS file: /cvs/e/e17/proto/etk/data/themes/default/widgets/scrollbar.edc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- scrollbar.edc       10 Jul 2006 03:26:53 -0000      1.6
+++ scrollbar.edc       26 Jul 2006 14:57:18 -0000      1.7
@@ -38,6 +38,28 @@
          }
       }
       part {
+         name: "trough_bar";
+         description {
+            state: "default" 0.0;
+            rel1 {
+               relative: 1.0 0.5;
+               offset: 1 -1;
+               to_x: "left_left_arrow";
+               to_y: "trough";
+            }
+            rel2 {
+               relative: 0.0 0.5;
+               offset: -2 0;
+               to_x: "right_left_arrow";
+               to_y: "trough";
+            }
+            image {
+               normal: "hscrollbar_trough2.png";
+               border: 4 4 0 0;
+            }
+         }
+      }
+      part {
          name: "confine";
          type: RECT;
          description {
@@ -102,6 +124,28 @@
             image {
                normal: "vscrollbar_trough.png";
                border: 8 8 8 8;
+            }
+         }
+      }
+      part {
+         name: "trough_bar";
+         description {
+            state: "default" 0.0;
+            rel1 {
+               relative: 0.5 1.0;
+               offset: -1 1;
+               to_x: "trough";
+               to_y: "up_up_arrow";
+            }
+            rel2 {
+               relative: 0.5 0.0;
+               offset: 0 -2;
+               to_x: "trough";
+               to_y: "down_up_arrow";
+            }
+            image {
+               normal: "vscrollbar_trough2.png";
+               border: 0 0 4 4;
             }
          }
       }
===================================================================
RCS file: /cvs/e/e17/proto/etk/data/themes/default/widgets/tree.edc,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- tree.edc    10 Jul 2006 03:26:53 -0000      1.17
+++ tree.edc    26 Jul 2006 14:57:18 -0000      1.18
@@ -122,7 +122,9 @@
          description {
             state: "default" 0.0;
             visible: 0;
-            color: 239 191 114 80;
+            //color: 239 191 114 80;
+            color: 245 205 109 102;
+            //color: 245 205 109 127;
             rel1 {
                relative: 0.0 0.0;
                offset: 0 0;



-------------------------------------------------------------------------
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

Reply via email to