platform/upstream/efl.git
11 years agoeeze/sensor/tizen: Require a minimum tizen system sensor lib version.
Stefan Schmidt [Wed, 3 Apr 2013 15:18:23 +0000 (16:18 +0100)]
eeze/sensor/tizen: Require a minimum tizen system sensor lib version.

This allows us to use more sensor types without any ifdef hell.

11 years agoeeze/sensor: Add more sensor types used in Tizen.
Stefan Schmidt [Tue, 2 Apr 2013 14:59:51 +0000 (15:59 +0100)]
eeze/sensor: Add more sensor types used in Tizen.

Just setting up the sensor types in the lib and fake module.

11 years agoCheck for -Wshadow warnings with globals
Mike McCormack [Wed, 3 Apr 2013 11:39:57 +0000 (22:39 +1100)]
Check for -Wshadow warnings with globals

Signed-off-by: Mike McCormack <mike@atratus.org>
11 years agoeina: fix test logic after change in Eina_Cow GC.
Cedric BAIL [Wed, 3 Apr 2013 10:21:51 +0000 (19:21 +0900)]
eina: fix test logic after change in Eina_Cow GC.

11 years agoevas: fix crash with Evas buffer when target colorspace has no alpha.
Cedric BAIL [Wed, 3 Apr 2013 10:18:58 +0000 (19:18 +0900)]
evas: fix crash with Evas buffer when target colorspace has no alpha.

11 years agoeo.c: fixed formatting.
Daniel Juyung Seo [Wed, 3 Apr 2013 00:31:17 +0000 (09:31 +0900)]
eo.c: fixed formatting.

11 years agoecore/wayland: Fix screen geometry when it is rotated.
Rafael Antognolli [Tue, 2 Apr 2013 20:11:10 +0000 (17:11 -0300)]
ecore/wayland: Fix screen geometry when it is rotated.

Width and height should be swapped when the screen is rotated by 90 or
270 degrees.

Additionally, add a command to the ecore_evas_window_sizes_example which
returns the screen geometry.

11 years agoevas_textblock: Avoid dereferencing out-of-bounds element
Daniel Willmann [Tue, 2 Apr 2013 17:45:53 +0000 (18:45 +0100)]
evas_textblock: Avoid dereferencing out-of-bounds element

Address sanitizer found this. Not really a serious error as text[i] will
be 0 in that case (I believe) and the loop is aborted in any case.

Still, better safe than sorry.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoevas/map: Consider framespace offset when populating map points.
Rafael Antognolli [Sun, 31 Mar 2013 19:15:53 +0000 (16:15 -0300)]
evas/map: Consider framespace offset when populating map points.

Since the objects are moved by the framespace offset, it must be
considered when populating map points. This is done when the map is
applied to an object (the map points are updated with the framespace
offset of the canvas that is parent of that object.

Additionally, a flag is set on the map struct to indicate that it had
its points updated already to avoid re-adding the offset.

11 years agoevas/wayland: Take framespace offsets into account on pointer_xy_get().
Rafael Antognolli [Wed, 27 Mar 2013 20:18:09 +0000 (17:18 -0300)]
evas/wayland: Take framespace offsets into account on pointer_xy_get().

Applications using these functions should not know of any offset. This
patch makes the canvas pointer position to be returned exactly the same
as on X11 backends.

11 years agoecore/wayland: Destroy the frame_callback on window_free.
Rafael Antognolli [Tue, 26 Mar 2013 22:25:29 +0000 (19:25 -0300)]
ecore/wayland: Destroy the frame_callback on window_free.

11 years agoevas/wayland: Remove wrong check from framespace position_get.
Rafael Antognolli [Tue, 26 Mar 2013 16:49:18 +0000 (13:49 -0300)]
evas/wayland: Remove wrong check from framespace position_get.

This check makes no sense, since objects can be on outside of the
screen, with negative position, but they still need to be adjusted by
the framespace offset.

11 years agoevas/events: Fix evas_events framespace offset.
Rafael Antognolli [Tue, 26 Mar 2013 16:42:03 +0000 (13:42 -0300)]
evas/events: Fix evas_events framespace offset.

Framespace offset adjustment should be applied to every object not
marked with "is_frame".

Additionally, it should be applied only once. Since it is already being
applied on the *_feed_mouse_* functions, there's no need to apply it
again on the _evas_event_source_mouse_* functions, which are called by
the former ones.

Also add the missing adjustment to the feed_mouse_move one.

11 years agoevas/wayland: Add framespace offset to newly created objects.
Rafael Antognolli [Tue, 26 Mar 2013 17:51:54 +0000 (14:51 -0300)]
evas/wayland: Add framespace offset to newly created objects.

Patch originally done by: Christopher Michael <cp.michael@samsung.com>

11 years agoevas/wayland: Several fixes to make the framespace behave correctly.
Rafael Antognolli [Tue, 26 Mar 2013 17:51:05 +0000 (14:51 -0300)]
evas/wayland: Several fixes to make the framespace behave correctly.

- mark all children of a given smart object as "is_frame" if the smart
object is also marked as a frame;
- when moving a smart object, use the originally requested move
coordinate to calculate the offset that the children should be moved
too;
- _smart_move_children_relative will fetch the child position with
geometry_get(), this way getting the corrected object position, before
adding the offset.

11 years agoecore_evas/wayland: Ecore_Evas geometry should report the client size.
Rafael Antognolli [Fri, 22 Mar 2013 19:18:10 +0000 (16:18 -0300)]
ecore_evas/wayland: Ecore_Evas geometry should report the client size.

The real canvas size contains enough space for rendering the frame, but
ecore_evas_geometry_get() should be consistent accross all the engines
and report only the client area.

11 years agoedje_multisense: Support sample speed
Daniel Willmann [Fri, 22 Mar 2013 17:28:56 +0000 (17:28 +0000)]
edje_multisense: Support sample speed

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoecore_audio_playback: Support changing of speed
Daniel Willmann [Mon, 18 Mar 2013 16:08:34 +0000 (16:08 +0000)]
ecore_audio_playback: Support changing of speed

Implement ecore_audio_input_speed_set() in playback example
Fix volume limit off-by-one check while I'm at it

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoecore_audio: Implement speed get/set functions
Daniel Willmann [Mon, 18 Mar 2013 16:05:03 +0000 (16:05 +0000)]
ecore_audio: Implement speed get/set functions

You can now change the playback speed of an input

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoecore_audio: Rename ecore_audio_*_userdata_{get,set} userdata -> data
Daniel Willmann [Tue, 2 Apr 2013 15:21:44 +0000 (16:21 +0100)]
ecore_audio: Rename ecore_audio_*_userdata_{get,set} userdata -> data

As mentioned by Cedric *_data_set is used in other places of EFL
already.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoeina_cow: Fix compilation for tests again
Daniel Willmann [Tue, 2 Apr 2013 14:06:33 +0000 (15:06 +0100)]
eina_cow: Fix compilation for tests again

eina_cow_add now requires a gc parameter

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoevas_object_image.c/Evas.h: Added Eo apis for image preload.
Daniel Juyung Seo [Tue, 2 Apr 2013 12:58:32 +0000 (21:58 +0900)]
evas_object_image.c/Evas.h: Added Eo apis for image preload.

1. Added evas_obj_image_preload_begin/cancel APIs.
2. Removed evas_obj_image_preload. This accepts 'cancel' as a parameter and it's so confusing to developers.
3. No ChangeLog/NEWS for this change because Eo APIs were not released yet.
4. Discussed with Raster.
5. It's encouraged to use elm_image however. elm_image has elm_image_preload_disabled_set() API.

11 years agoevas_render.c: added EINA_UNUSED for unused parameter.
Daniel Juyung Seo [Tue, 2 Apr 2013 10:44:30 +0000 (19:44 +0900)]
evas_render.c: added EINA_UNUSED for unused parameter.

11 years agoedje: Remove duplicate check introduced in 9157c51.
Raphael Kubo da Costa [Tue, 2 Apr 2013 12:10:14 +0000 (15:10 +0300)]
edje: Remove duplicate check introduced in 9157c51.

11 years agoeina: make it possible to disable Eina_Cow GC at instantiation time.
Cedric BAIL [Tue, 2 Apr 2013 08:10:35 +0000 (17:10 +0900)]
eina: make it possible to disable Eina_Cow GC at instantiation time.

11 years agoEcore.h: fixed ecore documentation.
Daniel Juyung Seo [Tue, 2 Apr 2013 07:25:51 +0000 (16:25 +0900)]
Ecore.h: fixed ecore documentation.

11 years agoEvas.h: fixed documentation.
Daniel Juyung Seo [Tue, 2 Apr 2013 07:06:50 +0000 (16:06 +0900)]
Evas.h: fixed documentation.

11 years agoeina: let's not run the GC on memcpy things.
Cedric BAIL [Tue, 2 Apr 2013 04:41:47 +0000 (13:41 +0900)]
eina: let's not run the GC on memcpy things.

11 years agovalgrind complain--
Carsten Haitzler (Rasterman) [Tue, 2 Apr 2013 03:28:06 +0000 (12:28 +0900)]
valgrind complain--

11 years agoeina_stringshare.h: more acurate documentation for Eina_Stringshare.
Daniel Juyung Seo [Mon, 1 Apr 2013 11:57:41 +0000 (20:57 +0900)]
eina_stringshare.h: more acurate documentation for Eina_Stringshare.

11 years agoevas_object_smart.c: internal comment++.
Daniel Juyung Seo [Mon, 1 Apr 2013 08:27:54 +0000 (17:27 +0900)]
evas_object_smart.c: internal comment++.

11 years agoevas: call Eina_Cow garbage collector on surface dump.
Cedric BAIL [Mon, 1 Apr 2013 09:39:50 +0000 (18:39 +0900)]
evas: call Eina_Cow garbage collector on surface dump.

11 years agoevas: forgotten destruction of Eina_Cow pool for objects state.
Cedric BAIL [Mon, 1 Apr 2013 09:39:29 +0000 (18:39 +0900)]
evas: forgotten destruction of Eina_Cow pool for objects state.

11 years agoeina: correctly remove reference from hash and make cow garbage collector work.
Cedric BAIL [Mon, 1 Apr 2013 09:38:24 +0000 (18:38 +0900)]
eina: correctly remove reference from hash and make cow garbage collector work.

11 years agoedje: prevent segv when not defining item before setting there property.
Cedric BAIL [Mon, 1 Apr 2013 06:27:38 +0000 (15:27 +0900)]
edje: prevent segv when not defining item before setting there property.

11 years agoefl: don't track generated file.
Cedric BAIL [Mon, 1 Apr 2013 03:42:30 +0000 (12:42 +0900)]
efl: don't track generated file.

11 years agowe have spec files... lets add arch pkgbuild stuff too :)
Carsten Haitzler (Rasterman) [Sun, 31 Mar 2013 13:22:19 +0000 (22:22 +0900)]
we have spec files... lets add arch pkgbuild stuff too :)

