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