Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

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


Modified Files:
        Makefile.am images.edc notebook_frame.png 
Added Files:
        colorpicker_preview.png 
Removed Files:
        tree_over.png 


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/images/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.am 18 May 2006 13:13:33 -0000      1.5
+++ Makefile.am 25 May 2006 21:06:59 -0000      1.6
@@ -33,16 +33,15 @@
             drag_glow.png \
             menu_separator.png \
             tree_bg.png \
-            entry_focus.png \
             notebook_frame.png \
             tree_desc_arrow.png \
             entry.png \
             radio_off.png \
             tree_expander_fold.png \
             focus_glow.png \
+            focus_rect.png \
             radio_on.png \
             tree_expander_unfold.png \
-            focus.png \
             scrollbar_button_down1.png \
             tree_header_active.png \
             frame_label_over.png \
@@ -50,7 +49,6 @@
             tree_header_inactive.png \
             frame_label_under.png \
             scrollbar_button_left1.png \
-            tree_over.png \
             frame_outline.png \
                     scrollbar_button_left2.png \
             tree.png \
@@ -95,4 +93,5 @@
              colorpicker_square.png \
              colorpicker_vertical.png \
              colorpicker_slider_trough.png \
-             colorpicker_slider_drag.png
+             colorpicker_slider_drag.png \
+             colorpicker_preview.png
===================================================================
RCS file: /cvs/e/e17/proto/etk/data/themes/default/images/images.edc,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- images.edc  18 May 2006 13:13:33 -0000      1.26
+++ images.edc  25 May 2006 21:06:59 -0000      1.27
@@ -2,6 +2,7 @@
    image: "border.png" COMP;
    image: "background.png" COMP;
    image: "focus_glow.png" COMP;
+   image: "focus_rect.png" COMP;
    image: "drag_glow.png" COMP;
    image: "button_down.png" COMP;
    image: "button_up.png" COMP;
@@ -89,4 +90,5 @@
    image: "colorpicker_vertical.png" COMP;
    image: "colorpicker_slider_trough.png" COMP;
    image: "colorpicker_slider_drag.png" COMP;
+   image: "colorpicker_preview.png" COMP;
 }
===================================================================
RCS file: /cvs/e/e17/proto/etk/data/themes/default/images/notebook_frame.png,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
Binary files /tmp/cvszPsMdb and /tmp/cvshZRatN differ




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