11 years agoEvil: add mkdtemp
Cedric Bail [Sat, 30 Mar 2013 15:09:37 +0000 (00:09 +0900)]
Evil: add mkdtemp

11 years agosystemd: make it require at least 192 to work.
Cedric Bail [Sat, 30 Mar 2013 09:09:41 +0000 (18:09 +0900)]
systemd: make it require at least 192 to work.

11 years agoecore: add some usefull debugging information.
Cedric Bail [Sat, 30 Mar 2013 09:09:16 +0000 (18:09 +0900)]
ecore: add some usefull debugging information.

11 years agoeina: add <errno.h> for build on Win32.
Cedric Bail [Sat, 30 Mar 2013 09:20:19 +0000 (18:20 +0900)]
eina: add <errno.h> for build on Win32.

11 years agoREADME: call ldconfig after installing bullet.
Daniel Juyung Seo [Fri, 29 Mar 2013 17:04:41 +0000 (02:04 +0900)]
README: call ldconfig after installing bullet.

11 years agoFixed behavior of --disable{-xine,-v4l2}
Alex-P. Natsios [Fri, 29 Mar 2013 13:14:34 +0000 (22:14 +0900)]
Fixed behavior of --disable{-xine,-v4l2}

11 years agoFix edje entry to resepct filter callbacks and not clear
Carsten Haitzler (Rasterman) [Fri, 29 Mar 2013 10:42:54 +0000 (19:42 +0900)]
Fix edje entry to resepct filter callbacks and not clear
selections if filters filter out all contents.

