platform/upstream/efl.git
12 years agoeina: let eina_hash_free behave like free.
Cedric BAIL [Fri, 30 Dec 2011 13:41:37 +0000 (13:41 +0000)]
eina: let eina_hash_free behave like free.

SVN revision: 66694

12 years agoeina: add Eina_Semaphore API.
Cedric BAIL [Fri, 30 Dec 2011 13:38:53 +0000 (13:38 +0000)]
eina: add Eina_Semaphore API.

Patch by Vincent Torri.

SVN revision: 66693

12 years agoEmotion: stop breaking compilation on Windows please
Vincent Torri [Fri, 30 Dec 2011 13:26:46 +0000 (13:26 +0000)]
Emotion: stop breaking compilation on Windows please

SVN revision: 66692

12 years agowarning--
Carsten Haitzler [Fri, 30 Dec 2011 13:24:30 +0000 (13:24 +0000)]
warning--

SVN revision: 66691

12 years agoEmotion: add ecore_x stuff when needed
Vincent Torri [Fri, 30 Dec 2011 13:19:02 +0000 (13:19 +0000)]
Emotion: add ecore_x stuff when needed

SVN revision: 66690

12 years agoemotion_gst... compile again on linux.. and remove warnings (bugs
Carsten Haitzler [Fri, 30 Dec 2011 13:17:26 +0000 (13:17 +0000)]
emotion_gst... compile again on linux.. and remove warnings (bugs
waiting to possibly happen)

SVN revision: 66689

12 years agono - now you need Emotion.h too. this is why i like simple single
Carsten Haitzler [Fri, 30 Dec 2011 13:07:09 +0000 (13:07 +0000)]
no - now you need Emotion.h too. this is why i like simple single
"lib_priv.h"'s you include... then everythingg keeps working. :(

SVN revision: 66688

12 years agoEmotion: try to fix linux code
Vincent Torri [Fri, 30 Dec 2011 13:02:37 +0000 (13:02 +0000)]
Emotion: try to fix linux code

SVN revision: 66687

12 years agoEmotion:fix compilation on Windows
Vincent Torri [Fri, 30 Dec 2011 11:46:29 +0000 (11:46 +0000)]
Emotion:fix compilation on Windows

Note1: disable generic plugin on Windows as shm_open like
function note implemented on that platform yet.

Note2: want_module stuff must be fixed in the m4 macro

Note3: abstract semaphore code in Eina ?

SVN revision: 66686

12 years agoThe Evil gets all 6's.
Sanjeev BA [Fri, 30 Dec 2011 07:06:40 +0000 (07:06 +0000)]
The Evil gets all 6's.

Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>
SVN revision: 66666

12 years agoEvas: Send proper intercept size based on 'is_frame' or not.
Christopher Michael [Thu, 29 Dec 2011 18:02:23 +0000 (18:02 +0000)]
Evas: Send proper intercept size based on 'is_frame' or not.

SVN revision: 66637

12 years agoeina: let eina_hash_free() behave like free().
Cedric BAIL [Thu, 29 Dec 2011 14:06:33 +0000 (14:06 +0000)]
eina: let eina_hash_free() behave like free().

SVN revision: 66636

12 years agoeina: forgotten ChangeLog update in trunk.
Cedric BAIL [Thu, 29 Dec 2011 14:03:42 +0000 (14:03 +0000)]
eina: forgotten ChangeLog update in trunk.

SVN revision: 66635

12 years agoincrease eet_connection max msg size to 1Mb - more reasonable
Carsten Haitzler [Thu, 29 Dec 2011 13:06:30 +0000 (13:06 +0000)]
increase eet_connection max msg size to 1Mb - more reasonable

SVN revision: 66634

12 years agomore formatting improvements
Carsten Haitzler [Thu, 29 Dec 2011 13:04:28 +0000 (13:04 +0000)]
more formatting improvements

SVN revision: 66632

12 years agoformatting niceness.
Carsten Haitzler [Thu, 29 Dec 2011 12:59:55 +0000 (12:59 +0000)]
formatting niceness.

SVN revision: 66631

12 years agoevas - removed white spaces
ChunEon Park [Thu, 29 Dec 2011 11:18:44 +0000 (11:18 +0000)]
evas - removed white spaces

SVN revision: 66624

12 years agoeio: call eina_file_* on Eina_File pointer.
Cedric BAIL [Thu, 29 Dec 2011 10:46:56 +0000 (10:46 +0000)]
eio: call eina_file_* on Eina_File pointer.

SVN revision: 66622

12 years agoFix massive post data probile in ecore-con that would cause
Carsten Haitzler [Thu, 29 Dec 2011 08:55:11 +0000 (08:55 +0000)]
Fix massive post data probile in ecore-con that would cause
post data to be corrupted (as it was never copied into the
ecore con url struct) or could cause crashes if the memory
pointed to became invalid.

SVN revision: 66619

12 years agoevas Evas.h: Fixed typo.
Daniel Juyung Seo [Thu, 29 Dec 2011 04:45:30 +0000 (04:45 +0000)]
evas Evas.h: Fixed typo.

SVN revision: 66618

12 years agoethumb: reorder parameter to match other EFL callback API.
Cedric BAIL [Wed, 28 Dec 2011 16:27:08 +0000 (16:27 +0000)]
ethumb: reorder parameter to match other EFL callback API.

SVN revision: 66608

12 years agoethumb: make plugin API fully assynchronous and use it in emotion backend.
Cedric BAIL [Wed, 28 Dec 2011 16:10:10 +0000 (16:10 +0000)]
ethumb: make plugin API fully assynchronous and use it in emotion backend.

NOTE: epdf isn't asynchronous at the moment, so no need to fix its ethumb plugin.

SVN revision: 66607

12 years agoemotion: properly test the existence of an X connection in gstreamer backend.
Cedric BAIL [Wed, 28 Dec 2011 16:08:38 +0000 (16:08 +0000)]
emotion: properly test the existence of an X connection in gstreamer backend.

SVN revision: 66606

12 years agoDefine EMOTION_BUILD on compile so EAPI is defined correctly
Iván Briano [Wed, 28 Dec 2011 15:50:40 +0000 (15:50 +0000)]
Define EMOTION_BUILD on compile so EAPI is defined correctly

SVN revision: 66605

12 years agoeina: got to aggressive on that one.
Cedric BAIL [Wed, 28 Dec 2011 15:01:13 +0000 (15:01 +0000)]
eina: got to aggressive on that one.

SVN revision: 66603

12 years agoeina: this arg could really be NULL and really simplify our code.
Cedric BAIL [Wed, 28 Dec 2011 14:55:19 +0000 (14:55 +0000)]
eina: this arg could really be NULL and really simplify our code.

SVN revision: 66601

12 years agoEAPIfy external variables
Iván Briano [Wed, 28 Dec 2011 14:44:38 +0000 (14:44 +0000)]
EAPIfy external variables

SVN revision: 66600

12 years agoDon't override standard variables, it looks weird. In turn, fix building with automak...
Iván Briano [Wed, 28 Dec 2011 14:13:30 +0000 (14:13 +0000)]
Don't override standard variables, it looks weird. In turn, fix building with automake 1.11.2

SVN revision: 66599

12 years agoedje/edje_entry : Fix a bug. Wrong calculation for text length.
WooHyun Jung [Wed, 28 Dec 2011 10:27:06 +0000 (10:27 +0000)]
edje/edje_entry : Fix a bug. Wrong calculation for text length.

SVN revision: 66596

12 years ago eina: indent.
Chidambar Zinnoury [Wed, 28 Dec 2011 09:42:40 +0000 (09:42 +0000)]
 eina: indent.

SVN revision: 66595

12 years agowarn--
Carsten Haitzler [Wed, 28 Dec 2011 06:02:53 +0000 (06:02 +0000)]
warn--

SVN revision: 66592

12 years agoactually allow cursion levels to be set/limited.
Carsten Haitzler [Wed, 28 Dec 2011 06:00:37 +0000 (06:00 +0000)]
actually allow cursion levels to be set/limited.

SVN revision: 66590

12 years agoadd recursive name fund func evas_object_name_child_find()
Carsten Haitzler [Wed, 28 Dec 2011 05:07:31 +0000 (05:07 +0000)]
add recursive name fund func evas_object_name_child_find()

SVN revision: 66587

12 years agoand fix my "mouse grab+hide_mouse out" fix to not break e17 dnd :)
Carsten Haitzler [Wed, 28 Dec 2011 03:07:39 +0000 (03:07 +0000)]
and fix my "mouse grab+hide_mouse out" fix to not break e17 dnd :)

