Revert a wrong commit. Un-wanted files are committed together.
[framework/uifw/elementary.git] / src / bin / test.c
1 #include <Elementary.h>
2 #include "test.h"
3 #ifdef HAVE_CONFIG_H
4 # include "elementary_config.h"
5 #endif
6 #ifndef ELM_LIB_QUICKLAUNCH
7
8 /* all tests prototypes */
9 void test_bg_plain(void *data, Evas_Object *obj, void *event_info);
10 void test_bg_image(void *data, Evas_Object *obj, void *event_info);
11 void test_bg_options(void *data, Evas_Object *obj, void *event_info);
12 void test_icon(void *data, Evas_Object *obj, void *event_info);
13 void test_icon_transparent(void *data, Evas_Object *obj, void *event_info);
14 void test_box_vert(void *data, Evas_Object *obj, void *event_info);
15 void test_box_vert2(void *data, Evas_Object *obj, void *event_info);
16 void test_box_pack(void *data, Evas_Object *obj, void *event_info);
17 void test_box_horiz(void *data, Evas_Object *obj, void *event_info);
18 void test_box_homo(void *data, Evas_Object *obj, void *event_info);
19 void test_box_transition(void *data, Evas_Object *obj, void *event_info);
20 void test_button(void *data, Evas_Object *obj, void *event_info);
21 void test_cnp(void *data, Evas_Object *obj, void *event_info);
22 void test_transit(void *data, Evas_Object *obj, void *event_info);
23 void test_transit2(void *data, Evas_Object *obj, void *event_info);
24 void test_transit3(void *data, Evas_Object *obj, void *event_info);
25 void test_transit4(void *data, Evas_Object *obj, void *event_info);
26 void test_transit5(void *data, Evas_Object *obj, void *event_info);
27 void test_transit6(void *data, Evas_Object *obj, void *event_info);
28 void test_transit7(void *data, Evas_Object *obj, void *event_info);
29 void test_transit8(void *data, Evas_Object *obj, void *event_info);
30 void test_transit9(void *data, Evas_Object *obj, void *event_info);
31 void test_fileselector_button(void *data, Evas_Object *obj, void *event_info);
32 void test_fileselector_entry(void *data, Evas_Object *obj, void *event_info);
33 void test_clock(void *data, Evas_Object *obj, void *event_info);
34 void test_clock2(void *data, Evas_Object *obj, void *event_info);
35 void test_clock3(void *data, Evas_Object *obj, void *event_info);
36 void test_check(void *data, Evas_Object *obj, void *event_info);
37 void test_check_toggle(void *data, Evas_Object *obj, void *event_info);
38 void test_radio(void *data, Evas_Object *obj, void *event_info);
39 void test_layout(void *data, Evas_Object *obj, void *event_info);
40 void test_layout2(void *data, Evas_Object *obj, void *event_info);
41 void test_hover(void *data, Evas_Object *obj, void *event_info);
42 void test_hover2(void *data, Evas_Object *obj, void *event_info);
43 void test_entry(void *data, Evas_Object *obj, void *event_info);
44 void test_entry_scrolled(void *data, Evas_Object *obj, void *event_info);
45 void test_entry3(void *data, Evas_Object *obj, void *event_info);
46 void test_entry4(void *data, Evas_Object *obj, void *event_info);
47 void test_entry5(void *data, Evas_Object *obj, void *event_info);
48 void test_entry6(void *data, Evas_Object *obj, void *event_info);
49 void test_entry7(void *data, Evas_Object *obj, void *event_info);
50 void test_entry8(void *data, Evas_Object *obj, void *event_info);
51 void test_entry_notepad(void *data, Evas_Object *obj, void *event_info);
52 void test_multibuttonentry(void *data, Evas_Object *obj, void *event_info);
53 void test_entry_anchor2(void *data, Evas_Object *obj, void *event_info);
54 void test_entry_anchor(void *data, Evas_Object *obj, void *event_info);
55 void test_toolbar(void *data, Evas_Object *obj, void *event_info);
56 void test_toolbar2(void *data, Evas_Object *obj, void *event_info);
57 void test_toolbar3(void *data, Evas_Object *obj, void *event_info);
58 void test_toolbar4(void *data, Evas_Object *obj, void *event_info);
59 void test_toolbar5(void *data, Evas_Object *obj, void *event_info);
60 void test_toolbar6(void *data, Evas_Object *obj, void *event_info);
61 void test_toolbar7(void *data, Evas_Object *obj, void *event_info);
62 void test_toolbar8(void *data, Evas_Object *obj, void *event_info);
63 void test_hoversel(void *data, Evas_Object *obj, void *event_info);
64 void test_list(void *data, Evas_Object *obj, void *event_info);
65 void test_list_horizontal(void *data, Evas_Object *obj, void *event_info);
66 void test_list2(void *data, Evas_Object *obj, void *event_info);
67 void test_list3(void *data, Evas_Object *obj, void *event_info);
68 void test_list4(void *data, Evas_Object *obj, void *event_info);
69 void test_list5(void *data, Evas_Object *obj, void *event_info);
70 void test_inwin(void *data, Evas_Object *obj, void *event_info);
71 void test_inwin2(void *data, Evas_Object *obj, void *event_info);
72 void test_scaling(void *data, Evas_Object *obj, void *event_info);
73 void test_scaling2(void *data, Evas_Object *obj, void *event_info);
74 void test_slider(void *data, Evas_Object *obj, void *event_info);
75 void test_actionslider(void *data, Evas_Object *obj, void *event_info);
76 void test_genlist(void *data, Evas_Object *obj, void *event_info);
77 void test_genlist2(void *data, Evas_Object *obj, void *event_info);
78 void test_genlist3(void *data, Evas_Object *obj, void *event_info);
79 void test_genlist4(void *data, Evas_Object *obj, void *event_info);
80 void test_genlist5(void *data, Evas_Object *obj, void *event_info);
81 void test_genlist6(void *data, Evas_Object *obj, void *event_info);
82 void test_genlist7(void *data, Evas_Object *obj, void *event_info);
83 void test_genlist8(void *data, Evas_Object *obj, void *event_info);
84 void test_genlist9(void *data, Evas_Object *obj, void *event_info);
85 void test_genlist10(void *data, Evas_Object *obj, void *event_info);
86 void test_genlist11(void *data, Evas_Object *obj, void *event_info);
87 void test_genlist12(void *data, Evas_Object *obj, void *event_info);
88 void test_genlist13(void *data, Evas_Object *obj, void *event_info);
89 void test_genlist14(void *data, Evas_Object *obj, void *event_info);
90 void test_genlist15(void *data, Evas_Object *obj, void *event_info);
91 void test_genlist16(void *data, Evas_Object *obj, void *event_info);
92 void test_genlist17(void *data, Evas_Object *obj, void *event_info);
93 void test_gesture_layer(void *data, Evas_Object *obj, void *event_info);
94 void test_gesture_layer2(void *data, Evas_Object *obj, void *event_info);
95 void test_gesture_layer3(void *data, Evas_Object *obj, void *event_info);
96 void test_table(void *data, Evas_Object *obj, void *event_info);
97 void test_table2(void *data, Evas_Object *obj, void *event_info);
98 void test_table3(void *data, Evas_Object *obj, void *event_info);
99 void test_table4(void *data, Evas_Object *obj, void *event_info);
100 void test_table5(void *data, Evas_Object *obj, void *event_info);
101 void test_table6(void *data, Evas_Object *obj, void *event_info);
102 void test_table7(void *data, Evas_Object *obj, void *event_info);
103 void test_gengrid(void *data, Evas_Object *obj, void *event_info);
104 void test_gengrid2(void *data, Evas_Object *obj, void *event_info);
105 void test_gengrid3(void *data, Evas_Object *obj, void *event_info);
106 void test_win_state(void *data, Evas_Object *obj, void *event_info);
107 void test_win_state2(void *data, Evas_Object *obj, void *event_info);
108 void test_progressbar(void *data, Evas_Object *obj, void *event_info);
109 void test_fileselector(void *data, Evas_Object *obj, void *event_info);
110 void test_separator(void *data, Evas_Object *obj, void *event_info);
111 void test_scroller(void *data, Evas_Object *obj, void *event_info);
112 void test_scroller2(void *data, Evas_Object *obj, void *event_info);
113 void test_spinner(void *data, Evas_Object *obj, void *event_info);
114 void test_index(void *data, Evas_Object *obj, void *event_info);
115 void test_index2(void *data, Evas_Object *obj, void *event_info);
116 void test_photocam(void *data, Evas_Object *obj, void *event_info);
117 void test_photo(void *data, Evas_Object *obj, void *event_info);
118 void test_thumb(void *data, Evas_Object *obj, void *event_info);
119 void test_icon_desktops(void *data, Evas_Object *obj, void *event_info);
120 void test_icon_animated(void *data, Evas_Object *obj, void *event_info);
121 void test_notify(void *data, Evas_Object *obj, void *event_info);
122 void test_slideshow(void *data, Evas_Object *obj, void *event_info);
123 void test_menu(void *data, Evas_Object *obj, void *event_info);
124 void test_panel(void *data, Evas_Object *obj, void *event_info);
125 void test_panes(void *data, Evas_Object *obj, void *event_info);
126 void test_calendar(void *data, Evas_Object *obj, void *event_info);
127 void test_calendar2(void *data, Evas_Object *obj, void *event_info);
128 void test_map(void *data, Evas_Object *obj, void *event_info);
129 void test_weather(void *data, Evas_Object *obj, void *event_info);
130 void test_flip(void *data, Evas_Object *obj, void *event_info);
131 void test_flip2(void *data, Evas_Object *obj, void *event_info);
132 void test_flip3(void *data, Evas_Object *obj, void *event_info);
133 void test_flip4(void *data, Evas_Object *obj, void *event_info);
134 void test_flip_page(void *data, Evas_Object *obj, void *event_info);
135 void test_label(void *data, Evas_Object *obj, void *event_info);
136 void test_label2(void *data, Evas_Object *obj, void *event_info);
137 void test_conformant(void *data, Evas_Object *obj, void *event_info);
138 void test_conformant2(void *data, Evas_Object *obj, void *event_info);
139 void test_multi(void *data, Evas_Object *obj, void *event_info);
140 void test_floating(void *data, Evas_Object *obj, void *event_info);
141 void test_launcher(void *data, Evas_Object *obj, void *event_info);
142 void test_launcher2(void *data, Evas_Object *obj, void *event_info);
143 void test_launcher3(void *data, Evas_Object *obj, void *event_info);
144 void test_anim(void *data, Evas_Object *obj, void *event_info);
145 void test_tooltip(void *data, Evas_Object *obj, void *event_info);
146 void test_tooltip2(void *data, Evas_Object *obj, void *event_info);
147 void test_cursor(void *data, Evas_Object *obj, void *event_info);
148 void test_cursor2(void *data, Evas_Object *obj, void *event_info);
149 void test_cursor3(void *data, Evas_Object *obj, void *event_info);
150 void test_cursor4(void *data, Evas_Object *obj, void *event_info);
151 void test_focus(void *data, Evas_Object *obj, void *event_info);
152 void test_focus2(void *data, Evas_Object *obj, void *event_info);
153 void test_focus3(void *data, Evas_Object *obj, void *event_info);
154 void test_focus4(void *data, Evas_Object *obj, void *event_info);
155 void test_flipselector(void *data, Evas_Object *obj, void *event_info);
156 void test_diskselector(void *data, Evas_Object *obj, void *event_info);
157 void test_colorselector(void *data, Evas_Object *obj, void *event_info);
158 void test_ctxpopup(void *data, Evas_Object *obj, void *event_info);
159 void test_bubble(void *data, Evas_Object *obj, void *event_info);
160 void test_segment_control(void *data, Evas_Object *obj, void *event_info);
161 void test_store(void *data, Evas_Object *obj, void *event_info);
162 void test_win_inline(void *data, Evas_Object *obj, void *event_info);
163 void test_win_socket(void *data, Evas_Object *obj, void *event_info);
164 void test_win_plug(void *data, Evas_Object *obj, void *event_info);
165 void test_grid(void *data, Evas_Object *obj, void *event_info);
166 void test_glview_simple(void *data, Evas_Object *obj, void *event_info);
167 void test_glview(void *data, Evas_Object *obj, void *event_info);
168 void test_3d(void *data, Evas_Object *obj, void *event_info);
169 void test_naviframe(void *data, Evas_Object *obj, void *event_info);
170 void test_naviframe_complex(void *data, Evas_Object *obj, void *event_info);
171 //void test_factory(void *data, Evas_Object *obj, void *event_info);
172 void test_datetime(void *data, Evas_Object *obj, void *event_info);
173 void test_popup(void *data, Evas_Object *obj, void *event_info);
174 void test_dayselector(void *data, Evas_Object *obj, void *event_info);
175 #ifdef HAVE_EMOTION
176 void test_video(void *data, Evas_Object *obj, void *event_info);
177 #endif
178 #ifdef HAVE_EIO
179 void test_eio(void *data, Evas_Object *obj, void *event_info);
180 #endif
181 #ifdef HAVE_ELEMENTARY_WEB
182 void test_web_normal(void *data, Evas_Object *obj, void *event_info);
183 void test_web_mobile(void *data, Evas_Object *obj, void *event_info);
184 #endif
185
186 struct elm_test
187 {
188    const char *icon;
189    const char *category;
190    const char *name;
191    void (*cb)(void *, Evas_Object *, void *);
192 };
193
194 static int
195 elm_test_sort(const void *pa, const void *pb)
196 {
197    const struct elm_test *a = pa, *b = pb;
198    int res = strcasecmp(a->category, b->category);
199    if (res) return res;
200    return strcasecmp(a->name, b->name);
201 }
202
203 static void
204 _elm_test_add(Eina_List **p_list, const char *icon, const char *category, const char *name, void (*cb)(void *, Evas_Object *, void *))
205 {
206    struct elm_test *t = malloc(sizeof(struct elm_test));
207    t->icon = icon;
208    t->category = category;
209    t->name = name;
210    t->cb = cb;
211    *p_list = eina_list_sorted_insert(*p_list, elm_test_sort, t);
212 }
213
214 void
215 my_win_del(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)
216 {
217    elm_exit(); /* exit the program's main loop that runs in elm_run() */
218 }
219
220 static void
221 _ui_tg_changed(void *data, Evas_Object *obj, void *event_info)
222 {
223    (void) data; (void) event_info;
224    elm_config_mirrored_set(elm_check_state_get(obj));
225 }
226
227 static void
228 _frame_clicked(void *data __UNUSED__, Evas_Object *obj, void *event_info __UNUSED__)
229 {
230    printf("frame %p is: %s\n", obj, elm_frame_collapse_get(obj) ? "collapsed" : "expanded");
231 }
232
233 static void
234 my_win_main(char *autorun, Eina_Bool test_win_only)
235 {
236    Evas_Object *win = NULL, *bg = NULL, *bx0 = NULL, *lb = NULL;
237    Evas_Object *fr = NULL, *tg = NULL, *sc = NULL, *ic = NULL;
238    Evas_Object *tbx = NULL, *cfr = NULL, *tbx2 = NULL, *bt = NULL;
239    Eina_List *tests, *l;
240    struct elm_test *t = NULL;
241    void *tt;
242
243    if (test_win_only) goto add_tests;
244    /* Create an elm window - It returns an evas object. This is a little
245     * special as the object lives in the canvas that is inside the window
246     * so what is returned is really inside the window, but as you manipulate
247     * the evas object returned - the window will respond. elm_win makes sure
248     * of that so you can blindly treat it like any other evas object
249     * pretty much, just as long as you know it has special significance.
250     * The first parameter is a "parent" window - eg for a dialog you want to
251     * have a main window it is related to, here it is NULL meaning there
252     * is no parent. "main" is the name of the window - used by the window
253     * manager for identifying the window uniquely amongst all the windows
254     * within this application (and all instances of the application). The
255     * type is a basic window (the final parameter) */
256    win = elm_win_add(NULL, "main", ELM_WIN_BASIC);
257    /* Set the title of the window - This is in the titlebar. */
258    elm_win_title_set(win, "Elementary Tests");
259
260    /* Set a callback on the window when "delete,request" is emitted as
261     * a callback. When this happens my_win_del() is called and the
262     * data pointer (first param) is passed the final param here (in this
263     * case it is NULL). This is how you can pass specific things to a
264     * callback like objects or data layered on top. */
265    evas_object_smart_callback_add(win, "delete,request", my_win_del, NULL);
266
267    /* Add a background to our window. This just uses the standard theme set
268     * background. Without a background, you could make a window seem
269     * transparent with elm_win_alpha_set(win, EINA_TRUE); For example. if you
270     * have a compositor running this will make the window able to be
271     * semi-transparent and any space not filled by object/widget pixels will
272     * be transparent or translucent based on alpha. If you do not have a
273     * compositor running this should fall back to using shaped windows
274     * (which have a mask). Both these features will be slow and rely on
275     * a lot more resources, so only use it if you need it. */
276    bg = elm_bg_add(win);
277    /* Set weight to 1.0 x 1.0 == expand in both x and y direction. */
278    evas_object_size_hint_weight_set(bg, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
279    /* Tell the window that this object is to be resized along with the window.
280     * Also as a result this object will be one of several objects that
281     * controls the minimum/maximum size of the window. */
282    elm_win_resize_object_add(win, bg);
283    /* And show the background. */
284    evas_object_show(bg);
285
286    /* Add a box layout widget to the window. */
287    bx0 = elm_box_add(win);
288    /* Allow base box (bx0) to expand in x and y. */
289    evas_object_size_hint_weight_set(bx0, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
290    /* Tell the window that the box affects window size and also will be
291     * resized when the window is resized. */
292    elm_win_resize_object_add(win, bx0);
293    evas_object_show(bx0);
294
295    fr = elm_frame_add(win);
296    evas_object_smart_callback_add(fr, "clicked", _frame_clicked, NULL);
297    elm_frame_autocollapse_set(fr, EINA_TRUE);
298    elm_object_text_set(fr, "Information");
299    elm_box_pack_end(bx0, fr);
300    evas_object_show(fr);
301
302    lb = elm_label_add(win);
303    elm_object_text_set(lb,
304                        "Please select a test from the list below by clicking<br/>"
305                        "the test button to show the test window.");
306    elm_object_content_set(fr, lb);
307    evas_object_show(lb);
308
309    tg = elm_check_add(win);
310    elm_object_style_set(tg, "toggle");
311    elm_object_text_set(tg, "UI-Mirroring:");
312    elm_check_state_set(tg, elm_config_mirrored_get());
313    evas_object_smart_callback_add(tg, "changed", _ui_tg_changed, NULL);
314    elm_box_pack_end(bx0, tg);
315    evas_object_show(tg);
316
317    sc = elm_scroller_add(win);
318    elm_scroller_bounce_set(sc, EINA_FALSE, EINA_TRUE);
319    evas_object_size_hint_weight_set(sc, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
320    evas_object_size_hint_fill_set(sc, EVAS_HINT_FILL, EVAS_HINT_FILL);
321    elm_box_pack_end(bx0, sc);
322    evas_object_show(sc);
323
324    tbx = elm_box_add(win);
325    evas_object_size_hint_weight_set(tbx, EVAS_HINT_EXPAND, 0.0);
326    evas_object_size_hint_align_set(tbx, EVAS_HINT_FILL, 0.0);
327    elm_object_content_set(sc, tbx);
328    evas_object_show(tbx);
329
330 add_tests:
331    tests = NULL;
332 #define ADD_TEST(icon_, cat_, name_, cb_) _elm_test_add(&tests, icon_, cat_, name_, cb_)
333
334    //------------------------------//
335    ADD_TEST(NULL, "Window / Background", "Bg Plain", test_bg_plain);
336    ADD_TEST(NULL, "Window / Background", "Bg Image", test_bg_image);
337    ADD_TEST(NULL, "Window / Background", "Bg Options", test_bg_options);
338    ADD_TEST(NULL, "Window / Background", "Window States", test_win_state);
339    ADD_TEST(NULL, "Window / Background", "Window States 2", test_win_state2);
340    ADD_TEST(NULL, "Window / Background", "Inwin", test_inwin);
341    ADD_TEST(NULL, "Window / Background", "Inwin 2", test_inwin2);
342    ADD_TEST(NULL, "Window / Background", "Window Inline", test_win_inline);
343    ADD_TEST(NULL, "Window / Background", "Window Socket", test_win_socket);
344    ADD_TEST(NULL, "Window / Background", "Window Plug", test_win_plug);
345
346    //------------------------------//
347    ADD_TEST(NULL, "Images", "Icon", test_icon);
348    ADD_TEST(NULL, "Images", "Icon Transparent", test_icon_transparent);
349    ADD_TEST(NULL, "Images", "Icon Animation", test_icon_animated);
350    ADD_TEST(NULL, "Images", "Photocam", test_photocam);
351    ADD_TEST(NULL, "Images", "Photo", test_photo);
352    ADD_TEST(NULL, "Images", "Thumb", test_thumb);
353    ADD_TEST(NULL, "Images", "Slideshow", test_slideshow);
354 #ifdef HAVE_EMOTION
355    ADD_TEST(NULL, "Images", "Video", test_video);
356 #endif
357
358    //------------------------------//
359    ADD_TEST(NULL, "Containers", "Box Vert", test_box_vert);
360    ADD_TEST(NULL, "Containers", "Box Vert 2", test_box_vert2);
361    ADD_TEST(NULL, "Containers", "Box Pack", test_box_pack);
362    ADD_TEST(NULL, "Containers", "Box Horiz", test_box_horiz);
363    ADD_TEST(NULL, "Containers", "Box Homogeneous", test_box_homo);
364    ADD_TEST(NULL, "Containers", "Box Transition", test_box_transition);
365    ADD_TEST(NULL, "Containers", "Table", test_table);
366    ADD_TEST(NULL, "Containers", "Table Homogeneous", test_table2);
367    ADD_TEST(NULL, "Containers", "Table 3", test_table3);
368    ADD_TEST(NULL, "Containers", "Table 4", test_table4);
369    ADD_TEST(NULL, "Containers", "Table 5", test_table5);
370    ADD_TEST(NULL, "Containers", "Table 6", test_table6);
371    ADD_TEST(NULL, "Containers", "Table 7", test_table7);
372    ADD_TEST(NULL, "Containers", "Layout", test_layout);
373    ADD_TEST(NULL, "Containers", "Layout 2", test_layout2);
374    ADD_TEST(NULL, "Containers", "Grid", test_grid);
375
376    //------------------------------//
377    ADD_TEST(NULL, "Entries", "Entry", test_entry);
378    ADD_TEST(NULL, "Entries", "Entry Scrolled", test_entry_scrolled);
379    ADD_TEST(NULL, "Entries", "Entry 3", test_entry3);
380    ADD_TEST(NULL, "Entries", "Entry 4", test_entry4);
381    ADD_TEST(NULL, "Entries", "Entry 5", test_entry5);
382    ADD_TEST(NULL, "Entries", "Entry 6", test_entry6);
383    ADD_TEST(NULL, "Entries", "Entry 7", test_entry7);
384    ADD_TEST(NULL, "Entries", "Entry 8", test_entry8);
385    ADD_TEST(NULL, "Entries", "Entry Notepad", test_entry_notepad);
386    ADD_TEST(NULL, "Entries", "Multibuttonentry", test_multibuttonentry);
387    ADD_TEST(NULL, "Entries", "Entry Anchor", test_entry_anchor);
388    ADD_TEST(NULL, "Entries", "Entry Anchor2", test_entry_anchor2);
389
390    //------------------------------//
391    ADD_TEST(NULL, "Buttons", "Buttons", test_button);
392
393    //------------------------------//
394    ADD_TEST(NULL, "Effects", "Transit", test_transit);
395    ADD_TEST(NULL, "Effects", "Transit 2", test_transit2);
396    ADD_TEST(NULL, "Effects", "Transit 3", test_transit3);
397    ADD_TEST(NULL, "Effects", "Transit 4", test_transit4);
398    ADD_TEST(NULL, "Effects", "Transit 5", test_transit5);
399    ADD_TEST(NULL, "Effects", "Transit 6", test_transit6);
400    ADD_TEST(NULL, "Effects", "Transit 7", test_transit7);
401    ADD_TEST(NULL, "Effects", "Transit 8", test_transit8);
402    ADD_TEST(NULL, "Effects", "Transit 9", test_transit9);
403    ADD_TEST(NULL, "Effects", "Flip", test_flip);
404    ADD_TEST(NULL, "Effects", "Flip 2", test_flip2);
405    ADD_TEST(NULL, "Effects", "Flip 3", test_flip3);
406    ADD_TEST(NULL, "Effects", "Flip Interactive", test_flip4);
407    ADD_TEST(NULL, "Effects", "Flip Page", test_flip_page);
408    ADD_TEST(NULL, "Effects", "Animation", test_anim);
409
410    //------------------------------//
411    ADD_TEST(NULL, "Toolbars", "Toolbar", test_toolbar);
412    ADD_TEST(NULL, "Toolbars", "Toolbar 2", test_toolbar2);
413    ADD_TEST(NULL, "Toolbars", "Toolbar 3", test_toolbar3);
414    ADD_TEST(NULL, "Toolbars", "Toolbar 4", test_toolbar4);
415    ADD_TEST(NULL, "Toolbars", "Toolbar 5", test_toolbar5);
416    ADD_TEST(NULL, "Toolbars", "Toolbar 6", test_toolbar6);
417    ADD_TEST(NULL, "Toolbars", "Toolbar 7", test_toolbar7);
418    ADD_TEST(NULL, "Toolbars", "Toolbar 8", test_toolbar8);
419
420    //------------------------------//
421    ADD_TEST(NULL, "Lists", "List", test_list);
422    ADD_TEST(NULL, "Lists", "List - Horizontal", test_list_horizontal);
423    ADD_TEST(NULL, "Lists", "List 2", test_list2);
424    ADD_TEST(NULL, "Lists", "List 3", test_list3);
425    ADD_TEST(NULL, "Lists", "List 4", test_list4);
426    ADD_TEST(NULL, "Lists", "List 5", test_list5);
427    ADD_TEST(NULL, "Lists", "Genlist", test_genlist);
428    ADD_TEST(NULL, "Lists", "Genlist 2", test_genlist2);
429    ADD_TEST(NULL, "Lists", "Genlist 3", test_genlist3);
430    ADD_TEST(NULL, "Lists", "Genlist 4", test_genlist4);
431    ADD_TEST(NULL, "Lists", "Genlist 5", test_genlist5);
432    ADD_TEST(NULL, "Lists", "Genlist 7", test_genlist7);
433    ADD_TEST(NULL, "Lists", "Genlist Tree", test_genlist6);
434    ADD_TEST(NULL, "Lists", "Genlist Group", test_genlist8);
435    ADD_TEST(NULL, "Lists", "Genlist Group Tree", test_genlist9);
436    ADD_TEST(NULL, "Lists", "Genlist Mode", test_genlist10);
437    ADD_TEST(NULL, "Lists", "Genlist Reorder Mode", test_genlist11);
438 #ifdef HAVE_EIO
439    ADD_TEST(NULL, "Lists", "Genlist Eio", test_eio);
440 #endif
441    ADD_TEST(NULL, "Lists", "Genlist Textblock", test_genlist12);
442    ADD_TEST(NULL, "Lists", "Genlist Tree, Insert Sorted", test_genlist13);
443    ADD_TEST(NULL, "Lists", "Genlist Tree, Insert Relative", test_genlist14);
444    ADD_TEST(NULL, "Lists", "Genlist Edit Mode", test_genlist15);
445    ADD_TEST(NULL, "Lists", "Genlist Flip Mode", test_genlist16);
446    ADD_TEST(NULL, "Lists", "Genlist Tree Effect", test_genlist17);
447    ADD_TEST(NULL, "Lists", "GenGrid", test_gengrid);
448    ADD_TEST(NULL, "Lists", "GenGrid 2", test_gengrid2);
449    ADD_TEST(NULL, "Lists", "GenGrid Group", test_gengrid3);
450
451    //------------------------------//
452    ADD_TEST(NULL, "General", "Scaling", test_scaling);
453    ADD_TEST(NULL, "General", "Scaling 2", test_scaling2);
454
455    //------------------------------//
456    ADD_TEST(NULL, "3D", "GLViewSimple", test_glview_simple);
457    ADD_TEST(NULL, "3D", "GLView", test_glview);
458    ADD_TEST(NULL, "3D", "Evas Map 3D", test_3d);
459
460    //------------------------------//
461 #ifdef HAVE_ELEMENTARY_WEB
462    ADD_TEST(NULL, "Web", "Web", test_web_normal);
463    ADD_TEST(NULL, "Web", "Web-mobile", test_web_mobile);
464 #endif
465
466    //------------------------------//
467    ADD_TEST(NULL, "Input", "Gesture Layer", test_gesture_layer);
468    ADD_TEST(NULL, "Input", "Gesture Layer 2", test_gesture_layer2);
469    ADD_TEST(NULL, "Input", "Gesture Layer 3", test_gesture_layer3);
470    ADD_TEST(NULL, "Input", "Multi Touch", test_multi);
471
472    //------------------------------//
473    ADD_TEST(NULL, "Selectors", "Index", test_index);
474    ADD_TEST(NULL, "Selectors", "Index 2", test_index2);
475    ADD_TEST(NULL, "Selectors", "File Selector", test_fileselector);
476    ADD_TEST(NULL, "Selectors", "File Selector Entry", test_fileselector_entry);
477    ADD_TEST(NULL, "Selectors", "File Selector Button", test_fileselector_button);
478    ADD_TEST(NULL, "Selectors", "Actionslider", test_actionslider);
479    ADD_TEST(NULL, "Selectors", "Menu", test_menu);
480    ADD_TEST(NULL, "Selectors", "Disk Selector", test_diskselector);
481    ADD_TEST(NULL, "Selectors", "Color Selector", test_colorselector);
482    ADD_TEST(NULL, "Selectors", "Segment Control", test_segment_control);
483    ADD_TEST(NULL, "Selectors", "Hoversel", test_hoversel);
484    ADD_TEST(NULL, "Selectors", "Radios", test_radio);
485    ADD_TEST(NULL, "Selectors", "Flip Selector", test_flipselector);
486    ADD_TEST(NULL, "Selectors", "Dayselector", test_dayselector);
487
488    //------------------------------//
489    ADD_TEST(NULL, "Cursors", "Cursor", test_cursor);
490    ADD_TEST(NULL, "Cursors", "Cursor 2", test_cursor2);
491    ADD_TEST(NULL, "Cursors", "Cursor 3", test_cursor3);
492    ADD_TEST(NULL, "Cursors", "Cursor Layout", test_cursor4);
493
494    //------------------------------//
495    ADD_TEST(NULL, "Scroller", "Scroller", test_scroller);
496    ADD_TEST(NULL, "Scroller", "Scroller 2", test_scroller2);
497
498    //------------------------------//
499    // FIXME: add frame test
500    ADD_TEST(NULL, "Boundaries", "Bubble", test_bubble);
501    ADD_TEST(NULL, "Boundaries", "Separator", test_separator);
502
503    //------------------------------//
504    ADD_TEST(NULL, "Range Values", "Spinner", test_spinner);
505    ADD_TEST(NULL, "Range Values", "Slider", test_slider);
506    ADD_TEST(NULL, "Range Values", "Progressbar", test_progressbar);
507
508    //------------------------------//
509    ADD_TEST(NULL, "Booleans", "Check", test_check);
510    ADD_TEST(NULL, "Booleans", "Check Toggle", test_check_toggle);
511
512    //------------------------------//
513    ADD_TEST(NULL, "Popups", "Ctxpopup", test_ctxpopup);
514    ADD_TEST(NULL, "Popups", "Hover", test_hover);
515    ADD_TEST(NULL, "Popups", "Hover 2", test_hover2);
516    ADD_TEST(NULL, "Popups", "Notify", test_notify);
517    ADD_TEST(NULL, "Popups", "Tooltip", test_tooltip);
518    ADD_TEST(NULL, "Popups", "Tooltip 2", test_tooltip2);
519    ADD_TEST(NULL, "Popups", "Popup", test_popup);
520
521    //------------------------------//
522    ADD_TEST(NULL, "Times & Dates", "Calendar", test_calendar);
523    ADD_TEST(NULL, "Times & Dates", "Calendar 2", test_calendar2);
524    ADD_TEST(NULL, "Times & Dates", "Clock", test_clock);
525    ADD_TEST(NULL, "Times & Dates", "Clock 2", test_clock2);
526    ADD_TEST(NULL, "Times & Dates", "Clock 3", test_clock3);
527    ADD_TEST(NULL, "Times & Dates", "Datetime", test_datetime);
528
529    //------------------------------//
530    ADD_TEST(NULL, "Text", "Label", test_label);
531    ADD_TEST(NULL, "Text", "Label2", test_label2);
532
533    //------------------------------//
534    ADD_TEST(NULL, "Stored Surface Buffer", "Launcher", test_launcher);
535    ADD_TEST(NULL, "Stored Surface Buffer", "Launcher 2", test_launcher2);
536    ADD_TEST(NULL, "Stored Surface Buffer", "Launcher 3", test_launcher3);
537
538    //------------------------------//
539    ADD_TEST(NULL, "Focus", "Focus", test_focus);
540    ADD_TEST(NULL, "Focus", "Focus 2", test_focus2);
541    ADD_TEST(NULL, "Focus", "Focus 3", test_focus3);
542    ADD_TEST(NULL, "Focus", "Focus 4", test_focus4);
543
544    //------------------------------//
545    ADD_TEST(NULL, "Naviframe", "Naviframe", test_naviframe);
546    ADD_TEST(NULL, "Naviframe", "Naviframe: Complex", test_naviframe_complex);
547
548    //------------------------------//
549    ADD_TEST(NULL, "Geographic", "Map", test_map);
550
551    //------------------------------//
552    ADD_TEST(NULL, "Dividers", "Panel", test_panel);
553    ADD_TEST(NULL, "Dividers", "Panes", test_panes);
554
555    //------------------------------//
556    ADD_TEST(NULL, "Standardization", "Conformant", test_conformant);
557    ADD_TEST(NULL, "Standardization", "Conformant 2", test_conformant2);
558
559    //------------------------------//
560    ADD_TEST(NULL, "Helpers", "Store", test_store);
561 //   ADD_TEST(NULL, "Helpers", "Factory", test_factory);
562
563    //------------------------------//
564    ADD_TEST(NULL, "Micellaneous", "Copy And Paste", test_cnp);
565    ADD_TEST(NULL, "Micellaneous", "Weather", test_weather);
566    ADD_TEST(NULL, "Micellaneous", "Icon Desktops", test_icon_desktops);
567    ADD_TEST(NULL, "Micellaneous", "Floating Objects", test_floating);
568
569 #undef ADD_TEST
570
571    if (autorun)
572      {
573         size_t alen = strlen(autorun);
574         EINA_LIST_FOREACH(tests, l, t)
575           {
576              if ((t->name) && (t->cb) && (!strncasecmp(t->name, autorun, alen)))
577                {
578                   t->cb(NULL, NULL, NULL);
579                   break;
580                }
581           }
582
583      }
584    tt = t;
585
586    if (test_win_only)
587      {
588         EINA_LIST_FREE(tests, t)
589            free (t);
590
591         return;
592      }
593
594    if (tests)
595      {
596         const char *pcat = NULL;
597
598         EINA_LIST_FREE(tests, t)
599           {
600              if ((!pcat) || (strcmp(pcat, t->category)))
601                {
602                   cfr = elm_frame_add(win);
603                   // FIXME: add new style of frame for this
604                   evas_object_smart_callback_add(cfr, "clicked", _frame_clicked, NULL);
605                   elm_frame_autocollapse_set(cfr, EINA_TRUE);
606                   elm_object_text_set(cfr, t->category);
607                   evas_object_size_hint_weight_set(cfr, EVAS_HINT_EXPAND, 0.0);
608                   evas_object_size_hint_fill_set(cfr, EVAS_HINT_FILL, 0.0);
609                   elm_box_pack_end(tbx, cfr);
610                   evas_object_show(cfr);
611
612                   tbx2 = elm_box_add(win);
613                   elm_box_layout_set(tbx2, evas_object_box_layout_flow_horizontal, NULL, NULL);
614                   evas_object_size_hint_weight_set(tbx2, EVAS_HINT_EXPAND, 0.0);
615                   evas_object_size_hint_align_set(tbx2, EVAS_HINT_FILL, 0.0);
616                   elm_box_align_set(tbx2, 0.0, 0.5);
617                   elm_object_content_set(cfr, tbx2);
618                   evas_object_show(tbx2);
619                }
620              bt = elm_button_add(win);
621              // FIXME: add new style of button for this like efm in e17
622              elm_object_text_set(bt, t->name);
623              if (t->icon)
624                {
625                   char buf[PATH_MAX];
626
627                   ic = elm_icon_add(win);
628                   snprintf(buf, sizeof(buf), "%s/images/%s", elm_app_data_dir_get(), t->icon);
629                   elm_icon_file_set(ic, buf, NULL);
630                   elm_object_part_content_set(bt, "icon", ic);
631                   evas_object_show(ic);
632                }
633              elm_box_pack_end(tbx2, bt);
634              evas_object_show(bt);
635              evas_object_smart_callback_add(bt, "clicked", t->cb, NULL);
636              pcat = t->category;
637              if (t == tt) tt = cfr;
638              free(t);
639           }
640      }
641
642    /* set an initial window size */
643    evas_object_resize(win, 480, 480);
644    /* show the window */
645    if (!test_win_only)
646      {
647         evas_object_show(win);
648         /* bring in autorun frame */
649         if (autorun)
650           {
651              Evas_Coord x, y;
652              evas_object_geometry_get(tt, &x, &y, NULL, NULL);
653              elm_scroller_region_bring_in(sc, x, y, 0, 0);
654           }
655      }
656 }
657
658 /* this is your elementary main function - it MUST be called IMMEDIATELY
659  * after elm_init() and MUST be passed argc and argv, and MUST be called
660  * elm_main and not be static - must be a visible symbol with EAPI_MAIN infront */
661 EAPI_MAIN int
662 elm_main(int argc, char **argv)
663 {
664    Eina_Bool test_win_only = EINA_FALSE;
665    char *autorun = NULL;
666
667    elm_policy_set(ELM_POLICY_QUIT, ELM_POLICY_QUIT_LAST_WINDOW_CLOSED);
668
669    /* tell elm about our app so it can figure out where to get files */
670    elm_app_compile_bin_dir_set(PACKAGE_BIN_DIR);
671    elm_app_compile_data_dir_set(PACKAGE_DATA_DIR);
672    elm_app_info_set(elm_main, "elementary", "images/logo.png");
673
674    /* if called with a single argument try to autorun a test with
675     * the same name as the given param
676     * ex:  elementary_test "Box Vert 2" */
677    if (argc == 2)
678      autorun = argv[1];
679    else if (argc == 3)
680      {
681         /* Just a workaround to make the shot module more
682          * useful with elementary test. */
683         if ((!strcmp(argv[1], "--test-win-only")) ||
684             (!strcmp(argv[1], "-to")))
685           {
686              test_win_only = EINA_TRUE;
687              autorun = argv[2];
688           }
689      }
690
691    /* put here any init specific to this app like parsing args etc. */
692    my_win_main(autorun, test_win_only); /* create main window */
693    elm_run(); /* and run the program now and handle all events etc. */
694    /* if the mainloop that elm_run() runs exist - we exit the app */
695    elm_shutdown(); /* clean up and shut down */
696    /* exit code */
697    return 0;
698 }
699 #endif
700 /* all elementary apps should use this. but it should be placed right after
701  * elm_main() */
702 ELM_MAIN()