11 years agoeina: use a global variable to hold the same string accross other library.
Cedric BAIL [Fri, 29 Mar 2013 02:44:48 +0000 (11:44 +0900)]
eina: use a global variable to hold the same string accross other library.

11 years agomatching fix to evas test suite to account for changes in word
Carsten Haitzler (Rasterman) [Fri, 29 Mar 2013 00:21:20 +0000 (09:21 +0900)]
matching fix to evas test suite to account for changes in word
start/end changes as per log message/changelog

11 years agoeeze/sensor/tests: Catch all callbacks from async read.
Stefan Schmidt [Thu, 28 Mar 2013 13:54:29 +0000 (13:54 +0000)]
eeze/sensor/tests: Catch all callbacks from async read.

Originally we quit mainloop on the first event we got. As we expect a bit
more we are now counting them and only leave when all arrived.

11 years agoeeze/sensor/fake: Finally fix fake module to send out correct ecore events.
Stefan Schmidt [Thu, 28 Mar 2013 13:52:58 +0000 (13:52 +0000)]
eeze/sensor/fake: Finally fix fake module to send out correct ecore events.

Sensor type is completely different from event type.

11 years agoeeze/sensor: Print out what feature we are testing right now.
Stefan Schmidt [Thu, 28 Mar 2013 13:52:09 +0000 (13:52 +0000)]
eeze/sensor: Print out what feature we are testing right now.

11 years agoecore: add systemd watchdog support to Ecore main loop.
Cedric Bail [Thu, 28 Mar 2013 14:28:32 +0000 (23:28 +0900)]
ecore: add systemd watchdog support to Ecore main loop.

11 years agoeina: forgotten header for make dist.
Cedric Bail [Thu, 28 Mar 2013 11:54:25 +0000 (20:54 +0900)]
eina: forgotten header for make dist.

11 years agowarn--
Carsten Haitzler (Rasterman) [Thu, 28 Mar 2013 11:11:24 +0000 (20:11 +0900)]
warn--

11 years agoeina/examples: Return in a non-void function.
Stefan Schmidt [Thu, 28 Mar 2013 10:55:05 +0000 (10:55 +0000)]
eina/examples: Return in a non-void function.

Reported by Simotek. Thanks!

11 years agofix word start/end logic to be consistent with other toolkits.
Carsten Haitzler (Rasterman) [Thu, 28 Mar 2013 09:51:18 +0000 (18:51 +0900)]
fix word start/end logic to be consistent with other toolkits.

11 years agoevas/render - better efficient check.
ChunEon Park [Thu, 28 Mar 2013 01:34:26 +0000 (10:34 +0900)]
evas/render - better efficient check.

11 years agoevas - updated doc
ChunEon Park [Thu, 28 Mar 2013 01:15:11 +0000 (10:15 +0900)]
evas - updated doc

11 years agoeeze/sensor: Setup all ecore event types in init.
Stefan Schmidt [Wed, 27 Mar 2013 17:15:27 +0000 (17:15 +0000)]
eeze/sensor: Setup all ecore event types in init.

We had some set up but not all. Do that and avoid the redo'ing in
eeze_sensor test.

11 years agoeeze/sensor/test: Remove useless check.
Stefan Schmidt [Wed, 27 Mar 2013 17:14:31 +0000 (17:14 +0000)]
eeze/sensor/test: Remove useless check.

Thsi would only test ecore_event_add and nothing wrt to eeze sensor.

