Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        Makefile.am ewl_test.c ewl_test.h 
Removed Files:
        ewl_border_test.c ewl_box_test.c ewl_button_test.c 
        ewl_calendar_test.c ewl_colordialog_test.c 
        ewl_colorpicker_test.c ewl_combo_test.c ewl_datepicker_test.c 
        ewl_dialog_test.c ewl_entry_test.c ewl_filedialog_multi_test.c 
        ewl_filedialog_test.c ewl_fileselector_test.c 
        ewl_floater_test.c ewl_freebox_test.c ewl_icon_test.c 
        ewl_iconbox_test.c ewl_paned_test.c ewl_text_editor_test.c 
        ewl_text_test.c 


Log Message:
- these tests have been ported to ewl_test2. remove them from ewl_test.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/Makefile.am,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- Makefile.am 3 Mar 2006 02:52:20 -0000       1.21
+++ Makefile.am 8 Mar 2006 15:46:48 -0000       1.22
@@ -13,37 +13,17 @@
 ewl_test_DEPENDENCIES          =       $(top_builddir)/src/lib/libewl.la
 ewl_test_SOURCES               =       ewl_test.h \
                                        ewl_test.c \
-                                       ewl_border_test.c \
-                                       ewl_box_test.c \
-                                       ewl_button_test.c \
-                                       ewl_calendar_test.c \
-                                       ewl_colordialog_test.c \
-                                       ewl_colorpicker_test.c \
-                                       ewl_combo_test.c \
-                                       ewl_datepicker_test.c \
-                                       ewl_dialog_test.c \
-                                       ewl_entry_test.c \
-                                       ewl_freebox_test.c \
-                                       ewl_filedialog_test.c \
-                                       ewl_filedialog_multi_test.c \
-                                       ewl_fileselector_test.c \
-                                       ewl_floater_test.c \
-                                       ewl_icon_test.c \
-                                       ewl_iconbox_test.c \
                                        ewl_image_test.c \
                                        ewl_imenu_test.c \
                                        ewl_menu_test.c \
                                        ewl_menu_bar_test.c \
                                        ewl_notebook_test.c \
-                                       ewl_paned_test.c \
                                        ewl_password_test.c \
                                        ewl_progressbar_test.c \
                                        ewl_seeker_test.c \
                                        ewl_spinner_test.c \
                                        ewl_statusbar_test.c \
                                        ewl_table_test.c \
-                                       ewl_text_test.c \
-                                       ewl_text_editor_test.c \
                                        ewl_theme_test.c \
                                        ewl_tooltip_test.c \
                                        ewl_tree_test.c \
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_test.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- ewl_test.c  23 Feb 2006 04:27:42 -0000      1.28
+++ ewl_test.c  8 Mar 2006 15:46:49 -0000       1.29
@@ -58,118 +58,6 @@
        Ewl_Widget     *prow;
        static test_set       tests[] = {
                {
-                       "Border",
-                       __create_border_test_window,
-                       "ewl_border_test.c", 
-                       "Defines the Ewl_Border class for displaying\n"
-                               "a container with a label."
-               },
-               {
-                       "Box",
-                       __create_box_test_window,
-                       "ewl_box_test.c",
-                       "Defines the Ewl_Box class used for\n"
-                               "laying out Ewl_Widget's in a horizontal\n"
-                               "or vertical line."
-               },
-               {
-                       "Button",
-                       __create_button_test_window,
-                       "ewl_button_test.c",
-                       "The button class is a basic button\n"
-                               "with a label. This class inherits from\n"
-                               "the Ewl_Box to allow for placing any\n"
-                               "other widget inside the button."
-               },
-               {
-                       "Calendar",
-                       __create_calendar_test_window,
-                       "ewl_calendar_test.c",
-                       "Defines a calendar widget."
-               },
-               {
-                       "ColorDialog",
-                       __create_colordialog_test_window,
-                       "ewl_colordialog_test.c",
-                       "Defines a dialog with a color picker."
-               },
-               {
-                       "ColorPicker",
-                       __create_colorpicker_test_window,
-                       "ewl_colorpicker_test.c",
-                       "Defines a color picker."
-               },
-               {
-                       "Combo",
-                       __create_combo_test_window,
-                       "ewl_combo_test.c",
-                       "Defines a combo box used internally.\n"
-                               "The contents on the box are not drawn\n"
-                               "outside of the Evas."
-               },
-                {
-                        "DatePicker",
-                        __create_datepicker_test_window,
-                        "ewl_datepicker_test.c",
-                        "Defines a datepicker widget."
-                },
-               {
-                       "Dialog",
-                       __create_dialog_test_window,
-                       "ewl_dialog_test.c",
-                       "Defines a dialog window."
-               },
-               {
-                       "Entry",
-                       __create_entry_test_window,
-                       "ewl_entry_test.c",
-                       "Defines the Ewl_Entry class to allow\n"
-                               "for single line editable text.",
-               },
-               {
-                       "Freebox",
-                       __create_freebox_test_window,
-                       "ewl_freebox_test.c",
-                       "The freebox is used for a more free layout system\n"
-                               "then the other containers",
-               },
-               {
-                       "Filedialog",
-                       __create_filedialog_test_window,
-                       "ewl_filedialog_test.c",
-                       "The filedialog is intended to be used\n"
-                               "for a simple file chooser.",
-               },
-               {
-                       "Filedialog MultiSelect",
-                       __create_filedialog_multi_test_window,
-                       "ewl_filedialog_multi_test.c",
-                       "The filedialog with multiple selections enabled",
-               },
-               {
-                       "Floater",
-                       __create_floater_test_window,
-                       "ewl_floater_test.c",
-                       "Defines a widget for layering above other\n "
-                               "widgets in EWL's drawing area, with\n"
-                               "the ability to follow the movement of\n"
-                               "another widget."
-               },
-                {
-                        "Icon",
-                        __create_icon_test_window,
-                        "ewl_icon_test.c",
-                        "Provides a widget for displaying an icon"
-                },
-                {
-                        "Iconbox",
-                        __create_iconbox_test_window,
-                        "ewl_iconbox_test.c",
-                        "Provides a widget for displaying icons\n"
-                                "in an arranged grid, or freeform,\n"
-                               "with callback and label editing facilities.",
-                },
-               {
                        "Image",
                        __create_image_test_window,
                        "ewl_image_test.c",
@@ -208,12 +96,6 @@
                                "between using tab labels along one\nedge"
                },
                {
-                       "Paned",
-                       __create_paned_test_window,
-                       "ewl_paned_test.c",
-                       "Defines the Ewl_Paned to hold two resizable panes."
-               },
-               {
                        "Password",
                        __create_password_test_window,
                        "ewl_password_test.c",
@@ -248,20 +130,6 @@
                                "laying out Ewl_Widget's in an array."
                },
                {
-                       "Text",
-                       __create_text_test_window,
-                       "ewl_text_test.c",
-                       "Defines a class for multi-line text layout\n"
-                               "and formatting."
-               },
-               {
-                       "Text Editor",
-                       __create_text_editor_test_window,
-                       "ewl_text_editor_test.c",
-                       "Defines a class for multi-line text layout\n"
-                               "and formatting."
-               },
-               {
                        "Theme",
                        __create_theme_test_window,
                        "ewl_theme_test.c",
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_test.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- ewl_test.h  6 Feb 2006 03:40:26 -0000       1.21
+++ ewl_test.h  8 Mar 2006 15:46:49 -0000       1.22
@@ -28,29 +28,11 @@
 };
 
 void __close_main_window                (Ewl_Widget * w, void *ev_data, void 
*user_data);
-void __create_border_test_window        (Ewl_Widget * w, void *ev_data, void 
*user_data);
-void __create_box_test_window           (Ewl_Widget * w, void *ev_data, void 
*user_data);
-void __create_button_test_window        (Ewl_Widget * w, void *ev_data, void 
*user_data);
-void __create_calendar_test_window     (Ewl_Widget * w, void *ev_data, void 
*user_data);
-void __create_colordialog_test_window   (Ewl_Widget * w, void *ev_data, void 
*user_data);
-void __create_colorpicker_test_window   (Ewl_Widget * w, void *ev_data, void 
*user_data);
-void __create_combo_test_window         (Ewl_Widget * w, void *ev_data, void 
*user_data);
-void __create_datepicker_test_window    (Ewl_Widget * w, void *ev_data, void 
*user_data);
-void __create_dialog_test_window        (Ewl_Widget * w, void *ev_data, void 
*user_data);
-void __create_freebox_test_window      (Ewl_Widget * w, void *ev_data, void 
*user_data);
-void __create_fileselector_test_window  (Ewl_Widget * w, void *ev_data, void 
*user_data);
-void __create_filedialog_test_window    (Ewl_Widget * w, void *ev_data, void 
*user_data);
-void __create_filedialog_multi_test_window (Ewl_Widget * w, void *ev_data, 
void *user_data);
-void __create_floater_test_window       (Ewl_Widget * w, void *ev_data, void 
*user_data);
-void __create_entry_test_window         (Ewl_Widget * w, void *ev_data, void 
*user_data);
-void __create_icon_test_window         (Ewl_Widget * w, void *ev_data, void 
*user_data);
-void __create_iconbox_test_window       (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_image_test_window         (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_imenu_test_window         (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_menu_test_window          (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_menubar_test_window       (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_notebook_test_window      (Ewl_Widget * w, void *ev_data, void 
*user_data);
-void __create_paned_test_window         (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_password_test_window      (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_progressbar_test_window   (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_scrollpane_test_window    (Ewl_Widget * w, void *ev_data, void 
*user_data);
@@ -60,8 +42,6 @@
 void __create_spinner_test_window       (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_statusbar_test_window     (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_table_test_window         (Ewl_Widget * w, void *ev_data, void 
*user_data);
-void __create_text_test_window          (Ewl_Widget * w, void *ev_data, void 
*user_data);
-void __create_text_editor_test_window  (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_theme_test_window         (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_tooltip_test_window       (Ewl_Widget * w, void *ev_data, void 
*user_data);
 void __create_tree_test_window          (Ewl_Widget * w, void *ev_data, void 
*user_data);




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to