Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

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


Modified Files:
        Makefile.am 


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/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.am 12 Mar 2006 23:48:54 -0000      1.5
+++ Makefile.am 25 May 2006 21:06:58 -0000      1.6
@@ -14,7 +14,32 @@
 filesdir = $(pkgdatadir)/themes
 files_DATA = default.edj
 
-default.edj: Makefile default.edc
+THEME_DEP = \
+default.edc \
+widgets/button.edc \
+widgets/check_button.edc \
+widgets/colorpicker.edc \
+widgets/combobox.edc \
+widgets/entry.edc \
+widgets/frame.edc \
+widgets/iconbox.edc \
+widgets/menu.edc \
+widgets/notebook.edc \
+widgets/paned.edc \
+widgets/progress_bar.edc \
+widgets/radio_button.edc \
+widgets/scrollbar.edc \
+widgets/separator.edc \
+widgets/slider.edc \
+widgets/spinner.edc \
+widgets/statusbar.edc \
+widgets/text_view.edc \
+widgets/toggle_button.edc \
+widgets/tooltips.edc \
+widgets/tree.edc \
+widgets/windows.edc
+
+default.edj: Makefile $(THEME_DEP)
        $(EDJE_CC) $(EDJE_FLAGS) \
        $(top_srcdir)/data/themes/default/default.edc \
        $(top_builddir)/data/themes/default/default.edj




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