platform/upstream/efl.git
6 years agowidget: Implement translation API in layout
Jean-Philippe Andre [Mon, 25 Sep 2017 06:33:31 +0000 (15:33 +0900)]
widget: Implement translation API in layout

This moves the API entry points from Widget to Layout parts. I don't
think the other widgets support translation, but that is easy to fix.
The actual code implementation remains in elm_widget.c.

Legacy-only widgets are covered by Part_Legacy, while all EO widgets
that have text inherit from Layout (except Win but I don't think the
window title was translatable in legacy).

This removes 2/3 remaining part APIs from Widget.

Ref T5363

6 years agoelm: Introduce interface Efl.Ui.Translatable
Jean-Philippe Andre [Fri, 22 Sep 2017 06:13:16 +0000 (15:13 +0900)]
elm: Introduce interface Efl.Ui.Translatable

This will be used to replace the part translation API in Elm.Widget. It
should work for both parts and non-parts (ie. the main text of a button,
for instance).

For now I'm taking the following approach:
 - All efl_text_set/get strings are untranslatable, i.e. get() returns
   the visible string, set replaces and can not be translated.
 - translatable_text_set/get needs to be used to enable automatic
   translation, which in turns calls efl_text_set to modify the visible
   string. Thus, translatable applications will have to use
   efl_ui_translatable_text_set a lot more than efl_text_set, unless
   they translate strings application-side.

Note that some other frameworks take a simpler approach equivalent to
calling efl_text_set() with an already translated text. This prevents
runtime language changes of the application, unless the application
handles them specifically.

6 years agowidget: Add tiny doc for Efl.Ui.Widget.Part
Jean-Philippe Andre [Fri, 22 Sep 2017 04:38:59 +0000 (13:38 +0900)]
widget: Add tiny doc for Efl.Ui.Widget.Part

6 years agoEvas textblock: fix ascent/descent calc
Daniel Hirt [Tue, 26 Sep 2017 07:38:46 +0000 (10:38 +0300)]
Evas textblock: fix ascent/descent calc

This is a follow-up to 4d4401f3a60024a0762393c3984065b73927eb86.
The format line adjustment (e.g. linegap) should calculate the current
item's ascent/descent, and then update c->ascent/c->descent.
Otherwise we accumulate calculations like linegap values

ref D5217

6 years agoFix infinite recursion for legacy + efl ui win events
Carsten Haitzler (Rasterman) [Tue, 26 Sep 2017 07:15:07 +0000 (16:15 +0900)]
Fix infinite recursion for legacy + efl ui win events

6 years agoFix crash when an application wants to get the popup item class
Daniel Zaoui [Tue, 26 Sep 2017 06:49:58 +0000 (09:49 +0300)]
Fix crash when an application wants to get the popup item class

Since elm_popup_item.eo.h is only included in elc_popup.h, the EAPI is
not well defined, resulting in a crash when, in a simple C file, the
item class is tried to be accessed.
By including the H file in elc_popup_eo.h, we make it public (as the
other item classes) and solve the EAPI issue.

Thanks @jpeg for helping me to solve this issue.

6 years agoevas textblock: use primary font's size as minimum size of a line
Youngbok Shin [Mon, 25 Sep 2017 09:35:23 +0000 (18:35 +0900)]
evas textblock: use primary font's size as minimum size of a line

Summary:
Textblock uses ascent, descent from primary font when there is no text.
If a text is set which need other font, Textblock uses ascent, descent from
actually loaded font. If loaded font has smaller size, text cursor and text
looks jerky in elm_entry. At least, primary font's size should be respected
as minimum size of a line for avoiding this issue.
In addition, the patch will allow negative line gap values.
@fix

Test Plan:
Put your hamburger(🍔) in Ecrire. And put an english character.
(Put a text which will load smaller font. And put a text which will load primary font.)

Reviewers: raster, cedric, herdsman, jpeg, woohyun

Reviewed By: raster

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

6 years agoevas: Add scale feature for embedded bitmap fonts.
Youngbok Shin [Mon, 25 Sep 2017 09:34:22 +0000 (18:34 +0900)]
evas: Add scale feature for embedded bitmap fonts.

Summary:
When evas selects a strike of embedded bitmap font,
calculate ratio and use it for scaling embedded bitmap.
@feature

Reviewers: jpeg, tasn, woohyun, raster, herdsman

Reviewed By: raster

Subscribers: charlesmilette, Francesco149, cedric

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

6 years agoeolian-cxx: Fix compilation errors with new any_value_ptr and mstring types
Felipe Magno de Almeida [Tue, 26 Sep 2017 00:57:25 +0000 (21:57 -0300)]
eolian-cxx: Fix compilation errors with new any_value_ptr and mstring types

6 years agoelementary: migrate elementary_config to use the new macro with lifecycle support.
Cedric BAIL [Mon, 25 Sep 2017 22:52:36 +0000 (15:52 -0700)]
elementary: migrate elementary_config to use the new macro with lifecycle support.

6 years agoelementary: provide a new initialization macro that support lifecycle.
Cedric BAIL [Mon, 25 Sep 2017 22:51:19 +0000 (15:51 -0700)]
elementary: provide a new initialization macro that support lifecycle.

EFL_MAIN_EX require efl_main, efl_resume, efl_pause and efl_terminate
to be working. Quicklaunch support added too.

6 years agoelementary: provide and implement lifecycle event on the window.
Cedric BAIL [Mon, 25 Sep 2017 22:48:53 +0000 (15:48 -0700)]
elementary: provide and implement lifecycle event on the window.

pause event means that the window is not visible anymore to any user.
resume is triggered when the window became visible again or just
became visible again.

6 years agoecore: start adding life cycle support to Efl.Loop.
Cedric BAIL [Mon, 25 Sep 2017 22:47:00 +0000 (15:47 -0700)]
ecore: start adding life cycle support to Efl.Loop.

pause event is triggered when no more windows are visible to any user.
resume event is triggered when a window make the application visible
for the first time to the user after a pause or when starting the application.

6 years agoUi text: use proper Efl.Text API to set text
Daniel Hirt [Mon, 25 Sep 2017 09:49:11 +0000 (12:49 +0300)]
Ui text: use proper Efl.Text API to set text

Fixes error message during initialization.

6 years agoCanvas text: don't generate legacy for new api
Daniel Hirt [Mon, 25 Sep 2017 09:45:12 +0000 (12:45 +0300)]
Canvas text: don't generate legacy for new api

This is part of the new Canvas.Text.

6 years agoUi text: use eina_value_get and not eina_value_pget
Daniel Hirt [Mon, 25 Sep 2017 09:39:42 +0000 (12:39 +0300)]
Ui text: use eina_value_get and not eina_value_pget

CID 1381328

6 years agoCanvas text: use eina_value_set and not eina_value_pset
Daniel Hirt [Mon, 25 Sep 2017 09:36:14 +0000 (12:36 +0300)]
Canvas text: use eina_value_set and not eina_value_pset

CID 1381327

6 years agoelm hoversel - fix alignment in ephoto
Carsten Haitzler (Rasterman) [Mon, 25 Sep 2017 09:21:58 +0000 (18:21 +0900)]
elm hoversel - fix alignment in ephoto

fixes T6078

@fix

6 years agoinwin: Fix oopsie in previous commit
Jean-Philippe Andre [Mon, 25 Sep 2017 05:02:43 +0000 (14:02 +0900)]
inwin: Fix oopsie in previous commit

Bad push! >_<

6 years agoinwin: Fix inwin (default content set/get/unset)
Jean-Philippe Andre [Mon, 25 Sep 2017 02:29:24 +0000 (11:29 +0900)]
inwin: Fix inwin (default content set/get/unset)

Thanks @JackDanielZ for the report!
This makes efl_content_set/get/unset APIs work on the inwin, even though
this is a legacy-only widget (at least right now).

6 years agolayout: Remove default content implementation
Jean-Philippe Andre [Mon, 25 Sep 2017 02:19:49 +0000 (11:19 +0900)]
layout: Remove default content implementation

Legacy API is supposed to resolve the default content part name before
calling the EO API. Efl.Ui.Layout itself doesn't handle default content.

6 years agodocs: eina_value: fix a typo
Jeeyong Um [Mon, 25 Sep 2017 00:24:16 +0000 (09:24 +0900)]
docs: eina_value: fix a typo

6 years agoelm_hover: do not register itself
Marcel Hollerbach [Sat, 23 Sep 2017 20:23:50 +0000 (22:23 +0200)]
elm_hover: do not register itself

we are already registered as root in that manager

