platform/upstream/efl.git
7 years agoEfl UI Win: Avoid unused variable.
Guilherme Iscaro [Sun, 9 Oct 2016 17:12:03 +0000 (14:12 -0300)]
Efl UI Win: Avoid unused variable.

It's only used under X11 and Wayland backends.

7 years agoEcore_Thread: Avoid compiler warning
Guilherme Iscaro [Sun, 9 Oct 2016 16:51:53 +0000 (13:51 -0300)]
Ecore_Thread: Avoid compiler warning

Use PRIuPTR to print the Eina_Thread handle.

7 years agoEcore Cocoa: Add missing modifiers field to Ecore Events
Guilherme Iscaro [Sat, 8 Oct 2016 20:29:08 +0000 (17:29 -0300)]
Ecore Cocoa: Add missing modifiers field to Ecore Events

Fix T4477

7 years agoEcore_Cocoa: Fix repeat modifers keys.
Guilherme Iscaro [Sat, 8 Oct 2016 20:20:28 +0000 (17:20 -0300)]
Ecore_Cocoa: Fix repeat modifers keys.

Some values were repeated.

7 years agoecore_ipc: fix typos in documentation group names
Jee-Yong Um [Mon, 10 Oct 2016 04:57:42 +0000 (13:57 +0900)]
ecore_ipc: fix typos in documentation group names

Summary: fix typos in documentation group names to grouping APIs correctly

Reviewers: cedric, jpeg, Hermet

Reviewed By: Hermet

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

7 years agoFDO icons: add missing system-file-manager icon
Dave Andreoli [Sun, 9 Oct 2016 19:42:53 +0000 (21:42 +0200)]
FDO icons: add missing system-file-manager icon

Fix T4638

(cherry picked from commit 3fe1429eee5568ef7af7bc47a9dc43ce65e084ca)

7 years agoelm_code: Don't allow cursor to be placed mid-tab
Andy Williams [Sat, 8 Oct 2016 13:44:02 +0000 (14:44 +0100)]
elm_code: Don't allow cursor to be placed mid-tab

7 years agoecore-wl2: add internal window flag for determining if opaque/input have been set
Mike Blumenkrantz [Fri, 7 Oct 2016 15:00:08 +0000 (11:00 -0400)]
ecore-wl2: add internal window flag for determining if opaque/input have been set

7 years agoecore-wl2: apply input+opaque regions after creating window surface
Mike Blumenkrantz [Fri, 7 Oct 2016 14:51:14 +0000 (10:51 -0400)]
ecore-wl2: apply input+opaque regions after creating window surface

@fix

7 years agoecore-wl2: avoid crashes when setting window attrs before surface creation
Mike Blumenkrantz [Fri, 7 Oct 2016 14:46:28 +0000 (10:46 -0400)]
ecore-wl2: avoid crashes when setting window attrs before surface creation

this is async anyway

@fix

7 years agocmake: update to the new eolian bin syntax
Marcel Hollerbach [Fri, 7 Oct 2016 14:16:32 +0000 (16:16 +0200)]
cmake: update to the new eolian bin syntax

7 years agoMerge branch 'devs/q66/eolian_gen_next'
Daniel Kolesa [Fri, 7 Oct 2016 11:36:15 +0000 (13:36 +0200)]
Merge branch 'devs/q66/eolian_gen_next'

This merges a rewritten Eolian C generator which replaces the previous
generator. The old generator did not properly reflect the design choices taken
in the Eolian library, which resulted in a sub-par codebase that was a lot more
complicated than it had to be which resulted in worse maintainability.

The new generator aims to remedy that; it has much simpler design that relies
on the Eolian library more and doesn't take certain design choices that were
made previously.

7 years agoeolian gen2: move to eolian gen (as the old one is gone)
Daniel Kolesa [Fri, 7 Oct 2016 11:34:47 +0000 (13:34 +0200)]
eolian gen2: move to eolian gen (as the old one is gone)

7 years agoeolian gen2: remove old eolian gen
Daniel Kolesa [Fri, 7 Oct 2016 11:26:08 +0000 (13:26 +0200)]
eolian gen2: remove old eolian gen

7 years agoeolian gen2: fix tests to match the new generator
Daniel Kolesa [Fri, 7 Oct 2016 11:13:27 +0000 (13:13 +0200)]
eolian gen2: fix tests to match the new generator

7 years agoeolian gen2: fix minor issues with c file generation
Daniel Kolesa [Fri, 7 Oct 2016 10:58:22 +0000 (12:58 +0200)]
eolian gen2: fix minor issues with c file generation

7 years agoeolian gen2: fix stub header include guard
Daniel Kolesa [Fri, 7 Oct 2016 10:31:01 +0000 (12:31 +0200)]
eolian gen2: fix stub header include guard

7 years agoeolian gen2: fix logging typo
Daniel Kolesa [Thu, 6 Oct 2016 14:36:33 +0000 (16:36 +0200)]
eolian gen2: fix logging typo

7 years agoeolian gen2: add newline between property get/set protos
Daniel Kolesa [Thu, 6 Oct 2016 14:35:25 +0000 (16:35 +0200)]
eolian gen2: add newline between property get/set protos

7 years agoeolian gen2: complete impl generator
Daniel Kolesa [Thu, 6 Oct 2016 14:33:45 +0000 (16:33 +0200)]
eolian gen2: complete impl generator

7 years agoeolian gen2: complete impl gen besides params
Daniel Kolesa [Thu, 6 Oct 2016 14:13:39 +0000 (16:13 +0200)]
eolian gen2: complete impl gen besides params

7 years agoeolian gen2: fix file read to actually trigger impl gen
Daniel Kolesa [Thu, 6 Oct 2016 12:56:49 +0000 (14:56 +0200)]
eolian gen2: fix file read to actually trigger impl gen

7 years agoeolian gen2: fully implement the main func for impl gen
Daniel Kolesa [Thu, 6 Oct 2016 12:46:07 +0000 (14:46 +0200)]
eolian gen2: fully implement the main func for impl gen

7 years agoeolian gen2: some initial impl generation
Daniel Kolesa [Wed, 5 Oct 2016 14:32:17 +0000 (16:32 +0200)]
eolian gen2: some initial impl generation

7 years agoeolian gen2: remove the unused append mode for file write
Daniel Kolesa [Wed, 5 Oct 2016 12:47:11 +0000 (14:47 +0200)]
eolian gen2: remove the unused append mode for file write

7 years agoeolian gen2: initial skeleton for impl gen
Daniel Kolesa [Wed, 5 Oct 2016 12:45:27 +0000 (14:45 +0200)]
eolian gen2: initial skeleton for impl gen

7 years agoeolian gen2: fix generation of legacy class method wrappers
Daniel Kolesa [Fri, 30 Sep 2016 12:27:22 +0000 (14:27 +0200)]
eolian gen2: fix generation of legacy class method wrappers

7 years agoeolian gen2: fix implement name generation
Daniel Kolesa [Fri, 30 Sep 2016 12:22:48 +0000 (14:22 +0200)]
eolian gen2: fix implement name generation

7 years agoeolian gen2: properly return from class initializer
Daniel Kolesa [Fri, 30 Sep 2016 12:16:59 +0000 (14:16 +0200)]
eolian gen2: properly return from class initializer

7 years agoeolian gen2: proper generation of inherits in class def
Daniel Kolesa [Fri, 30 Sep 2016 12:15:07 +0000 (14:15 +0200)]
eolian gen2: proper generation of inherits in class def

7 years agoeolian gen2: properly generate class type for desc too
Daniel Kolesa [Fri, 30 Sep 2016 12:07:16 +0000 (14:07 +0200)]
eolian gen2: properly generate class type for desc too

7 years agoeolian gen2: sanitize data type properly
Daniel Kolesa [Fri, 30 Sep 2016 11:59:22 +0000 (13:59 +0200)]
eolian gen2: sanitize data type properly