11 years agoeina: add eina_file_mkdtemp and tests for Eina_File.
Vladislav Brovko [Wed, 27 Mar 2013 13:40:28 +0000 (22:40 +0900)]
eina: add eina_file_mkdtemp and tests for Eina_File.

Test added for :
eina_file_direct_ls_simple
eina_file_ls_simple

Signed-off-by: Cedric BAIL <cedric.bail@samsung.com>
11 years agoeina: do not report timing for already stopped domain.
Cedric BAIL [Wed, 27 Mar 2013 13:36:14 +0000 (22:36 +0900)]
eina: do not report timing for already stopped domain.

11 years agoeeze/sensor: Make sure we send out ecore events for all async reads in fake module
Stefan Schmidt [Wed, 27 Mar 2013 13:23:53 +0000 (13:23 +0000)]
eeze/sensor: Make sure we send out ecore events for all async reads in fake module

11 years agoeeze/sensor: Create a new sensor object for the async test.
Stefan Schmidt [Wed, 27 Mar 2013 12:03:32 +0000 (12:03 +0000)]
eeze/sensor: Create a new sensor object for the async test.

Its a demo so we should do all the steps and create a new object
instead of re-using the other one.

11 years agoefl: integrate eina_log_timing.
Cedric BAIL [Wed, 27 Mar 2013 12:42:55 +0000 (21:42 +0900)]
efl: integrate eina_log_timing.

11 years agoeina: add eina_log_timing.
Cedric BAIL [Wed, 27 Mar 2013 12:39:55 +0000 (21:39 +0900)]
eina: add eina_log_timing.

11 years agoeeze/sensor: Use the correct data get method in the test.
Stefan Schmidt [Wed, 27 Mar 2013 11:57:04 +0000 (11:57 +0000)]
eeze/sensor: Use the correct data get method in the test.

Light and proximity sensors only have one data item to fetch.

11 years agoedje: Add edje_object_part_text_input_panel_layout_variation_set/get API
Jihoon Kim [Wed, 27 Mar 2013 08:28:53 +0000 (17:28 +0900)]
edje: Add edje_object_part_text_input_panel_layout_variation_set/get API

11 years agoedje_entry: alt+home should not move to first letter. Patch by ryuan.choi.
Ryuan Choi [Wed, 27 Mar 2013 07:30:11 +0000 (16:30 +0900)]
edje_entry: alt+home should not move to first letter. Patch by ryuan.choi.

When user pressed home and ctrl+home, caret is normaly moved to first letter.
But, it is not common behavior for alt+home.

For example, gedit does not have any behavior and urlbar of firefox open
home page when alt+home is pressed.

11 years agoAdd mouse_events option on the group level
Iván Briano [Wed, 27 Mar 2013 02:11:32 +0000 (23:11 -0300)]
Add mouse_events option on the group level

No runtime changes. This makes it possible to set mouse_events on a
group, and it will use this value as the default for mouse_events on
every part of that group. It defaults to 1 if not set, to keep things
working as they do now.

That is, instead of setting mouse_events: 0; on every single part you
don't want to receive events, it's now possible to set it for the group
and only use mouse_events: 1; explicitly on those that should handle
events.

11 years agoecore_imf: Add ecore_imf_context_input_panel_layout_variation_set/get API
Jihoon Kim [Wed, 27 Mar 2013 01:15:42 +0000 (10:15 +0900)]
ecore_imf: Add ecore_imf_context_input_panel_layout_variation_set/get API

11 years agoEcore_Wayland: Add ecore_wl_window_surface_create() API
Eduardo Lima (Etrunko) [Tue, 26 Mar 2013 18:48:41 +0000 (15:48 -0300)]
Ecore_Wayland: Add ecore_wl_window_surface_create() API

On some use cases, it is necessary to create a new wl_surface without
associating it to a wl_shell_surface. This new API makes it possible.

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
11 years agom4: With efl with binary macro to help cross-compilation
Stefan Schmidt [Tue, 26 Mar 2013 17:25:35 +0000 (17:25 +0000)]
m4: With efl with binary macro to help cross-compilation

