Enlightenment CVS committal Author : doursse Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests Modified Files: ewl_border.c ewl_box.c ewl_button.c ewl_calendar.c ewl_colordialog.c ewl_colorpicker.c ewl_combo.c ewl_datepicker.c ewl_dialog.c ewl_entry.c ewl_filedialog.c ewl_filepicker.c ewl_floater.c ewl_freebox.c ewl_icon.c ewl_iconbox.c ewl_image.c ewl_image_thumbnail.c ewl_imenu.c ewl_media.c ewl_menu.c ewl_menubar.c ewl_notebook.c ewl_paned.c ewl_password.c ewl_progressbar.c ewl_scrollbar.c ewl_scrollpane.c ewl_seeker.c ewl_spinner.c ewl_statusbar.c ewl_table.c ewl_text.c ewl_text_editor.c ewl_theme.c ewl_tooltip.c ewl_tree.c ewl_tree2.c ewl_widget.c Log Message: move the definition of __UNUSED__ from Ewl_Test.h to ewl_test_private.h =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_border.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ewl_border.c 10 Mar 2006 04:05:42 -0000 1.3 +++ ewl_border.c 22 May 2006 18:09:00 -0000 1.4 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" static Ewl_Widget *button_aleft, *button_acenter; static Ewl_Widget *button_aright, *button_atop, *button_abottom; =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_box.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ewl_box.c 10 Mar 2006 04:05:42 -0000 1.3 +++ ewl_box.c 22 May 2006 18:09:00 -0000 1.4 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> static int create_test(Ewl_Container *box); =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_button.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- ewl_button.c 10 Mar 2006 04:05:42 -0000 1.4 +++ ewl_button.c 22 May 2006 18:09:00 -0000 1.5 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> static int create_test(Ewl_Container *win); =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_calendar.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_calendar.c 10 Mar 2006 04:05:42 -0000 1.2 +++ ewl_calendar.c 22 May 2006 18:09:00 -0000 1.3 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> #include <stdlib.h> =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_colordialog.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ewl_colordialog.c 10 Mar 2006 04:05:42 -0000 1.3 +++ ewl_colordialog.c 22 May 2006 18:09:00 -0000 1.4 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdlib.h> static int create_test(Ewl_Container *win); =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_colorpicker.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- ewl_colorpicker.c 19 May 2006 15:55:47 -0000 1.5 +++ ewl_colorpicker.c 22 May 2006 18:09:00 -0000 1.6 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> /** =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_combo.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- ewl_combo.c 10 Apr 2006 15:56:45 -0000 1.13 +++ ewl_combo.c 22 May 2006 18:09:00 -0000 1.14 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> #include <string.h> #include <stdlib.h> =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_datepicker.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ewl_datepicker.c 10 Mar 2006 04:05:42 -0000 1.3 +++ ewl_datepicker.c 22 May 2006 18:09:00 -0000 1.4 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> static int create_test(Ewl_Container *win); =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_dialog.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_dialog.c 10 Mar 2006 04:05:42 -0000 1.2 +++ ewl_dialog.c 22 May 2006 18:09:00 -0000 1.3 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> static int create_test(Ewl_Container *box); =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_entry.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ewl_entry.c 15 Mar 2006 17:40:43 -0000 1.3 +++ ewl_entry.c 22 May 2006 18:09:00 -0000 1.4 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> #include <stdlib.h> =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_filedialog.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ewl_filedialog.c 10 Apr 2006 04:43:17 -0000 1.3 +++ ewl_filedialog.c 22 May 2006 18:09:00 -0000 1.4 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> static int create_test(Ewl_Container *box); =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_filepicker.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ewl_filepicker.c 13 Apr 2006 15:29:34 -0000 1.3 +++ ewl_filepicker.c 22 May 2006 18:09:00 -0000 1.4 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> #include <string.h> =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_floater.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_floater.c 10 Mar 2006 04:05:42 -0000 1.2 +++ ewl_floater.c 22 May 2006 18:09:00 -0000 1.3 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> static int create_test(Ewl_Container *box); =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_freebox.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- ewl_freebox.c 22 May 2006 16:19:10 -0000 1.5 +++ ewl_freebox.c 22 May 2006 18:09:00 -0000 1.6 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdlib.h> #include <string.h> =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_icon.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- ewl_icon.c 21 May 2006 07:15:17 -0000 1.4 +++ ewl_icon.c 22 May 2006 18:09:00 -0000 1.5 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> static int create_test(Ewl_Container *box); =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_iconbox.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_iconbox.c 10 Mar 2006 04:05:42 -0000 1.2 +++ ewl_iconbox.c 22 May 2006 18:09:00 -0000 1.3 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> static int create_test(Ewl_Container *box); =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_image.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- ewl_image.c 10 Apr 2006 04:43:17 -0000 1.6 +++ ewl_image.c 22 May 2006 18:09:00 -0000 1.7 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> #include <stdlib.h> #include <string.h> =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_image_thumbnail.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- ewl_image_thumbnail.c 31 Mar 2006 06:44:06 -0000 1.1 +++ ewl_image_thumbnail.c 22 May 2006 18:09:00 -0000 1.2 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <Ecore_File.h> #include <stdio.h> #include <stdlib.h> =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_imenu.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- ewl_imenu.c 10 Mar 2006 04:05:42 -0000 1.1 +++ ewl_imenu.c 22 May 2006 18:09:00 -0000 1.2 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> static int create_test(Ewl_Container *box); =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_media.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_media.c 10 Apr 2006 04:43:17 -0000 1.2 +++ ewl_media.c 22 May 2006 18:09:00 -0000 1.3 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> #include <stdlib.h> #include <string.h> =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_menu.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- ewl_menu.c 10 Mar 2006 04:05:42 -0000 1.1 +++ ewl_menu.c 22 May 2006 18:09:00 -0000 1.2 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> static int create_test(Ewl_Container *box); =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_menubar.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_menubar.c 10 Mar 2006 04:05:42 -0000 1.2 +++ ewl_menubar.c 22 May 2006 18:09:00 -0000 1.3 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> static int create_test(Ewl_Container *win); =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_notebook.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_notebook.c 10 Mar 2006 04:05:42 -0000 1.2 +++ ewl_notebook.c 22 May 2006 18:09:00 -0000 1.3 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> #include <string.h> =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_paned.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ewl_paned.c 19 Mar 2006 07:15:10 -0000 1.3 +++ ewl_paned.c 22 May 2006 18:09:00 -0000 1.4 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> /** =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_password.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ewl_password.c 31 Mar 2006 05:26:52 -0000 1.3 +++ ewl_password.c 22 May 2006 18:09:00 -0000 1.4 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> #include <stdlib.h> =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_progressbar.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_progressbar.c 10 Mar 2006 04:05:42 -0000 1.2 +++ ewl_progressbar.c 22 May 2006 18:09:00 -0000 1.3 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> #include <stdlib.h> =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_scrollbar.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_scrollbar.c 10 Mar 2006 04:05:42 -0000 1.2 +++ ewl_scrollbar.c 22 May 2006 18:09:00 -0000 1.3 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> static int create_test(Ewl_Container *win); =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_scrollpane.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_scrollpane.c 10 Mar 2006 04:05:42 -0000 1.2 +++ ewl_scrollpane.c 22 May 2006 18:09:00 -0000 1.3 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> static int create_test(Ewl_Container *box); =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_seeker.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_seeker.c 10 Mar 2006 04:05:42 -0000 1.2 +++ ewl_seeker.c 22 May 2006 18:09:00 -0000 1.3 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> static int create_test(Ewl_Container *win); =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_spinner.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_spinner.c 10 Mar 2006 04:05:42 -0000 1.2 +++ ewl_spinner.c 22 May 2006 18:09:00 -0000 1.3 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> static int create_test(Ewl_Container *box); =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_statusbar.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_statusbar.c 10 Mar 2006 04:05:42 -0000 1.2 +++ ewl_statusbar.c 22 May 2006 18:09:00 -0000 1.3 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> static int current_num = 0; =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_table.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_table.c 10 Mar 2006 04:05:42 -0000 1.2 +++ ewl_table.c 22 May 2006 18:09:00 -0000 1.3 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> static int create_test(Ewl_Container *box); =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_text.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- ewl_text.c 20 May 2006 19:04:04 -0000 1.12 +++ ewl_text.c 22 May 2006 18:09:00 -0000 1.13 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> #include <string.h> #include <stdlib.h> =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_text_editor.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_text_editor.c 10 Mar 2006 04:05:42 -0000 1.2 +++ ewl_text_editor.c 22 May 2006 18:09:00 -0000 1.3 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> #include <stdlib.h> =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_theme.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_theme.c 13 Mar 2006 00:19:27 -0000 1.2 +++ ewl_theme.c 22 May 2006 18:09:00 -0000 1.3 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <sys/types.h> #include <dirent.h> #include <stdio.h> =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_tooltip.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_tooltip.c 10 Mar 2006 04:05:42 -0000 1.2 +++ ewl_tooltip.c 22 May 2006 18:09:00 -0000 1.3 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> static int create_test(Ewl_Container *win); =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_tree.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ewl_tree.c 2 May 2006 20:01:22 -0000 1.3 +++ ewl_tree.c 22 May 2006 18:09:00 -0000 1.4 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> #include <limits.h> #include <string.h> =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_tree2.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- ewl_tree2.c 10 Apr 2006 04:35:11 -0000 1.4 +++ ewl_tree2.c 22 May 2006 18:09:00 -0000 1.5 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> #include <stdlib.h> #include <string.h> =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_widget.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- ewl_widget.c 10 Mar 2006 18:36:44 -0000 1.1 +++ ewl_widget.c 22 May 2006 18:09:00 -0000 1.2 @@ -1,4 +1,5 @@ #include "Ewl_Test.h" +#include "ewl_test_private.h" #include <stdio.h> #include <string.h> #include <stdlib.h> ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs