Lucas De Marchi [Wed, 9 Jan 2013 16:46:58 +0000 (16:46 +0000)]
efl: move ecore/immodules to ecore_imf
Move both the source tree and the install directory.
SVN revision: 82474
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 16:39:07 +0000 (16:39 +0000)]
efl/ecore_x: remove shadow warning from makekeys
the warning didn't exist because we were not using cflags, now we will.
all these variables are not used outside main(), so keep them local.
SVN revision: 82473
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 16:00:39 +0000 (16:00 +0000)]
efl/eina_prefix: whitespace cleanup as pointed by kuri at #edevelop
trailing whitespacesd and mixed tabs (old style) are gone.
SVN revision: 82470
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 15:57:28 +0000 (15:57 +0000)]
efl/eina_prefix: fix _try_proc() location.
_try_proc() is how to find a symbol based on /proc/self/maps, not
related to argv0.
change _try_proc() to ifdef inside... avoiding the need to ifdef at
definition and call site.
SVN revision: 82469
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 15:46:05 +0000 (15:46 +0000)]
efl/eina_prefix: simplify common prefix lookup.
SVN revision: 82467
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 15:38:42 +0000 (15:38 +0000)]
efl/eina_prefix: use eina_safety to be loud on NULL pointers.
SVN revision: 82466
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 15:21:40 +0000 (15:21 +0000)]
efl/eina_prefix: cleanup and review logs.
there shouldn't be behavior changes at this point, just minor cleanups
and simplifications, particularly to the log.
SVN revision: 82464
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 13:39:36 +0000 (13:39 +0000)]
efl/efreet: add missing include. my bad :-(
SVN revision: 82462
Ulisses Furquim [Wed, 9 Jan 2013 12:22:52 +0000 (12:22 +0000)]
evas/async_events: more clear code in _async_events_put()
SVN revision: 82457
ChunEon Park [Wed, 9 Jan 2013 08:22:05 +0000 (08:22 +0000)]
ecore/ecore_fb - missed move call?
SVN revision: 82438
Carsten Haitzler [Wed, 9 Jan 2013 02:04:26 +0000 (02:04 +0000)]
oops- the other one. fuck. too much context switching - i can't focus
on any one thing at all lately. crap.
SVN revision: 82431
Carsten Haitzler [Wed, 9 Jan 2013 01:28:48 +0000 (01:28 +0000)]
oops i meant to turn on calc cache.. not program cache... calc cache
was the problem... but oddly turning on program cache fixed it too. :)
SVN revision: 82430
Gustavo Sverzut Barbieri [Tue, 8 Jan 2013 23:57:14 +0000 (23:57 +0000)]
efl/eina: fix debian multilib detection without magic file.
The algorithm will now consider valid bin, data orlocale as well if
magic file was not provided.
SVN revision: 82429
Gustavo Sverzut Barbieri [Tue, 8 Jan 2013 23:45:48 +0000 (23:45 +0000)]
efl/efreet: improve tests, fix bogus warning.
* tests will run locally now, not just from installed files.
* efreet_init_new(NULL) is valid, actually used by efreet_desktop_save()
SVN revision: 82428
Jihoon Kim [Tue, 8 Jan 2013 23:39:06 +0000 (23:39 +0000)]
efl/ecore_imf: remove printf in xim module
SVN revision: 82427
Gustavo Sverzut Barbieri [Tue, 8 Jan 2013 23:14:17 +0000 (23:14 +0000)]
efl/efreet: use proper PACKAGE_DATA_DIR, add DATA_DIR.
efreet used an uncommon PACKAGE_DATA_DIR without the package name
because it used that to populate default variables.
Add another variable for that and make PACKAGE_DATA_DIR more common.
Tests still fails like crazy, and they assume installed data :-(
SVN revision: 82426
Gustavo Sverzut Barbieri [Tue, 8 Jan 2013 22:47:40 +0000 (22:47 +0000)]
efl/evas/gl_x11: fix warning due type change.
SVN revision: 82425
Gustavo Sverzut Barbieri [Tue, 8 Jan 2013 14:49:50 +0000 (14:49 +0000)]
efl/ecore_imf: minor fixes.
* removed some useless variable attribution;
* removed some useless casts;
* () -> (void) for function without arguments.
SVN revision: 82419
Gustavo Sverzut Barbieri [Tue, 8 Jan 2013 14:35:13 +0000 (14:35 +0000)]
efl/ecore_imf_xim: proper eina log usage.
it would be nice if someone could apply these to other IMF modules as well.
SVN revision: 82418
Gustavo Sverzut Barbieri [Tue, 8 Jan 2013 14:12:45 +0000 (14:12 +0000)]
efl/ecore_imf: namespace all functions.
SVN revision: 82417
Christopher Michael [Tue, 8 Jan 2013 14:12:11 +0000 (14:12 +0000)]
Fix doxygen typo.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 82416
Ulisses Furquim [Tue, 8 Jan 2013 14:10:33 +0000 (14:10 +0000)]
eina/tests: add basic Eina_Barrier test
Also rearranged test suite creation to allow setting the timeout in
the build callback.
SVN revision: 82415
Gustavo Sverzut Barbieri [Tue, 8 Jan 2013 13:49:18 +0000 (13:49 +0000)]
efl/ecore_imf_xim: do not #ifdef in a module that is already conditionally compiled.
SVN revision: 82413
Gustavo Sverzut Barbieri [Tue, 8 Jan 2013 13:39:25 +0000 (13:39 +0000)]
efl: --with-profile=dev implies --with-tests=regular
if --with-tests={none,coverage} is given, those are used. Just the
default is changed.
SVN revision: 82412
Gustavo Sverzut Barbieri [Tue, 8 Jan 2013 13:32:07 +0000 (13:32 +0000)]
efl/edje: conditional usage of fixed-point, program/calc caches.
Weirdly enough raster turned PROGRAM cache on to fix a bug saying that
the other path was not tested, but from IN-EFL/edje/configure.ac CALC
cache was enabled and PROGRAM was disabled.
I kept the PROGRAM on and enabled CALC. Added fixed point as well.
Cedric, Raster: should we keep PROGRAM and CALC cache options if the
other path is not tested? Can't we assume they are always on? How much
memory these cache add? Can't this be reduced?
SVN revision: 82410
Cedric BAIL [Tue, 8 Jan 2013 09:20:37 +0000 (09:20 +0000)]
efl: add eina test suite, but still disable.
The test suite is broken for eina_log and eina_value...
SVN revision: 82398
Cedric BAIL [Tue, 8 Jan 2013 09:17:56 +0000 (09:17 +0000)]
efl: Add eina copy on write infrastructure.
SVN revision: 82396
Cedric BAIL [Tue, 8 Jan 2013 09:05:51 +0000 (09:05 +0000)]
efl: fix build of Ecore_Imf with coverage enable.
SVN revision: 82392
Cedric BAIL [Tue, 8 Jan 2013 09:04:29 +0000 (09:04 +0000)]
efl: eina_magic_fail now trigger an ERR on NULL instead of CRITICAL.
Updating the test suite.
SVN revision: 82391
Mike Blumenkrantz [Tue, 8 Jan 2013 08:34:30 +0000 (08:34 +0000)]
forwardport previous efreet desktop command commit
ticket #2174
SVN revision: 82390
Alex Wu [Tue, 8 Jan 2013 07:21:47 +0000 (07:21 +0000)]
From: Alex Wu <zhiwen.wu@linux.intel.com>
Date: Sat, 5 Jan 2013 10:50:19 +0800
Subject: [PATCH] ecore-wayland: Improve opaque setting logic.
1. Update win->region.opaque in ecore_wl_window_update_size, so that
the opaque info is synced with the geometry.
2. Add win->surface checking in ecore_wl_window_buffer_attach
before send any wl_surface related request, it will avoid segfault
in case that calling ecore_wl_window_buffer_attach() before
ecore_wl_window_show().
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 82385
Christopher Michael [Tue, 8 Jan 2013 07:21:32 +0000 (07:21 +0000)]
ecore-wayland: Improve opaque setting logic.
1. Update win->region.opaque in ecore_wl_window_update_size, so that
the opaque info is synced with the geometry.
2. Add win->surface checking in ecore_wl_window_buffer_attach
before send any wl_surface related request, it will avoid segfault
in case that calling ecore_wl_window_buffer_attach() before
ecore_wl_window_show().
SVN revision: 82384
Carsten Haitzler [Tue, 8 Jan 2013 04:00:36 +0000 (04:00 +0000)]
oosp - didnt meant o commit this... it was just the start of some test
code... not ready yet. just adds warnings and stuff.
SVN revision: 82381
Jihoon Kim [Tue, 8 Jan 2013 03:56:09 +0000 (03:56 +0000)]
efl/ecore_imf: move docs to header about ecore_imf_{init, shutdown}
SVN revision: 82380
Jihoon Kim [Tue, 8 Jan 2013 03:51:40 +0000 (03:51 +0000)]
efl/ecore_imf: move the docs to header related to ecore_imf_evas API
SVN revision: 82379
Carsten Haitzler [Tue, 8 Jan 2013 03:49:49 +0000 (03:49 +0000)]
small change - not worth chglogging... make evas gl x11 header not
need xlib.h anymore... :)
SVN revision: 82378
Jihoon Kim [Tue, 8 Jan 2013 02:28:48 +0000 (02:28 +0000)]
efl: fix bug ecore imf module wasn't loaded
SVN revision: 82377
Jihoon Kim [Tue, 8 Jan 2013 02:05:53 +0000 (02:05 +0000)]
efl/ecore_imf: fix wrong commit
SVN revision: 82375
Jihoon Kim [Tue, 8 Jan 2013 02:00:01 +0000 (02:00 +0000)]
efl/ecore_imf: add example of ECORE_IMF_MODULE usage
SVN revision: 82374
Jihoon Kim [Tue, 8 Jan 2013 01:57:22 +0000 (01:57 +0000)]
ecore_imf: move the docs to header
SVN revision: 82373
Gustavo Sverzut Barbieri [Mon, 7 Jan 2013 23:30:06 +0000 (23:30 +0000)]
efl/edje: remove alloca as it's in eina now.
SVN revision: 82372
Gustavo Sverzut Barbieri [Mon, 7 Jan 2013 23:14:08 +0000 (23:14 +0000)]
efl/ecore_evas_x: remove includes that are not required.
SVN revision: 82371
Gustavo Sverzut Barbieri [Mon, 7 Jan 2013 22:52:27 +0000 (22:52 +0000)]
efl: check realpath.
a warning in edje brought to attention that we were not checking for
that. also used in eet.
SVN revision: 82370
Gustavo Sverzut Barbieri [Mon, 7 Jan 2013 22:46:01 +0000 (22:46 +0000)]
efl/evas: silent warning.
count is type 'int', but used as unsigned it (always > 0), however gcc
can't understand that and is complaining that 'check' could be used
without being initialized... which is false. Make the test != 0 to
silent gcc and make code as correct as before.
SVN revision: 82369
Gustavo Sverzut Barbieri [Mon, 7 Jan 2013 22:24:53 +0000 (22:24 +0000)]
efl: add back valgrind check, with enable option and warning.
SVN revision: 82368
Gustavo Sverzut Barbieri [Mon, 7 Jan 2013 21:36:06 +0000 (21:36 +0000)]
moved edje into EFL.
SVN revision: 82367
Gustavo Sverzut Barbieri [Mon, 7 Jan 2013 21:34:20 +0000 (21:34 +0000)]
efl/edje: remove warning (PLEASE REVIEW).
This warning was removed but I left the _edje_real_part_state_get() in
there as this will not just get the part state, but also call
_edje_part_recalc() if needed.
Should we completely remove the block, or is _edje_part_recalc() required?
SVN revision: 82366
Gustavo Sverzut Barbieri [Mon, 7 Jan 2013 21:31:11 +0000 (21:31 +0000)]
emotion: add missing changelog + news for last commit.
SVN revision: 82365
Gustavo Sverzut Barbieri [Mon, 7 Jan 2013 21:28:32 +0000 (21:28 +0000)]
emotion/xine should use the VIDEO_OUT_XINE_API_VERSION.
our xine plugin must VIDEO_OUT_XINE_API_VERSION(22) to have video out.
Patch-By: Arvind R <arvino55-gmail.com>
SVN revision: 82364
Daniel Juyung Seo [Mon, 7 Jan 2013 17:04:18 +0000 (17:04 +0000)]
ecore ecore_fd_handler_example.c: Added gcc build instruction for an example.
SVN revision: 82356
José Roberto de Souza [Mon, 7 Jan 2013 15:20:16 +0000 (15:20 +0000)]
edbus: Fix signal handler extra match check
When an extra argument didn't match, instead of going to the next signal
handler we were skiping to next extra match argument because we were
calling "continue" inside EINA_INLIST_FOREACH.
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 82351
Carsten Haitzler [Mon, 7 Jan 2013 15:17:37 +0000 (15:17 +0000)]
edje merge forgot to define edje calc cache, by DEFAULT...
non-cacl-cache path not tested and buggy! :/
SVN revision: 82350
Massimo Maiurana [Mon, 7 Jan 2013 11:39:56 +0000 (11:39 +0000)]
updating portuguese and esperanto translations
SVN revision: 82342
WooHyun Jung [Mon, 7 Jan 2013 11:17:55 +0000 (11:17 +0000)]
edje/edje_entry : When preediting text is removed by filter callback, committing is useless. So I added some codes for skipping that committing.
SVN revision: 82339
Christopher Michael [Mon, 7 Jan 2013 09:56:01 +0000 (09:56 +0000)]
Fix typo in evas_map_free doxy.
NB: Can someone please backport this ??
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 82335
Carsten Haitzler [Mon, 7 Jan 2013 08:24:14 +0000 (08:24 +0000)]
valgrind off by default on all profiles.
SVN revision: 82331
Sung Park [Mon, 7 Jan 2013 06:16:18 +0000 (06:16 +0000)]
Pulled out evas gl backend binary shader file caching code from
evas_gl_shader.c file and made an internal generic caching api in
evas_gl_common.h for use in other places ie. evas_gl.
Then implemented evas_gl surface cap. caching code in gl backend to
accelerate the engine creation.
SVN revision: 82321
Cedric BAIL [Mon, 7 Jan 2013 01:07:21 +0000 (01:07 +0000)]
efl: fix build of Evas XCB backend.
Patch by Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
SVN revision: 82310
Massimo Maiurana [Sun, 6 Jan 2013 21:10:53 +0000 (21:10 +0000)]
updating lithuanian translation
SVN revision: 82308
David Walter Seikel [Sun, 6 Jan 2013 15:36:44 +0000 (15:36 +0000)]
Clean up the Lua docs. Much less clean up than I thought would be needed.
And my work for the year is done. B-)
SVN revision: 82306
David Walter Seikel [Sun, 6 Jan 2013 14:59:43 +0000 (14:59 +0000)]
Link the Lua docs to the main Edje page.
SVN revision: 82303
David Walter Seikel [Sun, 6 Jan 2013 14:31:56 +0000 (14:31 +0000)]
ego-- I don't need to be listed twice.
SVN revision: 82302
Ulisses Furquim [Sun, 6 Jan 2013 02:01:53 +0000 (02:01 +0000)]
evas/common/thread_render: fix queue cache handling
Fixed queue cache handling to let enqueue and process happen at the same
time, even though this is not our use case yet. This also solves a race
with the assignment of cache variables outside the queue lock and
remembers to free the cache when shutting down.
SVN revision: 82296
Ulisses Furquim [Sun, 6 Jan 2013 01:58:50 +0000 (01:58 +0000)]
evas/async_events: fix leak of events array and simplify code
Fixed leak of 'memory' array (now async_events_cache) and simplified code of
evas_async_events_put().
SVN revision: 82295
Massimo Maiurana [Sat, 5 Jan 2013 22:44:52 +0000 (22:44 +0000)]
reverting last commit
SVN revision: 82288
Massimo Maiurana [Sat, 5 Jan 2013 19:52:48 +0000 (19:52 +0000)]
updating italian translation
SVN revision: 82286
Massimo Maiurana [Sat, 5 Jan 2013 19:51:29 +0000 (19:51 +0000)]
missing file from POTFILES.in
SVN revision: 82285
Massimo Maiurana [Sat, 5 Jan 2013 17:51:17 +0000 (17:51 +0000)]
since the po files here was obtained merging original files from ecore and efreet I think that headers should contain authors from both files, and so I did it. I've also replaced any reference to efreet in headers with efl. finally, there also is an update for the spanish translation
SVN revision: 82284
Leandro Dorileo [Sat, 5 Jan 2013 17:40:37 +0000 (17:40 +0000)]
emotion: install external module in the correct place
SVN revision: 82283
Gustavo Sverzut Barbieri [Sat, 5 Jan 2013 16:17:53 +0000 (16:17 +0000)]
efl/edje: ecore_imf_init() only once.
use technique similar to elementary and delay init() of module, but
once you do, do it only once and avoid shutdown() until
edje_shutdown().
This is good if we keep creating and deleting edje objects with entry,
the count could go to 0 and ecore_imf_shutdown() would unload
everything, just to load it soon.
SVN revision: 82281
Gustavo Sverzut Barbieri [Sat, 5 Jan 2013 16:15:59 +0000 (16:15 +0000)]
efl/edje: fix definition of parameter-less functions.
SVN revision: 82280
Gustavo Sverzut Barbieri [Sat, 5 Jan 2013 16:07:59 +0000 (16:07 +0000)]
efl/edje: improve HAVE_ECORE_IMF conditional handling.
I wonder if we should still support no Ecore_IMF, can we make it
mandatory as it's always built with single-tree?
SVN revision: 82279
Gustavo Sverzut Barbieri [Sat, 5 Jan 2013 15:55:58 +0000 (15:55 +0000)]
efl/evas: proper glShaderSource() definition as glext.h
it is "const char * const *", not "const char **", and it was triggering a warning in our code.
it's just constness and will not trigger an error in our user's code, just an warning that he should fix.
SVN revision: 82278
Gustavo Sverzut Barbieri [Sat, 5 Jan 2013 15:42:26 +0000 (15:42 +0000)]
efl: easy warning fixes.
SVN revision: 82277
Gustavo Sverzut Barbieri [Sat, 5 Jan 2013 14:41:14 +0000 (14:41 +0000)]
efl: distcheck will run tests and compile all examples.
Tests are disabled by default, but they should be mandatory for
distcheck. So should be examples, we should have them to at least
compile.
As there is no way to force "make distcheck" to run "make examples",
I've created --enable-always-build-examples to make examples regular
noinst_PROGRAMS, being always compiled. distcheck will use that
option.
SVN revision: 82276
Gustavo Sverzut Barbieri [Sat, 5 Jan 2013 14:38:32 +0000 (14:38 +0000)]
efl/edje: codegen shouldn't use BUILT_SOURCES.
if use BUILT_SOURCES it will always generate those files, and their
requirement codegen.edj, even if examples were not to be built.
make will automatically build the files if there are rules to do so,
we just have to clean them.
SVN revision: 82275
Gustavo Sverzut Barbieri [Sat, 5 Jan 2013 14:04:22 +0000 (14:04 +0000)]
efl: warnings--
SVN revision: 82273
Tom Hacohen [Sat, 5 Jan 2013 12:14:41 +0000 (12:14 +0000)]
Evas smart clipped: Potentially fix memory leak as reported by raster.
Not really properly tested, sorry for that.
SVN revision: 82271
Jihoon Kim [Sat, 5 Jan 2013 06:10:59 +0000 (06:10 +0000)]
fix typos in doc
SVN revision: 82268
Carsten Haitzler [Sat, 5 Jan 2013 02:48:03 +0000 (02:48 +0000)]
chglog++
SVN revision: 82257
Carsten Haitzler [Sat, 5 Jan 2013 02:46:03 +0000 (02:46 +0000)]
oooh no one ever spotted this api had a typo! fix indeed.
SVN revision: 82255
Carsten Haitzler [Sat, 5 Jan 2013 02:20:13 +0000 (02:20 +0000)]
thanks joel.
SVN revision: 82254
Jihoon Kim [Sat, 5 Jan 2013 01:53:40 +0000 (01:53 +0000)]
fix typo in efl/README
SVN revision: 82249
Carsten Haitzler [Sat, 5 Jan 2013 01:38:45 +0000 (01:38 +0000)]
BIG COMMENT!!!!
SVN revision: 82248
Mike McCormack [Sat, 5 Jan 2013 00:06:28 +0000 (00:06 +0000)]
efl: Remove unused variables
Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 82246
Mike McCormack [Sat, 5 Jan 2013 00:06:23 +0000 (00:06 +0000)]
efl: Fix uninitialized variable
Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 82245
Gustavo Sverzut Barbieri [Fri, 4 Jan 2013 23:51:53 +0000 (23:51 +0000)]
efl/ecore: hopefully fix all examples.
SVN revision: 82243
Massimo Maiurana [Fri, 4 Jan 2013 22:18:09 +0000 (22:18 +0000)]
updating spanish and italian translation
SVN revision: 82242
Gustavo Sverzut Barbieri [Fri, 4 Jan 2013 20:55:12 +0000 (20:55 +0000)]
efl: fix make dist.
Carefully compared 'svn export' and 'make dist' results and couple of
files were missing.
Changes:
* Makefile.am: removed all .pc from EXTRA_DIST, we shouldn't
distribute them here as they will contain ./configure data such as
install location.
* src/Makefile.am: moved all if-endif to files, otherwise EXTRA_DIST
won't work properly. We must EXTRA_DIST outside of the if-endif
block.
* static_libs/liblinebreak: removed couple of unused files.
SVN revision: 82241
Gustavo Sverzut Barbieri [Fri, 4 Jan 2013 20:44:19 +0000 (20:44 +0000)]
efl/ecore_fb: remove deprecated files.
SVN revision: 82240
Gustavo Sverzut Barbieri [Fri, 4 Jan 2013 20:27:49 +0000 (20:27 +0000)]
efl/efreet: enable locale test.
export those symbols, they are harmless and will help tests.
SVN revision: 82239
Gustavo Sverzut Barbieri [Fri, 4 Jan 2013 20:14:05 +0000 (20:14 +0000)]
efl/efreet: add old README.
SVN revision: 82238
Gustavo Sverzut Barbieri [Fri, 4 Jan 2013 20:12:28 +0000 (20:12 +0000)]
efl/eina: add source benchmark file.
SVN revision: 82235
Gustavo Sverzut Barbieri [Fri, 4 Jan 2013 20:11:29 +0000 (20:11 +0000)]
efl/efreet: remove unused file.
SVN revision: 82234
Mike Blumenkrantz [Fri, 4 Jan 2013 20:00:04 +0000 (20:00 +0000)]
fix libmount version check
SVN revision: 82232
Gustavo Sverzut Barbieri [Fri, 4 Jan 2013 19:47:09 +0000 (19:47 +0000)]
efl: removed as they are now unused.
SVN revision: 82231
Gustavo Sverzut Barbieri [Fri, 4 Jan 2013 19:46:51 +0000 (19:46 +0000)]
efl/eeze: remove unused file.
unused since old api was removed.
SVN revision: 82230
Paulo Alcantara [Fri, 4 Jan 2013 19:37:22 +0000 (19:37 +0000)]
efl/wayland_egl: Fix invalid argument being passed
evas_common_font_draw() should be called with glyphs array for now,
instead of intl_props.
This patch should fix ticket #2149.
Signed-off-by: Paulo Alcantara <pcacjr@profusion.mobi>
Patch by: Paulo Alcantara <pcacjr@profusion.mobi>
SVN revision: 82229
Gustavo Sverzut Barbieri [Fri, 4 Jan 2013 18:25:43 +0000 (18:25 +0000)]
efl/edje: fix examples to not build EDJ during regular install
do not use standard files_DATA and filesdir as they would always be
executed during compilation.
SVN revision: 82223
Gustavo Sverzut Barbieri [Fri, 4 Jan 2013 18:24:41 +0000 (18:24 +0000)]
efl: simplify examples handling.
SVN revision: 82222