SVN revision: 66582

12 years agoEcore_Wayland: Start work on drag-n-drop code (just a start, not
Christopher Michael [Wed, 28 Dec 2011 02:49:32 +0000 (02:49 +0000)]
Ecore_Wayland: Start work on drag-n-drop code (just a start, not
actually functional yet).

Implement the data device manager.
Implement the data device itself.
Fixes for shutdown so we destroy everything correctly (data device,
device manager, shell, etc).

SVN revision: 66581

12 years agoedje/edje_entry : By this commit, preediting texts will be shown
WooHyun Jung [Wed, 28 Dec 2011 02:40:16 +0000 (02:40 +0000)]
edje/edje_entry : By this commit, preediting texts will be shown
differently. When inputting Korean text, preediting text will be shown
as selected. When inputting Japaneses text, preediting text will be
shown with underline. (Sometimes shown as selected for changing whole
preediting text to another text)

SVN revision: 66580

12 years agoEcore_Evas (Wayland_Shm):
Christopher Michael [Tue, 27 Dec 2011 19:25:38 +0000 (19:25 +0000)]
Ecore_Evas (Wayland_Shm):

Add an actual 'frame' to ecore_evas_wayland. (just a boring rectangle frame w/ the title).
Add support for size_min/max/base/step setting.
Add support for title & name_class setting.
Add support for setting a cursor.
Add support for hiding an ecore_evas.

SVN revision: 66578

12 years agoeio: make eio_file_map_* api more usefull.
Cedric BAIL [Tue, 27 Dec 2011 16:45:07 +0000 (16:45 +0000)]
eio: make eio_file_map_* api more usefull.

SVN revision: 66573

12 years agoFix warnings in scim module and indent Makefile.am correctly. By Jihoon Kim
Iván Briano [Tue, 27 Dec 2011 14:12:02 +0000 (14:12 +0000)]
Fix warnings in scim module and indent Makefile.am correctly. By Jihoon Kim

SVN revision: 66572

12 years agofix some formatting i spotted.
Carsten Haitzler [Tue, 27 Dec 2011 12:03:03 +0000 (12:03 +0000)]
fix some formatting i spotted.

SVN revision: 66570

12 years agoupdate po's
Carsten Haitzler [Tue, 27 Dec 2011 12:02:27 +0000 (12:02 +0000)]
update po's

SVN revision: 66569

12 years agofix mouse down grab coutns if window minimized or hidden (especially
Carsten Haitzler [Tue, 27 Dec 2011 12:02:18 +0000 (12:02 +0000)]
fix mouse down grab coutns if window minimized or hidden (especially
the second).

SVN revision: 66568

12 years agoadd feature to help fix bug in ecore-evas
Carsten Haitzler [Tue, 27 Dec 2011 12:01:17 +0000 (12:01 +0000)]
add feature to help fix bug in ecore-evas

SVN revision: 66567

12 years agoecore: include header only when required.
Cedric BAIL [Tue, 27 Dec 2011 10:10:47 +0000 (10:10 +0000)]
ecore: include header only when required.

SVN revision: 66563

12 years agoedje/edje_entry : fix small bug when inputting password.
WooHyun Jung [Tue, 27 Dec 2011 08:02:39 +0000 (08:02 +0000)]
edje/edje_entry : fix small bug when inputting password.

SVN revision: 66561

12 years agoEvas: Add missing evas-wayland-egl.pc file. Thanks for the report Seoz
Christopher Michael [Tue, 27 Dec 2011 00:45:52 +0000 (00:45 +0000)]
Evas: Add missing evas-wayland-egl.pc file. Thanks for the report Seoz
:)

SVN revision: 66549

12 years agoEcore: Add news & changelog entries (for people who actually read
Christopher Michael [Mon, 26 Dec 2011 23:47:33 +0000 (23:47 +0000)]
Ecore: Add news & changelog entries (for people who actually read
these things).

SVN revision: 66547

12 years agoEvas: Update news file.
Christopher Michael [Mon, 26 Dec 2011 23:43:42 +0000 (23:43 +0000)]
Evas: Update news file.

SVN revision: 66546

12 years agoEvas: Update ChangeLog.
Christopher Michael [Mon, 26 Dec 2011 23:42:33 +0000 (23:42 +0000)]
Evas: Update ChangeLog.

SVN revision: 66545

12 years agoEvas: Add 'since' on new functions.
Christopher Michael [Mon, 26 Dec 2011 23:41:24 +0000 (23:41 +0000)]
Evas: Add 'since' on new functions.

SVN revision: 66544

12 years agoEcore_Wayland: Remove 'ecore_wl_window' (not used or needed).
Christopher Michael [Mon, 26 Dec 2011 23:29:49 +0000 (23:29 +0000)]
Ecore_Wayland: Remove 'ecore_wl_window' (not used or needed).

SVN revision: 66543

12 years agoEcore: Add Ecore_Wayland (Wayland backend like ecore_x).
Christopher Michael [Mon, 26 Dec 2011 23:27:20 +0000 (23:27 +0000)]
Ecore: Add Ecore_Wayland (Wayland backend like ecore_x).

Ecore_Evas: Add 'drame_frame' functions.
Add ecore_evas_wayland code (for creating ecore_evas' in wayland).

NB: Merry Christmas EFL !!, Here is you're gift :)

SVN revision: 66542

12 years agoEvas: Add Wayland EGL engine (still experimental).
Christopher Michael [Mon, 26 Dec 2011 23:13:52 +0000 (23:13 +0000)]
Evas: Add Wayland EGL engine (still experimental).

SVN revision: 66541

12 years agoEvas (Wayland Shm Engine): Cleanup of commented out code. Fix
Christopher Michael [Mon, 26 Dec 2011 23:12:50 +0000 (23:12 +0000)]
Evas (Wayland Shm Engine): Cleanup of commented out code. Fix
calculation of update region.

SVN revision: 66540

12 years agoEvas (Wayland_Shm Engine): Check for valid RGBA_Image before trying to
Christopher Michael [Mon, 26 Dec 2011 23:12:05 +0000 (23:12 +0000)]
Evas (Wayland_Shm Engine): Check for valid RGBA_Image before trying to
use it. Use correct stride calculation for bytes.

SVN revision: 66539

12 years agoEvas: Default framespace to zero on new canvas creation.
Christopher Michael [Mon, 26 Dec 2011 23:11:07 +0000 (23:11 +0000)]
Evas: Default framespace to zero on new canvas creation.
Some cleanup of commented out code.
Fix some formatting.

SVN revision: 66538

12 years agoEvas: Fix calculations for framespce when changed.
Christopher Michael [Mon, 26 Dec 2011 23:10:27 +0000 (23:10 +0000)]
Evas: Fix calculations for framespce when changed.

SVN revision: 66537

12 years agoEvas: Default 'is_frame' to false for new objects.
Christopher Michael [Mon, 26 Dec 2011 23:09:45 +0000 (23:09 +0000)]
Evas: Default 'is_frame' to false for new objects.
Handle 'moving' nad 'resizing' of objects if they are not 'frame objects'
Add code for frame_object_get/set functions.
Fix some formatting.

SVN revision: 66536

12 years agoEvas: Add functions to get/set if an object is a 'frame object'.
Christopher Michael [Mon, 26 Dec 2011 23:08:17 +0000 (23:08 +0000)]
Evas: Add functions to get/set if an object is a 'frame object'.

SVN revision: 66535

12 years agoEvas: Add 'is_frame' property for objects (used in wayland engines).
Christopher Michael [Mon, 26 Dec 2011 23:07:52 +0000 (23:07 +0000)]
Evas: Add 'is_frame' property for objects (used in wayland engines).

SVN revision: 66534

12 years agoevas: check the availability of the generic loader before execing it.
Cedric BAIL [Mon, 26 Dec 2011 15:23:30 +0000 (15:23 +0000)]
evas: check the availability of the generic loader before execing it.

Patch requested by Guillaume Friloux.

SVN revision: 66532

12 years agoPatch from Jihoon Kim to fix building of SCIM module on 64 bits systems
Iván Briano [Mon, 26 Dec 2011 12:57:27 +0000 (12:57 +0000)]
Patch from Jihoon Kim to fix building of SCIM module on 64 bits systems

SVN revision: 66528

12 years agoadd missing scim immodule header.
Carsten Haitzler [Mon, 26 Dec 2011 04:26:15 +0000 (04:26 +0000)]
add missing scim immodule header.

SVN revision: 66508

12 years agoFrom: Jihoon Kim <imfine98@gmail.com>
Jihoon Kim [Mon, 26 Dec 2011 04:25:55 +0000 (04:25 +0000)]
From: Jihoon Kim <imfine98@gmail.com>
Subject: Re: [E-devel] [PATCH] scim-EFL immodule

I'd like to contribute EFL-scim immodule.

It will be useful to users who wants to input Chinese, Japanese, Korean,
and a variety of languages that SCIM provides.

When you run, you should set environment variable 'ECORE_IMF_MODULE'
# export ECORE_IMF_MODULE=scim

SVN revision: 66507

12 years agoshit - seb - u're right! typo. :)
Carsten Haitzler [Sat, 24 Dec 2011 02:42:27 +0000 (02:42 +0000)]
shit - seb - u're right! typo. :)

SVN revision: 66487

12 years agoEina: better autotools for dirfd
Vincent Torri [Fri, 23 Dec 2011 18:59:24 +0000 (18:59 +0000)]
Eina: better autotools for dirfd

SVN revision: 66483

12 years agoevas: forget to overide this in gl, fix evas_object_image_region_support_get
Michael BOUCHAUD [Fri, 23 Dec 2011 12:00:52 +0000 (12:00 +0000)]
evas: forget to overide this in gl, fix evas_object_image_region_support_get

SVN revision: 66480

12 years agoactually no chglog - that was a bug aded to ico loader during 1.1 by
Carsten Haitzler [Fri, 23 Dec 2011 12:00:31 +0000 (12:00 +0000)]
actually no chglog - that was a bug aded to ico loader during 1.1 by
someone who moved to eina_file too...

SVN revision: 66479

12 years agoFrom: Sanghee Park <sh15.park@samsung.com>
Sanghee Park [Fri, 23 Dec 2011 11:50:29 +0000 (11:50 +0000)]
From: Sanghee Park <sh15.park@samsung.com>
Subject: Drawing objects by pixman

        * Extend pixman support to allow other operations to use
          pixman when doing software rendering. On x86 this isn't useful
          but on ARMv7 with NEON pixman happens to do better with image
          blending and nearest scale blending.
        * Add tiled rotator for 32bit display as an option.

SVN revision: 66478

12 years agodisable bugfix for now. leave commented as note.
Carsten Haitzler [Fri, 23 Dec 2011 11:40:05 +0000 (11:40 +0000)]
disable bugfix for now. leave commented as note.

SVN revision: 66477

12 years agofix ico loader bug.
Carsten Haitzler [Fri, 23 Dec 2011 11:31:33 +0000 (11:31 +0000)]
fix ico loader bug.

SVN revision: 66476

12 years agoremove white space and trailing
Jiyoun Park [Fri, 23 Dec 2011 07:13:38 +0000 (07:13 +0000)]
remove white space and trailing

SVN revision: 66475

12 years agoecore/ecore_con - removed white trailings
ChunEon Park [Fri, 23 Dec 2011 07:07:35 +0000 (07:07 +0000)]
ecore/ecore_con - removed white trailings

SVN revision: 66474

12 years agoecore/ecore_con - removed white trailings
ChunEon Park [Fri, 23 Dec 2011 07:04:36 +0000 (07:04 +0000)]
ecore/ecore_con - removed white trailings

SVN revision: 66473

12 years agoevas - one more line duplicated.
ChunEon Park [Fri, 23 Dec 2011 02:24:19 +0000 (02:24 +0000)]
evas - one more line duplicated.

SVN revision: 66470

12 years agoevas - removed duplicated lines
ChunEon Park [Fri, 23 Dec 2011 02:20:56 +0000 (02:20 +0000)]
evas - removed duplicated lines

SVN revision: 66469

12 years agoevas: now that we use eina_lock, we don't need this #ifdef.
Cedric BAIL [Thu, 22 Dec 2011 16:54:44 +0000 (16:54 +0000)]
evas: now that we use eina_lock, we don't need this #ifdef.

SVN revision: 66466

12 years agoby the power of greyskull^Wunsigned integers, this test will always be true!
Mike Blumenkrantz [Thu, 22 Dec 2011 08:08:05 +0000 (08:08 +0000)]
by the power of greyskull^Wunsigned integers, this test will always be true!

SVN revision: 66463

12 years agocurl patch from bluezery to use ECORE_CON_SOCKS_V4 env variable and also add socks...
Mike Blumenkrantz [Thu, 22 Dec 2011 08:06:51 +0000 (08:06 +0000)]
curl patch from bluezery to use ECORE_CON_SOCKS_V4 env variable and also add socks proxying api

SVN revision: 66462

12 years agofix textblock parsing of tags with stupid trailing spaces like <br /> which people...
Mike Blumenkrantz [Thu, 22 Dec 2011 03:32:23 +0000 (03:32 +0000)]
fix textblock parsing of tags with stupid trailing spaces like <br /> which people use for some stupid reason

SVN revision: 66444

12 years agoedje: don't use strlen() == 0
Sebastian Dransfeld [Wed, 21 Dec 2011 20:09:23 +0000 (20:09 +0000)]
edje: don't use strlen() == 0

SVN revision: 66442

12 years ago[edje/examples] Fix error on message fields access.
Gustavo Lima Chaves [Wed, 21 Dec 2011 12:18:52 +0000 (12:18 +0000)]
[edje/examples] Fix error on message fields access.

SVN revision: 66440

12 years agoadd debug macros to print location of svr/cl kill
Mike Blumenkrantz [Wed, 21 Dec 2011 10:13:57 +0000 (10:13 +0000)]
add debug macros to print location of svr/cl kill

SVN revision: 66439

12 years agoprovide slightly more useful dbg info with new kill api
Mike Blumenkrantz [Wed, 21 Dec 2011 10:07:07 +0000 (10:07 +0000)]
provide slightly more useful dbg info with new kill api

SVN revision: 66438

12 years agoremove 'dead' member from client/server structs: this now serves no purpose
Mike Blumenkrantz [Wed, 21 Dec 2011 10:02:30 +0000 (10:02 +0000)]
remove 'dead' member from client/server structs: this now serves no purpose

SVN revision: 66437

12 years agonope
Mike Blumenkrantz [Wed, 21 Dec 2011 09:35:10 +0000 (09:35 +0000)]
nope

SVN revision: 66436

12 years agorevert 66362 -> breaks ecore-con. :( sorry stu!
Carsten Haitzler [Wed, 21 Dec 2011 09:23:27 +0000 (09:23 +0000)]
revert 66362 -> breaks ecore-con. :( sorry stu!

SVN revision: 66434

12 years agoeio: forgotten svn add.
Cedric BAIL [Wed, 21 Dec 2011 08:34:23 +0000 (08:34 +0000)]
eio: forgotten svn add.

SVN revision: 66419

12 years agoooh compile break if no curl! fix!
Carsten Haitzler [Wed, 21 Dec 2011 08:20:16 +0000 (08:20 +0000)]
ooh compile break if no curl! fix!

SVN revision: 66417

12 years agoevas/evas_events - repeat events should not be affected by children.
ChunEon Park [Wed, 21 Dec 2011 07:55:22 +0000 (07:55 +0000)]
evas/evas_events - repeat events should not be affected by children.

Fixed to object passes events to the next object in the same layer if the repeat_events is enabled

SVN revision: 66416

12 years agoFrom: Bluezery <ohpowel@gmail.com>
Bluezery [Wed, 21 Dec 2011 06:18:25 +0000 (06:18 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: Re: [E-devel] [Patch][ecore_con_url] Add proxy & timeout set
API

There existed two problems when using ecore_con_url. We cannot set
proxy and set timeout.
So, I added two APIs for solving these problems.
Proxy can be set by setting libcurl option.
Timeout also can be set but It need to add handler for Linux alarm
signal. (Please refer:
http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTTIMEOUT)
So I implemented it by using ecore timer.

SVN revision: 66414

12 years agoeio: Removed eio_map.c from build temporarily. SPANK CEDRIC!
Daniel Juyung Seo [Wed, 21 Dec 2011 02:38:54 +0000 (02:38 +0000)]
eio: Removed eio_map.c from build temporarily. SPANK CEDRIC!

SVN revision: 66405

12 years agoeio: add API for eina_file_open and like.
Cedric BAIL [Tue, 20 Dec 2011 17:35:41 +0000 (17:35 +0000)]
eio: add API for eina_file_open and like.

tweet: now Eio can help you load your file assynchronously !

SVN revision: 66397

12 years agoeina: forgotten ChangeLog.
Cedric BAIL [Tue, 20 Dec 2011 11:09:53 +0000 (11:09 +0000)]
eina: forgotten ChangeLog.

SVN revision: 66384

12 years agoeina: reorder init as eina_error need eina_stringshare.
Cedric BAIL [Tue, 20 Dec 2011 11:00:59 +0000 (11:00 +0000)]
eina: reorder init as eina_error need eina_stringshare.

SVN revision: 66383

12 years agoedje: patch all group the intended way.
Cedric BAIL [Tue, 20 Dec 2011 10:28:30 +0000 (10:28 +0000)]
edje: patch all group the intended way.

SVN revision: 66382

12 years agoFrom: Jihoon Kim <imfine98@gmail.com>
Jihoon Kim [Tue, 20 Dec 2011 09:49:55 +0000 (09:49 +0000)]
From: Jihoon Kim <imfine98@gmail.com>
Subject: [E-devel] [PATCH] support to get style attribute of XIM module

ATM, edje entry doesn't display the style of preedit string such as
underline, reverse, and Highlight.
It's because XIM module doesn't provide the style attribute.
This patch is made for providing the style attibute information to
entry or other editable widget.

SVN revision: 66381

12 years agoecore: actually provide all needed symbol.
Cedric BAIL [Tue, 20 Dec 2011 09:26:20 +0000 (09:26 +0000)]
ecore: actually provide all needed symbol.

SVN revision: 66379

12 years agounused warning--
Carsten Haitzler [Tue, 20 Dec 2011 08:22:03 +0000 (08:22 +0000)]
unused warning--

SVN revision: 66366

12 years agoThis was a test of the Seriousness Detection System.
Mike Blumenkrantz [Tue, 20 Dec 2011 07:25:04 +0000 (07:25 +0000)]
This was a test of the Seriousness Detection System.
Had this been an actual Situation, things would have happened.

SVN revision: 66365