6 years agoelm_widget: abort is probebly a bit too much
Marcel Hollerbach [Sat, 23 Sep 2017 19:53:26 +0000 (21:53 +0200)]
elm_widget: abort is probebly a bit too much

6 years agoecore exe - add an "isolate io"f lag for sending io to /dev/null
Carsten Haitzler (Rasterman) [Sat, 23 Sep 2017 13:44:17 +0000 (22:44 +0900)]
ecore exe - add an "isolate io"f lag for sending io to /dev/null

this is useful for security to disallow child processes access to
stdio/err of the parent process.

@feature

6 years agoecore: force initialization of Efl.Io.Closer.Fd.
Cedric Bail [Fri, 22 Sep 2017 21:55:55 +0000 (14:55 -0700)]
ecore: force initialization of Efl.Io.Closer.Fd.

This will prevent closing magically fd 0 when the object is not
initialized yet.

6 years agoecore_evas: skip deleted Ecore_Evas while searching for a general animator source.
Cedric Bail [Fri, 22 Sep 2017 21:37:25 +0000 (14:37 -0700)]
ecore_evas: skip deleted Ecore_Evas while searching for a general animator source.

6 years agoeolian cxx: rename generic_value to any_value
Daniel Kolesa [Fri, 22 Sep 2017 20:50:50 +0000 (22:50 +0200)]
eolian cxx: rename generic_value to any_value

6 years agoeolian: add tests for builtin queries
Daniel Kolesa [Fri, 22 Sep 2017 18:58:36 +0000 (20:58 +0200)]
eolian: add tests for builtin queries

6 years agoelua: bind new eolian type builtin API
Daniel Kolesa [Fri, 22 Sep 2017 18:47:39 +0000 (20:47 +0200)]
elua: bind new eolian type builtin API

6 years agoeolian: add a way to query the builtin type of a type
Daniel Kolesa [Fri, 22 Sep 2017 18:38:17 +0000 (20:38 +0200)]
eolian: add a way to query the builtin type of a type

6 years agoeolian: add any_value_ptr
Daniel Kolesa [Fri, 22 Sep 2017 18:25:31 +0000 (20:25 +0200)]
eolian: add any_value_ptr

Because pointer Eina_Values and value Eina_Values have slightly
different semantics (when it comes to resource management) it's
better to split them.

6 years agoeolian: rename generic_value to any_value
Daniel Kolesa [Fri, 22 Sep 2017 18:16:06 +0000 (20:16 +0200)]
eolian: rename generic_value to any_value

6 years agoeolian: remove leftover code
Daniel Kolesa [Fri, 22 Sep 2017 16:08:36 +0000 (18:08 +0200)]
eolian: remove leftover code

6 years agoeolian: remove static_array and terminated_array
Daniel Kolesa [Fri, 22 Sep 2017 16:01:15 +0000 (18:01 +0200)]
eolian: remove static_array and terminated_array

These types are of questionable value and the API was not entirely
thought out - remove for now, and if a legitimate use is found
later, they may be readded (with a better API), but typically it
seems best to redesign the bad APIs around safe containers...

6 years agoeolian: merge REGULAR and COMPLEX types
Daniel Kolesa [Fri, 22 Sep 2017 15:46:02 +0000 (17:46 +0200)]
eolian: merge REGULAR and COMPLEX types

6 years agoeolian: add mstring
Daniel Kolesa [Fri, 22 Sep 2017 15:10:42 +0000 (17:10 +0200)]
eolian: add mstring

This is a new type representing a mutable string (no const).
Regular strings cannot be made mutable with @owned because
they might be hidden behind typedefs.

6 years agoeo: make more freefuncs implicit
Daniel Kolesa [Fri, 22 Sep 2017 14:08:56 +0000 (16:08 +0200)]
eo: make more freefuncs implicit

6 years agoecore-x: reject successive MappingNotify events if they are identical
Mike Blumenkrantz [Fri, 22 Sep 2017 13:54:37 +0000 (09:54 -0400)]
ecore-x: reject successive MappingNotify events if they are identical

in some cases loading an xmodmap on enlightenment startup can trigger an infinite
number of identical events which hard locks the xserver for a very, very long time

@fix

6 years agoEFL For WIN32: Replace HAVE_EVIL define with _WIN32
Vincent 'vtorri' Torri [Fri, 22 Sep 2017 10:06:10 +0000 (05:06 -0500)]
EFL For WIN32: Replace HAVE_EVIL define with _WIN32

