Enlightenment CVS committal Author : moom Project : e17 Module : proto
Dir : e17/proto/etk/src/bin Modified Files: Makefile.am etk_test.c etk_test.h Added Files: etk_shadow_test.c Log Message: * [Etk_Widget] Force Edje to process the signals of the theme object before calculating its min size. It should fix problems of incorrect size calculation (It fixes the width of the popup menu in exhibit and in estickies) * [Etk_Tree] Emit the theme-signal "etk,state,focused" on the scrolled-view when the tree is focused. * [Etk_Shadow] More work, some bugs fixed and add the ability to add a colored border =================================================================== RCS file: /cvs/e/e17/proto/etk/src/bin/Makefile.am,v retrieving revision 1.17 retrieving revision 1.18 diff -u -3 -r1.17 -r1.18 --- Makefile.am 6 Oct 2006 17:04:13 -0000 1.17 +++ Makefile.am 29 Oct 2006 11:39:54 -0000 1.18 @@ -38,7 +38,8 @@ etk_combobox_test.c \ etk_iconbox_test.c \ etk_text_view_test.c \ -etk_embed_test.c +etk_embed_test.c \ +etk_shadow_test.c etk_test_LDADD = $(top_builddir)/src/lib/libetk.la \ @EVAS_LIBS@ @ECORE_LIBS@ @EDJE_LIBS@ =================================================================== RCS file: /cvs/e/e17/proto/etk/src/bin/etk_test.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -3 -r1.30 -r1.31 --- etk_test.c 20 Oct 2006 17:51:44 -0000 1.30 +++ etk_test.c 29 Oct 2006 11:39:54 -0000 1.31 @@ -121,6 +121,11 @@ "Embed Widget", etk_test_embed_window_create, ETK_TEST_CONTAINER + }, + { + "Shadow", + etk_test_shadow_window_create, + ETK_TEST_MISC } }; static int _etk_test_num_examples = sizeof(_etk_test_examples) / sizeof (_etk_test_examples[0]); =================================================================== RCS file: /cvs/e/e17/proto/etk/src/bin/etk_test.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -3 -r1.17 -r1.18 --- etk_test.h 6 Oct 2006 17:04:13 -0000 1.17 +++ etk_test.h 29 Oct 2006 11:39:54 -0000 1.18 @@ -22,5 +22,6 @@ void etk_test_iconbox_window_create(void *data); void etk_test_text_view_window_create(void *data); void etk_test_embed_window_create(void *data); +void etk_test_shadow_window_create(void *data); #endif ------------------------------------------------------------------------- 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