platform/upstream/efl.git
10 years agoecore_x: supported isn't an optional argument
Sebastian Dransfeld [Sat, 7 Dec 2013 16:56:55 +0000 (17:56 +0100)]
ecore_x: supported isn't an optional argument

if supported is NULL, this function isn't of any use.

Fixes CID 1039430

10 years agoecore_x: Only use att if call succeeds.
Sebastian Dransfeld [Sat, 7 Dec 2013 16:53:34 +0000 (17:53 +0100)]
ecore_x: Only use att if call succeeds.

XGetWindowAttributes isn't guaranteed to succeed.

Fixes CID 1039692

10 years agoecore_x: Only do memset if len < 20
Sebastian Dransfeld [Sat, 7 Dec 2013 16:50:15 +0000 (17:50 +0100)]
ecore_x: Only do memset if len < 20

If len is 20, n is 0, and nothing to memset.

Fixes CID 1039311

10 years agoecore_x: always free data and return value
Sebastian Dransfeld [Sat, 7 Dec 2013 16:46:29 +0000 (17:46 +0100)]
ecore_x: always free data and return value

if we are the selected parser, we are responsible for free'ing data and
returning a selection value.

10 years agoecore_x: Check if we have data
Sebastian Dransfeld [Sat, 7 Dec 2013 16:43:46 +0000 (17:43 +0100)]
ecore_x: Check if we have data

data could be NULL and size == 0, so check for this.

Fixes CID 1039264

10 years agoecore_x: '\0' terminate converted text
Sebastian Dransfeld [Sat, 7 Dec 2013 16:14:11 +0000 (17:14 +0100)]
ecore_x: '\0' terminate converted text

This makes ecore_x text converter behave like elm text converter.

Fixes CID 1039310

10 years agoecore_x: Use eina_inlist
Sebastian Dransfeld [Sat, 7 Dec 2013 15:31:55 +0000 (16:31 +0100)]
ecore_x: Use eina_inlist

ecore_x_selection implemented it's own single linked list. Use
eina_inlist instead.

10 years agoecore_x: Only send XdndEnter when we have types
Sebastian Dransfeld [Sat, 7 Dec 2013 14:49:45 +0000 (15:49 +0100)]
ecore_x: Only send XdndEnter when we have types

If ecore_x_window_prop_property_get fails, we have no types to drop so
don't send XdndEnter.

Fixes CID 1039693

10 years agoecore_x: Also check for !prop here
Sebastian Dransfeld [Sat, 7 Dec 2013 14:44:04 +0000 (15:44 +0100)]
ecore_x: Also check for !prop here

We check if prop is NULL after first property check, do it here too.

Fixes CID 1039429

10 years agoeldbus: Check return value of eina_value_pget
Sebastian Dransfeld [Sat, 7 Dec 2013 14:38:24 +0000 (15:38 +0100)]
eldbus: Check return value of eina_value_pget

If eina_value_pget returns FALSE, we shouldn't continue.

Fixes CID 1039685

10 years agoeldbus: use alloca to allocate local mem
Sebastian Dransfeld [Sat, 7 Dec 2013 14:34:55 +0000 (15:34 +0100)]
eldbus: use alloca to allocate local mem

Since we free the allocated mem some lines down, we can use alloca. This
also fixes CID 1039179

10 years agoeldbus: unref msg on error
Sebastian Dransfeld [Sat, 7 Dec 2013 14:31:46 +0000 (15:31 +0100)]
eldbus: unref msg on error

If we return here, the msg isn't sent, so unref it.

Fixes CID 1039178

10 years agoeldbus: on error unref msg
Sebastian Dransfeld [Sat, 7 Dec 2013 14:30:52 +0000 (15:30 +0100)]
eldbus: on error unref msg

This is done on all other errors, EINA_SAFETY macros ain't no silver
bullet.

Fixes CID 1039177

10 years agoeldbus: free allocated mem on error
Sebastian Dransfeld [Sat, 7 Dec 2013 14:30:09 +0000 (15:30 +0100)]
eldbus: free allocated mem on error

Fixes CID 1039177

10 years agoeldbus: print error when fwrite fails
Sebastian Dransfeld [Sat, 7 Dec 2013 13:17:33 +0000 (14:17 +0100)]
eldbus: print error when fwrite fails

Return value of fwrite should be checked.

Fixes 1039715

10 years agoeldbus: Check return value of _type_size
Sebastian Dransfeld [Sat, 7 Dec 2013 13:10:44 +0000 (14:10 +0100)]
eldbus: Check return value of _type_size

_type_size could return 0, which would fail in the modulo call next.
Check for 0, and return.

Fixes CID 1039436

10 years agoeldbus: create object when needed
Sebastian Dransfeld [Sat, 7 Dec 2013 13:07:29 +0000 (14:07 +0100)]
eldbus: create object when needed

We allocate the strbuf at the beginning of the function, but do several
return checks after this which does not free the strbuf before return,
and we don't use the strbuf.

So create the strbuf object after checks, just before we need it.

Fixes CID 1039287

10 years agoeina: Set it to NULL before next iteration
Sebastian Dransfeld [Sat, 7 Dec 2013 12:59:16 +0000 (13:59 +0100)]
eina: Set it to NULL before next iteration

it might have been free'd by the user, so set it to NULL before next
iteration. This is an attempt to fix CID 1039913 and 1039914.

We don't use the pointer value, only the pointer, so the error is wrong.
Could flag the error in coverity, but if this fixes it, we wont see the
error in other situations.

10 years agoRevert "evas/render - make sure render pre in proxy rendering."
ChunEon Park [Sat, 7 Dec 2013 18:14:14 +0000 (03:14 +0900)]
Revert "evas/render - make sure render pre in proxy rendering."

This reverts commit b113f555e0ea0b0261ad870fca35d427a415c20e.

found side effect... revert this code until fix them.

10 years agoevas/render - make sure render pre in proxy rendering.
ChunEon Park [Sat, 7 Dec 2013 17:40:35 +0000 (02:40 +0900)]
evas/render - make sure render pre in proxy rendering.

if the some of children are the mapped object in source object tree as well as the the mappped object is invisible,
then they wont be render_pre() called.

this make sure those render_pre() in proxy rendering.

10 years agoupdate .mailmap
Boris Faure [Sat, 7 Dec 2013 16:25:27 +0000 (17:25 +0100)]
update .mailmap

10 years agoupdate .mailmap
Boris Faure [Sat, 7 Dec 2013 16:11:30 +0000 (17:11 +0100)]
update .mailmap

10 years agoconfigure: Switch back to dev profile in master branch.
Stefan Schmidt [Fri, 6 Dec 2013 15:05:45 +0000 (16:05 +0100)]
configure: Switch back to dev profile in master branch.

This also enables v_rev again. Thanks to Doug for pointing it out.

10 years agoevas - silence coverty (false positive leak)
Carsten Haitzler (Rasterman) [Fri, 6 Dec 2013 00:07:44 +0000 (09:07 +0900)]
evas - silence coverty (false positive leak)

the hash can't leak where coverty thinks... because the hash find can
never work ... because the hash is empty.

10 years agodoc build - finally fix images.mk to stop changing order every make
Carsten Haitzler (Rasterman) [Fri, 6 Dec 2013 00:02:18 +0000 (09:02 +0900)]
doc build - finally fix images.mk to stop changing order every make

sort changes output based on locale. even between C and en_US etc.
letalone all the other interesting ones. this causes the sorted order
to keep changing of the images. this forces locale to C to make it
always the same order.

10 years agoevas - Clip mark performance improvement
Vostokov Sergey [Thu, 5 Dec 2013 12:05:44 +0000 (21:05 +0900)]
evas - Clip mark performance improvement

stable release - cherry-pick me!

We propose a patch that reduces graph traversal work in
evas_object_child_map_across_mark(). It fixes a few particular
slowdowns around Tizen applications, including 0.6 seconds slowdown.

evas_object_child_map_across_mark() does not seem to need to
recursively call itself on the same object many times. Yet we have
noticed that in some scenarios it repeatedly traverses the same
subtrees of objects over and over again, whenever there is more than
one way of reaching these subtrees. In the production issue mentioned
above, certain elm_object_part_content_set() call results in millions
of recursive calls of evas_object_child_map_across_mark(), taking
~0.6sec total.

We propose to allocate a hash table during top-level call to store all
objects visited, and return from sub-calls instantly whenever we are
called over an object we already visited.