7 years agoeolian gen2: fix typos in generation
Daniel Kolesa [Fri, 30 Sep 2016 11:40:39 +0000 (13:40 +0200)]
eolian gen2: fix typos in generation

7 years agoeolian gen2: generate only .h by default for eot files
Daniel Kolesa [Fri, 30 Sep 2016 11:36:54 +0000 (13:36 +0200)]
eolian gen2: generate only .h by default for eot files

7 years agoeolian gen2: fix double and missing free
Daniel Kolesa [Fri, 30 Sep 2016 11:25:41 +0000 (13:25 +0200)]
eolian gen2: fix double and missing free

7 years agoeolian gen2: switch EFL to new generator (doesn't work yet)
Daniel Kolesa [Thu, 29 Sep 2016 15:37:53 +0000 (17:37 +0200)]
eolian gen2: switch EFL to new generator (doesn't work yet)

7 years agoeolian gen2: abort on OOM (not much we can do anyway)
Daniel Kolesa [Thu, 29 Sep 2016 15:19:30 +0000 (17:19 +0200)]
eolian gen2: abort on OOM (not much we can do anyway)

7 years agoeolian gen2: generate legacy API implementation stubs
Daniel Kolesa [Thu, 29 Sep 2016 15:09:37 +0000 (17:09 +0200)]
eolian gen2: generate legacy API implementation stubs

7 years agoeolian gen2: fully generate source
Daniel Kolesa [Thu, 29 Sep 2016 14:20:51 +0000 (16:20 +0200)]
eolian gen2: fully generate source

7 years agoeolian gen2: terminate EFL_OPS_DEFINE list
Daniel Kolesa [Thu, 29 Sep 2016 13:12:21 +0000 (15:12 +0200)]
eolian gen2: terminate EFL_OPS_DEFINE list

7 years agoeolian gen2: generation of class initializer func
Daniel Kolesa [Wed, 28 Sep 2016 15:41:50 +0000 (17:41 +0200)]
eolian gen2: generation of class initializer func

7 years agoeolian gen2: fix generation type specification
Daniel Kolesa [Wed, 28 Sep 2016 12:46:24 +0000 (14:46 +0200)]
eolian gen2: fix generation type specification

7 years agoeolian gen2: properly space headers
Daniel Kolesa [Wed, 28 Sep 2016 12:41:32 +0000 (14:41 +0200)]
eolian gen2: properly space headers

7 years agoeolian gen2: generate prototypes/impls for all implements
Daniel Kolesa [Fri, 23 Sep 2016 16:41:09 +0000 (18:41 +0200)]
eolian gen2: generate prototypes/impls for all implements

7 years agoeolian gen2: don't generate class names in eo_gen_source_gen
Daniel Kolesa [Fri, 23 Sep 2016 16:06:34 +0000 (18:06 +0200)]
eolian gen2: don't generate class names in eo_gen_source_gen

7 years agoeolian gen2: initial partial source generation
Daniel Kolesa [Fri, 23 Sep 2016 15:49:44 +0000 (17:49 +0200)]
eolian gen2: initial partial source generation

7 years agoeolian gen2: add event generation
Daniel Kolesa [Thu, 22 Sep 2016 14:59:28 +0000 (16:59 +0200)]
eolian gen2: add event generation

7 years agoeolian gen2: initial stubs for source writing
Daniel Kolesa [Thu, 22 Sep 2016 13:58:06 +0000 (15:58 +0200)]
eolian gen2: initial stubs for source writing

7 years agoeolian gen2: generate docs for funcs/events
Daniel Kolesa [Wed, 21 Sep 2016 15:20:52 +0000 (17:20 +0200)]
eolian gen2: generate docs for funcs/events

7 years agoeolian gen2: generate docs for types
Daniel Kolesa [Wed, 21 Sep 2016 13:49:22 +0000 (15:49 +0200)]
eolian gen2: generate docs for types

7 years agoeolian gen2: add code to handle doxygen generation
Daniel Kolesa [Wed, 21 Sep 2016 13:29:28 +0000 (15:29 +0200)]
eolian gen2: add code to handle doxygen generation

7 years agoeolian gen2: only generate eo c/h by default
Daniel Kolesa [Tue, 20 Sep 2016 14:38:19 +0000 (16:38 +0200)]
eolian gen2: only generate eo c/h by default

7 years agoeolian gen2: feature complete header generator (eo and legacy)
Daniel Kolesa [Tue, 20 Sep 2016 13:50:37 +0000 (15:50 +0200)]
eolian gen2: feature complete header generator (eo and legacy)

7 years agoeolian gen2: generate fully functional eo headers
Daniel Kolesa [Tue, 20 Sep 2016 12:22:05 +0000 (14:22 +0200)]
eolian gen2: generate fully functional eo headers

7 years agoeolian gen2: initial header generation
Daniel Kolesa [Mon, 19 Sep 2016 15:36:48 +0000 (17:36 +0200)]
eolian gen2: initial header generation

7 years agoeolian gen2: full type generator
Daniel Kolesa [Thu, 15 Sep 2016 14:56:43 +0000 (16:56 +0200)]
eolian gen2: full type generator

7 years agoeolian gen2: generate stub headers
Daniel Kolesa [Thu, 15 Sep 2016 14:36:24 +0000 (16:36 +0200)]
eolian gen2: generate stub headers

7 years agoeolian gen2: use length_get when enclosing include guards
Daniel Kolesa [Thu, 15 Sep 2016 13:49:16 +0000 (15:49 +0200)]
eolian gen2: use length_get when enclosing include guards

7 years agoeolian gen2: initial type gen subroutine
Daniel Kolesa [Thu, 15 Sep 2016 13:48:15 +0000 (15:48 +0200)]
eolian gen2: initial type gen subroutine

7 years agoeolian gen2: initial type generation bits
Daniel Kolesa [Thu, 15 Sep 2016 13:30:07 +0000 (15:30 +0200)]
eolian gen2: initial type generation bits

7 years agoeolian gen2: add file read
Daniel Kolesa [Thu, 15 Sep 2016 13:11:14 +0000 (15:11 +0200)]
eolian gen2: add file read

7 years agoeolian gen2: include guard func
Daniel Kolesa [Wed, 14 Sep 2016 15:07:37 +0000 (17:07 +0200)]
eolian gen2: include guard func

7 years agoeolian gen2: parse input file properly
Daniel Kolesa [Wed, 14 Sep 2016 14:44:51 +0000 (16:44 +0200)]
eolian gen2: parse input file properly

7 years agoeolian gen2: add stubs for file writing
Daniel Kolesa [Wed, 14 Sep 2016 14:00:10 +0000 (16:00 +0200)]
eolian gen2: add stubs for file writing

7 years agoeolian gen2: add logging and main.h
Daniel Kolesa [Wed, 14 Sep 2016 13:28:29 +0000 (15:28 +0200)]
eolian gen2: add logging and main.h

7 years agoeolian gen2: prepare gen/arguments/file infra
Daniel Kolesa [Tue, 13 Sep 2016 16:01:05 +0000 (18:01 +0200)]
eolian gen2: prepare gen/arguments/file infra

7 years agoeolian gen: initial infra for new C generator
Daniel Kolesa [Tue, 13 Sep 2016 12:18:09 +0000 (14:18 +0200)]
eolian gen: initial infra for new C generator

7 years agonaviframe: Fix to add SIG_ITEM_ACTIVATED in smart callbacks.
Jaehyun Cho [Fri, 7 Oct 2016 08:54:55 +0000 (17:54 +0900)]
naviframe: Fix to add SIG_ITEM_ACTIVATED in smart callbacks.

This commit fixes commit 3a0eb75bda1bd9274e4c9de1b6ce9143b24cfc80.

7 years agonaviframe: Add "item,activated" smart callback.
Jaehyun Cho [Fri, 7 Oct 2016 08:07:48 +0000 (17:07 +0900)]
naviframe: Add "item,activated" smart callback.

"item,activated" smart callback is added to notice when an item is
activated.

"item,activated" smart callback is called as follows.
1. Item push is finished and the new item is activated.
2. Item pop is finished and the previous item is activated.

void *event_info in smart callback is the activated item pointer.

7 years agoRevert "naviframe: Add "push,finished" and "pop,finished" smart callbacks."
Jaehyun Cho [Fri, 7 Oct 2016 07:39:14 +0000 (16:39 +0900)]
Revert "naviframe: Add "push,finished" and "pop,finished" smart callbacks."

This reverts commit 17ac58a081a05f6e96b248f80c007e67d1f4ff44.

Instead, "item,activated" smart callback will be added.

7 years agoeo: Fix deadlocks with composite objects
Jean-Philippe Andre [Thu, 6 Oct 2016 07:27:28 +0000 (16:27 +0900)]
eo: Fix deadlocks with composite objects

This happens with shared objects.

The situation seems to be:
1. object has composited object a of class A in thread 1
2. call something on object a from thread 2, deadlock
In fact, do anything from thread 2 on a shared object and you deadlock.

7 years agoeo: Fix deadlock in efl_parent_set
Jean-Philippe Andre [Thu, 6 Oct 2016 07:19:12 +0000 (16:19 +0900)]
eo: Fix deadlock in efl_parent_set

If the object is shared and the given parent is invalid (eg. deleted)
then we will deadlock later. This also adds a test case with it.

7 years agoeo: Test deadlock after finalize (shared objects)
Jean-Philippe Andre [Thu, 6 Oct 2016 06:42:03 +0000 (15:42 +0900)]
eo: Test deadlock after finalize (shared objects)

This is a test case for 258cfbbe8013b50a7d3f89ab863dab73fce
Unfortunately there are many other functions that we should
be testing, not just efl_finalized_get().

7 years agoevas: Fix async filters following changes in EO
Jean-Philippe Andre [Thu, 6 Oct 2016 03:09:53 +0000 (12:09 +0900)]
evas: Fix async filters following changes in EO

EO is now extremely restrictive wrt. threads so that efl_data_scope_get()
can't work outside the main loop. This patch fixes the usage to create
sw buffers as shared objects (accessible from both the main loop and evas
async thread) and use plain old pointers where possible.

The buffers now have no parent because efl_add(CLASS, obj_from_mainloop)
does not work with shared objects. This is bad, as the buffers conceptually
belong to the main loop, and only need to be accessible from the draw thread
for a few calls. The main loop determines their lifecycle.

Fixes T4628

7 years agoeo: Fix deadlock with shared objects
Jean-Philippe Andre [Thu, 6 Oct 2016 02:55:03 +0000 (11:55 +0900)]
eo: Fix deadlock with shared objects

The object pointer was passed to EO_OBJ_DONE, rather than its
eo id.

7 years agofileselector: Fix crash on file select
Jean-Philippe Andre [Thu, 6 Oct 2016 01:59:27 +0000 (10:59 +0900)]
fileselector: Fix crash on file select

Fixes T4686 (further fix)

7 years agoEfl.Loop.User: Use prefix to rename efl_loop_user_loop_get
Jean-Philippe Andre [Thu, 6 Oct 2016 01:19:25 +0000 (10:19 +0900)]
Efl.Loop.User: Use prefix to rename efl_loop_user_loop_get

efl_loop_user_loop_get is idiotic. efl_loop_get should be good enough.

7 years agoecore-evas - x fix intial iconified state so terminology -I works
Carsten Haitzler (Rasterman) [Thu, 6 Oct 2016 01:58:04 +0000 (10:58 +0900)]
ecore-evas - x fix intial iconified state so terminology -I works

this fixes intitial iconic state for x11 as demonstrated by

terminology -I

but enlightenment is broken though... xterm -iconic also shows the
same break with a black window.

@fix

7 years agoecore_evas x - dont set withdrawn to fals on show but wait for wm state
Carsten Haitzler (Rasterman) [Thu, 6 Oct 2016 01:41:48 +0000 (10:41 +0900)]
ecore_evas x - dont set withdrawn to fals on show but wait for wm state

so we handled override cases and set withdrawn to false on show, but
when normally managed it might be nicer to wait for a state change via
the wm state property to know we are "normal"

this should fix T4699

@fix

7 years agofileselector: Fix eio model usage (future_all)
Jean-Philippe Andre [Wed, 5 Oct 2016 11:16:36 +0000 (20:16 +0900)]
fileselector: Fix eio model usage (future_all)

The value stored by efl_future_all is an accessor, not an
iterator. This fixes the usage of promises internally to
the fileselector widget.

See 1a2014a12234593f4ba27f2f76f87dc481447e7c

Fixes T4686

7 years agoeio_model: Provide main loop even without parent
Jean-Philippe Andre [Wed, 5 Oct 2016 11:53:26 +0000 (20:53 +0900)]
eio_model: Provide main loop even without parent

An eio model (and I believe most other models as well, in fact)
require a Efl.Loop.User as parent in order for efl future/promises
to work. This adds a fallback code directly inside eio model. The
alternative was to parent and efl_del all models in fileselector.

See T4686

7 years agoevas: Provide loop from Evas.Canvas
Jean-Philippe Andre [Wed, 5 Oct 2016 10:51:42 +0000 (19:51 +0900)]
evas: Provide loop from Evas.Canvas

And indirectly also Efl.Canvas.Object.

I believe those two classes should even inherit from Efl.Loop.User.
Right now this patch relies on the new dependence of Evas over Ecore,
and is maybe a bit ugly as is.

Ping @cedric

See T4686

7 years agoRevert "ecore_evas x - dont set withdrawn to fals on show but wait for wm state"
Carsten Haitzler (Rasterman) [Wed, 5 Oct 2016 23:53:19 +0000 (08:53 +0900)]
Revert "ecore_evas x - dont set withdrawn to fals on show but wait for wm state"

This reverts commit 2c736adc873bfb998103da60650ebc156cba70ad.

well that was totally unexpected. - efl app windows dont show at all..
wtf? this should not have affected that at all..

7 years agoecore_evas x - dont set withdrawn to fals on show but wait for wm state
Carsten Haitzler (Rasterman) [Wed, 5 Oct 2016 23:37:28 +0000 (08:37 +0900)]
ecore_evas x - dont set withdrawn to fals on show but wait for wm state

so we handled override cases and set withdrawn to false on show, but
when normally managed it might be nicer to wait for a state change via
the wm state property to know we are "normal"

this should fix T4699

7 years agoepp: fix memory corruption when using #warning and #error
Jean Guyomarc'h [Wed, 5 Oct 2016 10:00:38 +0000 (12:00 +0200)]
epp: fix memory corruption when using #warning and #error

The epp instructions #warning and #error would led to a segmentation
fault (invalid free) because the malloced buffer's base pointer was
moved.

@fix

7 years agoUi text: port link anchors from entry
Daniel Hirt [Wed, 5 Oct 2016 14:10:20 +0000 (17:10 +0300)]
Ui text: port link anchors from entry

This is without the viewport optimization in the meantime.

7 years agoCanvas text: add annotation_positions_get method
Daniel Hirt [Wed, 5 Oct 2016 14:10:14 +0000 (17:10 +0300)]
Canvas text: add annotation_positions_get method

We need a method that allows us to place the cursors at the start and end of an
annotation. This is required for things like getting the geometry of a range.

@feature

7 years agoEfl canvas text: fix api doc a bit
Daniel Hirt [Wed, 5 Oct 2016 14:10:06 +0000 (17:10 +0300)]
Efl canvas text: fix api doc a bit

7 years agoCanvas text cursor: add simple_geometry_get method
Daniel Hirt [Wed, 5 Oct 2016 14:09:59 +0000 (17:09 +0300)]
Canvas text cursor: add simple_geometry_get method

The ported geometry_get was actually the legacy simple_geometry_get.
For getting simple geometries like selection this was enough, but I forgot that
we also need to query more complex geometries e.g. links.
This is required to implement link anchors in Ui Text.

Now geometry_get and simple_geometry_get are the same as their legacy
counterparts.

@feature

7 years agoUi text: update all decorations on resize
Daniel Hirt [Wed, 5 Oct 2016 14:09:53 +0000 (17:09 +0300)]
Ui text: update all decorations on resize

7 years agoUi text: port atspi implementation
Daniel Hirt [Wed, 5 Oct 2016 14:09:46 +0000 (17:09 +0300)]
Ui text: port atspi implementation

7 years agoeina: Fix compilation with clang
Jean-Philippe Andre [Wed, 5 Oct 2016 07:27:46 +0000 (16:27 +0900)]
eina: Fix compilation with clang

It's not because the bug with __builtin_prefetch is inside
clang/llvm that we must break the build for people who prefer it
over gcc. As soon as a non-broken version is out, the ifdef must
be either removed (and ask people to update their clang install)
or add a version check based on __clang_xxx__.

Compilation tested with clang 3.8.1 and gcc 6.2.1.

7 years agonaviframe: Add "push,finished" and "pop,finished" smart callbacks.
Jaehyun Cho [Tue, 4 Oct 2016 06:50:42 +0000 (15:50 +0900)]
naviframe: Add "push,finished" and "pop,finished" smart callbacks.

"push,finished" and "pop,finished" smart callbacks are added to notice
when push and pop operation is finished.

New smart callback signals are added as follows.

"push,finished,item,activated" : Called when item push is finished and
void *event_info in smart callback is activated item (new item).

"push,finished,item,deactivated" : Called when item push is finished and
void *event_info in smart callback is deactivated item (current item).

"pop,finished,item,activated" : Called when item pop is finished and
void *event_info in smart callback is activated item (previous item).

"pop,finished,item,deactivated" : Called when item pop is finished and
void *event_info in smart callback is deactivated item (current item).

7 years agonaviframe: Fix to show/hide item view.
Jaehyun Cho [Wed, 5 Oct 2016 08:30:42 +0000 (17:30 +0900)]
naviframe: Fix to show/hide item view.

Naviframe item view did not become visible if top item view is deleted
by elm_object_item_del().
To resolve this problem, program for "elm,state,visible" is fixed and
"elm,state,invisible" is added.

7 years agonaviframe: Remove redundant programs.
Jaehyun Cho [Wed, 5 Oct 2016 05:12:44 +0000 (14:12 +0900)]
naviframe: Remove redundant programs.

The redundant programs emit duplicate signals incorrectly.

7 years agonaviframe: Fix to reset pushing flag of pushed item.
Jaehyun Cho [Tue, 4 Oct 2016 09:55:06 +0000 (18:55 +0900)]
naviframe: Fix to reset pushing flag of pushed item.

If multiple items are pushed, then pushing flag of the pushed item is
not reset.
To resolve this problem, pushing flag of the pushed item is reset.

7 years agoevas/vg: renamed the legacy vg shape apis
Subhransu Mohanty [Wed, 5 Oct 2016 02:07:11 +0000 (11:07 +0900)]
evas/vg: renamed the legacy vg shape apis

Reviewers: Hermet, cedric, jpeg

Subscribers: cedric, jpeg

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

7 years agoeina_cpu: Fix arm build
Derek Foreman [Tue, 4 Oct 2016 19:29:36 +0000 (14:29 -0500)]
eina_cpu: Fix arm build

commit e2875cefc49768f919919fbfa478f81570168688 accidentally removed
some unrelated headers needed for testing ARM NEON support on linux.

7 years agoevas-software-x11: Remove unused variable and mark unused parameters
Chris Michael [Tue, 4 Oct 2016 13:41:53 +0000 (09:41 -0400)]
evas-software-x11: Remove unused variable and mark unused parameters

Signed-off-by: Chris Michael <cp.michael@samsung.com>
7 years agoecore_file/ipc: clean up documentation
Jee-Yong Um [Tue, 4 Oct 2016 12:08:17 +0000 (21:08 +0900)]
ecore_file/ipc: clean up documentation

Summary: move comment from c source to header and adjust ingroup relationship

Reviewers: cedric, jpeg, Hermet

Reviewed By: Hermet

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