platform/upstream/efl.git
11 years agoModified ChangeLog and News for the latest modification.
WooHyun Jung [Wed, 10 Apr 2013 04:53:37 +0000 (13:53 +0900)]
Modified ChangeLog and News for the latest modification.

11 years agoedje_entry.c: When cursor is located to each edge, entry now doesn't grab events...
WooHyun Jung [Wed, 10 Apr 2013 04:48:19 +0000 (13:48 +0900)]
edje_entry.c: When cursor is located to each edge, entry now doesn't grab events for cursor movement.

11 years agoEet: Pass the correct parameter to the correct format.
Tom Hacohen [Tue, 9 Apr 2013 14:19:40 +0000 (15:19 +0100)]
Eet: Pass the correct parameter to the correct format.

11 years agoeo: Update tests to check for the correct error strings
Daniel Willmann [Tue, 9 Apr 2013 13:13:47 +0000 (14:13 +0100)]
eo: Update tests to check for the correct error strings

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoeo: Indicate that numbers in error messages are in hex - prefix with 0x
Daniel Willmann [Tue, 9 Apr 2013 12:41:44 +0000 (13:41 +0100)]
eo: Indicate that numbers in error messages are in hex - prefix with 0x

The message "Expected a and got b" is a bit misleading :-)

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoeina: add eina_inlist_first and eina_inlist_last
Jérémy Zurcher [Tue, 9 Apr 2013 10:03:05 +0000 (12:03 +0200)]
eina: add eina_inlist_first and eina_inlist_last

   - both as static inline functions
   - test added in eina_inlist_simple

11 years agoadd a little code to alloc engine info in outs.. but we need a new
Carsten Haitzler (Rasterman) [Tue, 9 Apr 2013 07:52:49 +0000 (16:52 +0900)]
add a little code to alloc engine info in outs.. but we need a new
engine api for this... i guess we have no choice... it's time for a new
engine api anyway...

11 years agoupdating esperanto translation
maxerba [Mon, 8 Apr 2013 16:50:12 +0000 (18:50 +0200)]
updating esperanto translation

11 years agoEvas font: Fixed a bug with cluster sizes and ligatures.
Tom Hacohen [Mon, 8 Apr 2013 12:30:31 +0000 (13:30 +0100)]
Evas font: Fixed a bug with cluster sizes and ligatures.

This casused cursor position (among other things) to look wrong with texts
ending with ligatures.

Thanks to Yakov Goldberg for reporting.

11 years agoevas device new/free -> add/del (new 1.8 api so no log).
Carsten Haitzler (Rasterman) [Mon, 8 Apr 2013 11:08:43 +0000 (20:08 +0900)]
evas device new/free -> add/del (new 1.8 api so no log).

11 years agoclean up outputs list on evas free.
Carsten Haitzler (Rasterman) [Mon, 8 Apr 2013 11:08:19 +0000 (20:08 +0900)]
clean up outputs list on evas free.

11 years agoAdd multiple output api support to evas... just "eo infra stubs" right
Carsten Haitzler (Rasterman) [Mon, 8 Apr 2013 11:02:58 +0000 (20:02 +0900)]
Add multiple output api support to evas... just "eo infra stubs" right
now.

11 years agoedje: always invalidate and recalc the correct Edje object.
Cedric Bail [Mon, 8 Apr 2013 11:03:43 +0000 (20:03 +0900)]
edje: always invalidate and recalc the correct Edje object.

11 years agoevas: correctly define bounding box in all case.
Cedric Bail [Mon, 8 Apr 2013 06:05:58 +0000 (15:05 +0900)]
evas: correctly define bounding box in all case.

11 years agoedje: rename variable to match the rest of the library.
Cedric Bail [Mon, 8 Apr 2013 03:24:44 +0000 (12:24 +0900)]
edje: rename variable to match the rest of the library.

11 years agoedje: reuse existing index instead of a direct pointer (-30KB).
Cedric Bail [Mon, 8 Apr 2013 01:39:04 +0000 (10:39 +0900)]
edje: reuse existing index instead of a direct pointer (-30KB).

This one does account for the fact that we always read relative
information even when only computing a part of it.

11 years agoRevert "edje: reuse existing index instead of a direct pointer (-30KB)."
Cedric Bail [Sun, 7 Apr 2013 15:14:50 +0000 (00:14 +0900)]
Revert "edje: reuse existing index instead of a direct pointer (-30KB)."

This reverts commit 6a6e6dda68bc91c031e893e62cfeaf8b84253829.

11 years agoedje: reuse existing index instead of a direct pointer (-30KB).
Cedric Bail [Sun, 7 Apr 2013 14:50:29 +0000 (23:50 +0900)]
edje: reuse existing index instead of a direct pointer (-30KB).

