Commit Graph

11 Commits

Author SHA1 Message Date
Daniel Juyung Seo d955c579ca elm_test: removed all the unnecessary empty lines.
being pedantic.
2013-12-15 06:18:08 +09:00
Jean-Philippe Andre 877e122e7a elementary_test: remove ELM_LIB_QUICKLAUNCH
Refer to the previous commits for the reason.
Remove all #ifndef ELM_LIB_QUICKLAUNCH from the test files.
2013-11-05 10:05:01 +09:00
Daniel Juyung Seo e756f97dae elm: Longwaited trailing white space removal. Clean elm up! 2013-09-30 22:15:01 +09:00
Daniel Juyung Seo 83db5ad972 elm_test: __UNUSED__ -> EINA_UNUSED. 2013-09-01 10:18:03 +09:00
Daniel Juyung Seo 5954ce1419 test_external.c: removed duplicated calls.
This removes unused pointer value warning which was spotted by coverity.
CID 1039977.
2013-07-06 03:13:50 +09:00
Daniel Juyung Seo 264bbe0d8f elm test: Correct elm_win_resize_object_set() usage. Call evas_object_size_hint_weight_set() before calling elm_win_resize_object_set().
SVN revision: 79281
2012-11-14 10:49:45 +00:00
Daniel Juyung Seo be9da2624b elm test: Removed unused variables. Fixed shadow warning.
SVN revision: 76671
2012-09-14 14:37:46 +00:00
Davide Andreoli e77bd359ad New external test: video player in pure edje
SVN revision: 76554
2012-09-12 19:26:50 +00:00
Davide Andreoli 9c25dc5937 Another external test: progress bar.
This test also show how to access the external widgets from C code and also directly from embryo :)

SVN revision: 76422
2012-09-10 21:48:56 +00:00
Davide Andreoli 17414e4c37 New test for external widget: scroller.
Lots of bug here, but it's probably a corner-case-test


SVN revision: 76420
2012-09-10 19:17:19 +00:00
Davide Andreoli fd3beecb0f Elementary: new tests for edje-external of some widgets, buttons and slider done so far, more to come.
All the interaction in this tests are 'pure edje', no c code involved at all.

NOTE: 2 little external bugs are hilighted in the tests, didn't found the time to look for fixes :(

SVN revision: 76322
2012-09-07 20:16:30 +00:00