Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/etk

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


Modified Files:
        colorpicker.edc 


Log Message:
* [Canvas] Don't resize the object when adding it.
* [Colorpicker] Fix bug where "color_changed" signal where not emitted 
or emitted twice
* [Colorpicker] Rename the swallow parts of the theme-groups
* Doc++ and cleanup


===================================================================
RCS file: /cvs/e/e17/libs/etk/data/themes/default/widgets/colorpicker.edc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- colorpicker.edc     21 Feb 2007 22:29:23 -0000      1.9
+++ colorpicker.edc     23 Feb 2007 20:44:40 -0000      1.10
@@ -47,7 +47,7 @@
          }
       }
       part {
-         name: "square_picker";
+         name: "etk.swallow.square_picker";
          type: SWALLOW;
          description {
             state: "default" 0.0;
@@ -62,7 +62,7 @@
          }
       }
       part {
-         name: "vertical_picker";
+         name: "etk.swallow.vertical_picker";
          type: SWALLOW;
          description {
             state: "default" 0.0;
@@ -84,7 +84,7 @@
    min: 140 24;
    parts {
       part {
-         name: "slider_image";
+         name: "etk.swallow.image";
          type: SWALLOW;
          description {
             state: "default" 0.0;
@@ -256,15 +256,15 @@
             state: "default" 0.0;
             color: 255 255 255 255;
             rel1 {
-               to: "preview_rect";
+               to: "etk.swallow.preview";
             }
             rel2 {
-               to: "preview_rect";
+               to: "etk.swallow.preview";
             }
          }
       }
       part {
-         name: "preview_rect";
+         name: "etk.swallow.preview";
          type: SWALLOW;
          description {
             state: "default" 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