6 years agoecore: Avoid using newer check.h functions.
Lauro Moura [Fri, 22 Sep 2017 07:57:06 +0000 (09:57 +0200)]
ecore: Avoid using newer check.h functions.

Summary:
The ptr_null/nonnull were added in the 0.11 version of libcheck. The
required version in configure.ac is 0.9.10 (some distros still use this
old one).

Reviewers: felipealmeida, stefan_schmidt

Subscribers: cedric, jpeg

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

6 years agoelm_code: respect event hold for key_down
Andy Williams [Thu, 21 Sep 2017 11:24:51 +0000 (12:24 +0100)]
elm_code: respect event hold for key_down

6 years agolayout: Fix slider label using proper part type
Jean-Philippe Andre [Thu, 21 Sep 2017 03:25:02 +0000 (12:25 +0900)]
layout: Fix slider label using proper part type

This relies on the new edje API that gives us the exact type of a part.
This fixes the shortcomings of edje_edit_part_type_get() and returns a
proper Text part type for efl_part(slider, "elm.units.max").

See previous commits:
  "edje: Add part_type_get API"
  "elm: Split off text and content for efl_part"

6 years agoedje: Add part_type_get API
Jean-Philippe Andre [Thu, 21 Sep 2017 03:23:29 +0000 (12:23 +0900)]
edje: Add part_type_get API

For now I made this EO-only but this definitely could be expose in
legacy API as well.

This simply gives exact information about the type of part, after doing
a recursive search. Edit Edit doesn't do a recursive search, only a
direct one, which can yield invalid results (eg. RECT or NONE instead of
TEXT in case of "elm.units.max" for a slider).

@feature

6 years agohover: Fix hover parts usage
Jean-Philippe Andre [Wed, 20 Sep 2017 09:05:03 +0000 (18:05 +0900)]
hover: Fix hover parts usage

The string comparison was invalid for full part names. It worked with
the aliases, by chance, not by design.

This got broken by eee60abbcf but using full part names from the
application side was already broken before that.

@fix

6 years agoelm: Remove eo.h header from Makefile
Jean-Philippe Andre [Wed, 20 Sep 2017 06:44:37 +0000 (15:44 +0900)]
elm: Remove eo.h header from Makefile

Fixes make distcheck

6 years agoelm: Resolve part alias in legacy APIs only
Jean-Philippe Andre [Wed, 20 Sep 2017 06:16:12 +0000 (15:16 +0900)]
elm: Resolve part alias in legacy APIs only

This fixes make check.

6 years agoelm: Remove range "span_size" API in EO
Jean-Philippe Andre [Wed, 20 Sep 2017 02:16:17 +0000 (11:16 +0900)]
elm: Remove range "span_size" API in EO

Reasons:
 - This API has been confused with the min size of the widget, resulting
   in badly laid out applications.
 - The EO API was not very nice (Range is about numbers, the Gfx size
   hint in a part is really ugly).

While I understand the value of this API and how it can be used in
scalable applications, it is in fact not absolutely necessary.
Alternatively to that span size, the widget min size can already be
defined from the application side, or the widget can simply be expanded
to fill in its parent.

This can obviously be reinstated later if the need arises for EO. For
now, keep this feature as legacy-only.

6 years agoelm: Split off text and content for efl_part
Jean-Philippe Andre [Tue, 19 Sep 2017 12:46:59 +0000 (21:46 +0900)]
elm: Split off text and content for efl_part

This is VERY tricky.
For legacy, just create an internal class that has both. It's easier
this way. For parts that are handled by Layout directly, we know from
Edje which type to return.

For EO objects we should know from the part name which kind of part we
are dealing with:
 - text (overridden by the widget)
 - content (overridden by the widget)
 - special (new efl_part based functions)
 - generic (handled by Layout)

Note: Efl.Ui.Slider was handling "span size" on ALL parts. That's bad...
This is now limited to "span" only.

6 years agoelm: Move base implementation for efl_part in widget
Jean-Philippe Andre [Tue, 19 Sep 2017 11:02:26 +0000 (20:02 +0900)]
elm: Move base implementation for efl_part in widget

This means that ALL part handles inherit from the base part class
Efl.Ui.Widget.Part. Layout is the only exception where Efl.Part is
specially overridden.

This is a first step towards generic part APIs, including background in
all widgets.

