Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

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


Modified Files:
        colorpicker.edc notebook.edc 


Log Message:
Changes:
--------
- [Etk_Colorpicker] more work in the colorpicker
- [Etk_Menu_Item] etk_menu_item_set_from_stock() now sets the label of a menu 
item, and if the item is a Etk_Menu_Item_Image, it changes its icon.
- [Etk_Message_Dialog] fix a segv in Etk_Message_Dialog
- [Etk_Message_Dialog] *API BREAK* etk_message_dialog_icon_set/get() --> 
etk_message_dialog_message_type_set/get()
- [Etk_Message_Dialog] *API BREAK* the property "dialog_type" --> "message_type"
- [Etk_Message_Dialog] etk_message_dialog_message_type_set() now also changes 
the title of the message dialog
- [Etk_Message_Dialog] etk_message_dialog_message_type_set() now also changes 
the title of the message dialog
- [Etk_Notebook] *API BREAK* etk_notebook_page_num_get() --> 
etk_notebook_page_index_get()
- [Etk_Notebook] *API BREAK* etk_notebook_prev/next_page() --> 
etk_notebook_page_prev/next()
- [Etk_Widget] fix a segv with the "unrealize" signal
- [Automake] The theme is now automatically recompiled each time an .edc file 
is modified

Documentation:
--------------
- Etk_Menu_Item.c/h
- Etk_Message_Dialog.c/h
- Etk_Notebook.c/h


===================================================================
RCS file: /cvs/e/e17/proto/etk/data/themes/default/widgets/colorpicker.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- colorpicker.edc     19 May 2006 14:17:31 -0000      1.3
+++ colorpicker.edc     25 May 2006 21:06:59 -0000      1.4
@@ -1,5 +1,6 @@
 group {
    name: "colorpicker/picker";
+   min: 205 180;
    parts {
       part {
          name: "square_cp_border";
@@ -79,7 +80,7 @@
 }
 group {
    name: "colorpicker/hslider";
-   min: 30 24;
+   min: 140 24;
    parts {
       part {
          name: "slider_image";
@@ -167,6 +168,50 @@
          signal: "unfocus";
          source: "";
          UNFOCUS_GLOW_ACTION
+      }
+   }
+}
+group {
+   name: "colorpicker/color_preview";
+   min: 40 18;
+   parts {
+      part {
+         name: "preview_rect";
+         type: SWALLOW;
+         description {
+            state: "default" 0.0;
+            rel1 {
+               relative: 0.0 0.0;
+               offset: 2 1;
+               to: "border";
+            }
+            rel2 {
+               relative: 1.0 1.0;
+               offset: -2 -2;
+               to: "border";
+            }
+         }
+      }
+      part {
+         name: "border";
+         description {
+            state: "default" 0.0;
+            rel1 {
+               relative: 0.0 0.0;
+               offset: 0 0;
+            }
+            rel2 {
+               relative: 1.0 1.0;
+               offset: -1 1;
+            }
+            image {
+               normal: "colorpicker_slider_trough.png";
+               border: 4 4 4 4;
+            }
+            fill {
+               smooth: 0;
+            }
+         }
       }
    }
 }
===================================================================
RCS file: /cvs/e/e17/proto/etk/data/themes/default/widgets/notebook.edc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- notebook.edc        7 Apr 2006 15:36:10 -0000       1.6
+++ notebook.edc        25 May 2006 21:06:59 -0000      1.7
@@ -120,6 +120,7 @@
             }
          }
       }
+      FOCUS_RECT("label_under", 0.0, 0.0, 2, 2, 1.0, 1.0, -3, -3)
       part {
          name: "shadow";
          mouse_events: 0;
@@ -182,6 +183,18 @@
          source: "";
          action: STATE_SET "default" 0.0;
          target: "label_under_rect";
+      }
+      program {
+         name: "tab_focus";
+         signal: "focus";
+         source: "";
+         FOCUS_RECT_ACTION
+      }
+      program {
+         name: "tab_unfocus";
+         signal: "unfocus";
+         source: "";
+         UNFOCUS_RECT_ACTION
       }
    }
 }




-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to