10 years agoAdd code to deal with min, max, step, aspect, and base sizes.
Chris Michael [Thu, 5 Dec 2013 11:48:25 +0000 (11:48 +0000)]
Add code to deal with min, max, step, aspect, and base sizes.
Properly fix efl wayland elm window resize problem.

This adds support for min, max, step, aspect, and base size properties
when resizing a canvas under EFL Wayland.

This Also Properly fixes raster's report for EFL Wayland elm windows not
resizing properly. Previously, when resizing an elm window in wayland,
a portion of the window would draw outside the frame.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoSet engine aspect function pointer
Chris Michael [Thu, 5 Dec 2013 11:47:44 +0000 (11:47 +0000)]
Set engine aspect function pointer

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoAdd common function prototype for setting ecore_evas aspect ratio
Chris Michael [Thu, 5 Dec 2013 11:47:12 +0000 (11:47 +0000)]
Add common function prototype for setting ecore_evas aspect ratio

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoefreet: propagate scan error to caller
Sebastian Dransfeld [Thu, 5 Dec 2013 11:15:07 +0000 (12:15 +0100)]
efreet: propagate scan error to caller

Current code ignored return from recursive calls, so if cache_add failed
during recursion, the parent call would still succeed.

10 years agoevas - fix overdraw + too many rects problem found in some expedite tests
Carsten Haitzler (Rasterman) [Thu, 5 Dec 2013 11:02:39 +0000 (20:02 +0900)]
evas - fix overdraw + too many rects problem found in some expedite tests

stable release - cherry-pick me!

there way a problem with software rendering - it rendered some areas
more than once per frame due to overlapping rectangles. it also had
more rectangles to cover the same update area that it should have had.
this fixes this.

10 years agoefreet - fix recusrion checks need to pop as well as push.
Carsten Haitzler (Rasterman) [Thu, 5 Dec 2013 08:41:48 +0000 (17:41 +0900)]
efreet - fix recusrion checks need to pop as well as push.

stable release - cherry-pick me!

this fixes a lack of popping the efret recursion stack handler. this
wasn't done in 1.8 and is a bug.

10 years agoconfigure: Bump version to 1.8.99 to indicate development cycle.
Stefan Schmidt [Thu, 5 Dec 2013 10:14:03 +0000 (11:14 +0100)]
configure: Bump version to 1.8.99 to indicate development cycle.

1.8.0 is out and we are in the dev cycle for 1.9 so indicate this with
the version 1.8.99 for builds from git master.

10 years agoeina: this is actually a better way of improving Eina_Hash performance.
Cedric Bail [Thu, 5 Dec 2013 07:25:01 +0000 (16:25 +0900)]
eina: this is actually a better way of improving Eina_Hash performance.

This reduce the size of the rbtree part dedicated to the hash key match,
but reuse only bit that weren't matched by the bucket.

10 years agoximmodule: fix issue the cursor of preedit shows the in front of preedit string
Jihoon Kim [Thu, 5 Dec 2013 07:06:39 +0000 (16:06 +0900)]
ximmodule: fix issue the cursor of preedit shows the in front of preedit string

Before fixing this issue, the cursor of preedit appears the in front of preedit string.
The cursor of preedit string will appear in the proper position.

10 years agoximimmodule: remove useless code in preedit_string_get
Jihoon Kim [Thu, 5 Dec 2013 07:00:39 +0000 (16:00 +0900)]
ximimmodule: remove useless code in preedit_string_get

'cursor_pos' variable will be set in the below code, so 'cursor_pos = 0' is useless.