6 years agoUi text: add Efl.Ui.Text_Async object
Daniel Hirt [Tue, 12 Sep 2017 05:38:51 +0000 (08:38 +0300)]
Ui text: add Efl.Ui.Text_Async object

Adds "Efl.Ui.Text_Async" object.
This new widget uses the "async_layout" functionality of the underlying
Efl.Canvas.Text object.

Currently, if "editable" mode is enabled, there is no asynchronous
layout, as interactive operations (e.g. typing) should get processed
immediately. Thus, only "non-editable" instructs the text object to do
asynchronous layout.

@feature

6 years agoCanvas text async: add async layout functionality
Daniel Hirt [Mon, 4 Sep 2017 16:16:27 +0000 (19:16 +0300)]
Canvas text async: add async layout functionality

This adds the 'async_layout' method.
The 'async layout' method is similar to 'size_formatted_get', but done
outside of the mainloop. When a call is made to this method, a thread
is created (after some preparation like updating the logical text
items), and the visual layout is offloaded to that thread. The result
is returned as Eina.Future.

The mainloop is blocked for operations that manipulate the object, if a
thread has already been created but hasn't complete its work.
Consecutive calls for async layout for the same object are not handled
simultaneously. Each time the threads has complete its work, the next
(if exists) layout will be dispatched.

@feature

6 years agoevas-drm: Fix uninitialized variables
Chris Michael [Wed, 20 Sep 2017 10:26:05 +0000 (06:26 -0400)]
evas-drm: Fix uninitialized variables

Small patch to fix Coverity reported issues of uninitialized variables

Fixes CID1381306, CID1381305, CID1381304, CID1381303

Signed-off-by: Chris Michael <cp.michael@samsung.com>
6 years agoefl ui layout - handle content unset properly and remove the unset item
Carsten Haitzler (Rasterman) [Wed, 20 Sep 2017 08:31:23 +0000 (17:31 +0900)]
efl ui layout - handle content unset properly and remove the unset item

the content unset in some cases - specifically terminology seems to
put the item back in and doesnt remove it... causing it later to be
deleted if unset to remove it and re-use it (which is rarely done).

@fix

6 years agoUi text: add null checks for anchor update
Daniel Hirt [Tue, 19 Sep 2017 17:16:59 +0000 (20:16 +0300)]
Ui text: add null checks for anchor update

Add null checks in case item was not found.
Also use one more emoticon to test the provider.

6 years agoEdje: move selection-related part_text API to legacy
Daniel Hirt [Tue, 19 Sep 2017 16:36:43 +0000 (19:36 +0300)]
Edje: move selection-related part_text API to legacy

6 years agoEdje: move IMF-related part_text API to legacy
Daniel Hirt [Tue, 19 Sep 2017 16:17:26 +0000 (19:17 +0300)]
Edje: move IMF-related part_text API to legacy

6 years agoecore-evas-drm: Implement actual evas engine rotations in drm
Chris Michael [Tue, 19 Sep 2017 15:58:55 +0000 (11:58 -0400)]
ecore-evas-drm: Implement actual evas engine rotations in drm

This patch implements handling of evas output rotation for the
ecore_evas drm engine.

ref T5999

Signed-off-by: Chris Michael <cp.michael@samsung.com>
6 years agoevas-drm: Support rotations other than 0
Chris Michael [Tue, 19 Sep 2017 15:55:29 +0000 (11:55 -0400)]
evas-drm: Support rotations other than 0

This patch adds support for software rotation in the evas drm engine.
This is a fallback codepath in case hardware rotation is not supported
for a given rotation amount. This patch also fixes a leak of and
pending updates during output buffer free.

ref T5999

Signed-off-by: Chris Michael <cp.michael@samsung.com>
6 years agoevas-drm: Override eng_output_resize function
Chris Michael [Tue, 19 Sep 2017 15:51:30 +0000 (11:51 -0400)]
evas-drm: Override eng_output_resize function

This patch provides an override in the evas drm engine for the output
resize function. We override this function so that we can reconfigure
the output buffer.

ref T5999

Signed-off-by: Chris Michael <cp.michael@samsung.com>
6 years agoecore-drm2: Minor formatting fix
Chris Michael [Tue, 19 Sep 2017 15:45:43 +0000 (11:45 -0400)]
ecore-drm2: Minor formatting fix

NB: No functional changes

