E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/floater


Modified Files:
Makefile.am 
Added Files:
ewl_floater_test.c 
Removed Files:
ewl_floater.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/floater/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:53 -  1.2
+++ Makefile.am 4 Dec 2007 05:27:59 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_floater.la
+pkg_LTLIBRARIES = ewl_floater_test.la
 
-ewl_floater_la_SOURCES = ewl_floater.c
-ewl_floater_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_floater_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_floater_test_la_SOURCES = ewl_floater_test.c
+ewl_floater_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_floater_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_floater_la_SOURCES)
+FILES = $(ewl_floater_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/menubar


Modified Files:
Makefile.am 
Added Files:
ewl_menubar_test.c 
Removed Files:
ewl_menubar.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/menubar/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:56 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:02 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_menubar.la
+pkg_LTLIBRARIES = ewl_menubar_test.la
 
-ewl_menubar_la_SOURCES = ewl_menubar.c
-ewl_menubar_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_menubar_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_menubar_test_la_SOURCES = ewl_menubar_test.c
+ewl_menubar_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_menubar_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_menubar_la_SOURCES)
+FILES = $(ewl_menubar_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/menu


Modified Files:
Makefile.am 
Added Files:
ewl_menu_test.c 
Removed Files:
ewl_menu.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/menu/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 16 Nov 2007 18:57:56 -  1.3
+++ Makefile.am 4 Dec 2007 05:28:02 -   1.4
@@ -16,13 +16,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_menu.la
+pkg_LTLIBRARIES = ewl_menu_test.la
 
-ewl_menu_la_SOURCES = ewl_menu.c
-ewl_menu_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_menu_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_menu_test_la_SOURCES = ewl_menu_test.c
+ewl_menu_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_menu_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_menu_la_SOURCES)
+FILES = $(ewl_menu_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/mvc


Modified Files:
Makefile.am 
Added Files:
ewl_mvc_test.c 
Removed Files:
ewl_mvc.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/mvc/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:56 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:02 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_mvc.la
+pkg_LTLIBRARIES = ewl_mvc_test.la
 
-ewl_mvc_la_SOURCES = ewl_mvc.c
-ewl_mvc_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
-ewl_mvc_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_mvc_test_la_SOURCES = ewl_mvc_test.c
+ewl_mvc_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
+ewl_mvc_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_mvc_la_SOURCES)
+FILES = $(ewl_mvc_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/notebook


Modified Files:
Makefile.am 
Added Files:
ewl_notebook_test.c 
Removed Files:
ewl_notebook.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/notebook/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:56 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:02 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_notebook.la
+pkg_LTLIBRARIES = ewl_notebook_test.la
 
-ewl_notebook_la_SOURCES = ewl_notebook.c
-ewl_notebook_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_notebook_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_notebook_test_la_SOURCES = ewl_notebook_test.c
+ewl_notebook_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_notebook_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_notebook_la_SOURCES)
+FILES = $(ewl_notebook_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/tree2


Modified Files:
Makefile.am 
Added Files:
ewl_tree2_test.c 
Removed Files:
ewl_tree2.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/tree2/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 16 Nov 2007 18:57:59 -  1.3
+++ Makefile.am 4 Dec 2007 05:28:05 -   1.4
@@ -16,13 +16,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_tree2.la
+pkg_LTLIBRARIES = ewl_tree2_test.la
 
-ewl_tree2_la_SOURCES = ewl_tree2.c
-ewl_tree2_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
-ewl_tree2_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_tree2_test_la_SOURCES = ewl_tree2_test.c
+ewl_tree2_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
+ewl_tree2_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_tree2_la_SOURCES)
+FILES = $(ewl_tree2_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/shadow


Modified Files:
Makefile.am 
Added Files:
ewl_shadow_test.c 
Removed Files:
ewl_shadow.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/shadow/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 16 Nov 2007 18:57:58 -  1.3
+++ Makefile.am 4 Dec 2007 05:28:03 -   1.4
@@ -16,13 +16,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_shadow.la
+pkg_LTLIBRARIES = ewl_shadow_test.la
 
-ewl_shadow_la_SOURCES = ewl_shadow.c
-ewl_shadow_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_shadow_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_shadow_test_la_SOURCES = ewl_shadow_test.c
+ewl_shadow_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_shadow_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_shadow_la_SOURCES)
+FILES = $(ewl_shadow_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/spinner


Modified Files:
Makefile.am 
Added Files:
ewl_spinner_test.c 
Removed Files:
ewl_spinner.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/spinner/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:58 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:04 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_spinner.la
+pkg_LTLIBRARIES = ewl_spinner_test.la
 
-ewl_spinner_la_SOURCES = ewl_spinner.c
-ewl_spinner_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_spinner_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_spinner_test_la_SOURCES = ewl_spinner_test.c
+ewl_spinner_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_spinner_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_spinner_la_SOURCES)
+FILES = $(ewl_spinner_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/modal


Modified Files:
Makefile.am 
Added Files:
ewl_modal_test.c 
Removed Files:
ewl_modal.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/modal/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:56 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:02 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_modal.la
+pkg_LTLIBRARIES = ewl_modal_test.la
 
-ewl_modal_la_SOURCES = ewl_modal.c
-ewl_modal_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_modal_la_LDFLAGS = -module @create_shared_lib@ -avoid-version 
+ewl_modal_test_la_SOURCES = ewl_modal_test.c
+ewl_modal_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_modal_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version 
 
-FILES = $(ewl_modal_la_SOURCES)
+FILES = $(ewl_modal_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/table


Modified Files:
Makefile.am 
Added Files:
ewl_table_test.c 
Removed Files:
ewl_table.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/table/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:58 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:04 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_table.la
+pkg_LTLIBRARIES = ewl_table_test.la
 
-ewl_table_la_SOURCES = ewl_table.c
-ewl_table_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_table_la_LDFLAGS = -module @create_shared_lib@ -avoid-version 
+ewl_table_test_la_SOURCES = ewl_table_test.c
+ewl_table_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_table_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version 
 
-FILES = $(ewl_table_la_SOURCES)
+FILES = $(ewl_table_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/text_editor


Modified Files:
Makefile.am 
Added Files:
ewl_text_editor_test.c 
Removed Files:
ewl_text_editor.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/text_editor/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:58 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:04 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_text_editor.la
+pkg_LTLIBRARIES = ewl_text_editor_test.la
 
-ewl_text_editor_la_SOURCES = ewl_text_editor.c
-ewl_text_editor_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
-ewl_text_editor_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_text_editor_test_la_SOURCES = ewl_text_editor_test.c
+ewl_text_editor_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
+ewl_text_editor_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_text_editor_la_SOURCES)
+FILES = $(ewl_text_editor_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/text


Modified Files:
Makefile.am 
Added Files:
ewl_text_test.c 
Removed Files:
ewl_text.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/text/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:58 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:04 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_text.la
+pkg_LTLIBRARIES = ewl_text_test.la
 
-ewl_text_la_SOURCES = ewl_text.c
-ewl_text_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_text_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_text_test_la_SOURCES = ewl_text_test.c
+ewl_text_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_text_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_text_la_SOURCES)
+FILES = $(ewl_text_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/seeker


Modified Files:
Makefile.am 
Added Files:
ewl_seeker_test.c 
Removed Files:
ewl_seeker.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/seeker/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:57 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:03 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_seeker.la
+pkg_LTLIBRARIES = ewl_seeker_test.la
 
-ewl_seeker_la_SOURCES = ewl_seeker.c
-ewl_seeker_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_seeker_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_seeker_test_la_SOURCES = ewl_seeker_test.c
+ewl_seeker_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_seeker_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_seeker_la_SOURCES)
+FILES = $(ewl_seeker_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/statusbar


Modified Files:
Makefile.am 
Added Files:
ewl_statusbar_test.c 
Removed Files:
ewl_statusbar.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/statusbar/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:58 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:04 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_statusbar.la
+pkg_LTLIBRARIES = ewl_statusbar_test.la
 
-ewl_statusbar_la_SOURCES = ewl_statusbar.c
-ewl_statusbar_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_statusbar_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_statusbar_test_la_SOURCES = ewl_statusbar_test.c
+ewl_statusbar_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_statusbar_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_statusbar_la_SOURCES)
+FILES = $(ewl_statusbar_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/toolbar


Modified Files:
Makefile.am 
Added Files:
ewl_toolbar_test.c 
Removed Files:
ewl_toolbar.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/toolbar/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:59 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:04 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_toolbar.la
+pkg_LTLIBRARIES = ewl_toolbar_test.la
 
-ewl_toolbar_la_SOURCES = ewl_toolbar.c
-ewl_toolbar_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_toolbar_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_toolbar_test_la_SOURCES = ewl_toolbar_test.c
+ewl_toolbar_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_toolbar_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_toolbar_la_SOURCES)
+FILES = $(ewl_toolbar_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/scrollpane


Modified Files:
Makefile.am 
Added Files:
ewl_scrollpane_test.c 
Removed Files:
ewl_scrollpane.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/scrollpane/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:57 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:03 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_scrollpane.la
+pkg_LTLIBRARIES = ewl_scrollpane_test.la
 
-ewl_scrollpane_la_SOURCES = ewl_scrollpane.c
-ewl_scrollpane_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_scrollpane_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_scrollpane_test_la_SOURCES = ewl_scrollpane_test.c
+ewl_scrollpane_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_scrollpane_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_scrollpane_la_SOURCES)
+FILES = $(ewl_scrollpane_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/tree


Modified Files:
Makefile.am 
Added Files:
ewl_tree_test.c 
Removed Files:
ewl_tree.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/tree/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:59 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:05 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_tree.la
+pkg_LTLIBRARIES = ewl_tree_test.la
 
-ewl_tree_la_SOURCES = ewl_tree.c
-ewl_tree_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
-ewl_tree_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_tree_test_la_SOURCES = ewl_tree_test.c
+ewl_tree_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
+ewl_tree_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_tree_la_SOURCES)
+FILES = $(ewl_tree_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/pointer


Modified Files:
Makefile.am 
Added Files:
ewl_pointer_test.c 
Removed Files:
ewl_pointer.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/pointer/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:57 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:03 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_pointer.la
+pkg_LTLIBRARIES = ewl_pointer_test.la
 
-ewl_pointer_la_SOURCES = ewl_pointer.c
-ewl_pointer_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
-ewl_pointer_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_pointer_test_la_SOURCES = ewl_pointer_test.c
+ewl_pointer_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
+ewl_pointer_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_pointer_la_SOURCES)
+FILES = $(ewl_pointer_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/widget


Modified Files:
Makefile.am 
Added Files:
ewl_widget_test.c 
Removed Files:
ewl_widget.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/widget/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:59 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:05 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_widget.la
+pkg_LTLIBRARIES = ewl_widget_test.la
 
-ewl_widget_la_SOURCES = ewl_widget.c
-ewl_widget_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_widget_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_widget_test_la_SOURCES = ewl_widget_test.c
+ewl_widget_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_widget_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_widget_la_SOURCES)
+FILES = $(ewl_widget_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/progressbar


Modified Files:
Makefile.am 
Added Files:
ewl_progressbar_test.c 
Removed Files:
ewl_progressbar.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/progressbar/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:57 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:03 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_progressbar.la
+pkg_LTLIBRARIES = ewl_progressbar_test.la
 
-ewl_progressbar_la_SOURCES = ewl_progressbar.c
-ewl_progressbar_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
-ewl_progressbar_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_progressbar_test_la_SOURCES = ewl_progressbar_test.c
+ewl_progressbar_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
+ewl_progressbar_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_progressbar_la_SOURCES)
+FILES = $(ewl_progressbar_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/text_fmt


Modified Files:
Makefile.am 
Added Files:
ewl_text_fmt_test.c 
Removed Files:
ewl_text_fmt.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/text_fmt/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:58 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:04 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_text_fmt.la
+pkg_LTLIBRARIES = ewl_text_fmt_test.la
 
-ewl_text_fmt_la_SOURCES = ewl_text_fmt.c
-ewl_text_fmt_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
-ewl_text_fmt_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_text_fmt_test_la_SOURCES = ewl_text_fmt_test.c
+ewl_text_fmt_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
+ewl_text_fmt_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_text_fmt_la_SOURCES)
+FILES = $(ewl_text_fmt_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/scrollbar


Modified Files:
Makefile.am 
Added Files:
ewl_scrollbar_test.c 
Removed Files:
ewl_scrollbar.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/scrollbar/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:57 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:03 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_scrollbar.la
+pkg_LTLIBRARIES = ewl_scrollbar_test.la
 
-ewl_scrollbar_la_SOURCES = ewl_scrollbar.c
-ewl_scrollbar_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_scrollbar_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_scrollbar_test_la_SOURCES = ewl_scrollbar_test.c
+ewl_scrollbar_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_scrollbar_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_scrollbar_la_SOURCES)
+FILES = $(ewl_scrollbar_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/tooltip


Modified Files:
Makefile.am 
Added Files:
ewl_tooltip_test.c 
Removed Files:
ewl_tooltip.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/tooltip/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:59 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:04 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_tooltip.la
+pkg_LTLIBRARIES = ewl_tooltip_test.la
 
-ewl_tooltip_la_SOURCES = ewl_tooltip.c
-ewl_tooltip_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_tooltip_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_tooltip_test_la_SOURCES = ewl_tooltip_test.c
+ewl_tooltip_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_tooltip_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_tooltip_la_SOURCES)
+FILES = $(ewl_tooltip_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/paned


Modified Files:
Makefile.am 
Added Files:
ewl_paned_test.c 
Removed Files:
ewl_paned.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/paned/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:56 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:02 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_paned.la
+pkg_LTLIBRARIES = ewl_paned_test.la
 
-ewl_paned_la_SOURCES = ewl_paned.c
-ewl_paned_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_paned_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_paned_test_la_SOURCES = ewl_paned_test.c
+ewl_paned_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_paned_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_paned_la_SOURCES)
+FILES = $(ewl_paned_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/theme


Modified Files:
Makefile.am 
Added Files:
ewl_theme_test.c 
Removed Files:
ewl_theme.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/theme/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 16 Nov 2007 18:57:59 -  1.3
+++ Makefile.am 4 Dec 2007 05:28:04 -   1.4
@@ -16,13 +16,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_theme.la
+pkg_LTLIBRARIES = ewl_theme_test.la
 
-ewl_theme_la_SOURCES = ewl_theme.c
-ewl_theme_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_theme_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_theme_test_la_SOURCES = ewl_theme_test.c
+ewl_theme_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_theme_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_theme_la_SOURCES)
+FILES = $(ewl_theme_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/puzzle


Modified Files:
Makefile.am 
Added Files:
ewl_puzzle_test.c 
Removed Files:
ewl_puzzle.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/puzzle/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 16 Nov 2007 18:57:57 -  1.3
+++ Makefile.am 4 Dec 2007 05:28:03 -   1.4
@@ -16,13 +16,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_puzzle.la
+pkg_LTLIBRARIES = ewl_puzzle_test.la
 
-ewl_puzzle_la_SOURCES = ewl_puzzle.c
-ewl_puzzle_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_puzzle_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_puzzle_test_la_SOURCES = ewl_puzzle_test.c
+ewl_puzzle_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_puzzle_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_puzzle_la_SOURCES) 
+FILES = $(ewl_puzzle_test_la_SOURCES) 
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/object


Modified Files:
Makefile.am 
Added Files:
ewl_object_test.c 
Removed Files:
ewl_object.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/object/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:56 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:02 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_object.la
+pkg_LTLIBRARIES = ewl_object_test.la
 
-ewl_object_la_SOURCES = ewl_object.c
-ewl_object_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_object_la_LDFLAGS = -module @create_shared_lib@ -avoid-version 
+ewl_object_test_la_SOURCES = ewl_object_test.c
+ewl_object_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_object_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version 
 
-FILES = $(ewl_object_la_SOURCES)
+FILES = $(ewl_object_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/password


Modified Files:
Makefile.am 
Added Files:
ewl_password_test.c 
Removed Files:
ewl_password.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/password/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:57 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:03 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_password.la
+pkg_LTLIBRARIES = ewl_password_test.la
 
-ewl_password_la_SOURCES = ewl_password.c
-ewl_password_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_password_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_password_test_la_SOURCES = ewl_password_test.c
+ewl_password_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_password_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_password_la_SOURCES)
+FILES = $(ewl_password_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/list


Modified Files:
Makefile.am 
Added Files:
ewl_list_test.c 
Removed Files:
ewl_list.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/list/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:55 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:01 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_list.la
+pkg_LTLIBRARIES = ewl_list_test.la
 
-ewl_list_la_SOURCES = ewl_list.c
-ewl_list_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
-ewl_list_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_list_test_la_SOURCES = ewl_list_test.c
+ewl_list_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
+ewl_list_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_list_la_SOURCES)
+FILES = $(ewl_list_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/media


Modified Files:
Makefile.am 
Added Files:
ewl_media_test.c 
Removed Files:
ewl_media.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/media/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:56 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:02 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_media.la
+pkg_LTLIBRARIES = ewl_media_test.la
 
-ewl_media_la_SOURCES = ewl_media.c
-ewl_media_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_media_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_media_test_la_SOURCES = ewl_media_test.c
+ewl_media_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_media_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_media_la_SOURCES)
+FILES = $(ewl_media_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/label


Modified Files:
Makefile.am 
Added Files:
ewl_label_test.c 
Removed Files:
ewl_label.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/label/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:55 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:00 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_label.la
+pkg_LTLIBRARIES = ewl_label_test.la
 
-ewl_label_la_SOURCES = ewl_label.c
-ewl_label_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_label_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_label_test_la_SOURCES = ewl_label_test.c
+ewl_label_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_label_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_label_la_SOURCES)
+FILES = $(ewl_label_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/image_thumbnail


Modified Files:
Makefile.am 
Added Files:
ewl_image_thumbnail_test.c 
Removed Files:
ewl_image_thumbnail.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/image_thumbnail/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 16 Nov 2007 18:57:55 -  1.3
+++ Makefile.am 4 Dec 2007 05:28:00 -   1.4
@@ -17,13 +17,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_image_thumbnail.la
+pkg_LTLIBRARIES = ewl_image_thumbnail_test.la
 
-ewl_image_thumbnail_la_SOURCES = ewl_image_thumbnail.c
-ewl_image_thumbnail_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
-ewl_image_thumbnail_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_image_thumbnail_test_la_SOURCES = ewl_image_thumbnail_test.c
+ewl_image_thumbnail_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la 
@ECORE_LIBS@
+ewl_image_thumbnail_test_la_LDFLAGS = -module @create_shared_lib@ 
-avoid-version
 
-FILES = $(ewl_image_thumbnail_la_SOURCES)
+FILES = $(ewl_image_thumbnail_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/io_manager


Modified Files:
Makefile.am 
Added Files:
ewl_io_manager_test.c 
Removed Files:
ewl_io_manager.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/io_manager/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:55 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:00 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_io_manager.la
+pkg_LTLIBRARIES = ewl_io_manager_test.la
 
-ewl_io_manager_la_SOURCES = ewl_io_manager.c
-ewl_io_manager_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_io_manager_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_io_manager_test_la_SOURCES = ewl_io_manager_test.c
+ewl_io_manager_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_io_manager_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_io_manager_la_SOURCES)
+FILES = $(ewl_io_manager_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/filepicker


Modified Files:
Makefile.am 
Added Files:
ewl_filepicker_test.c 
Removed Files:
ewl_filepicker.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/filepicker/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:53 -  1.2
+++ Makefile.am 4 Dec 2007 05:27:59 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_filepicker.la
+pkg_LTLIBRARIES = ewl_filepicker_test.la
 
-ewl_filepicker_la_SOURCES = ewl_filepicker.c
-ewl_filepicker_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
-ewl_filepicker_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_filepicker_test_la_SOURCES = ewl_filepicker_test.c
+ewl_filepicker_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
+ewl_filepicker_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_filepicker_la_SOURCES)
+FILES = $(ewl_filepicker_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/image


Modified Files:
Makefile.am 
Added Files:
ewl_image_test.c 
Removed Files:
ewl_image.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/image/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 16 Nov 2007 18:57:55 -  1.3
+++ Makefile.am 4 Dec 2007 05:28:00 -   1.4
@@ -17,13 +17,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_image.la
+pkg_LTLIBRARIES = ewl_image_test.la
 
-ewl_image_la_SOURCES = ewl_image.c
-ewl_image_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
-ewl_image_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_image_test_la_SOURCES = ewl_image_test.c
+ewl_image_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
+ewl_image_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_image_la_SOURCES)
+FILES = $(ewl_image_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/icon


Modified Files:
Makefile.am 
Added Files:
ewl_icon_test.c 
Removed Files:
ewl_icon.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/icon/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 16 Nov 2007 18:57:55 -  1.3
+++ Makefile.am 4 Dec 2007 05:28:00 -   1.4
@@ -16,13 +16,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_icon.la
+pkg_LTLIBRARIES = ewl_icon_test.la
 
-ewl_icon_la_SOURCES = ewl_icon.c
-ewl_icon_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_icon_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_icon_test_la_SOURCES = ewl_icon_test.c
+ewl_icon_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_icon_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_icon_la_SOURCES)
+FILES = $(ewl_icon_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/icon_theme


Modified Files:
Makefile.am 
Added Files:
ewl_icon_theme_test.c 
Removed Files:
ewl_icon_theme.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/icon_theme/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:55 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:00 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_icon_theme.la
+pkg_LTLIBRARIES = ewl_icon_theme_test.la
 
-ewl_icon_theme_la_SOURCES = ewl_icon_theme.c
-ewl_icon_theme_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
-ewl_icon_theme_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_icon_theme_test_la_SOURCES = ewl_icon_theme_test.c
+ewl_icon_theme_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
+ewl_icon_theme_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_icon_theme_la_SOURCES)
+FILES = $(ewl_icon_theme_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/layer


Modified Files:
Makefile.am 
Added Files:
ewl_layer_test.c 
Removed Files:
ewl_layer.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/layer/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:55 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:01 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_layer.la
+pkg_LTLIBRARIES = ewl_layer_test.la
 
-ewl_layer_la_SOURCES = ewl_layer.c
-ewl_layer_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_layer_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_layer_test_la_SOURCES = ewl_layer_test.c
+ewl_layer_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_layer_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_layer_la_SOURCES)
+FILES = $(ewl_layer_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/freebox


Modified Files:
Makefile.am 
Added Files:
ewl_freebox_test.c 
Removed Files:
ewl_freebox.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/freebox/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 16 Nov 2007 18:57:53 -  1.3
+++ Makefile.am 4 Dec 2007 05:27:59 -   1.4
@@ -16,13 +16,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_freebox.la
+pkg_LTLIBRARIES = ewl_freebox_test.la
 
-ewl_freebox_la_SOURCES = ewl_freebox.c
-ewl_freebox_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_freebox_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_freebox_test_la_SOURCES = ewl_freebox_test.c
+ewl_freebox_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_freebox_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_freebox_la_SOURCES)
+FILES = $(ewl_freebox_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/histogram


Modified Files:
Makefile.am 
Added Files:
ewl_histogram_test.c 
Removed Files:
ewl_histogram.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/histogram/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 16 Nov 2007 18:57:54 -  1.3
+++ Makefile.am 4 Dec 2007 05:28:00 -   1.4
@@ -16,13 +16,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_histogram.la
+pkg_LTLIBRARIES = ewl_histogram_test.la
 
-ewl_histogram_la_SOURCES = ewl_histogram.c
-ewl_histogram_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_histogram_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_histogram_test_la_SOURCES = ewl_histogram_test.c
+ewl_histogram_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_histogram_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_histogram_la_SOURCES)
+FILES = $(ewl_histogram_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/colordialog


Modified Files:
Makefile.am 
Added Files:
ewl_colordialog_test.c 
Removed Files:
ewl_colordialog.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/colordialog/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:52 -  1.2
+++ Makefile.am 4 Dec 2007 05:27:58 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_colordialog.la
+pkg_LTLIBRARIES = ewl_colordialog_test.la
 
-ewl_colordialog_la_SOURCES = ewl_colordialog.c
-ewl_colordialog_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_colordialog_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_colordialog_test_la_SOURCES = ewl_colordialog_test.c
+ewl_colordialog_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_colordialog_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_colordialog_la_SOURCES)
+FILES = $(ewl_colordialog_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/fullscreen


Modified Files:
Makefile.am 
Added Files:
ewl_fullscreen_test.c 
Removed Files:
ewl_fullscreen.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/fullscreen/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:53 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:00 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_fullscreen.la
+pkg_LTLIBRARIES = ewl_fullscreen_test.la
 
-ewl_fullscreen_la_SOURCES = ewl_fullscreen.c
-ewl_fullscreen_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_fullscreen_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_fullscreen_test_la_SOURCES = ewl_fullscreen_test.c
+ewl_fullscreen_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_fullscreen_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_fullscreen_la_SOURCES)
+FILES = $(ewl_fullscreen_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/container


Modified Files:
Makefile.am 
Added Files:
ewl_container_test.c 
Removed Files:
ewl_container.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/container/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:52 -  1.2
+++ Makefile.am 4 Dec 2007 05:27:58 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir= $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES= ewl_container.la
+pkg_LTLIBRARIES= ewl_container_test.la
 
-ewl_container_la_SOURCES = ewl_container.c
-ewl_container_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_container_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_container_test_la_SOURCES = ewl_container_test.c
+ewl_container_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_container_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_container_la_SOURCES)
+FILES = $(ewl_container_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/colorpicker


Modified Files:
Makefile.am 
Added Files:
ewl_colorpicker_test.c 
Removed Files:
ewl_colorpicker.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/colorpicker/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:52 -  1.2
+++ Makefile.am 4 Dec 2007 05:27:58 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir= $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES= ewl_colorpicker.la
+pkg_LTLIBRARIES= ewl_colorpicker_test.la
 
-ewl_colorpicker_la_SOURCES= ewl_colorpicker.c
-ewl_colorpicker_la_LIBADD= $(top_builddir)/src/lib/libewl.la
-ewl_colorpicker_la_LDFLAGS= -module @create_shared_lib@ -avoid-version
+ewl_colorpicker_test_la_SOURCES= ewl_colorpicker_test.c
+ewl_colorpicker_test_la_LIBADD= $(top_builddir)/src/lib/libewl.la
+ewl_colorpicker_test_la_LDFLAGS= -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_colorpicker_la_SOURCES)
+FILES = $(ewl_colorpicker_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/dnd_snoop


Modified Files:
Makefile.am 
Added Files:
ewl_dnd_snoop_test.c 
Removed Files:
ewl_dnd_snoop.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/dnd_snoop/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:52 -  1.2
+++ Makefile.am 4 Dec 2007 05:27:59 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_dnd_snoop.la
+pkg_LTLIBRARIES = ewl_dnd_snoop_test.la
 
-ewl_dnd_snoop_la_SOURCES = ewl_dnd_snoop.c
-ewl_dnd_snoop_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_dnd_snoop_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_dnd_snoop_test_la_SOURCES = ewl_dnd_snoop_test.c
+ewl_dnd_snoop_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_dnd_snoop_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_dnd_snoop_la_SOURCES)
+FILES = $(ewl_dnd_snoop_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/filedialog


Modified Files:
Makefile.am 
Added Files:
ewl_filedialog_test.c 
Removed Files:
ewl_filedialog.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/filedialog/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:53 -  1.2
+++ Makefile.am 4 Dec 2007 05:27:59 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_filedialog.la
+pkg_LTLIBRARIES = ewl_filedialog_test.la
 
-ewl_filedialog_la_SOURCES = ewl_filedialog.c
-ewl_filedialog_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
-ewl_filedialog_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_filedialog_test_la_SOURCES = ewl_filedialog_test.c
+ewl_filedialog_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_LIBS@
+ewl_filedialog_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_filedialog_la_SOURCES)
+FILES = $(ewl_filedialog_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/dialog


Modified Files:
Makefile.am 
Added Files:
ewl_dialog_test.c 
Removed Files:
ewl_dialog.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/dialog/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:52 -  1.2
+++ Makefile.am 4 Dec 2007 05:27:59 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_dialog.la
+pkg_LTLIBRARIES = ewl_dialog_test.la
 
-ewl_dialog_la_SOURCES = ewl_dialog.c
-ewl_dialog_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_dialog_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_dialog_test_la_SOURCES = ewl_dialog_test.c
+ewl_dialog_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_dialog_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_dialog_la_SOURCES)
+FILES = $(ewl_dialog_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/datepicker


Modified Files:
Makefile.am 
Added Files:
ewl_datepicker_test.c 
Removed Files:
ewl_datepicker.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/datepicker/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:52 -  1.2
+++ Makefile.am 4 Dec 2007 05:27:58 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_datepicker.la
+pkg_LTLIBRARIES = ewl_datepicker_test.la
 
-ewl_datepicker_la_SOURCES = ewl_datepicker.c
-ewl_datepicker_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_datepicker_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_datepicker_test_la_SOURCES = ewl_datepicker_test.c
+ewl_datepicker_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_datepicker_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_datepicker_la_SOURCES)
+FILES = $(ewl_datepicker_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/grid


Modified Files:
Makefile.am 
Added Files:
ewl_grid_test.c 
Removed Files:
ewl_grid.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/grid/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:53 -  1.2
+++ Makefile.am 4 Dec 2007 05:28:00 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_grid.la
+pkg_LTLIBRARIES = ewl_grid_test.la
 
-ewl_grid_la_SOURCES = ewl_grid.c
-ewl_grid_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_grid_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_grid_test_la_SOURCES = ewl_grid_test.c
+ewl_grid_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_grid_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_grid_la_SOURCES)
+FILES = $(ewl_grid_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/entry


Modified Files:
Makefile.am 
Added Files:
ewl_entry_test.c 
Removed Files:
ewl_entry.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/entry/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:53 -  1.2
+++ Makefile.am 4 Dec 2007 05:27:59 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_entry.la
+pkg_LTLIBRARIES = ewl_entry_test.la
 
-ewl_entry_la_SOURCES = ewl_entry.c
-ewl_entry_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_entry_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_entry_test_la_SOURCES = ewl_entry_test.c
+ewl_entry_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_entry_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_entry_la_SOURCES)
+FILES = $(ewl_entry_test_la_SOURCES)
 
 exampledir =   $(pkgdatadir)/examples/
 example_DATA   =   $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/engine


Modified Files:
Makefile.am 
Added Files:
ewl_engine_test.c 
Removed Files:
ewl_engine.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/engine/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:52 -  1.2
+++ Makefile.am 4 Dec 2007 05:27:59 -   1.3
@@ -6,6 +6,7 @@
 -I$(top_builddir)/src/lib \
 -I$(top_srcdir)/src/bin \
 -I$(top_builddir)/src/bin \
+-DPACKAGE_LIB_DIR=\"$(libdir)\" \
 @EDJE_CFLAGS@ \
 @ECORE_CFLAGS@ \
 @EVAS_CFLAGS@ \
@@ -15,13 +16,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_engine.la
+pkg_LTLIBRARIES = ewl_engine_test.la
 
-ewl_engine_la_SOURCES = ewl_engine.c
-ewl_engine_la_LIBADD = $(top_builddir)/src/lib/libewl.la @EVAS_LIBS@
-ewl_engine_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_engine_test_la_SOURCES = ewl_engine_test.c
+ewl_engine_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la @EVAS_LIBS@
+ewl_engine_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_engine_la_SOURCES)
+FILES = $(ewl_engine_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/callback


Modified Files:
Makefile.am 
Added Files:
ewl_callback_test.c 
Removed Files:
ewl_callback.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/callback/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 20 Nov 2007 06:11:25 -  1.1
+++ Makefile.am 4 Dec 2007 05:27:58 -   1.2
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_callback.la
+pkg_LTLIBRARIES = ewl_callback_test.la
 
-ewl_callback_la_SOURCES = ewl_callback.c
-ewl_callback_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_callback_la_LDFLAGS = -module @create_shared_lib@ -avoid-version 
+ewl_callback_test_la_SOURCES = ewl_callback_test.c
+ewl_callback_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_callback_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version 
 
-FILES = $(ewl_callback_la_SOURCES)
+FILES = $(ewl_callback_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/combo


Modified Files:
Makefile.am 
Added Files:
ewl_combo_test.c 
Removed Files:
ewl_combo.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/combo/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 16 Nov 2007 18:57:52 -  1.3
+++ Makefile.am 4 Dec 2007 05:27:58 -   1.4
@@ -16,13 +16,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_combo.la
+pkg_LTLIBRARIES = ewl_combo_test.la
 
-ewl_combo_la_SOURCES = ewl_combo.c
-ewl_combo_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_combo_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_combo_test_la_SOURCES = ewl_combo_test.c
+ewl_combo_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_combo_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_combo_la_SOURCES)
+FILES = $(ewl_combo_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/calendar


Modified Files:
Makefile.am 
Added Files:
ewl_calendar_test.c 
Removed Files:
ewl_calendar.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/calendar/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:52 -  1.2
+++ Makefile.am 4 Dec 2007 05:27:58 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_calendar.la
+pkg_LTLIBRARIES = ewl_calendar_test.la
 
-ewl_calendar_la_SOURCES = ewl_calendar.c
-ewl_calendar_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_calendar_la_LDFLAGS= -module @create_shared_lib@ -avoid-version
+ewl_calendar_test_la_SOURCES = ewl_calendar_test.c
+ewl_calendar_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_calendar_test_la_LDFLAGS   = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_calendar_la_SOURCES)
+FILES = $(ewl_calendar_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/border


Modified Files:
Makefile.am 
Added Files:
ewl_border_test.c 
Removed Files:
ewl_border.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/border/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:51 -  1.2
+++ Makefile.am 4 Dec 2007 05:27:57 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_border.la
+pkg_LTLIBRARIES = ewl_border_test.la
 
-ewl_border_la_SOURCES = ewl_border.c
-ewl_border_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_border_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_border_test_la_SOURCES = ewl_border_test.c
+ewl_border_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_border_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_border_la_SOURCES)
+FILES = $(ewl_border_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/box


Modified Files:
Makefile.am 
Added Files:
ewl_box_test.c 
Removed Files:
ewl_box.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/box/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:51 -  1.2
+++ Makefile.am 4 Dec 2007 05:27:57 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_box.la
+pkg_LTLIBRARIES = ewl_box_test.la
 
-ewl_box_la_SOURCES = ewl_box.c
-ewl_box_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_box_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_box_test_la_SOURCES = ewl_box_test.c
+ewl_box_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_box_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_box_la_SOURCES)
+FILES = $(ewl_box_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/button


Modified Files:
Makefile.am 
Added Files:
ewl_button_test.c 
Removed Files:
ewl_button.c 


Log Message:
Rename test files to include a _test prefix to avoid conflicting file names with
widget source file. This makes it easier to read backtraces.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/button/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:52 -  1.2
+++ Makefile.am 4 Dec 2007 05:27:58 -   1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_button.la
+pkg_LTLIBRARIES = ewl_button_test.la
 
-ewl_button_la_SOURCES = ewl_button.c
-ewl_button_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_button_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_button_test_la_SOURCES = ewl_button_test.c
+ewl_button_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_button_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_button_la_SOURCES)
+FILES = $(ewl_button_test_la_SOURCES)
 
 exampledir = $(pkgdatadir)/examples/
 example_DATA = $(FILES)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl dj2

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl


Modified Files:
Makefile.am ewl.spec.in 
Removed Files:
ewl.m4 


Log Message:
- remove old and broken ewl.m4

===
RCS file: /cvs/e/e17/libs/ewl/Makefile.am,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- Makefile.am 1 Jul 2007 18:57:46 -   1.31
+++ Makefile.am 4 Dec 2007 04:53:34 -   1.32
@@ -10,7 +10,7 @@
 
 bin_SCRIPTS = 
 
-EXTRA_DIST = README AUTHORS COPYING ewl.m4 ewl.spec ewl.pc.in \
+EXTRA_DIST = README AUTHORS COPYING ewl.spec ewl.pc.in \
 debian/rules \
 debian/control \
 debian/changelog \
@@ -27,9 +27,6 @@
 debian/libewl0-engines-all.install \
 debian/libewl0-engine-x11.install \
 debian/libewl0.install
-
-m4datadir = $(datadir)/aclocal
-m4data_DATA = ewl.m4
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = ewl.pc
===
RCS file: /cvs/e/e17/libs/ewl/ewl.spec.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- ewl.spec.in 1 Jul 2007 18:57:46 -   1.16
+++ ewl.spec.in 4 Dec 2007 04:53:34 -   1.17
@@ -83,7 +83,6 @@
 %{_libdir}/ewl/tests
 %{_libdir}/pkgconfig/ewl.pc
 %{_includedir}/ewl
-%{_datadir}/aclocal/ewl.m4
 
 %files plugins
 %{_libdir}/ewl/plugins



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl dj2

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/lib


Modified Files:
ewl_text.c 


Log Message:
- formatting

===
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_text.c,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -3 -r1.186 -r1.187
--- ewl_text.c  20 Nov 2007 02:30:09 -  1.186
+++ ewl_text.c  4 Dec 2007 04:51:58 -   1.187
@@ -612,7 +612,7 @@
/* count the number of chars in the text */
tmp = (char *)txt;
max_chars = (t->length.max_chars) ? t->length.max_chars : UINT_MAX;
-   while (*tmp && (clen + t->length.chars) < max_chars)
+   while ((*tmp) && ((clen + t->length.chars) < max_chars))
{
if (ewl_text_char_utf8_is(tmp))
tmp = ewl_text_text_next_char(tmp, NULL);



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl dj2

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/text


Modified Files:
ewl_text.c 


Log Message:
- formatting

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/text/ewl_text.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- ewl_text.c  11 Nov 2007 08:03:40 -  1.13
+++ ewl_text.c  4 Dec 2007 04:35:35 -   1.14
@@ -359,7 +359,7 @@
char text[] = "This a valid UTF-8 string, although it contains "
"at the moment only 7-bit ascii code.\n"
" This will be changed later!";
-   const char * returned_text;
+   const char *returned_text;
unsigned char *utext;
 
utext = (unsigned char *)text;
@@ -370,19 +370,18 @@
/* insert some invalid bytes */
utext[2] = 254;
utext[4] = 0xA4;
+
/* insert the euro sign without the 3rd byte */
utext[10] = 0xE2;
utext[11] = 0x82;
-   /*
-* set a valid UTF-8 string
-*/
+
+   /* set a valid UTF-8 string */
ewl_text_text_set(EWL_TEXT(t), text);
returned_text = ewl_text_text_get(EWL_TEXT(t));
 
-   if (!returned_text) {
-   snprintf(buf, len, "ewl_text_text_get() returned a "
-   "NULL-pointer");
-   }
+   if (!returned_text)
+   snprintf(buf, len, "ewl_text_text_get() returned a NULL 
pointer");
+
else if (!strcmp(text, returned_text)
|| returned_text[2] < 0
|| returned_text[4] < 0



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: proto/e_phys pfritz

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : proto/e_phys

Dir : e17/proto/e_phys/src/lib


Modified Files:
e_phys_world.c 


Log Message:
use FLT_MAX instead of the deprecated MAXFLOAT

===
RCS file: /cvs/e/e17/proto/e_phys/src/lib/e_phys_world.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_phys_world.c  22 Nov 2007 13:36:10 -  1.8
+++ e_phys_world.c  3 Dec 2007 21:38:08 -   1.9
@@ -1,5 +1,5 @@
 #include "E_Phys.h"
-#include 
+#include 
 
 static void e_phys_world_accumulate_forces(E_Phys_World *world);
 static void e_phys_world_verlet_integrate(E_Phys_World *world);
@@ -18,8 +18,8 @@
   E_Phys_World *world;
   world = calloc(1, sizeof(E_Phys_World));
   world->constraint_iter = 10;
-  world->w = MAXFLOAT;
-  world->h = MAXFLOAT;
+  world->w = FLT_MAX;
+  world->h = FLT_MAX;
   world->dt = 1.0 / 60.0;
   return world;
 }



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e devilhorns

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/modules/fileman


Modified Files:
e_fwin.c 


Log Message:
Use better method for returning all desktops in case the ones in ~/.local
don't have a category set.

===
RCS file: /cvs/e/e17/apps/e/src/modules/fileman/e_fwin.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- e_fwin.c3 Dec 2007 17:06:56 -   1.18
+++ e_fwin.c3 Dec 2007 18:56:33 -   1.19
@@ -997,10 +997,10 @@
Evas_List *l = NULL, *apps = NULL, *mlist = NULL;
Ecore_List *cats = NULL;
Evas_Hash *mimes = NULL;
+   Efreet_Desktop *desk = NULL;
E_Fwin_Apps_Dialog *fad;
E_Fm2_Icon_Info *ici;
char buf[PATH_MAX];
-   char *cat;
const char *f;
int need_dia = 0;
 
@@ -1174,7 +1174,6 @@
if (mlist)
  {
Ecore_List *ml;
-   Efreet_Desktop *desktop;
 
for (l = mlist; l; l = l->next)
  {
@@ -1182,8 +1181,8 @@
 if (ml)
   {
  ecore_list_first_goto(ml);
- while ((desktop = ecore_list_next(ml)))
-   apps = evas_list_append(apps, desktop);
+ while ((desk = ecore_list_next(ml)))
+   apps = evas_list_append(apps, desk);
  ecore_list_destroy(ml);
   }
  }
@@ -1207,12 +1206,11 @@
 */
if (evas_list_count(mlist) <= 1)
  {
-Efreet_Desktop *desktop = NULL;
 char pcwd[4096];
 Ecore_List *files_list = NULL;
   
 need_dia = 1;
-if (mlist) desktop = e_exehist_mime_desktop_get(mlist->data);
+if (mlist) desk = e_exehist_mime_desktop_get(mlist->data);
 getcwd(pcwd, sizeof(pcwd));
 chdir(e_fm2_real_path_get(fwin->fm_obj));
 
@@ -1236,16 +1234,16 @@
   need_dia = 0;
}
   }
-if (desktop)
+if (desk)
   {
  if (fwin->win)
{
-  if (e_exec(fwin->win->border->zone, desktop, NULL, 
files_list, "fwin"))
+  if (e_exec(fwin->win->border->zone, desk, NULL, 
files_list, "fwin"))
 need_dia = 0;
}
  else if (fwin->zone)
{
-  if (e_exec(fwin->zone, desktop, NULL, files_list, 
"fwin"))
+  if (e_exec(fwin->zone, desk, NULL, files_list, "fwin"))
 need_dia = 0;
}
   }
@@ -1296,12 +1294,10 @@
fad->o_specific = o;
for (l = apps; l; l = l->next)
  {
-Efreet_Desktop *desktop;
-
-desktop = l->data;
-oi = e_util_desktop_icon_add(desktop, "24x24", evas);
-e_widget_ilist_append(o, oi, desktop->name, NULL, NULL, 
-  
efreet_util_path_to_file_id(desktop->orig_path));
+desk = l->data;
+oi = e_util_desktop_icon_add(desk, "24x24", evas);
+e_widget_ilist_append(o, oi, desk->name, NULL, NULL, 
+  
efreet_util_path_to_file_id(desk->orig_path));
  }
e_widget_ilist_go(o);
e_widget_ilist_thaw(o);
@@ -1321,25 +1317,14 @@
evas_event_freeze(evas);
edje_freeze();
e_widget_ilist_freeze(o);
-   cats = efreet_util_desktop_categories_list();
-   ecore_list_sort(cats, ECORE_COMPARE_CB(strcmp), ECORE_SORT_MIN);
+   cats = efreet_util_desktop_name_glob_list("*");
+   ecore_list_sort(cats, ECORE_COMPARE_CB(_e_fwin_dlg_cb_desk_sort), 
ECORE_SORT_MIN);
ecore_list_first_goto(cats);
-   while ((cat = ecore_list_next(cats))) 
+   while ((desk = ecore_list_next(cats))) 
  {
-   Ecore_List *desks = NULL;
-   Efreet_Desktop *desk = NULL;
-   
-   desks = efreet_util_desktop_category_list(cat);
-   if (!desks) continue;
-   ecore_list_sort(desks, ECORE_COMPARE_CB(_e_fwin_dlg_cb_desk_sort), 
ECORE_SORT_MIN);
-   ecore_list_first_goto(desks);
-   while ((desk = ecore_list_next(desks))) 
- {
-if (!evas_list_find(l, desk))
-  l = evas_list_append(l, desk);
- }
+   if (!evas_list_find(l, desk))
+ l = evas_list_append(l, desk);
  }
-   if (cat) free(cat);
if (cats) ecore_list_destroy(cats);
if (l) l = evas_list_sort(l, -1, _e_fwin_dlg_cb_desk_list_sort);
 
@@ -1347,8 +1332,7 @@
for (mlist = l; mlist; mlist = mlist->next) 
  {
Evas_Object *icon = NULL;
-   Efreet_Desktop *desk = NULL;
-   
+
desk = mlist->data;
if (!desk) continue;
icon = e_util_desktop_icon_add(desk, "24x24", evas);



-
SF.Net email is sponsored by: T

E CVS: apps/e devilhorns

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/modules/fileman


Modified Files:
e_fwin.c 


Log Message:
Better Open With dialog.
- Fixes window icon.
- Makes dialog resizable
- Loads desktops from both ~/.local/share/applications & the system apps dir.

===
RCS file: /cvs/e/e17/apps/e/src/modules/fileman/e_fwin.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- e_fwin.c11 Nov 2007 19:51:51 -  1.17
+++ e_fwin.c3 Dec 2007 17:06:56 -   1.18
@@ -50,7 +50,7 @@
E_Dialog*dia;
E_Fwin  *fwin;
char*app1, *app2;
-   Evas_Object *o_ilist, *o_fm;
+   Evas_Object *o_specific, *o_all;
Evas_Object *o_entry;
char*exec_cmd;
 };
@@ -80,11 +80,8 @@
 static void _e_fwin_cb_menu_extend_start(void *data, Evas_Object *obj, E_Menu 
*m, E_Fm2_Icon_Info *info);
 static void _e_fwin_cb_menu_open(void *data, E_Menu *m, E_Menu_Item *mi);
 static void _e_fwin_cb_menu_open_with(void *data, E_Menu *m, E_Menu_Item *mi);
-
-static void _e_fwin_cb_ilist_change(void *data);
-static void _e_fwin_cb_ilist_selected(void *data, Evas_Object *obj, void 
*event_info);
-static void _e_fwin_cb_fm_selection_change(void *data, Evas_Object *obj, void 
*event_info);
-static void _e_fwin_cb_fm_selected(void *data, Evas_Object *obj, void 
*event_info);
+static void _e_fwin_cb_all_change(void *data, Evas_Object *obj);
+static void _e_fwin_cb_specific_change(void *data, Evas_Object *obj);
 static void _e_fwin_cb_exec_cmd_changed(void *data, void *data2);
 static void _e_fwin_cb_open(void *data, E_Dialog *dia);
 static void _e_fwin_cb_close(void *data, E_Dialog *dia);
@@ -105,6 +102,8 @@
 static void _e_fwin_config_set(E_Fwin *fwin);
 static void _e_fwin_window_title_set(E_Fwin *fwin);
 static void _e_fwin_toolbar_resize(E_Fwin *fwin);
+static int _e_fwin_dlg_cb_desk_sort(Efreet_Desktop *d1, Efreet_Desktop *d2);
+static int _e_fwin_dlg_cb_desk_list_sort(void *data1, void *data2);
 
 /* local subsystem globals */
 static Evas_List *fwins = NULL;
@@ -167,7 +166,7 @@
o = e_fm2_add(zone->container->bg_evas);
fwin->fm_obj = o;
_e_fwin_config_set(fwin);
-   
+
e_fm2_custom_theme_content_set(o, "desktop");
evas_object_smart_callback_add(o, "dir_changed",
  _e_fwin_changed, fwin);
@@ -430,11 +429,8 @@
  }
if (fwin->win) e_object_del(E_OBJECT(fwin->win));
if (fwin->fm_obj) evas_object_del(fwin->fm_obj);
-
if (fwin->tbar) e_object_del(E_OBJECT(fwin->tbar));
-   
if (fwin->scrollframe_obj) evas_object_del(fwin->scrollframe_obj);
-
if (fwin->zone)  
  {
evas_object_event_callback_del(fwin->zone->bg_event_object, 
@@ -699,66 +695,41 @@
evas_list_free(selected);
 }
 
-static void
-_e_fwin_cb_ilist_change(void *data)
+static void 
+_e_fwin_cb_all_change(void *data, Evas_Object *obj) 
 {
E_Fwin_Apps_Dialog *fad;
-   
-   fad = data;
-   E_FREE(fad->app2);
-   if (fad->o_fm) e_fm2_select_set(fad->o_fm, NULL, 0);
-}
+   Efreet_Desktop *desktop = NULL;
 
-static void
-_e_fwin_cb_ilist_selected(void *data, Evas_Object *obj, void *event_info)
-{
-   E_Fwin_Apps_Dialog *fad;
-   
fad = data;
-   _e_fwin_cb_open(fad, fad->dia);
+   E_FREE(fad->app1);
+   if (fad->o_specific) e_widget_ilist_unselect(fad->o_specific);
+   desktop = efreet_util_desktop_file_id_find(fad->app2);
+   if ((desktop) && (desktop->exec)) 
+ e_widget_entry_text_set(fad->o_entry, desktop->exec);
 }
 
 static void
-_e_fwin_cb_fm_selection_change(void *data, Evas_Object *obj, void *event_info)
+_e_fwin_cb_specific_change(void *data, Evas_Object *obj)
 {
E_Fwin_Apps_Dialog *fad;
Efreet_Desktop *desktop = NULL;
-   Evas_List *sel;
-   E_Fm2_Icon_Info *ici;
-   
-   fad = data;
-   E_FREE(fad->app1);
-   if (fad->o_ilist) e_widget_ilist_unselect(fad->o_ilist);
-   E_FREE(fad->app2);
-   e_widget_entry_text_set(fad->o_entry, NULL);
-   sel = e_fm2_selected_list_get(obj);
-   if (sel)
- {
-   ici = sel->data;
-   fad->app2 = strdup(ici->file);
-   desktop = efreet_util_desktop_file_id_find(ici->file);
-   if (desktop->exec) e_widget_entry_text_set(fad->o_entry, desktop->exec);
-   evas_list_free(sel);
- }
-}
 
-static void
-_e_fwin_cb_fm_selected(void *data, Evas_Object *obj, void *event_info)
-{
-   E_Fwin_Apps_Dialog *fad;
-   
fad = data;
-   _e_fwin_cb_open(fad, fad->dia);
+   E_FREE(fad->app2);
+   if (fad->o_all) e_widget_ilist_unselect(fad->o_all);
+   desktop = efreet_util_desktop_file_id_find(fad->app1);
+   if ((desktop) && (desktop->exec)) 
+ e_widget_entry_text_set(fad->o_entry, desktop->exec);
 }
 
 static void
 _e_fwin_cb_exec_cmd_changed(void *data, void *data2)
 {
-   E_Fwin_Apps_Dialog *fad;
-   Efreet_Desktop *desktop;
+   E_Fwin_Apps_Dialog *fad = NULL;
+   Efreet_Desktop *desktop = NULL;

-   fad = data;
-   if (!fad) r

E CVS: libs/efreet devilhorns

2007-12-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : libs/efreet

Dir : e17/libs/efreet/src/lib


Modified Files:
efreet_utils.c 


Log Message:
Remove extra blank line.

===
RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_utils.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- efreet_utils.c  4 Nov 2007 10:16:02 -   1.47
+++ efreet_utils.c  3 Dec 2007 16:28:24 -   1.48
@@ -449,7 +449,6 @@
 efreet_util_desktop_category_list(const char *category)
 {
 return ecore_hash_get(desktops_by_category, category);
-
 }
 
 #if 0



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs