Leandro Pereira [Fri, 11 Jan 2013 19:54:12 +0000 (19:54 +0000)]
evas/async_render: do not use async event to unref images
Patch by: Leandro Pereira <leandro@profusion.mobi>
SVN revision: 82661
Leandro Pereira [Fri, 11 Jan 2013 19:49:15 +0000 (19:49 +0000)]
evas: Try to reuse glyph array if possible
This sould bring back a little bit of text rendering performance, while at
the same time decreasing memory usage and fragmentation.
Patch by: Leandro Pereira <leandro@profusion.mobi>
SVN revision: 82660
Leandro Pereira [Fri, 11 Jan 2013 19:48:28 +0000 (19:48 +0000)]
evas: Do not use an Eina_Lock for glyph array
Patch by: Leandro Pereira <leandro@profusion.mobi>
SVN revision: 82659
Paulo Alcantara [Fri, 11 Jan 2013 19:48:00 +0000 (19:48 +0000)]
efl/font: Avoid passing NULL glyphs arrays on unref
evas_common_font_glyphs_unref() *should* be called with valid glyphs
arrays.
Patch by: Paulo Alcantara <pcacjr@profusion.mobi>
SVN revision: 82658
Gustavo Sverzut Barbieri [Fri, 11 Jan 2013 18:55:06 +0000 (18:55 +0000)]
ecore_evas async render watchdog.
it is very unlikely to be ecore_evas problem, but here it goes: a
watch dog that checks if they are stuck and resets if so.
SVN revision: 82657
Gustavo Sverzut Barbieri [Fri, 11 Jan 2013 18:45:10 +0000 (18:45 +0000)]
ecore_evas_x: add some debug to help find out e_border problems.
EDBG macro is at level 5 to avoid messing existing debugs, use it like:
export EINA_LOG_LEVELS=ecore_evas:5
SVN revision: 82656
Gustavo Sverzut Barbieri [Fri, 11 Jan 2013 18:20:11 +0000 (18:20 +0000)]
evas: be loud if async render is mixed with sync.
SVN revision: 82655
Tom Hacohen [Fri, 11 Jan 2013 18:16:24 +0000 (18:16 +0000)]
Evas: Fixed a bug with breaking after format items.
SVN revision: 82653
Tom Hacohen [Fri, 11 Jan 2013 18:16:09 +0000 (18:16 +0000)]
Efl static_libs: Updated liblinebreak -> libunibreak.
SVN revision: 82652
Gustavo Sverzut Barbieri [Fri, 11 Jan 2013 17:41:53 +0000 (17:41 +0000)]
efl/emotion: delay module loading until they are needed.
SVN revision: 82651
Jérémy Zurcher [Fri, 11 Jan 2013 17:20:22 +0000 (17:20 +0000)]
fix segv in emotion_webcam_init and leak in emotion_webcam_config_load
SVN revision: 82650
Gustavo Sverzut Barbieri [Fri, 11 Jan 2013 17:07:04 +0000 (17:07 +0000)]
efl/configure: fix AM_CONDITIONAL() error if eeze is not to be built.
SVN revision: 82649
Gustavo Sverzut Barbieri [Fri, 11 Jan 2013 16:57:21 +0000 (16:57 +0000)]
efl/ecore_evas: merge buffer into core, split extn apart.
buffer is lightweight and dependency for many engines, merge it back
into core.
extn is a module on its own, and it's the only one linking to
ecore_ipc, no need to add that to ecore_evas.
minor cosmetic changes to configure to make output consistent.
SVN revision: 82648
Henrique Dante de Almeida [Fri, 11 Jan 2013 16:54:48 +0000 (16:54 +0000)]
efl: Fix object size constraints calculation in stack layout
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>
SVN revision: 82647
Jihoon Kim [Fri, 11 Jan 2013 16:05:55 +0000 (16:05 +0000)]
efl/ecore_imf/scim: remove unused variable
SVN revision: 82642
Jihoon Kim [Fri, 11 Jan 2013 16:01:16 +0000 (16:01 +0000)]
efl/ecore_imf/scim: remove unused code
SVN revision: 82641
Carsten Haitzler [Fri, 11 Jan 2013 13:31:40 +0000 (13:31 +0000)]
CEDRIC! REVERT! this breaks text labels in e17 default theme when
eselected - they all jump up to the top! :)
SVN revision: 82635
Cedric BAIL [Fri, 11 Jan 2013 08:31:09 +0000 (08:31 +0000)]
efl: let's preperly clean pointer when we delete stuff.
SVN revision: 82621
Cedric BAIL [Fri, 11 Jan 2013 06:58:25 +0000 (06:58 +0000)]
efl: update edje text part geometry after setting the text.
SVN revision: 82615
Cedric BAIL [Fri, 11 Jan 2013 06:57:50 +0000 (06:57 +0000)]
efl: remove useless geometry get.
SVN revision: 82614
Cedric BAIL [Fri, 11 Jan 2013 05:27:17 +0000 (05:27 +0000)]
efl: force update of Evas_Object_Text clip cache when geometry change.
SVN revision: 82612
Cedric BAIL [Fri, 11 Jan 2013 05:21:54 +0000 (05:21 +0000)]
efl: only compute font clip when relevant.
SVN revision: 82611
Gustavo Sverzut Barbieri [Fri, 11 Jan 2013 04:31:09 +0000 (04:31 +0000)]
printf--
SVN revision: 82610
Gustavo Sverzut Barbieri [Fri, 11 Jan 2013 04:28:50 +0000 (04:28 +0000)]
efl: eet may do the error on close, where it tries to actually write stuff.
SVN revision: 82609
Gustavo Sverzut Barbieri [Fri, 11 Jan 2013 04:23:01 +0000 (04:23 +0000)]
efl/emotion_test: hint that we can be running from inside the build tree.
otherwise evas modules won't be found.
SVN revision: 82608
Gustavo Sverzut Barbieri [Fri, 11 Jan 2013 04:21:54 +0000 (04:21 +0000)]
efl/emotion: build directory before generate theme.
edje_cc is stupid and won't alert us it couldn't build the file because the directory didn't exist.
SVN revision: 82607
Gustavo Sverzut Barbieri [Fri, 11 Jan 2013 04:21:02 +0000 (04:21 +0000)]
efl/ecore_evas: avoid infinite loop building ews.
ews will load another engine inside it's constructor. If no module is
found, then it will loop back to itself. avoid that.
SVN revision: 82606
Gustavo Sverzut Barbieri [Fri, 11 Jan 2013 03:57:29 +0000 (03:57 +0000)]
efl: fix out-of-tree build of examples.
edje and embryo include files are in source dir, not build.
codegen example must have dependency to build in correct order :-/
SVN revision: 82605
Gustavo Sverzut Barbieri [Fri, 11 Jan 2013 03:22:03 +0000 (03:22 +0000)]
efl: fix option for gstreamer.
Thanks to Nicolas Aguirre
SVN revision: 82604
Gustavo Sverzut Barbieri [Fri, 11 Jan 2013 03:06:42 +0000 (03:06 +0000)]
efl/emotion: rework module infra, better integration with 'generic'.
Change the module infra and allow one to register using the
description structure itself, saves some work.
Replace module_open and module_close with add() and del(), that are
more descriptive.
Move stuff to init/shutdown where it was a better fit.
Since add() now receives the first parameter being the owning
structure we can create one structure per generic player and they will
merge transparently with other modules, then we can use a simple
algorithm that considers the plugin priority. ALL DYNAMIC!
Future work could be done to load the plugin priority specified by
user from configuration file. But this is not in my plans right now.
SVN revision: 82602
Cedric BAIL [Fri, 11 Jan 2013 01:52:46 +0000 (01:52 +0000)]
evas: remove duplicated piece of code.
SVN revision: 82601
Gustavo Sverzut Barbieri [Fri, 11 Jan 2013 00:37:31 +0000 (00:37 +0000)]
efl/emotion: remove init/shutdown from module, it's a subfunction of open/close!
SVN revision: 82600
Gustavo Sverzut Barbieri [Fri, 11 Jan 2013 00:33:26 +0000 (00:33 +0000)]
efl/emotion: as handle went away, make the API const.
SVN revision: 82599
Gustavo Sverzut Barbieri [Fri, 11 Jan 2013 00:31:56 +0000 (00:31 +0000)]
efl/emotion: remove handle from wrong place.
that handle should live elsewhere, it was a hack.
SVN revision: 82598
Gustavo Sverzut Barbieri [Fri, 11 Jan 2013 00:27:35 +0000 (00:27 +0000)]
efl/emotion: start to refactor engine handling.
Removed the engine handling out from smart object, later the module
API will change and we'll be able to simplify many things.
My plan is to allow generic players to register along as regular
modules.
SVN revision: 82597
Boris Faure [Thu, 10 Jan 2013 22:51:28 +0000 (22:51 +0000)]
efl:ecore: fix possible segfault when ccalling ecore_x_selection_convert()
SVN revision: 82594
Gustavo Sverzut Barbieri [Thu, 10 Jan 2013 22:17:32 +0000 (22:17 +0000)]
efl/emotion: move register/unregister.
SVN revision: 82593
Gustavo Sverzut Barbieri [Thu, 10 Jan 2013 22:11:07 +0000 (22:11 +0000)]
efl/emotion: move module stuff.
* do not abuse emotion_private.h by using that in modules
* split emotion_module.c to allow more changes later.
SVN revision: 82592
Gustavo Sverzut Barbieri [Thu, 10 Jan 2013 21:50:02 +0000 (21:50 +0000)]
efl/emotion: move webcam stuff out of main file.
SVN revision: 82591
Gustavo Sverzut Barbieri [Thu, 10 Jan 2013 21:47:19 +0000 (21:47 +0000)]
efl/emotion: export useful data for generic module.
SVN revision: 82589
Lucas De Marchi [Thu, 10 Jan 2013 20:26:02 +0000 (20:26 +0000)]
efl: remove checks for socket.h, net/*, arpa/*
SVN revision: 82585
Lucas De Marchi [Thu, 10 Jan 2013 20:25:57 +0000 (20:25 +0000)]
efl: remove checks for sys/select.h, sys/time.h and sys/resource.h
SVN revision: 82584
Lucas De Marchi [Thu, 10 Jan 2013 20:25:53 +0000 (20:25 +0000)]
efl: remove check for langinfo.h and locale.h
SVN revision: 82583
Lucas De Marchi [Thu, 10 Jan 2013 20:25:48 +0000 (20:25 +0000)]
efl: remove check for libgen.h
SVN revision: 82582
Lucas De Marchi [Thu, 10 Jan 2013 20:25:44 +0000 (20:25 +0000)]
efl: remove check for errno.h
SVN revision: 82581
Lucas De Marchi [Thu, 10 Jan 2013 20:25:39 +0000 (20:25 +0000)]
efl: remove check for inttypes.h and stdint.h
SVN revision: 82580
Lucas De Marchi [Thu, 10 Jan 2013 20:25:35 +0000 (20:25 +0000)]
efl: Remove check for siginfo.h and siginfo_t
SVN revision: 82579
Lucas De Marchi [Thu, 10 Jan 2013 20:25:31 +0000 (20:25 +0000)]
efl: Remove check for signal.h
SVN revision: 82578
Lucas De Marchi [Thu, 10 Jan 2013 20:25:26 +0000 (20:25 +0000)]
efl: Remove check for unistd.h
* unistd.h: is very useful, very old and very standard.
SVN revision: 82577
Lucas De Marchi [Thu, 10 Jan 2013 20:25:21 +0000 (20:25 +0000)]
efl: Remove check for strings.h
* strings.h: is very useful, very old and very standard. The only place
that checks for that is simple_xml_parser and I have no idea why
SVN revision: 82576
Lucas De Marchi [Thu, 10 Jan 2013 20:25:16 +0000 (20:25 +0000)]
elf: update gitignore
SVN revision: 82575
Lucas De Marchi [Thu, 10 Jan 2013 16:14:55 +0000 (16:14 +0000)]
efl/eeze: move sensor modules to their own dir
SVN revision: 82574
Carsten Haitzler [Thu, 10 Jan 2013 12:23:27 +0000 (12:23 +0000)]
add dri2 minor check for swap stuff.
SVN revision: 82562
Carsten Haitzler [Thu, 10 Jan 2013 11:53:07 +0000 (11:53 +0000)]
oh and also fix up properties to not update until event comes back
from x telling us they did. :)
SVN revision: 82558
Carsten Haitzler [Thu, 10 Jan 2013 11:23:10 +0000 (11:23 +0000)]
elm win throttle/norender auto... eocre-evas got a few things wrong.
no - not planning a backport of this at this stage. small thing. maybe
backport (and chlog/news) if this doesnt cause any new issues?
SVN revision: 82549
Jiyoun Park [Thu, 10 Jan 2013 08:53:11 +0000 (08:53 +0000)]
Fix evas bmp loader code which deal with image size.
if image file's image size not apply padding size, decoding cannot work correctly
SVN revision: 82532
Gustavo Sverzut Barbieri [Thu, 10 Jan 2013 06:08:41 +0000 (06:08 +0000)]
emotion moved into efl
SVN revision: 82513
Gustavo Sverzut Barbieri [Thu, 10 Jan 2013 06:07:30 +0000 (06:07 +0000)]
efl: fix dso due missing ecore-evas
SVN revision: 82512
Gustavo Sverzut Barbieri [Thu, 10 Jan 2013 06:04:28 +0000 (06:04 +0000)]
efl/emotion_test: allow to run in tree.
if you EFL_RUN_IN_TREE=1 before running it, it will work without
installing.
SVN revision: 82511
Gustavo Sverzut Barbieri [Thu, 10 Jan 2013 05:53:36 +0000 (05:53 +0000)]
efl: make edj depend on edje_cc
SVN revision: 82510
Gustavo Sverzut Barbieri [Thu, 10 Jan 2013 05:48:55 +0000 (05:48 +0000)]
efl/emotion: refactor init/shutdown, load modules from eina_prefix.
* emotion_init() and emotion_shutdown() now exist, let's do our
initialization from there.
* smart_add/smart_free will call init/shutdown for legacy apps.
* use eina_prefix to determine runtime location.
* use eina_module_arch_list_get()
SVN revision: 82509
Gustavo Sverzut Barbieri [Thu, 10 Jan 2013 05:46:24 +0000 (05:46 +0000)]
efl/emotion: prepare gstreamer log for next commit.
SVN revision: 82508
Gustavo Sverzut Barbieri [Thu, 10 Jan 2013 05:45:50 +0000 (05:45 +0000)]
efl/emotion: fix usage of eina_prefix, add checkme file.
we were using "" for locale that made eina_prefix think that we did
not had a common prefix.
take the time and add a magic file "checkme" to be checked at runtime
to validate stuff.
also made the binaries be searched in MODULE_ARCH namespace.
SVN revision: 82507
Gustavo Sverzut Barbieri [Thu, 10 Jan 2013 05:28:37 +0000 (05:28 +0000)]
efl/emotion: unbreak xine
subtitles virtuals got in the middle and screwed everything.
also prepare the log infra for the next commit.
SVN revision: 82506
Gustavo Sverzut Barbieri [Thu, 10 Jan 2013 05:27:31 +0000 (05:27 +0000)]
efl/ecore_imf: consider ECORE_IMF_MODULES_DIR.
also do the standard eina_prefix_lib_get() usage as the last one.
SVN revision: 82505
Jihoon Kim [Thu, 10 Jan 2013 04:26:59 +0000 (04:26 +0000)]
efl/ecore_imf/ibus: use EINA_SAFETY_ON_NULL_RETURN for checking NULL parameter
SVN revision: 82503
Gustavo Sverzut Barbieri [Thu, 10 Jan 2013 03:47:46 +0000 (03:47 +0000)]
efl/emotion: use path_max
still needs to change to use eina_prefix :-/
SVN revision: 82502
Gustavo Sverzut Barbieri [Thu, 10 Jan 2013 03:43:32 +0000 (03:43 +0000)]
efl: merge emotion.
this one was quite a huge work, but hopefully it's correct.
NOTES:
* removed vlc generic module, it should go into a separate package.
* gstreamer is enabled by default (see --disable-gstreamer)
* xine is disabled by default (see --enable-gstreamer)
* generic is always built statically if supported
* gstreamer and xine can't be configured as static (just lacks command line options, build system supports it)
* v4l2 is enabled by default on linux if eeze is built (see --disable-v4l2)
* emotion_test moved to src/tests/emotion and depends on EFL_ENABLE_TESTS (--with-tests), but is still installed if enabled.
TODO (need your help!):
* fix warnings with gstreamer and xine engine
* call engine shutdown functions if building as static
* remove direct usage of PACKAGE_*_DIR and use eina_prefix
* add eina_prefix checkme file as evas and others
* add support for $EFL_RUN_IN_TREE
* create separate package for emotion_generic_modules
* check docs hierarchy (doxygen is segv'in here)
SVN revision: 82501
Gustavo Sverzut Barbieri [Thu, 10 Jan 2013 02:18:10 +0000 (02:18 +0000)]
efl: forward typedef to avoid including useless headers.
do not include Ecore_Input.h just to get Ecore_Window and Ecore_Getopt
to get handful typedefs.
NOTE: why do we have the #ifdefs around these predefs? At least GCC does not warn if we typedef twice the same thing (if they are identical)
SVN revision: 82499
Gustavo Sverzut Barbieri [Thu, 10 Jan 2013 02:14:46 +0000 (02:14 +0000)]
efl/edje: remove useless include.
This made no sense... as HAVE_ECORE_IMF was defined in a local (not
installed) config.h. With single-tree it is defined and will bring in
one useless include in our public header.
SVN revision: 82498
Jihoon Kim [Thu, 10 Jan 2013 01:43:52 +0000 (01:43 +0000)]
efl/ecore_imf: change namespace to all functions
SVN revision: 82497
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 23:27:31 +0000 (23:27 +0000)]
maybe this time svnlook will work?
SVN revision: 82496
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 23:25:01 +0000 (23:25 +0000)]
still not there with svnlook diff :-/
hell, how to make this bastard show C function names in diff!?
SVN revision: 82495
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 23:21:39 +0000 (23:21 +0000)]
bogus commit to see if post-commit hook worked.
svnlook diff is a bitch, come on :-/
SVN revision: 82494
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 23:17:21 +0000 (23:17 +0000)]
efl/evas: improve docs linking
SVN revision: 82493
Lucas De Marchi [Wed, 9 Jan 2013 22:32:08 +0000 (22:32 +0000)]
efl/evas: move cserve2 binaries under MODULE_ARCH dir
SVN revision: 82491
Lucas De Marchi [Wed, 9 Jan 2013 22:32:04 +0000 (22:32 +0000)]
efl/evas: do not install dummy_slave
This slave is for test only and should not be installed.
SVN revision: 82490
Lucas De Marchi [Wed, 9 Jan 2013 22:31:59 +0000 (22:31 +0000)]
efl/efreet: move efreet_{icon,desktop}_cache_create under MODULE_ARCH
These binaries are called by efreetd and should be under MODULE_ARCH
dir.
And actually fix the path to efreet_desktop_cache_create that was wrong.
SVN revision: 82489
Lucas De Marchi [Wed, 9 Jan 2013 22:31:54 +0000 (22:31 +0000)]
efl/edje: move epp under MODULE_ARCH
epp is invoked by edje_cc and should include the MODULE_ARCH dir.
SVN revision: 82488
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 22:22:39 +0000 (22:22 +0000)]
efl: too much c&p
SVN revision: 82487
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 22:21:40 +0000 (22:21 +0000)]
efl: fix typo, extra 'x' in there.
SVN revision: 82486
Paulo Alcantara [Wed, 9 Jan 2013 21:40:25 +0000 (21:40 +0000)]
efl/cserve2: Increase refcount of scaled image entries properly
Patch by: Paulo Alcantara <pcacjr@profusion.mobi>
SVN revision: 82484
Paulo Alcantara [Wed, 9 Jan 2013 21:39:06 +0000 (21:39 +0000)]
efl/software_generic: Fix map/image drawing with Cserve2
We must check whether source image has been loaded or not before
enqueueing draw commands. Otherwise, cserve2 may not have a specific
loader and then it does not load the source image and the enqueued draw
commands dereference the NULL pointer "data" from source image.
Patch by: Paulo Alcantara <pcacjr@profusion.mobi>
SVN revision: 82483
Paulo Alcantara [Wed, 9 Jan 2013 21:37:34 +0000 (21:37 +0000)]
efl/font: Dispatch font load request once sent to server
Patch by: Paulo Alcantara <pcacjr@profusion.mobi>
SVN revision: 82482
Paulo Alcantara [Wed, 9 Jan 2013 21:36:03 +0000 (21:36 +0000)]
efl/cache: Set loaded flag properly with loaded pixels
Patch by: Paulo Alcantara <pcacjr@profusion.mobi>
SVN revision: 82481
Henrique Dante de Almeida [Wed, 9 Jan 2013 20:56:03 +0000 (20:56 +0000)]
Fix Edje hint recalculation after swallow part changes
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>
SVN revision: 82480
Lucas De Marchi [Wed, 9 Jan 2013 20:51:56 +0000 (20:51 +0000)]
eeze: install module under MODULE_ARCH like the rest of EFL
SVN revision: 82479
Lucas De Marchi [Wed, 9 Jan 2013 19:38:04 +0000 (19:38 +0000)]
ecore_imf: install module under MODULE_ARCH like the rest of EFL
SVN revision: 82478
Lucas De Marchi [Wed, 9 Jan 2013 19:37:58 +0000 (19:37 +0000)]
ecore_imf: remove double definition of PACKAGE_LIB_DIR
SVN revision: 82477
Lucas De Marchi [Wed, 9 Jan 2013 16:51:24 +0000 (16:51 +0000)]
efl: update gitignore and prefix entries with /
SVN revision: 82476
Gustavo Sverzut Barbieri [Wed, 9 Jan 2013 16:48:40 +0000 (16:48 +0000)]
efl: improve X detection by Joel Klinghed.
* Split out ecore_imf_xim to do its own check
* Fixed problem with xcb's makekeys, no rule for
$(top_builddir)/src/utils/ecore/makekeys$(EXEEXT) exists so make
used an implicit rule (ignoring any cflags of course)
* Fixed gl_x11 engine to build with either Xlib or XCB (xcb flags were
missing)
* Added EFL_FIND_X and replace any used of AC_PATH_X{,TRA}. First
looks for Xorg pkg-config files then if those arn't found it falls
back to old AC_PATH_X. Also generalized common header and lib
checks. Could probably use some polishing (the AC_CACHE_VAL cruft
especially) but this is what I have time for tonight.
Now X11 should be found on non-standard locations by means of xmkmf,
--x-includes/--x-libraries and also pkg-config.
SVN revision: 82475
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