Signed-off-by: Chris Michael <cp.michael@samsung.com>
6 years agoecore-evas-drm: Formatting
Chris Michael [Mon, 18 Sep 2017 14:27:04 +0000 (10:27 -0400)]
ecore-evas-drm: Formatting

NB: No functional changes

Signed-off-by: Chris Michael <cp.michael@samsung.com>
6 years agoelm: Fix invalid uses of Efl.Orientation
Jean-Philippe Andre [Tue, 19 Sep 2017 09:51:58 +0000 (18:51 +0900)]
elm: Fix invalid uses of Efl.Orientation

I think this closes the orientation vs. direction problem.
RTL vs. AnyRTL is not fully handled yet but this becomes a
widget-per-widget issue (eg. should a box in a RTL locale be mirrored if
set to horizontal?).

Fixes T5870

6 years agoefl_ui_image: add new scale type: EFL_UI_IMAGE_SCALE_TYPE_TILE
Sungtaek Hong [Tue, 19 Sep 2017 08:32:09 +0000 (17:32 +0900)]
efl_ui_image: add new scale type: EFL_UI_IMAGE_SCALE_TYPE_TILE

Summary:
Tile is common type which can be used eg: background.
This is added to scale type which can be set/get by
efl_ui_image_scale_type_set/get()
@feature

Test Plan:
Run elementary test
           Run Image Scale Type
           Check radio "Tile".

Reviewers: jpeg, cedric, woohyun

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

6 years agoevas_object_main: fallback to other usage instead of returning NULL
Marcel Hollerbach [Thu, 24 Aug 2017 17:28:51 +0000 (19:28 +0200)]
evas_object_main: fallback to other usage instead of returning NULL

Even if a object is on deleting or doesnt have a layer, it still can be
found in a higher hirachy.

6 years agoevas_events: add checking state of point
Hosang Kim [Tue, 19 Sep 2017 08:22:48 +0000 (17:22 +0900)]
evas_events: add checking state of point

Summary:
When multi down or multi move occur, state of touch point changes to EVAS_TOUCH_POINT_STILL.
So I add condition, "state == EVAS_TOUCH_POINT_STILL"

Reviewers: jypark, woohyun, cedric

Subscribers: cedric, jpeg

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

6 years agoels_tooltip: Fix to use some functions before tooltip_test_set or tooltip_content_cb_set
Jeonghyun Yun [Tue, 19 Sep 2017 08:05:15 +0000 (17:05 +0900)]
els_tooltip: Fix to use some functions before tooltip_test_set or tooltip_content_cb_set

Summary:
If user call tooltip_orient_set or tooltip_style_set or tooltip_window_mode_set
before tooltip_test_set or tooltip_content_cb_set, those functions doesn't work.
Because elm_tooltip will be created when tooltip_content_cb_set is called.
I fixed logic to use some functions before tooltip_test_set or tooltip_content_cb_set.

Test Plan: elementary_test -> Popups -> Tooltip

Reviewers: jpeg, Jaehyun

Subscribers: cedric, jpeg

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

6 years agoanimation2: fix compile instruction
Jean-Philippe Andre [Tue, 19 Sep 2017 08:00:35 +0000 (17:00 +0900)]
animation2: fix compile instruction

Summary:
without it, it was failing with following error
/usr/bin/ld: /tmp/ccnjRcVr.o: undefined reference to symbol 'evas_object_move'
//usr/lib64/libevas.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status

Test Plan: just try to compile it with and without.

Reviewers: jpeg

Reviewed By: jpeg

Subscribers: cedric, jpeg

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

6 years agoevas_event: Fix missing case when check the event area
jiin.moon [Tue, 19 Sep 2017 07:59:16 +0000 (16:59 +0900)]
evas_event: Fix missing case when check the event area

Summary:
If the object is outside the parent geometry because of map,
this object would be ignored in determining object is in the event area.

Please refer to below case
1) There are some button in the box object
2) A button has map with 90 degree.
   It would be placed outside the box geometry
3) If you press the button part outside the box,
   the button event does not work.

Test Plan: sample code

Reviewers: jpeg, cedric

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

6 years agoevas: Document Textgrid objects API
Bryce Harrington [Tue, 19 Sep 2017 07:55:47 +0000 (16:55 +0900)]
evas: Document Textgrid objects API

Subscribers: cedric, jpeg

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