Stumbled over it while trying to give configure a working edje_cc
when doing cross-compile. The path was picked up but never set as
the Makefile_Edje_Helper.am guarded it with HAVE_EDJE_CC which we
never successfully assigned due to this typo.

Thanks goes to Daniel for another round of pair-bug-spotting.

11 years agoEvas tests: Fix TESTS_BUILD_DIR to point to the build dir.
Tom Hacohen [Tue, 26 Mar 2013 14:58:19 +0000 (14:58 +0000)]
Evas tests: Fix TESTS_BUILD_DIR to point to the build dir.

11 years agoEina examples: Fixed eina magic example.
Tom Hacohen [Tue, 26 Mar 2013 11:24:17 +0000 (11:24 +0000)]
Eina examples: Fixed eina magic example.

Return a value in the "new" function...

11 years agoEvas text: Add apparently important NULL checks.
Tom Hacohen [Tue, 26 Mar 2013 11:09:41 +0000 (11:09 +0000)]
Evas text: Add apparently important NULL checks.

Apparently obj->layer and obj->layer->evas can sometimes be NULL. It is
checked in other objects, for example, image object. Add the checks here
to "fix" a crash reported by Christopher Michael.

11 years agoeeze: Decrement eeze init count also in error cases
Stefan Schmidt [Tue, 26 Mar 2013 11:04:07 +0000 (11:04 +0000)]
eeze: Decrement eeze init count also in error cases

11 years agoeeze: Unregister all log domains in eeze shutdown.
Stefan Schmidt [Tue, 26 Mar 2013 09:24:57 +0000 (09:24 +0000)]
eeze: Unregister all log domains in eeze shutdown.

We only unregistered _udev so far. Now also doing it for _net and _sensor

11 years agoevas_extn: Tag parameter as unused.
Stefan Schmidt [Tue, 26 Mar 2013 08:47:54 +0000 (08:47 +0000)]
evas_extn: Tag parameter as unused.

Maybe we should switch to use -Wno-unused-parameter in our default cflags?
I mean unused parameters are really common and I do not see their harm.

Using -Wno-unused-parameter would let us remove all the cluttered EINA_UNUSED
and __UNUSED__ and also be safe when a paramter gets is use later as the
compiler could optimize it out when tagged with unused. Still we would avoid
the warnings to find the important ones.

11 years agoembryo: Removed unused variable
Stefan Schmidt [Tue, 26 Mar 2013 08:46:01 +0000 (08:46 +0000)]
embryo: Removed unused variable

11 years agoeeze: Make eeze sensor log domain private and use different ones for the modules
Stefan Schmidt [Tue, 26 Mar 2013 08:43:16 +0000 (08:43 +0000)]
eeze: Make eeze sensor log domain private and use different ones for the modules

The main eeze sensor log domain was EAPI as it was used in the modules as well.
(Gives some nice runtime error when loading the shared object). Switch to different
domains for the module and make the main domain private.

Spotted by zmike.

11 years agoeeze/fake/module: Correct error message and fix typo.
Stefan Schmidt [Tue, 26 Mar 2013 08:35:59 +0000 (08:35 +0000)]
eeze/fake/module: Correct error message and fix typo.

11 years agoedje: fix border limit bug.
Cedric BAIL [Tue, 26 Mar 2013 02:59:10 +0000 (11:59 +0900)]
edje: fix border limit bug.

11 years agoevas: no need for a callback per async call.
Cedric BAIL [Tue, 26 Mar 2013 02:48:23 +0000 (11:48 +0900)]
evas: no need for a callback per async call.

Let's not multiply our callback infrastructure without any serious need. We
already have to many of them.

11 years agooops get images.mk generation right. missing |
Carsten Haitzler (Rasterman) [Tue, 26 Mar 2013 00:42:31 +0000 (09:42 +0900)]
oops get images.mk generation right. missing |

