platform/upstream/efl.git
6 years agoeolian: remove parent info from units (actually doesn't make sense)
Daniel Kolesa [Thu, 14 Dec 2017 15:45:13 +0000 (16:45 +0100)]
eolian: remove parent info from units (actually doesn't make sense)

6 years agoeolian: store unit inside lexer
Daniel Kolesa [Thu, 14 Dec 2017 15:38:35 +0000 (16:38 +0100)]
eolian: store unit inside lexer

6 years agoRevert "docs: remove resolved FIXMEs"
Daniel Kolesa [Thu, 14 Dec 2017 14:53:27 +0000 (15:53 +0100)]
Revert "docs: remove resolved FIXMEs"

This reverts commit b8b183bfcb9e0feb7a680a41b70ed09b1c411e57.

The FIXMEs are not resolved, just worked around.

6 years agodocs: Don't ignore eo.legacy.h files in doxygen
Andy Williams [Thu, 14 Dec 2017 14:28:19 +0000 (14:28 +0000)]
docs: Don't ignore eo.legacy.h files in doxygen

6 years agoeeze: Remove unused device variables
Chris Michael [Thu, 14 Dec 2017 12:35:07 +0000 (07:35 -0500)]
eeze: Remove unused device variables

As we do not ever use the udev_devices created from
udev_device_new_from_syspath in these functions, remove them.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
6 years agoeeze: Don't leak udev enumeration
Chris Michael [Thu, 14 Dec 2017 12:31:39 +0000 (07:31 -0500)]
eeze: Don't leak udev enumeration

If we cannot create a new udev device, then we should free the
previously created udev enumeration from above.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
6 years agotests: Add an example test case for shadows
Jean-Philippe Andre [Thu, 14 Dec 2017 09:03:21 +0000 (18:03 +0900)]
tests: Add an example test case for shadows

This is fun.

6 years agoelm: Include elm_widget.eo.h for EO API
Jean-Philippe Andre [Thu, 14 Dec 2017 11:27:43 +0000 (20:27 +0900)]
elm: Include elm_widget.eo.h for EO API

This is the header that exposes the efl_ui_widget API. Only for the EO /
Unified API.

6 years agoelm: Add "shadow" part to all widgets
Jean-Philippe Andre [Thu, 14 Dec 2017 08:25:37 +0000 (17:25 +0900)]
elm: Add "shadow" part to all widgets

This makes it possible to very easily create drop shadows and glow
effects on any widget. This is absolutely not optimized, though the main
performance bottleneck is that the proxy images get redrawn after just
moving.

@feature

6 years agoefl: Add simple API for "blur" effects
Jean-Philippe Andre [Thu, 14 Dec 2017 08:23:46 +0000 (17:23 +0900)]
efl: Add simple API for "blur" effects

This will use the Efl.Gfx.Filter interface internally, but makes it
usable by normal people.

6 years agoevas filters: Add "alphaonly" flag for blend and blur
Jean-Philippe Andre [Thu, 14 Dec 2017 08:22:09 +0000 (17:22 +0900)]
evas filters: Add "alphaonly" flag for blend and blur

This is very useful to specify precisely which kind of RGBA -> Alpha
conversion you want. If all you wanted was the alpha layer to use as a
mask, set this flag to true.

@feature

6 years agoevas: Avoid invalid call to efl_file
Jean-Philippe Andre [Thu, 14 Dec 2017 08:21:13 +0000 (17:21 +0900)]
evas: Avoid invalid call to efl_file

If not legacy, the object does not accept files, resulting in an ERR
message.

6 years agoevas: Fix potential crash with draw context
Jean-Philippe Andre [Wed, 13 Dec 2017 10:16:28 +0000 (19:16 +0900)]
evas: Fix potential crash with draw context

Using filters I end up in situations where this function returns NULL
and all hell breaks loose. I guess the spinlock is what makes this
possible (race condition).

@fix

6 years agoelm_code: Correct tooltip behaviour for elm_cde_widget
Andy Williams [Thu, 14 Dec 2017 08:55:01 +0000 (08:55 +0000)]
elm_code: Correct tooltip behaviour for elm_cde_widget

6 years agoefl.image.load: fix eolian redefine warnings for load_error{}
Amitesh Singh [Thu, 14 Dec 2017 04:42:41 +0000 (13:42 +0900)]
efl.image.load: fix eolian redefine warnings for load_error{}

load_error{} was defined in efl.file as well.
remove load_error{} from efl.image.load intf and implement
Efl.File.load_error{} instead.

Ref T6514

6 years agoefl_ui_popup: Code refactorying for elm_layout_sizing_eval
Jaehyun Cho [Wed, 13 Dec 2017 09:06:59 +0000 (18:06 +0900)]
efl_ui_popup: Code refactorying for elm_layout_sizing_eval

Use flags for group calculation, size calculation and align calculation.

If the flag for size calculation is set to be false, then size is not
calculated in the efl_canvas_group_calcualte().
(The flag for align calculation works the same way.)

Efl.Ui.Popup's sub classes can set the above flags false before they
call efl_canvas_group_calculate() with its super class not to calculate
size or align by its super class.

6 years agoecore: rename Efl.Loop_User to Efl.Loop.Consumer.
Cedric BAIL [Wed, 13 Dec 2017 22:49:57 +0000 (14:49 -0800)]
ecore: rename Efl.Loop_User to Efl.Loop.Consumer.

6 years agoelm_code: Fix tooltip crash
Andy Williams [Wed, 13 Dec 2017 22:44:10 +0000 (22:44 +0000)]
elm_code: Fix tooltip crash

6 years agoecore_wl2: Better handling of extra commit
Derek Foreman [Wed, 13 Dec 2017 22:34:10 +0000 (16:34 -0600)]
ecore_wl2: Better handling of extra commit

Discard the old callback so it can't fire later - which can happen after
the window's deleted in certain cases.

6 years agoedje: fix using undefined macros(ECORE_AUDIO_OUT_RENDER_CLASS/ECORE_AUDIO_OUT_RENDER_...
Ivan Furs [Wed, 13 Dec 2017 18:06:35 +0000 (10:06 -0800)]
edje: fix using undefined macros(ECORE_AUDIO_OUT_RENDER_CLASS/ECORE_AUDIO_OUT_RENDER_EVENT_CONTEXT_FAIL)

Summary: @T6154

Reviewers: vtorri, NikaWhite, raster, cedric

Subscribers: artem.popov, jenkins, cedric, jpeg

Tags: #windows, #efl

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
6 years agoecore_audio: fix using undefined macros
Ivan Furs [Wed, 13 Dec 2017 18:05:26 +0000 (10:05 -0800)]
ecore_audio: fix using undefined macros

Summary: @T6154

Reviewers: vtorri, cedric, NikaWhite, raster

Subscribers: artem.popov, vtorri, jenkins, cedric, jpeg

Tags: #windows, #efl

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
6 years agoRevert "Revert "ecore_audio: a minimal template for playing sound on WINDOWS is added""
Cedric BAIL [Wed, 13 Dec 2017 18:04:49 +0000 (10:04 -0800)]
Revert "Revert "ecore_audio: a minimal template for playing sound on WINDOWS is added""

This reverts commit 4457f8c9c8aea0dffa6fbbfd6caaa655da1c0094.

6 years agoefl: drop deprecated Encoding key from desktop files
Ross Vandegrift [Wed, 13 Dec 2017 17:53:33 +0000 (09:53 -0800)]
efl: drop deprecated Encoding key from desktop files

Summary:
The Encoding key is no longer required, all desktop files are assumed to
be UTF-8 encoded.  See details at:
https://standards.freedesktop.org/desktop-entry-spec/1.1/apc.html

Fix various typos and misspellings

lintian, Debian's package checker, uses strings to check for common typos
in compiled binaries.  This change fixes the ones it identified in 1.20.6.

Reviewers: cedric

Reviewed By: cedric

Subscribers: cedric, jpeg

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
6 years agoeldbus: add test suite for eldbus_proxy*
Mykola Solyanko [Wed, 13 Dec 2017 17:51:41 +0000 (09:51 -0800)]
eldbus: add test suite for eldbus_proxy*

Summary:
add tests for next API:
eldbus_proxy_get()
eldbus_proxy_interface_get()
eldbus_proxy_object_get()
eldbus_proxy_call()
eldbus_proxy_ref()
eldbus_proxy_unref()
eldbus_proxy_send()
eldbus_proxy_method_call_new()
eldbus_proxy_send_and_block
eldbus_proxy_send_and_block()
eldbus_proxy_data_set()
eldbus_proxy_data_get()
eldbus_proxy_data_del()

Reviewers: cedric, NikaWhite, myoungwoon, raster, artem.popov

Reviewed By: cedric

Subscribers: jpeg

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
6 years agodocs: Remove the Efl namespace from our legacy docs
Andy Williams [Wed, 13 Dec 2017 18:10:11 +0000 (18:10 +0000)]
docs: Remove the Efl namespace from our legacy docs

This means removing bindings from the output too
as they are making the transition over.

6 years agodocs: Updated legacy API introduction
Andy Williams [Wed, 13 Dec 2017 17:28:18 +0000 (17:28 +0000)]
docs: Updated legacy API introduction

6 years agodocs: Move inherited items to tables
Andy Williams [Wed, 13 Dec 2017 16:07:41 +0000 (16:07 +0000)]
docs: Move inherited items to tables

Lots of refactoring required to make sense of the generator

6 years agodocs: Sort the data before rendering
Andy Williams [Wed, 13 Dec 2017 14:39:56 +0000 (14:39 +0000)]
docs: Sort the data before rendering

Better on memory and saves on intermediate buffers

6 years agoefl-cxx: Fixes to make dist
Felipe Magno de Almeida [Wed, 13 Dec 2017 14:36:21 +0000 (12:36 -0200)]
efl-cxx: Fixes to make dist

6 years agoelementary: Add efl_ui_list widget
Felipe Magno de Almeida [Wed, 13 Dec 2017 00:59:48 +0000 (22:59 -0200)]
elementary: Add efl_ui_list widget

6 years agodocs: Don't display any inheritance info if we do not inherit
Andy Williams [Wed, 13 Dec 2017 10:06:37 +0000 (10:06 +0000)]
docs: Don't display any inheritance info if we do not inherit

6 years agodocs: Remove the somewhat unreadable graphs from web output
Andy Williams [Wed, 13 Dec 2017 10:06:16 +0000 (10:06 +0000)]
docs: Remove the somewhat unreadable graphs from web output

6 years agoefl_ui_popup_alert_text: add expandable feature
Taehyub Kim [Wed, 13 Dec 2017 08:46:26 +0000 (17:46 +0900)]
efl_ui_popup_alert_text: add expandable feature

Summary: add expandable feature for text popup

Test Plan:
1. run elementary_text -to Ui.Popup.Alert.Text
2. check the cases of the sample

Reviewers: Jaehyun_Cho, jpeg, woohyun, thiepha, Blackmole, cedric

Reviewed By: Jaehyun_Cho

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

6 years agoefl_ui_popup_alert_scroll: Fix indentation on eo file
Jaehyun Cho [Wed, 13 Dec 2017 06:57:19 +0000 (15:57 +0900)]
efl_ui_popup_alert_scroll: Fix indentation on eo file

6 years agoelm test: add efl.ui.panes test code in separate file.
Amitesh Singh [Wed, 13 Dec 2017 07:44:50 +0000 (16:44 +0900)]
elm test: add efl.ui.panes test code in separate file.

6 years agotext: Another event info fix
Jean-Philippe Andre [Wed, 13 Dec 2017 06:44:25 +0000 (15:44 +0900)]
text: Another event info fix

I shouldn't have pushed so fast! :)

6 years agotext: Fix event info in one case
Jean-Philippe Andre [Wed, 13 Dec 2017 06:40:38 +0000 (15:40 +0900)]
text: Fix event info in one case

Dunno how to test... but this seems pretty obvious.

6 years agotext: Don't use legacy events
Jean-Philippe Andre [Wed, 13 Dec 2017 06:19:43 +0000 (15:19 +0900)]
text: Don't use legacy events

Efl.Ui.Text is an EO object, why use the legacy event API?

6 years agotext: Merge changed,user events
Jean-Philippe Andre [Wed, 13 Dec 2017 06:12:13 +0000 (15:12 +0900)]
text: Merge changed,user events

Efl.Ui.Text and Efl.Ui.Text.Interactive were both defining it.

6 years agotext: Fix event propagation (changed,user)
Jean-Philippe Andre [Wed, 13 Dec 2017 06:05:15 +0000 (15:05 +0900)]
text: Fix event propagation (changed,user)

6 years agoefl_ui_popup_alert_scroll: Modify variable name for better understanding
Jaehyun Cho [Wed, 13 Dec 2017 05:53:35 +0000 (14:53 +0900)]
efl_ui_popup_alert_scroll: Modify variable name for better understanding

obj_min means the minimum size excluding scroller's minimum size.
scr_min means the minimum size including scroller's minimum size.

6 years agoefl: Move VG-specific change event to efl.gfx.path
Jean-Philippe Andre [Tue, 12 Dec 2017 08:00:39 +0000 (17:00 +0900)]
efl: Move VG-specific change event to efl.gfx.path

6 years agoelm: Uniform change event for nstate,radio,check
Jean-Philippe Andre [Tue, 12 Dec 2017 06:55:43 +0000 (15:55 +0900)]
elm: Uniform change event for nstate,radio,check

I added convenience macros for check and radio, easing discoverability
in C.

This will avoid C# issues such as:

lib/elementary/elm_pan.eo.cs(14,23): warning CS0108: `elm.Pan.CHANGED'
hides inherited member `efl.Gfx.CHANGED'. Use the new keyword if hiding
was intended
lib/efl/interfaces/efl_gfx.eo.cs(24,23): (Location of the symbol related
to previous warning)

Since nstate is not a legacy widget, I can safely change the event name
and the test case.

6 years agoEfl.Canvas.Object: add legacy APIs for pointer_coords_inside_get()
Amitesh Singh [Wed, 13 Dec 2017 04:42:17 +0000 (13:42 +0900)]
Efl.Canvas.Object: add legacy APIs for pointer_coords_inside_get()

fix the b0rkage after 8fb49de5eb179ba

6 years agoefl_mono: Fix dll.config paths
Lauro Moura [Tue, 12 Dec 2017 16:19:04 +0000 (13:19 -0300)]
efl_mono: Fix dll.config paths

6 years agodocs: Fix description position for property pages
Andy Williams [Tue, 12 Dec 2017 17:52:46 +0000 (17:52 +0000)]
docs: Fix description position for property pages

6 years agodocs: Fix referencing format
Andy Williams [Tue, 12 Dec 2017 17:50:13 +0000 (17:50 +0000)]
docs: Fix referencing format

All except references to Efl.Ui.Win_Inline

6 years agodocs: Save a few kB by stripping spaces from newlines
Andy Williams [Tue, 12 Dec 2017 16:54:15 +0000 (16:54 +0000)]
docs: Save a few kB by stripping spaces from newlines

6 years agodocs: Group our inherited members and events by class
Andy Williams [Tue, 12 Dec 2017 16:32:55 +0000 (16:32 +0000)]
docs: Group our inherited members and events by class

That's the closest class that extends, not the originating class.
Also realised that "inherited from" is not needed this deep,
so keep it succinct.

6 years agodocs: Keep description at the top and code snippets at the bottom
Andy Williams [Tue, 12 Dec 2017 16:31:09 +0000 (16:31 +0000)]
docs: Keep description at the top and code snippets at the bottom

6 years agodocs: Reverse the described relationships in our API docs site
Andy Williams [Tue, 12 Dec 2017 11:37:07 +0000 (11:37 +0000)]
docs: Reverse the described relationships in our API docs site

This means that "<ns><method> [Overridden from <parentns>]" is
preferred to "<parentns><method> [Overridden in <ns>]".
This also means that "Overriden here" becomes
"Overridden from <parentns>"

6 years agoevas-gl-drm: Don't pass invalid surface or bo to gbm function
Chris Michael [Tue, 12 Dec 2017 16:28:36 +0000 (11:28 -0500)]
evas-gl-drm: Don't pass invalid surface or bo to gbm function

This small patch just checks that we have a valid surface and bo that
we can pass to gbm_surface_release_buffer. If they are not valid, this
causes a hard crash.

NB: This does not actually Fix the ticket issue....

ref T6483

Signed-off-by: Chris Michael <cp.michael@samsung.com>
6 years agoelementary: Comment out defined but unused variable
Chris Michael [Tue, 12 Dec 2017 16:03:41 +0000 (11:03 -0500)]
elementary: Comment out defined but unused variable

Signed-off-by: Chris Michael <cp.michael@samsung.com>
6 years agoelementary: Comment out unused defined variable
Chris Michael [Tue, 12 Dec 2017 16:02:08 +0000 (11:02 -0500)]
elementary: Comment out unused defined variable

This looks like it may be used in the future, or Was used and is no
longer needed. I'll let the author of this decide on that one ;) but
this commit cleans up the compiler warning of defined but not used.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
6 years agoefl_ui_focus_manager_calc: move the second stage result to another list
Marcel Hollerbach [Tue, 12 Dec 2017 11:11:57 +0000 (12:11 +0100)]
efl_ui_focus_manager_calc: move the second stage result to another list

holding them in the same list is a problem due to the fact that a member
B in partners of A means that there also needs to be A in the partners
of A. Due to this fact the cleanup logic before missed a few nodes and
crashed in some cases. This is now fixed.

6 years agoefl_interfaces_main: Fix NULL API of Efl.Canvas pointer_iterate
Jaehyun Cho [Tue, 12 Dec 2017 10:11:11 +0000 (19:11 +0900)]
efl_interfaces_main: Fix NULL API of Efl.Canvas pointer_iterate

The Efl.Canvas beta API, pointer_iterate, was not found correctly due
to the absence of EFL_CANVAS_BETA macro.

6 years agoEfl.Canvas.Object: rename pointer_coords_inside_get to coords_inside property.
Amitesh Singh [Tue, 12 Dec 2017 07:44:41 +0000 (16:44 +0900)]
Efl.Canvas.Object: rename pointer_coords_inside_get to coords_inside property.

Also change the signature of the function. Pass Eina_Position2D instead.

6 years agoEfl.Canvas: make pointer_iterate a beta API
Amitesh Singh [Tue, 12 Dec 2017 06:49:49 +0000 (15:49 +0900)]
Efl.Canvas: make pointer_iterate a beta API

Gesture framework should implement it.

6 years agoelm test: Add test for Efl.Ui.Slider
Amitesh Singh [Tue, 12 Dec 2017 04:58:39 +0000 (13:58 +0900)]
elm test: Add test for Efl.Ui.Slider

6 years agoelm: Rename struct to Efl.Ui.Widget.Focus_State
Jean-Philippe Andre [Tue, 12 Dec 2017 03:01:46 +0000 (12:01 +0900)]
elm: Rename struct to Efl.Ui.Widget.Focus_State

Ref T5363

6 years agoelm: Remove unused declarations in eo file
Jean-Philippe Andre [Tue, 12 Dec 2017 02:58:10 +0000 (11:58 +0900)]
elm: Remove unused declarations in eo file

Ref T5363

6 years agoformat: Fixup the string format implementation
Jean-Philippe Andre [Tue, 12 Dec 2017 02:30:13 +0000 (11:30 +0900)]
format: Fixup the string format implementation

Use eina value convert and to_string. Do not fail.
This removes unreachable code by making it active (to_string).

Fixes T6204

6 years agoelm: Rename slider part to part_indicator
Jean-Philippe Andre [Tue, 12 Dec 2017 02:11:19 +0000 (11:11 +0900)]
elm: Rename slider part to part_indicator

This is specific to the indicator.

Fixes T6376
Fixes T5361

6 years agowin: apply conformant features.
Hosang Kim [Tue, 12 Dec 2017 01:02:23 +0000 (10:02 +0900)]
win: apply conformant features.

Summary:
- implement indicator enable/disable
- implement indicator type
- add indicator swallow area to border.edc
- add 'test win indicator' sample

Test Plan: elementary_test -> win_indicator

Reviewers: woohyun, cedric, jpeg

Subscribers: taxi2se, jypark, cedric, jpeg

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

6 years agoecore_con: implement FIXME for Efl.Net.Control.Technology by returning EINA_VALUE_EMPTY.
Cedric BAIL [Mon, 11 Dec 2017 23:08:48 +0000 (15:08 -0800)]
ecore_con: implement FIXME for Efl.Net.Control.Technology by returning EINA_VALUE_EMPTY.

6 years agoecore_con: use Eina_Future for Efl.Net.Control.Technology.
Cedric BAIL [Mon, 11 Dec 2017 23:03:11 +0000 (15:03 -0800)]
ecore_con: use Eina_Future for Efl.Net.Control.Technology.

6 years agoelementary: fixup typo breaking compilation.
Cedric BAIL [Mon, 11 Dec 2017 22:56:37 +0000 (14:56 -0800)]
elementary: fixup typo breaking compilation.

6 years agoeina: add an error for when a feature is not implemented.
Cedric BAIL [Mon, 11 Dec 2017 22:35:06 +0000 (14:35 -0800)]
eina: add an error for when a feature is not implemented.

6 years agodocs: Strip duplicate inherited events
Andy Williams [Mon, 11 Dec 2017 22:30:21 +0000 (22:30 +0000)]
docs: Strip duplicate inherited events

6 years agoecore: rename efl_loop_Eina_FutureXXX_idle to efl_loop_idle
Cedric BAIL [Mon, 11 Dec 2017 21:57:40 +0000 (13:57 -0800)]
ecore: rename efl_loop_Eina_FutureXXX_idle to efl_loop_idle

6 years agoecore: rename efl_loop_Eina_FutureXXX_job to efl_loop_job.
Cedric BAIL [Mon, 11 Dec 2017 21:51:52 +0000 (13:51 -0800)]
ecore: rename efl_loop_Eina_FutureXXX_job to efl_loop_job.

6 years agoecore: remove efl_loop_job().
Cedric BAIL [Mon, 11 Dec 2017 21:39:00 +0000 (13:39 -0800)]
ecore: remove efl_loop_job().

6 years agoecore: use Eina_Future variant for job internally to.
Cedric BAIL [Mon, 11 Dec 2017 21:30:06 +0000 (13:30 -0800)]
ecore: use Eina_Future variant for job internally to.

6 years agoelementary: use the Eina_Future based job.
Cedric BAIL [Mon, 11 Dec 2017 21:16:47 +0000 (13:16 -0800)]
elementary: use the Eina_Future based job.

6 years agoelementary: use Eina.Future based job.
Cedric BAIL [Mon, 11 Dec 2017 19:46:33 +0000 (11:46 -0800)]
elementary: use Eina.Future based job.

6 years agoecore: remove test of efl_loop_job.
Cedric BAIL [Mon, 11 Dec 2017 19:28:23 +0000 (11:28 -0800)]
ecore: remove test of efl_loop_job.

6 years agoeina: Fix typo in doxygen
Chris Michael [Mon, 11 Dec 2017 19:51:55 +0000 (14:51 -0500)]
eina: Fix typo in doxygen

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
6 years agoelementary: Fix resource leak
Chris Michael [Mon, 11 Dec 2017 19:51:09 +0000 (14:51 -0500)]
elementary: Fix resource leak

Coverity reports a resource leak here. According to eina_strbuf
documentation, the result of eina_strbuf_release should be
free'd when not needed anymore.

Fixes Coverity CID1383551

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
6 years agoelementary: Fix resource leak
Chris Michael [Mon, 11 Dec 2017 19:49:29 +0000 (14:49 -0500)]
elementary: Fix resource leak

Coverity reports a resource leak here. According to eina_strbuf
documentation, the result of eina_strbuf_release should be
free'd when not needed anymore.

Fixes Coverity CID1383550

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
6 years agoelementary: Fix resource leak
Chris Michael [Mon, 11 Dec 2017 19:47:14 +0000 (14:47 -0500)]
elementary: Fix resource leak

Coverity reports a resource leak here. According to eina_strbuf
documentation, the result of eina_strbuf_release should be free'd when
not needed anymore.

Fixes Coverity CID1383549

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
6 years agodocs: We no longer have class type in URLs
Andy Williams [Mon, 11 Dec 2017 17:25:50 +0000 (17:25 +0000)]
docs: We no longer have class type in URLs

6 years agodocs: Include Eina in the allowable Unified API namespaces
Andy Williams [Mon, 11 Dec 2017 17:25:28 +0000 (17:25 +0000)]
docs: Include Eina in the allowable Unified API namespaces

6 years agodocs: Remove the details for inherited members and events
Andy Williams [Mon, 11 Dec 2017 16:45:54 +0000 (16:45 +0000)]
docs: Remove the details for inherited members and events

Also fix the headings so "Members" and "Events" is always visible
as it makes for a better Table of Contents.

Layout could be improved, just playing with the minimal
information presentation for now.

6 years agodocs: Compact and lay out the header of API docs
Andy Williams [Mon, 11 Dec 2017 16:43:47 +0000 (16:43 +0000)]
docs: Compact and lay out the header of API docs

Add an inheritance summary (following the primary class heirarchy).
Move the full heirarchy to a folded section.
Put the description at the top where it belongs.

6 years agodocs: Filter the public API to just Efl.*
Andy Williams [Mon, 11 Dec 2017 14:58:05 +0000 (14:58 +0000)]
docs: Filter the public API to just Efl.*

6 years agoefl-mono: Fix automake files in C# binding search with buggy mono version
Felipe Magno de Almeida [Mon, 11 Dec 2017 14:06:54 +0000 (12:06 -0200)]
efl-mono: Fix automake files in C# binding search with buggy mono version

6 years agoefl_loop: we are creating there efl classes
Marcel Hollerbach [Mon, 11 Dec 2017 11:58:22 +0000 (12:58 +0100)]
efl_loop: we are creating there efl classes

we should also delete them with efl_del, ecore_timer is only for legacy

6 years agoMerge branch 'devs/bu5hm4n/ng_calc'
Marcel Hollerbach [Mon, 11 Dec 2017 09:47:42 +0000 (10:47 +0100)]
Merge branch 'devs/bu5hm4n/ng_calc'

This resolvesĀ T6453.

6 years agoefl_ui_focus_manager: this thing is not used anymore
Marcel Hollerbach [Sun, 10 Dec 2017 21:01:38 +0000 (22:01 +0100)]
efl_ui_focus_manager: this thing is not used anymore

6 years agoefl_ui_focus_manager_calc: performe the second stage later
Marcel Hollerbach [Sun, 10 Dec 2017 20:03:17 +0000 (21:03 +0100)]
efl_ui_focus_manager_calc: performe the second stage later

the second stage is not meant to be a transition in both ways, only
because the one item is closer does not mean a other one is closer.

6 years agofocus: add names
Marcel Hollerbach [Sun, 10 Dec 2017 19:42:27 +0000 (20:42 +0100)]
focus: add names

so its easier to debug ...

6 years agoSome more focus movement tests
Dave Andreoli [Sun, 10 Dec 2017 19:35:42 +0000 (20:35 +0100)]
Some more focus movement tests

Those two layouts are quite simple but in real it's difficult to solve both in the best way

6 years agoefl_ui_focus_manager_calc: implement better relation calculation
Marcel Hollerbach [Fri, 8 Dec 2017 09:43:49 +0000 (10:43 +0100)]
efl_ui_focus_manager_calc: implement better relation calculation

The new calculation mechanism does not only look into the exact
directions up,right,down,left of a node, it also now checks the sectors,
bound by: x < node.x, x > node.max_x, y < node.y, y > node.max_y.

ref T6453

6 years agoefl_ui_focus_manager_calc: refactor into its own stage
Marcel Hollerbach [Thu, 7 Dec 2017 15:42:41 +0000 (16:42 +0100)]
efl_ui_focus_manager_calc: refactor into its own stage

6 years agoefl_ui_focus_manager_calc: refactor calculation logic
Marcel Hollerbach [Thu, 7 Dec 2017 15:23:34 +0000 (16:23 +0100)]
efl_ui_focus_manager_calc: refactor calculation logic

6 years agoevas: removed "clobbered" warnings from image_savers/png/evas_image_save_png
Pawel Aksiutowicz [Mon, 11 Dec 2017 08:17:04 +0000 (17:17 +0900)]
evas: removed "clobbered" warnings from image_savers/png/evas_image_save_png

Reviewers: stanluk, lukasz.stanislawski, cedric, jpeg

Subscribers: cedric, jpeg

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

6 years agoevas: clean code of evas_common_cpu_can_do() in common/evas_cpu
Pawel Aksiutowicz [Mon, 11 Dec 2017 08:06:30 +0000 (17:06 +0900)]
evas: clean code of evas_common_cpu_can_do() in common/evas_cpu

Reviewers: stanluk, lukasz.stanislawski, jpeg

Subscribers: cedric

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

6 years agoefl_ui_popup_scroll: remove build warnings
Sungtaek Hong [Mon, 11 Dec 2017 08:10:06 +0000 (17:10 +0900)]
efl_ui_popup_scroll: remove build warnings

Reviewers: Jaehyun_Cho

Reviewed By: Jaehyun_Cho

Subscribers: cedric, jpeg

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

6 years agoefl_ui_spin_button: Change property name to avoid name duplicating.
Woochan Lee [Mon, 11 Dec 2017 07:30:31 +0000 (16:30 +0900)]
efl_ui_spin_button: Change property name to avoid name duplicating.

Summary:
The name 'loop' is already there in efl canvas.

loop -> circulate.

Test Plan: elementary_test -> efl_ui_spin_button test.

Reviewers: jpeg, Jaehyun_Cho, woohyun

Subscribers: cedric, jpeg

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

6 years agoefl.ui.popup.alert.scroll: add more test cases for efl.ui.popup.alert.scroll popup
Taehyub Kim [Mon, 11 Dec 2017 07:07:35 +0000 (16:07 +0900)]
efl.ui.popup.alert.scroll: add more test cases for efl.ui.popup.alert.scroll popup

Summary: add more test caces for efl.ui.popup.alert.scroll popup

Test Plan:
1. run elementary_test -to efl.ui.popup.alert.scroll
2. check the test cases

Reviewers: Jaehyun_Cho, jpeg, woohyun, thiepha, cedric, Blackmole

Reviewed By: Jaehyun_Cho

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