6 years agoevas: Textgrid doxygen grammar/spelling cleanup
Bryce Harrington [Tue, 19 Sep 2017 07:55:37 +0000 (16:55 +0900)]
evas: Textgrid doxygen grammar/spelling cleanup

Subscribers: cedric, jpeg

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

6 years agoevas: Eo Textgrid doc grammar cleanup
Bryce Harrington [Tue, 19 Sep 2017 07:55:25 +0000 (16:55 +0900)]
evas: Eo Textgrid doc grammar cleanup

Subscribers: cedric, jpeg

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

6 years agoeldbus: Fix test case (make check)
Jean-Philippe Andre [Tue, 19 Sep 2017 07:46:22 +0000 (16:46 +0900)]
eldbus: Fix test case (make check)

6 years agoelm_map: keep overlays list when showing overlays
Sungtaek Hong [Tue, 19 Sep 2017 07:37:00 +0000 (16:37 +0900)]
elm_map: keep overlays list when showing overlays

Summary:
In elm_map_overlay_show and elm_map_overlays_show,
it frees overlays list members. This lists are used
in elm_map_overlay functions, so should remain.

Test Plan:
1. Run elementary_test -> Geographic -> Map
2. Click group overlay (whose text is "3") -> bubble appears
3. Click "Show" button -> observe no more Eina Magic Check Failure appear.

Reviewers: jpeg, cedric, woohyun

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

6 years agoevas: Fix invalid call to intercept
Jean-Philippe Andre [Tue, 19 Sep 2017 07:23:50 +0000 (16:23 +0900)]
evas: Fix invalid call to intercept

This fixes scrolling in rage.

Lessons learnt:
 - Do not trust raster's bisecting skills ^^,
 - Do not blame GCC until you're 100% positive about the exact code
   triggering an issue,
 - va_arg is unsafe, and can lead to crazy issues like this one,
 - va_arg passes (int x, int y) differently from Eina_Size2D sz, and
   optimization flags may also affect how that's done, or at least what
   kind of garbage data is used.

6 years agoedje: Ensure min size calc is always >= restricted
Jean-Philippe Andre [Tue, 19 Sep 2017 06:20:29 +0000 (15:20 +0900)]
edje: Ensure min size calc is always >= restricted

We're not 100% sure yet but there seems to be an issue with GCC and -O2
where rage scrolling doesn't work anymore, since the first patch below:

See 641a58f735e93fb9e70dc85c006b3da09645bae7
See f53fe993a6a285ddb49aa69d6c6856169f37ec63

This commit unfortunately doesn't solve the issue.

6 years agoupdate PO files from src...
Carsten Haitzler (Rasterman) [Tue, 19 Sep 2017 07:16:44 +0000 (16:16 +0900)]
update PO files from src...

6 years agoefl po files - fix LTR/RTL translation string to be correct for langs
Carsten Haitzler (Rasterman) [Tue, 19 Sep 2017 07:09:21 +0000 (16:09 +0900)]
efl po files - fix LTR/RTL translation string to be correct for langs

also add the comment in the code for trsanslators

@fix

6 years agoexamples: cxx: fix examples for new size_set function signature
Stefan Schmidt [Tue, 19 Sep 2017 06:23:48 +0000 (08:23 +0200)]
examples: cxx: fix examples for new size_set function signature

This no longer takes two parameters. Update to the new signature.

6 years agoefl interfaces: Fix typo in doc
Bryce Harrington [Tue, 19 Sep 2017 03:15:55 +0000 (12:15 +0900)]
efl interfaces: Fix typo in doc

Reviewers: cedric

Subscribers: jpeg

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

6 years agoedje: Fix invalid storage of efl_part objects
Jean-Philippe Andre [Tue, 19 Sep 2017 03:07:13 +0000 (12:07 +0900)]
edje: Fix invalid storage of efl_part objects

Test scenario:
 - elementary_test -to "ExtProgressBar"
 - Then click on "... from C

Fixes T6032

@fix

6 years agoevas: Remove remnants from EO 1 internal API
Jean-Philippe Andre [Tue, 19 Sep 2017 02:57:22 +0000 (11:57 +0900)]
evas: Remove remnants from EO 1 internal API

6 years agoelm: rename Elm.Interface.Atspi_Action => Efl.Access.Action
Lukasz Stanislawski [Tue, 19 Sep 2017 02:19:21 +0000 (11:19 +0900)]
elm: rename Elm.Interface.Atspi_Action => Efl.Access.Action

