Enlightenment CVS committal

Author  : essiene
Project : e17
Module  : proto

Dir     : e17/proto/entrance_edit_gui/src/widgets


Modified Files:
        Entrance_Widgets.h Makefile.am 


Log Message:
- Added bunch of smart objects to help with preview
- Updated autofoo to pull in evas, ecore, edje dependencies into the build 
process since i have smart objects now.
- Added ew_preview currently based on etk_canvas (i wonder how the ewl 
counterpart works)
- HOORAY! preview widget works properly. There is still one todo related to 
it... but it works even. Now, one TODO i was actually scared of is Dead... 
0xDEADBEEF it has become! Thanks to all who took time to explain all them brain 
bending concepts to moi. Codewarrior... you drink beer? ;;)


===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/widgets/Entrance_Widgets.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- Entrance_Widgets.h  15 Aug 2006 13:52:07 -0000      1.7
+++ Entrance_Widgets.h  23 Aug 2006 02:10:49 -0000      1.8
@@ -11,6 +11,7 @@
 #include "ew_image.h"
 #include "ew_notice.h"
 #include "ew_messagebox.h"
+#include "ew_preview.h"
 #include "ew_label.h"
 #include "ew_entry.h"
 #include "ew_button.h"
===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/widgets/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- Makefile.am 15 Aug 2006 13:52:07 -0000      1.8
+++ Makefile.am 23 Aug 2006 02:10:49 -0000      1.9
@@ -17,6 +17,8 @@
        \
        ew_messagebox.h \
        \
+       ew_preview.h\
+       \
        ew_image.h \
        ew_label.h \
        ew_entry.h \
@@ -38,6 +40,7 @@
        ew_image.c \
        ew_notice.c \
        ew_messagebox.c \
+       ew_preview.c \
        ew_label.c \
        ew_entry.c \
        ew_button.c \
@@ -46,5 +49,10 @@
        ew_checkbox.c \
        $(libentrance_widgets_la_HEADERS)
        
-libentrance_widgets_la_LIBADD  = @etk_libs@
-libentrance_widgets_la_CFLAGS = @etk_cflags@
+libentrance_widgets_la_LIBADD  = \
+       @evas_libs@  @etk_libs@
+
+libentrance_widgets_la_CFLAGS = \
+       -I$(top_srcdir)/src/smarts \
+       -I$(top_srcdir)/src/widgets \
+       @evas_cflags@ @etk_cflags@



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to