11 years agofilter ~ from images.mk and restore it to not have ~ files.
Carsten Haitzler (Rasterman) [Tue, 26 Mar 2013 00:39:50 +0000 (09:39 +0900)]
filter ~ from images.mk and restore it to not have ~ files.

11 years agoecore_x - use the exsiting variable.
ChunEon Park [Mon, 25 Mar 2013 13:45:06 +0000 (22:45 +0900)]
ecore_x - use the exsiting variable.

11 years agoupdate doc styling to match e.org
Carsten Haitzler (Rasterman) [Mon, 25 Mar 2013 13:36:57 +0000 (22:36 +0900)]
update doc styling to match e.org

11 years agoimrpovement in ethumb video generation - wait a few frames so we have
Carsten Haitzler (Rasterman) [Mon, 25 Mar 2013 07:12:54 +0000 (16:12 +0900)]
imrpovement in ethumb video generation - wait a few frames so we have
something rendered at new pos... :)

11 years agoembryo: use eina_file_mkstemp.
Cedric BAIL [Mon, 25 Mar 2013 09:44:21 +0000 (18:44 +0900)]
embryo: use eina_file_mkstemp.

11 years agoeina: add eina_file_mkstemp.
Cedric BAIL [Mon, 25 Mar 2013 09:43:13 +0000 (18:43 +0900)]
eina: add eina_file_mkstemp.

11 years agoeina: add some documentation for Eina_Cow.
Cedric BAIL [Mon, 25 Mar 2013 08:30:44 +0000 (17:30 +0900)]
eina: add some documentation for Eina_Cow.

11 years agoevas_extn: Rename data variable to avoid local shadowing.
Stefan Schmidt [Mon, 25 Mar 2013 09:40:36 +0000 (09:40 +0000)]
evas_extn: Rename data variable to avoid local shadowing.

Jenkins as well as klocwork complained here as data is already used for
the parameter of the function and we shadow it here locally. Does not look
like it would really harm us here but better avoid it.

11 years agoeina: improve Eina_Value coverage.
Valerii Kanunik [Mon, 25 Mar 2013 03:55:42 +0000 (12:55 +0900)]
eina: improve Eina_Value coverage.

Added test 1: eina_value_test_convert_long.
Added test 2: eina_value_test_convert_ulong.

Signed-off-by: Cedric BAIL <cedric.bail@samsung.com>
11 years agoedje: work also when not cross compiling.
Cedric Bail [Sun, 24 Mar 2013 14:41:44 +0000 (23:41 +0900)]
edje: work also when not cross compiling.

11 years agoeio: fix a typos.
Cedric Bail [Fri, 22 Mar 2013 13:56:52 +0000 (22:56 +0900)]
eio: fix a typos.

11 years agoedje: add option to enable theme compilation when cross compiling
Cedric Bail [Sun, 24 Mar 2013 12:00:55 +0000 (13:00 +0100)]
edje: add option to enable theme compilation when cross compiling

11 years agoedje: fix stupid dependencies issue.
Cedric Bail [Sun, 24 Mar 2013 11:48:00 +0000 (20:48 +0900)]
edje: fix stupid dependencies issue.

NOTE: We can't still not properly finish cross compilation as all the
build system assume that we can run the just compiled edje_cc and epp...

11 years agoevil: fix massive typo that was relying on Evil previous installation.
Cedric Bail [Sun, 24 Mar 2013 11:42:28 +0000 (20:42 +0900)]
evil: fix massive typo that was relying on Evil previous installation.

11 years agoedje: doxygen doc improvement in edje_file_data_get
Jerome Pinot [Sat, 23 Mar 2013 05:10:22 +0000 (14:10 +0900)]
edje: doxygen doc improvement in edje_file_data_get

11 years agoupdate po's ... :/
Carsten Haitzler (Rasterman) [Sat, 23 Mar 2013 04:28:49 +0000 (13:28 +0900)]
update po's ... :/

11 years agoadd a COMPLIANCE file for convenience.
Carsten Haitzler (Rasterman) [Fri, 22 Mar 2013 08:40:56 +0000 (17:40 +0900)]
add a COMPLIANCE file for convenience.