10 years agoFix raster bug report about elm window resize issue (content drawing
Chris Michael [Wed, 4 Dec 2013 11:30:36 +0000 (11:30 +0000)]
Fix raster bug report about elm window resize issue (content drawing
outside the window).

Be sure that the EEs requested geometry gets updated in our
common_resize function After min/max have been taken into account.

Elm is using ecore_evas_request_geometry_get in it's resize_job code
(Why...I have no clue lol. Does not seem like a good thing to check).

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoUpdate the engine resize edge before we call ecore_wl_window_resize
Chris Michael [Wed, 4 Dec 2013 11:29:32 +0000 (11:29 +0000)]
Update the engine resize edge before we call ecore_wl_window_resize

Ecore_wl_window_resize essentially tells the shell to start the resize
process. We should have the evas engine info's resize_edge updated
Before we start that process so that Evas knows where the resize is
occuring from

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoefreet - protect efreetd from recursing too far to save overhead and mem
Carsten Haitzler (Rasterman) [Wed, 4 Dec 2013 11:22:26 +0000 (20:22 +0900)]
efreet - protect efreetd from recursing too far to save overhead and mem

an errant path made its way into my efreet cache. this had a
side-effect of causing efreetd to scan my entire $HOME recursively
to monitor everything. while the original cause was $HOME getting in,
we shouldn't have efreetd sit and consume scan all of $HOME when this
is far from a normal situation. the recursive scanning is there ot
handle some minimal levels of subdirs in app directories, but not an
entire filesystem, so this mitigates the effects of errant cache data
by limiting the amount of recursion allows for icon dirs and desktop
dirs to 8 and 3 levels respectively.

10 years agoyet another useless images.mk change...
Carsten Haitzler (Rasterman) [Wed, 4 Dec 2013 11:20:20 +0000 (20:20 +0900)]
yet another useless images.mk change...

10 years agoecore ecore_glib.c: fixed documentation about glib integration always configure option.
Daniel Juyung Seo [Wed, 4 Dec 2013 10:43:26 +0000 (19:43 +0900)]
ecore ecore_glib.c: fixed documentation about glib integration always configure option.

--enable-glib-integration-always was changed to --with-glib=always in efl 1.8.

10 years agoeina: improve cmp function of eina_hash string related hash.
Cedric Bail [Wed, 4 Dec 2013 10:05:03 +0000 (19:05 +0900)]
eina: improve cmp function of eina_hash string related hash.

For strings, we already know the length, so let's just not call the
heavy strcmp if the length is not already the same. Get some easy
speedup here.

10 years agoeina: fuzze test the eina_hash_string_superfast to.
Cedric Bail [Wed, 4 Dec 2013 10:04:24 +0000 (19:04 +0900)]
eina: fuzze test the eina_hash_string_superfast to.

10 years agoeina: ignore benchmark binary.
Cedric Bail [Wed, 4 Dec 2013 09:32:29 +0000 (18:32 +0900)]
eina: ignore benchmark binary.

10 years agoeina: increase hash matching inside of Eina_Hash.
Cedric Bail [Wed, 4 Dec 2013 09:29:07 +0000 (18:29 +0900)]
eina: increase hash matching inside of Eina_Hash.

This is the correct implementation of the idea developped in Lucas De Marchi's blog :
http://www.politreco.com/2013/09/optimizing-hash-table-with-kmod-as-testbed/

This give an interesting +15% for all Eina_Hash user whatever hash function they use. The inlined
djb2 is still the fastest one and all other give very close result. It does increase memory foot
print, but as much as the previous way of doing it.

10 years agoRevert "eina: work around current strange behavior seen in eina_cow."
Cedric Bail [Wed, 4 Dec 2013 08:53:34 +0000 (17:53 +0900)]
Revert "eina: work around current strange behavior seen in eina_cow."

This reverts commit e4107b2936e2a11e5966bbdc591f110156191af0.

10 years agoRevert "eina: more work around to limit problem."
Cedric Bail [Wed, 4 Dec 2013 08:53:28 +0000 (17:53 +0900)]
Revert "eina: more work around to limit problem."

This reverts commit c5db264e0a98234d32553ec1b43e612e0da1eeb3.

10 years agoRevert "eina: check if the complete hash match before checking if the key match durin...
Cedric Bail [Wed, 4 Dec 2013 08:24:30 +0000 (17:24 +0900)]
Revert "eina: check if the complete hash match before checking if the key match during children walk."

This reverts commit 295babadb1675d1160b18c639dd6dcbe20b02cfb.

The implementation of that said optimization is actually wrong.

10 years agoeina: add fuzzy test of eina_hash.
Cedric Bail [Wed, 4 Dec 2013 08:21:47 +0000 (17:21 +0900)]
eina: add fuzzy test of eina_hash.

10 years agoevas: fix loader to properly define _XOPEN_SOURCE for Solaris.
Cedric Bail [Wed, 4 Dec 2013 08:10:47 +0000 (17:10 +0900)]
evas: fix loader to properly define _XOPEN_SOURCE for Solaris.

10 years agoefreet: Create stack at start of recursion
Sebastian Dransfeld [Wed, 4 Dec 2013 08:03:56 +0000 (09:03 +0100)]
efreet: Create stack at start of recursion

No need to check for NULL stack, we know where we start our recursive
scan, so create the stack there.

Also fixes CID1132751 and CID1132752

10 years agoefreet: Create stack at start of recursion
Sebastian Dransfeld [Wed, 4 Dec 2013 07:36:46 +0000 (08:36 +0100)]
efreet: Create stack at start of recursion

No need to check for NULL stack, we know where we start our recursive
scan, so create the stack there.

10 years agoeina: more work around to limit problem.
Cedric Bail [Wed, 4 Dec 2013 07:31:49 +0000 (16:31 +0900)]
eina: more work around to limit problem.

10 years agoeina: work around current strange behavior seen in eina_cow.
Cedric Bail [Wed, 4 Dec 2013 06:36:17 +0000 (15:36 +0900)]
eina: work around current strange behavior seen in eina_cow.

This is not perfect, it will just limit the propagation of the problem
for some time. Yes, it does hide it under the carpet, but that's better
than having a crash. Problem seems to be in Eina_Hash, but is really
difficult to reproduce and fix for the moment.

10 years agoeina: add fuzzy testing of the red black tree.
Cedric Bail [Wed, 4 Dec 2013 06:20:17 +0000 (15:20 +0900)]
eina: add fuzzy testing of the red black tree.

10 years agoevas/event - fix the inccorect event hit area.
ChunEon Park [Tue, 3 Dec 2013 16:04:21 +0000 (01:04 +0900)]
evas/event - fix the inccorect event hit area.

cedriccccccccccccccccccccccccccc!!!!!!!!!!!!!!!!!!

10 years agoevas: bugfix in evas_render of not maintaining changed flags on object correctly.
Cedric Bail [Tue, 3 Dec 2013 07:23:05 +0000 (16:23 +0900)]
evas: bugfix in evas_render of not maintaining changed flags on object correctly.

This bug is particularly visible in EFM video preview ( T 539 ). The problem is
that the logic for changed has evolved over time. At the beginning Evas canvas
was flat and could be handle in an array. It was then not using the changed flag
that much. This day, we are living with a tree and we need to propagate the
changed flag to the parent, so that when we walk them we only need to walk the
active objects and don't spend our time on branch that are completely static.

Sadly things did collide here. We remove all object that have been rendered
from the pending_objects array. That does include any smart object that was
processed even if one of the child was not. Once any of the child of that not
processed object is marked changed, it will be propagated up to the first
parent that is changed. As the parent of that one are marked as not changed
when evas_render walk the tree, he is blocked really early in the process and
never get a chance to detect that the child of a not changed object did change
and tada !

The fix is to add all the parent of all the object that are in the pending_objects
array back into the pending_objects list. So they will always be marked as changed.
Another alternative to this logic would have been to change pending_change to
filter out those and keep them around. I choose the first solution as I think it
will be more robust to catch all the parent in all case.

10 years agogitignore: ignore new async test.
Cedric Bail [Tue, 3 Dec 2013 02:48:48 +0000 (11:48 +0900)]
gitignore: ignore new async test.

10 years agoximmodule: check whether pointer is NULL before accessing in xim_preedit_callback_set
Jihoon Kim [Tue, 3 Dec 2013 04:32:15 +0000 (13:32 +0900)]
ximmodule: check whether pointer is NULL before accessing in xim_preedit_callback_set

ecore_imf_context_data_get () can return NULL, so it should be checked before using the result value.

This fixes CID 1135273

10 years agoMerge branch 'withdrawn'
Rafael Antognolli [Mon, 2 Dec 2013 20:05:05 +0000 (18:05 -0200)]
Merge branch 'withdrawn'

Implement withdrawn_set/unset on Wayland engines. It basically calls
ecore_evas_show/hide. Some fixes were done to show/hide on both EGL and
SHM backends too.

This set of patches should fix T155.

10 years agoecore_evas/wayland: Add a function to cleanup the frame callback.
Rafael Antognolli [Mon, 2 Dec 2013 19:39:24 +0000 (17:39 -0200)]
ecore_evas/wayland: Add a function to cleanup the frame callback.

This callback must be manually destroyed and removed on
ecore_evas_hide(), because it won't be delivered anymore after the
surface is destroyed. If the callback still exists, the engine will find
it and avoid doing a new redraw until it is finally called.

Maybe the correct thing to do is to keep this callback in the
Ecore_Wl_Window struct, and have some functions to set/unset it, so it
gets destroyed when the window is hidden. Or when the surface is
destroyed.

10 years agoecore_evas/wayland_egl: Unset the surface on window hide.
Rafael Antognolli [Mon, 2 Dec 2013 19:42:37 +0000 (17:42 -0200)]
ecore_evas/wayland_egl: Unset the surface on window hide.

We must unset it, so the Evas engine knows that it has to do all the
setup to destroy the EGL surfaces associated with it. And in the case of
an ecore_evas_show, recreate everything again.

10 years agoecore_evas/wayland: Implement ecore_evas_withdrawn_set.
Rafael Antognolli [Sat, 30 Nov 2013 12:14:05 +0000 (10:14 -0200)]
ecore_evas/wayland: Implement ecore_evas_withdrawn_set.

Just call ecore_evas_show/hide inside the function.

10 years agoevas/wayland_shm: Don't use a global var to store the sent buffer.
Rafael Antognolli [Sat, 30 Nov 2013 12:09:38 +0000 (10:09 -0200)]
evas/wayland_shm: Don't use a global var to store the sent buffer.

When an Ecore_Evas is hidden, it will destroy the buffer swapper. When
it's shown again, it will try to attach a new buffer, that can be same
buffer. If that global var is still pointing to the old buffer, it can
match to it again and avoid sending a new buffer. So, just put this sent
buffer var in the buffer swapper, and it will get set to NULL when the
swapper is destroyed and created again.

This should fix an intermitent problem of ecore_evas_show() not always
working after an ecore_evas_hide() on the wayland_shm engine.

10 years agoUpdate Korean translation for the efl1.8 release
Seong-ho Cho [Mon, 2 Dec 2013 10:15:21 +0000 (19:15 +0900)]
Update Korean translation for the efl1.8 release

Summary: Translation patch for the efl 1.8. of course, existing one has no problem, but some of sentence structure is enhanced.

Reviewers: seoz

CC: seoz, cedric
Differential Revision: https://phab.enlightenment.org/D360

10 years agoNEON vectorization: added use of COLSAME define in map routine
Carsten Haitzler (Rasterman) [Mon, 2 Dec 2013 07:33:34 +0000 (16:33 +0900)]
NEON vectorization: added use of COLSAME define in map routine

Reviewers: raster

Reviewed By: raster

CC: cedric
Differential Revision: https://phab.enlightenment.org/D341

10 years agoRevert "fix smart sma by allowing more recursion"
Daniel Juyung Seo [Mon, 2 Dec 2013 07:02:23 +0000 (16:02 +0900)]
Revert "fix smart sma by allowing more recursion"

This reverts commit 1319733caeb811cd0d53b589b8a11f4229455ed3.

Let's revert this patch and lower the recursion number.
As we released efl 1.8, let's find the root causes of the problem and fix them.
I already told this revert to raster so I am not mean :)

10 years agoAdding the cubic-bezier curve to edje transitions
Otavio Pontes [Mon, 2 Dec 2013 05:59:43 +0000 (14:59 +0900)]
Adding the cubic-bezier curve to edje transitions

Summary: Adding an option to use a cubic-bezier curve in edje transitions.

Reviewers: Sachiel, cedric, raster

Reviewed By: raster

CC: raster
Differential Revision: https://phab.enlightenment.org/D319

10 years agoEldbus: added function for getting bus unique name
Carsten Haitzler (Rasterman) [Mon, 2 Dec 2013 05:57:07 +0000 (14:57 +0900)]
Eldbus: added function for getting bus unique name

Summary:
Hello guys,

We are now working on a accessibility support for elementary (ATSPI2) and we need following function to correctly register application.

Reviewers: cedric, raster, lucasdemarchi

Reviewed By: raster

Differential Revision: https://phab.enlightenment.org/D327

10 years agoedje_edit: Add getters and setters for fixed param
Vyacheslav Reutskiy [Mon, 2 Dec 2013 05:54:28 +0000 (14:54 +0900)]
edje_edit: Add getters and setters for fixed param

Reviewers: cedric, seoz, raster

Reviewed By: raster

CC: cedric
Differential Revision: https://phab.enlightenment.org/D339

10 years agoFUCK - remove logic to silently add -release names to libtool builds
Carsten Haitzler (Rasterman) [Mon, 2 Dec 2013 03:28:12 +0000 (12:28 +0900)]
FUCK - remove logic to silently add -release names to libtool builds

sneaky hidden m4 rule to ADD -release to shared lib names IF profile
!= dev profile. come on! why do that? seriously. this snuck in and was
undetected because i recompiled things against efl and thus things
linked against the new releasename libs. this requires an efl 1.8.1.
argh!

10 years agoecore ecore_x_e: check 0 and -1 for ecore_x_window_prop_card32_get() return value...
Daniel Juyung Seo [Mon, 2 Dec 2013 03:40:56 +0000 (12:40 +0900)]
ecore ecore_x_e: check 0 and -1 for ecore_x_window_prop_card32_get() return value which mean fail.

- ecore_x_window_prop_card32_get() returns:
  -1 if the property was not successfully fetched.
  0 if the property exists but has no elements.

10 years agoNEWS: added EFL 1.9.0 NEWS entry.
Daniel Juyung Seo [Mon, 2 Dec 2013 03:07:18 +0000 (12:07 +0900)]
NEWS: added EFL 1.9.0 NEWS entry.

10 years agoChangeLog: added 1.8 release entry.
Daniel Juyung Seo [Mon, 2 Dec 2013 03:07:04 +0000 (12:07 +0900)]
ChangeLog: added 1.8 release entry.

10 years agofix unchecked return value of stat in ecore_file_mv
Jihoon Kim [Mon, 2 Dec 2013 00:40:48 +0000 (09:40 +0900)]
fix unchecked return value of stat in ecore_file_mv

stat() function may fail and return an error code

This fixes CID 1039697

10 years agoevil: use the right ifdef.
Cedric Bail [Sun, 1 Dec 2013 11:55:54 +0000 (20:55 +0900)]
evil: use the right ifdef.

10 years agov1.8.0 v1.8.0
Carsten Haitzler (Rasterman) [Sun, 1 Dec 2013 10:04:31 +0000 (19:04 +0900)]
v1.8.0

10 years agoreadme - make requirements list a bullet list
Carsten Haitzler (Rasterman) [Sun, 1 Dec 2013 05:53:53 +0000 (14:53 +0900)]
readme - make requirements list a bullet list

10 years agoadd some README dependency notes
Carsten Haitzler (Rasterman) [Sun, 1 Dec 2013 05:51:23 +0000 (14:51 +0900)]
add some README dependency notes

10 years agoeina - fix set-but-unused warning in eina_cow when valgrind off
Carsten Haitzler (Rasterman) [Sun, 1 Dec 2013 04:52:53 +0000 (13:52 +0900)]
eina - fix set-but-unused warning in eina_cow when valgrind off

10 years agorelease work - switch to release profile
Carsten Haitzler (Rasterman) [Sun, 1 Dec 2013 04:50:54 +0000 (13:50 +0900)]
release work - switch to release profile

this now maxes out max log level to 3 (same as dev otherwise)

10 years agoevas event freezing is "wrong" for core events - turn it off
Carsten Haitzler (Rasterman) [Sun, 1 Dec 2013 04:26:04 +0000 (13:26 +0900)]
evas event freezing is "wrong" for core events - turn it off

this turns off event freezing for SOME event types for eveas canvas
events (was was intended to begin with). this fixes T577

10 years agoevas - pre/post render events are for canvas not object
Carsten Haitzler (Rasterman) [Sun, 1 Dec 2013 03:50:45 +0000 (12:50 +0900)]
evas - pre/post render events are for canvas not object

the eo event naming was wrong for pre/post render event callbacks.
they are for the canvas as a whole, not per object

10 years agofix freetype header includes to be correct where ft 2.5.1 breaks builds
Carsten Haitzler (Rasterman) [Sun, 1 Dec 2013 03:16:28 +0000 (12:16 +0900)]
fix freetype header includes to be correct where ft 2.5.1 breaks builds

this should fix T591

10 years agofix eina_cow issues. Closes T581, T527
Boris Faure [Mon, 25 Nov 2013 22:33:51 +0000 (23:33 +0100)]
fix eina_cow issues. Closes T581, T527

10 years agoecore/ecore_file: NULL-check for input parameter
Oleksandr Shcherbina [Fri, 29 Nov 2013 13:17:18 +0000 (22:17 +0900)]
ecore/ecore_file: NULL-check for input parameter

Add check by NULL for input parameter 'path' in method ecore_file_mkpath

Reviewers: seoz, Hermet

CC: cedric
Differential Revision: https://phab.enlightenment.org/D349

10 years agoeina: formatting
Sebastian Dransfeld [Fri, 29 Nov 2013 21:20:32 +0000 (22:20 +0100)]
eina: formatting

10 years agoefreet: add async menu test
Sebastian Dransfeld [Fri, 29 Nov 2013 21:20:13 +0000 (22:20 +0100)]
efreet: add async menu test

10 years agoefreet: improve locking
Sebastian Dransfeld [Fri, 29 Nov 2013 21:18:51 +0000 (22:18 +0100)]
efreet: improve locking

Do find and ref inside lock, so no one can ref-- after we find desktop

10 years agoecore/wayland: Use touch_focus for touch_based events.
Rafael Antognolli [Fri, 29 Nov 2013 20:03:25 +0000 (18:03 -0200)]
ecore/wayland: Use touch_focus for touch_based events.

Also call the mouse related events with BTN_LEFT instead of 0, otherwise
the correct button won't be assigned to the event (button 1).

10 years agoecore/wayland: Send a mouse up event when the implicit grab starts.
Rafael Antognolli [Fri, 29 Nov 2013 18:04:18 +0000 (16:04 -0200)]
ecore/wayland: Send a mouse up event when the implicit grab starts.

The previous workaround used to send a mouse up event to the
application, using the pointer enter callback to determine when an
implicit grab has finished. This was "simulating" a mouse up event when
the surface move or resize finished.

However, this doesn't work for touch-based move. The pointer enter isn't
emitted, because the wl_touch interface doesn't have the concept of a
pointer.

Changing this code to make it more similar to what Weston's toytoolkit
does, the mouse up event is sent as soon as the move or resize grab
starts. After that, the compositor takes care of the move/resize almost
entirely.

Should fix T468.

10 years agoecore/wayland: Get the touch up event position from the down_info.
Rafael Antognolli [Thu, 28 Nov 2013 19:53:42 +0000 (17:53 -0200)]
ecore/wayland: Get the touch up event position from the down_info.

down_info is a struct that stores some information about the current
pressed touch events. It should be used for that specific touch point,
instead of the generic input info, when sending a mouse_up event.

10 years agoecore/wayland: Remove list of touch points from input structure.
Rafael Antognolli [Fri, 29 Nov 2013 19:14:43 +0000 (17:14 -0200)]
ecore/wayland: Remove list of touch points from input structure.

We already have the "Ecore_Wl_Mouse_Down_Info" list, that contains this
information.

10 years agoeldbus: Fix crash caused when the object of an monitored proxy is deleted
José Roberto de Souza [Fri, 29 Nov 2013 19:21:14 +0000 (17:21 -0200)]
eldbus: Fix crash caused when the object of an monitored proxy is deleted

This happen because proxy was already freed and we try print some information
about the proxy in error message.

This fix: https://phab.enlightenment.org/T543

10 years agoRevert "workaround for T543"
José Roberto de Souza [Fri, 29 Nov 2013 18:39:10 +0000 (16:39 -0200)]
Revert "workaround for T543"

This reverts commit b663b5b8c7232d38ba257f99490cfa22814d7970.

10 years agoreadme update - mention systemd / udev for eeze deps
Carsten Haitzler (Rasterman) [Fri, 29 Nov 2013 15:16:17 +0000 (00:16 +0900)]
readme update - mention systemd / udev for eeze deps

10 years agov1.8.0-beta2
Carsten Haitzler (Rasterman) [Fri, 29 Nov 2013 10:36:41 +0000 (19:36 +0900)]
v1.8.0-beta2

10 years agoFix some typos/grammar issues in new README
Chris Michael [Fri, 29 Nov 2013 10:35:46 +0000 (10:35 +0000)]
Fix some typos/grammar issues in new README

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoupdate images.mk
Carsten Haitzler (Rasterman) [Fri, 29 Nov 2013 08:36:13 +0000 (17:36 +0900)]
update images.mk

10 years agoreadme - update readme for efl 1.8
Carsten Haitzler (Rasterman) [Fri, 29 Nov 2013 08:31:33 +0000 (17:31 +0900)]
readme - update readme for efl 1.8

lots of extra documentation and information now in the README