Reviewers: cedric, jpeg

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

6 years agoelm: rename Elm.Interface.Atspi.Selection => Efl.Access.Selection
Lukasz Stanislawski [Tue, 19 Sep 2017 02:18:22 +0000 (11:18 +0900)]
elm: rename Elm.Interface.Atspi.Selection => Efl.Access.Selection

Reviewers: jpeg, cedric

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

6 years agotext: Remove unused EO structs
Jean-Philippe Andre [Mon, 18 Sep 2017 13:29:20 +0000 (22:29 +0900)]
text: Remove unused EO structs

Bad copy & paste?

6 years agopolygon: Use Eina.Position2D for point_add
Jean-Philippe Andre [Mon, 18 Sep 2017 13:02:16 +0000 (22:02 +0900)]
polygon: Use Eina.Position2D for point_add

6 years agowin: Use Eina.Size2D for pointer position
Jean-Philippe Andre [Mon, 18 Sep 2017 12:54:55 +0000 (21:54 +0900)]
win: Use Eina.Size2D for pointer position

Also rename the function for more consistency.

6 years agophotocam: Use Eina.Rect for image_region
Jean-Philippe Andre [Mon, 18 Sep 2017 12:13:19 +0000 (21:13 +0900)]
photocam: Use Eina.Rect for image_region

6 years agoefl: Use Eina.Size2D for screen size
Jean-Philippe Andre [Mon, 18 Sep 2017 12:08:28 +0000 (21:08 +0900)]
efl: Use Eina.Size2D for screen size

This API isn't so great when considering Wayland...

6 years agoevas: Use Eina.Rect for load_region
Jean-Philippe Andre [Mon, 18 Sep 2017 12:01:19 +0000 (21:01 +0900)]
evas: Use Eina.Rect for load_region

6 years agoefl: Use Eina.Size2D for image load size
Jean-Philippe Andre [Mon, 18 Sep 2017 11:56:45 +0000 (20:56 +0900)]
efl: Use Eina.Size2D for image load size

6 years agoefl: Use Eina.Size2D for image size
Jean-Philippe Andre [Mon, 18 Sep 2017 11:49:56 +0000 (20:49 +0900)]
efl: Use Eina.Size2D for image size

6 years agoefl: Add precise_position for input events
Jean-Philippe Andre [Mon, 18 Sep 2017 11:42:52 +0000 (20:42 +0900)]
efl: Add precise_position for input events

The previous commit removed useless delta

6 years agoefl: Use Eina.Position2D for input events
Jean-Philippe Andre [Mon, 18 Sep 2017 11:40:53 +0000 (20:40 +0900)]
efl: Use Eina.Position2D for input events

6 years agoefl: Use Eina.Size2D in Gfx.View
Jean-Philippe Andre [Mon, 18 Sep 2017 11:16:33 +0000 (20:16 +0900)]
efl: Use Eina.Size2D in Gfx.View

6 years agoevas: Use Eina.Slice on the stack (gfx.buffer)
Jean-Philippe Andre [Mon, 18 Sep 2017 10:59:11 +0000 (19:59 +0900)]
evas: Use Eina.Slice on the stack (gfx.buffer)

6 years agoevas: Use Eina.Size2D for gfx.buffer
Jean-Philippe Andre [Mon, 18 Sep 2017 10:30:30 +0000 (19:30 +0900)]
evas: Use Eina.Size2D for gfx.buffer

For consistency.

6 years agoevas: Use Eina.Rect for object list functions
Jean-Philippe Andre [Mon, 18 Sep 2017 08:55:50 +0000 (17:55 +0900)]
evas: Use Eina.Rect for object list functions

- objects_at_xy_get
- object_top_at_xy_get
- objects_in_rectangle_get
- object_top_in_rectangle_get

6 years agoefl: Use Eina.Size2D for Efl.Canvas.max_image_size
Jean-Philippe Andre [Mon, 18 Sep 2017 08:49:20 +0000 (17:49 +0900)]
efl: Use Eina.Size2D for Efl.Canvas.max_image_size

Rarely use

6 years agoeo-cxx: Fix test errors with new Eolian @own framework
Felipe Magno de Almeida [Mon, 18 Sep 2017 23:22:32 +0000 (20:22 -0300)]
eo-cxx: Fix test errors with new Eolian @own framework