11 years agoevas: get the bounding box from the right object and always update it.
Cedric Bail [Sun, 7 Apr 2013 14:44:44 +0000 (23:44 +0900)]
evas: get the bounding box from the right object and always update it.

11 years agoevas: correctly initialize and get the bounding box at the right time.
Cedric Bail [Sun, 7 Apr 2013 14:44:13 +0000 (23:44 +0900)]
evas: correctly initialize and get the bounding box at the right time.

11 years agoevas: revert useless change.
Cedric Bail [Sun, 7 Apr 2013 11:35:09 +0000 (20:35 +0900)]
evas: revert useless change.

11 years agoUpdated .gitignore for tags.
Ryuan Choi [Sun, 7 Apr 2013 11:35:53 +0000 (20:35 +0900)]
Updated .gitignore for tags.

11 years agoedje: fix little bug with table naming.
Cedric Bail [Sun, 7 Apr 2013 11:18:50 +0000 (20:18 +0900)]
edje: fix little bug with table naming.

11 years agoedje: increase item number in the mempool to reduce its over head.
Cedric Bail [Sun, 7 Apr 2013 08:04:21 +0000 (17:04 +0900)]
edje: increase item number in the mempool to reduce its over head.

11 years agoevas: small reorder for a little bit of memory win.
Cedric Bail [Sun, 7 Apr 2013 06:33:58 +0000 (15:33 +0900)]
evas: small reorder for a little bit of memory win.

11 years agoevas: bounding box is only relevant to smart object.
Cedric Bail [Sun, 7 Apr 2013 06:11:56 +0000 (15:11 +0900)]
evas: bounding box is only relevant to smart object.

11 years agoevas: remove one useless pointer (-30KB).
Cedric Bail [Sun, 7 Apr 2013 05:00:10 +0000 (14:00 +0900)]
evas: remove one useless pointer (-30KB).

11 years agoedje: don't use 30K of pointers for an indirection in some event path.
Cedric Bail [Sun, 7 Apr 2013 02:39:20 +0000 (11:39 +0900)]
edje: don't use 30K of pointers for an indirection in some event path.

11 years agoedje: one less pointer per Edje_Real_Part.
Cedric Bail [Sat, 6 Apr 2013 17:18:48 +0000 (02:18 +0900)]
edje: one less pointer per Edje_Real_Part.

11 years agoeina_inlist: fix eina_inlist_sort doc
Jérémy Zurcher [Fri, 5 Apr 2013 21:57:46 +0000 (23:57 +0200)]
eina_inlist: fix eina_inlist_sort doc

11 years agoecore/wayland: Sync before assuming that there's no output.
Rafael Antognolli [Fri, 5 Apr 2013 20:26:00 +0000 (17:26 -0300)]
ecore/wayland: Sync before assuming that there's no output.

This will make the mainloop block waiting for the output info, if it's
not there yet, but it's better than just returning with no screen size.

11 years agoecore/wayland: Actually wait for the sync callback on ecore_wl_sync().
Rafael Antognolli [Fri, 5 Apr 2013 19:31:43 +0000 (16:31 -0300)]
ecore/wayland: Actually wait for the sync callback on ecore_wl_sync().

The wl_display_sync() request doesn't really wait for all the requests
to be processed, but instead sends a request for the "done" event.
Wayland relies on the fact that the requests are processed in order, so
when the "done" event is received, it means that all the other requests
requested prior to the respective "sync" have been processed already.

This commit makes the ecore_wl_sync() call actually wait for its "done"
event (thus blocking the ecore mainloop).

11 years agoevas: stop over redraw of Evas_Map content with Smart Object.
Cedric BAIL [Fri, 5 Apr 2013 06:18:23 +0000 (15:18 +0900)]
evas: stop over redraw of Evas_Map content with Smart Object.

Clip object would always stay in a changed state. Nobody was walking them
to reset. Now we do reset there state as soon as we do render them.

11 years agoEvas font: fix font source have wrong current size.
Jiyoun Park [Fri, 5 Apr 2013 04:05:25 +0000 (13:05 +0900)]
Evas font: fix font source have wrong current size.

11 years agoeet: enable more debug information regarding memory allocation.
Cedric BAIL [Fri, 5 Apr 2013 03:20:37 +0000 (12:20 +0900)]
eet: enable more debug information regarding memory allocation.

11 years agoeet: remove use of prev to reduce memory usage (30KB on 32bits system).
Cedric BAIL [Fri, 5 Apr 2013 03:14:50 +0000 (12:14 +0900)]
eet: remove use of prev to reduce memory usage (30KB on 32bits system).

11 years agoeet: do the correct math for allocation.
Cedric BAIL [Fri, 5 Apr 2013 02:50:54 +0000 (11:50 +0900)]
eet: do the correct math for allocation.

11 years agoevas: fix documentation sample code format specifiers
U. Artie Eoff [Thu, 4 Apr 2013 18:00:53 +0000 (11:00 -0700)]
evas: fix documentation sample code format specifiers

%f causes 0.0000 to always be printed... changed to %d
to get the desired/correct output result.

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
11 years agoEvas font: Disable run-time emboldment in some cases.
Tom Hacohen [Thu, 4 Apr 2013 15:05:27 +0000 (16:05 +0100)]
Evas font: Disable run-time emboldment in some cases.

If OS/2 table is available and the font is demi-bold, don't do runtime
emboldment.

11 years agoeina: add some more debug information.
Cedric Bail [Thu, 4 Apr 2013 14:43:23 +0000 (23:43 +0900)]
eina: add some more debug information.

11 years agoeina: align allocated memory to 4096.
Cedric Bail [Thu, 4 Apr 2013 13:54:12 +0000 (22:54 +0900)]
eina: align allocated memory to 4096.

11 years agoEvas clouseau: Cleaned up and added more clouseau map info.
Tom Hacohen [Thu, 4 Apr 2013 12:32:06 +0000 (13:32 +0100)]
Evas clouseau: Cleaned up and added more clouseau map info.

11 years agoevas/font: fixing tests
Yakov Goldberg [Thu, 4 Apr 2013 11:26:52 +0000 (14:26 +0300)]
evas/font: fixing tests

Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
11 years agoedje_multisense: Remove unnecessary calls to eet_{open,close}
Daniel Willmann [Thu, 4 Apr 2013 10:46:35 +0000 (11:46 +0100)]
edje_multisense: Remove unnecessary calls to eet_{open,close}

We have the Eet_File already open in ed->file->ef so use that.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoevas/font: fix handling querying char at coords (click on gap)
Yakov Goldberg [Sun, 6 Jan 2013 07:53:17 +0000 (09:53 +0200)]
evas/font: fix handling querying char at coords (click on gap)

      If query at x coord, which points to rigth half of LTR char,
      next position will be returned. The same for left half of RTL char.

Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
11 years agoAdded EFLConfigVersion.cmake.in for all XXXConfigVersion.cmakeNeeds Review
Ryuan Choi [Thu, 4 Apr 2013 08:28:34 +0000 (09:28 +0100)]
Added EFLConfigVersion.cmake.in for all XXXConfigVersion.cmakeNeeds Review

11 years agoeet: round above.
Cedric BAIL [Thu, 4 Apr 2013 06:12:40 +0000 (15:12 +0900)]
eet: round above.

11 years agoevas: let's not force an allocation and write for nothing.
Cedric BAIL [Thu, 4 Apr 2013 03:36:03 +0000 (12:36 +0900)]
evas: let's not force an allocation and write for nothing.

11 years agoeo: let's not duplicate our align code with a less efficient one.
Cedric BAIL [Thu, 4 Apr 2013 03:21:05 +0000 (12:21 +0900)]
eo: let's not duplicate our align code with a less efficient one.

11 years agoeet: another big boolean removed.
Cedric BAIL [Thu, 4 Apr 2013 03:01:07 +0000 (12:01 +0900)]
eet: another big boolean removed.

By merging all boolean in their own array I avoid loosing 2.9 bytes on
32bits and 6.9 bytes on 64bits system.

11 years agoeina: remove the most costly boolean ever.
Cedric BAIL [Thu, 4 Apr 2013 02:22:43 +0000 (11:22 +0900)]
eina: remove the most costly boolean ever.

We did use this 'begin' boolean to make eina_hash always allocate only
once per item it push in the hash. This boolean was alone at the end of
a structure. It would have costed us 4bytes on 32bits system and 8bytes
on 64bits. Removing it make elemines consume 100KB less on 32bits system.

We may have a speed impact on hash insertion here, but I don't think we
do use eina_hash_add and friends in any hot path, at the moment. If that
was the case there would be some way to mitigate this, just not worth it
at the moment.

11 years agoeeze/sensor/tizen: Big update to support all new tizen sensor types.
Stefan Schmidt [Wed, 3 Apr 2013 15:48:00 +0000 (16:48 +0100)]
eeze/sensor/tizen: Big update to support all new tizen sensor types.

This needs quite soem testing but it should copver all new sensors now.

11 years agoeeze/sensor/tizen: USe enum sentinel to iterate over sensor types.
Stefan Schmidt [Wed, 3 Apr 2013 15:23:33 +0000 (16:23 +0100)]
eeze/sensor/tizen: USe enum sentinel to iterate over sensor types.

With the newer version we now have a sentinel that marks the last item of the enum.

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.