platform/upstream/efl.git
6 years agoeolian: Add some color to those warning messages
Jean-Philippe Andre [Tue, 31 Oct 2017 05:20:09 +0000 (14:20 +0900)]
eolian: Add some color to those warning messages

Note: This is not using eina_log, not entirely sure why, but this
doesn't prevent us from adding some color.

6 years agoeolian: Skip @beta APIs for duplicate warnings
Jean-Philippe Andre [Tue, 31 Oct 2017 04:58:31 +0000 (13:58 +0900)]
eolian: Skip @beta APIs for duplicate warnings

No warnings:
export EOLIAN_WARN_FUNC_DUPLICATES=0

No beta warnings:
export EOLIAN_WARN_FUNC_DUPLICATES=1

All warnings including beta:
export EOLIAN_WARN_FUNC_DUPLICATES=2

EOLIAN_WARN_FUNC_DUPLICATES is not an API and may change in the future
as we improve the tool :)

6 years agoelm test: calender - use eina_strbuf_append_strftime instead
Amitesh Singh [Tue, 31 Oct 2017 05:26:55 +0000 (14:26 +0900)]
elm test: calender - use eina_strbuf_append_strftime instead

6 years agoefl_ui_slider: add eina_value_flush after using the value
WooHyun Jung [Tue, 31 Oct 2017 02:33:12 +0000 (11:33 +0900)]
efl_ui_slider: add eina_value_flush after using the value

6 years agoefl_ui_calendar: apply new format_cb
WooHyun Jung [Fri, 27 Oct 2017 09:31:59 +0000 (18:31 +0900)]
efl_ui_calendar: apply new format_cb

6 years agoeo-cxx: Fix compilation error with any_value received by value
Felipe Magno de Almeida [Mon, 30 Oct 2017 23:05:39 +0000 (21:05 -0200)]
eo-cxx: Fix compilation error with any_value received by value

6 years agoecore_evas_wayland: Fix session recovery
Derek Foreman [Mon, 30 Oct 2017 19:23:07 +0000 (14:23 -0500)]
ecore_evas_wayland: Fix session recovery

Turns out when apps reconnect to the compositor they don't always
realize they need to redraw themselves.  Force a manual render
at startup if we end up in a state where an update is needed but
has probably been dropped on the floor.

6 years agoefl-net: fixup copy & paste abuse.
Cedric Bail [Mon, 30 Oct 2017 18:17:59 +0000 (11:17 -0700)]
efl-net: fixup copy & paste abuse.

6 years agoedje_cc: fix parsing and documentation
Andrii Kroitor [Mon, 30 Oct 2017 14:46:09 +0000 (16:46 +0200)]
edje_cc: fix parsing and documentation

This fixes parsing of properties in edje_cc and makes it more
consistent. All bool and color values are now parsed in same way.
Default values for many values are now given in edc_ref.
Some documentation blocks are moved to correct places.
Fixed mistakes in description of edc properties.

@fix

6 years agoedje_cc: fix item.max parsing
Andrii Kroitor [Mon, 30 Oct 2017 14:26:57 +0000 (16:26 +0200)]
edje_cc: fix item.max parsing

It is now possible to set item.max back to default value (-1 -1).

@fix

6 years agoedje_cc: make box/table item.spread minimum 1 1
Andrii Kroitor [Mon, 30 Oct 2017 13:50:28 +0000 (15:50 +0200)]
edje_cc: make box/table item.spread minimum 1 1

Minimum value was 0 0, but it has same effect as 1 1.

6 years agoedje_cc: fix program.filter description
Andrii Kroitor [Mon, 30 Oct 2017 13:12:23 +0000 (15:12 +0200)]
edje_cc: fix program.filter description

@fix

6 years agoedje_cc: fix text.align description
Andrii Kroitor [Mon, 30 Oct 2017 12:26:43 +0000 (14:26 +0200)]
edje_cc: fix text.align description

@fix

6 years agoedje_cc: limit map.zoom to non-negative values
Andrii Kroitor [Mon, 30 Oct 2017 11:51:17 +0000 (13:51 +0200)]
edje_cc: limit map.zoom to non-negative values

@fix

6 years agoedje_cc: move box and table properties documentation
Andrii Kroitor [Mon, 30 Oct 2017 11:12:11 +0000 (13:12 +0200)]
edje_cc: move box and table properties documentation

Documentation comments for properties should be near parser
implementation.

@fix

6 years agoedje_cc: make color parsing consistent
Andrii Kroitor [Mon, 30 Oct 2017 10:51:45 +0000 (12:51 +0200)]
edje_cc: make color parsing consistent

All colors now accept 4 ints or hex string.

@fix

6 years agoedje_cc: make bool parsing consistent
Andrii Kroitor [Mon, 30 Oct 2017 09:24:35 +0000 (11:24 +0200)]
edje_cc: make bool parsing consistent

@fix

6 years agoedje_cc: fix spelling
Andrii Kroitor [Mon, 30 Oct 2017 09:23:44 +0000 (11:23 +0200)]
edje_cc: fix spelling

@fix

6 years agoedje_cc: fix default color_class colors
Andrii Kroitor [Mon, 30 Oct 2017 07:59:19 +0000 (09:59 +0200)]
edje_cc: fix default color_class colors

If you have undefined color_class, edje will use solid white for its
colors. If you define color_class name without colors edje_cc now has
same defaults instead of 0 0 0 0.

@fix

6 years agoedje_cc: move part_remove and program_remove to group
Andrii Kroitor [Fri, 27 Oct 2017 10:20:37 +0000 (13:20 +0300)]
edje_cc: move part_remove and program_remove to group

These properties belong to group, but were in part's block in edcref.

@fix

6 years agoedje_cc: fix color_class description
Andrii Kroitor [Fri, 27 Oct 2017 10:03:28 +0000 (13:03 +0300)]
edje_cc: fix color_class description

It can't be overridden by color values in state. Colors can only be
modified.

@fix

6 years agoedje_cc: fix incorrect type in minmul defaults
Andrii Kroitor [Fri, 27 Oct 2017 08:21:01 +0000 (11:21 +0300)]
edje_cc: fix incorrect type in minmul defaults

@fix

6 years agoedje_cc: parse "fixed" as bool
Andrii Kroitor [Fri, 27 Oct 2017 08:17:01 +0000 (11:17 +0300)]
edje_cc: parse "fixed" as bool

@fix

6 years agoedje_cc: fix state.no_render description
Andrii Kroitor [Fri, 27 Oct 2017 08:06:23 +0000 (11:06 +0300)]
edje_cc: fix state.no_render description

@fix

6 years agoedje_cc: fix color2 and color3 descriptions
Andrii Kroitor [Fri, 27 Oct 2017 07:05:37 +0000 (10:05 +0300)]
edje_cc: fix color2 and color3 descriptions

color2 is used for outline
color3 is used for shadow

@fix

6 years agoedje_cc: add missing default values to documentation
Andrii Kroitor [Fri, 27 Oct 2017 06:52:15 +0000 (09:52 +0300)]
edje_cc: add missing default values to documentation

@fix

6 years agoedje_cc: fix errors in documentation
Andrii Kroitor [Fri, 27 Oct 2017 06:40:43 +0000 (09:40 +0300)]
edje_cc: fix errors in documentation

@fix

6 years agoelm: call eina_value_flush to deallocate memory
Amitesh Singh [Mon, 30 Oct 2017 11:27:53 +0000 (20:27 +0900)]
elm: call eina_value_flush to deallocate memory

I am not sure if Eina_Value allocates dynamic memory
for basic types but its better practice to call eina_value_flush()
at the end.

6 years agoedje_cc - add offset_scale/offscale per desc to allow offsets to scale
Carsten Haitzler (Rasterman) [Mon, 30 Oct 2017 08:01:39 +0000 (17:01 +0900)]
edje_cc - add offset_scale/offscale per desc to allow offsets to scale

there already was this flag but only set implicitly with anchor stuff.
allow to be able to set this flag explicitly to allow offsets to be
scaled if part is marked to scale

@feature

6 years agoeina example: fix eina_value examples
Amitesh Singh [Mon, 30 Oct 2017 07:14:19 +0000 (16:14 +0900)]
eina example: fix eina_value examples

6 years agoeina: eina_value: fix the typo in doc
Amitesh Singh [Mon, 30 Oct 2017 07:11:35 +0000 (16:11 +0900)]
eina: eina_value: fix the typo in doc

6 years agoeina: eina_value - Add "struct tm" support
Amitesh Singh [Mon, 30 Oct 2017 06:07:04 +0000 (15:07 +0900)]
eina: eina_value - Add "struct tm" support

Ref T6204

@feature

6 years agoecore_cocoa: fix the backspace key
Jean Guyomarc'h [Sun, 29 Oct 2017 15:06:31 +0000 (16:06 +0100)]
ecore_cocoa: fix the backspace key

The backspace key is supposed to send an ASCII code of 0x08, not 0x7F
(this would be the delete key). This has not be seen before as it is is
rare to use the ASCII code for the BackSpace key.

@fix

6 years agoecore_cocoa: consitfy structure fields
Jean Guyomarc'h [Sun, 29 Oct 2017 15:04:24 +0000 (16:04 +0100)]
ecore_cocoa: consitfy structure fields

This structure is exclusively statically initialized. As none of its
fields will be altered, they can all be const.

6 years agoeina: enforce strict Eina_Bool parameter
Jean Guyomarc'h [Sun, 29 Oct 2017 12:38:37 +0000 (13:38 +0100)]
eina: enforce strict Eina_Bool parameter

6 years agoecore: fix typo in documentation
Jean Guyomarc'h [Wed, 27 Sep 2017 21:40:10 +0000 (23:40 +0200)]
ecore: fix typo in documentation

6 years agoecore_input: constify global
Jean Guyomarc'h [Sat, 23 Sep 2017 14:20:47 +0000 (16:20 +0200)]
ecore_input: constify global

This is just for correctness, it changes nothing.

6 years agoeina debug - ensure sockaddr is 0'd out before filling in to avoid junk
Carsten Haitzler (Rasterman) [Sun, 29 Oct 2017 02:19:48 +0000 (11:19 +0900)]
eina debug - ensure sockaddr is 0'd out before filling in to avoid junk

valgrind does complain about this. i'm not sure it matters but it's
safer to 0 it out in case some field is being used that we don't think
is being used that we didn't set.

6 years agoefl: add an efl-net.pc
Cedric Bail [Sat, 28 Oct 2017 01:51:16 +0000 (18:51 -0700)]
efl: add an efl-net.pc

6 years agoecore_con: add an Efl_Net.h
Cedric Bail [Sat, 28 Oct 2017 01:48:16 +0000 (18:48 -0700)]
ecore_con: add an Efl_Net.h

6 years agoefl: add an efl-core.pc
Cedric Bail [Sat, 28 Oct 2017 00:50:17 +0000 (17:50 -0700)]
efl: add an efl-core.pc

6 years agoecore: add Efl_Core.h
Cedric Bail [Sat, 28 Oct 2017 00:15:14 +0000 (17:15 -0700)]
ecore: add Efl_Core.h

6 years agoEfl.ui.mbe: efl_ui_format_cb_set is actually going to free the existing format.
Amitesh Singh [Sat, 28 Oct 2017 01:19:21 +0000 (10:19 +0900)]
Efl.ui.mbe: efl_ui_format_cb_set is actually going to free the existing format.

6 years agoelementary, ecore: move efl_exit helper to Ecore.
Cedric Bail [Fri, 27 Oct 2017 23:37:58 +0000 (16:37 -0700)]
elementary, ecore: move efl_exit helper to Ecore.

6 years agoelementary: rely on main loop terminate event to execute ELM_POLICY_EXIT_WINDOWS_DEL.
Cedric Bail [Fri, 27 Oct 2017 23:20:56 +0000 (16:20 -0700)]
elementary: rely on main loop terminate event to execute ELM_POLICY_EXIT_WINDOWS_DEL.

6 years agoelementary: actually we do not need efl_quicklaunch_fallback.
Cedric Bail [Fri, 27 Oct 2017 22:46:26 +0000 (15:46 -0700)]
elementary: actually we do not need efl_quicklaunch_fallback.

6 years agoelementary: use the new exit infrastructure to print help message.
Cedric Bail [Fri, 27 Oct 2017 22:44:21 +0000 (15:44 -0700)]
elementary: use the new exit infrastructure to print help message.

6 years agoelementary: update EFL_MAIN and EFL_MAIN_EX to use the new EFL exit API.
Cedric Bail [Fri, 27 Oct 2017 22:43:57 +0000 (15:43 -0700)]
elementary: update EFL_MAIN and EFL_MAIN_EX to use the new EFL exit API.

6 years agoelementary: update efl_quicklaunch_fallback to use the new EFL exit API.
Cedric Bail [Fri, 27 Oct 2017 22:43:23 +0000 (15:43 -0700)]
elementary: update efl_quicklaunch_fallback to use the new EFL exit API.

6 years agoelementary: update elm_quicklaunch_fork to use the new Eina_Value exit API.
Cedric Bail [Fri, 27 Oct 2017 22:41:37 +0000 (15:41 -0700)]
elementary: update elm_quicklaunch_fork to use the new Eina_Value exit API.

6 years agoelementary: make the exit helper work with int (This is just for C).
Cedric Bail [Fri, 27 Oct 2017 22:39:34 +0000 (15:39 -0700)]
elementary: make the exit helper work with int (This is just for C).

6 years agoelementary: there is no point into having an already deprecated method with EFL new...
Cedric Bail [Fri, 27 Oct 2017 22:37:25 +0000 (15:37 -0700)]
elementary: there is no point into having an already deprecated method with EFL new API.

6 years agoecore: add infrastructure to handle an Eina_Value as an exit code.
Cedric Bail [Fri, 27 Oct 2017 22:34:50 +0000 (15:34 -0700)]
ecore: add infrastructure to handle an Eina_Value as an exit code.

6 years agoecore: efl_loop should actually handle exit via Eina_Value.
Cedric Bail [Fri, 27 Oct 2017 22:31:57 +0000 (15:31 -0700)]
ecore: efl_loop should actually handle exit via Eina_Value.

This is for binding consistency. Example with python :
sys.exit("Bye, world")

Which with efl would be :
loop.quit("Bye, world")

T6228

6 years agoedje_cc: support script inheritance
Jeeyong Um [Fri, 27 Oct 2017 18:49:02 +0000 (11:49 -0700)]
edje_cc: support script inheritance

Summary:
When inherit_script is set to 1, script of current group contains
variables and funtions from script of parent groups. If there is same
name variable or function, newly defined one will replace that of
parents.

Reviewers: cedric, jpeg

Subscribers: taxi2se

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

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
6 years agoevas: add a missing description for a newly added parameter
Youngbok Shin [Fri, 27 Oct 2017 18:45:34 +0000 (11:45 -0700)]
evas: add a missing description for a newly added parameter

Summary:
A new parameter "width_offset" was added to
evas_common_font_query_last_up_to_pos() internal function.
But, internal documentation was not updated.
So, it adds a simple description for the new parameter.

Test Plan: N/A

Reviewers: jpeg, cedric, herdsman, shilpasingh

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

6 years agoeina: fix spelling errors in documentation
Bryce Harrington [Fri, 27 Oct 2017 18:35:10 +0000 (11:35 -0700)]
eina: fix spelling errors in documentation

Reviewers: cedric, ajwillia.ms

Reviewed By: cedric

Subscribers: segfaultxavi, jpeg

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

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
6 years agoeina: add param, return type description for eina_unicode.
JinYong Park [Fri, 27 Oct 2017 18:33:50 +0000 (11:33 -0700)]
eina: add param, return type description for eina_unicode.

Summary: Add missing parameters and return type description to remove doxygen warning

Test Plan: API Doxygen Revision

Reviewers: cedric, jpeg, myoungwoon, Jaehyun_Cho, id213sin

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

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
6 years agoevas: fix typo in eo file
JinYong Park [Fri, 27 Oct 2017 18:33:37 +0000 (11:33 -0700)]
evas: fix typo in eo file

Summary:
Change the first letter of the sentence from lowercase to uppercase,
and fix typo "top be" to "to be"

Reviewers: cedric, jpeg, stefan_schmidt, myoungwoon, Jaehyun_Cho, conr2d

Reviewed By: cedric

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

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
6 years agoefl_ui_focus_manager_calc: remove unused struct
Marcel Hollerbach [Fri, 27 Oct 2017 15:33:47 +0000 (17:33 +0200)]
efl_ui_focus_manager_calc: remove unused struct

6 years agoefl_ui_focus_manager_calc: fix warnings
Marcel Hollerbach [Fri, 27 Oct 2017 15:33:04 +0000 (17:33 +0200)]
efl_ui_focus_manager_calc: fix warnings

6 years agoefl_ui_focus_manager_calc: return last object when unfocusing last
Marcel Hollerbach [Fri, 27 Oct 2017 15:02:20 +0000 (17:02 +0200)]
efl_ui_focus_manager_calc: return last object when unfocusing last

this makes code easier, and fixes a bug where the wrong last element is
taken.

6 years agoefl_ui_focus_manager: correctly handle subitem directions in a redirect
Marcel Hollerbach [Fri, 27 Oct 2017 12:31:27 +0000 (14:31 +0200)]
efl_ui_focus_manager: correctly handle subitem directions in a redirect

in default focus just sets the focus to the first item in the redirect
manager, we now reset that back and move the focus to the last element
of a item.

6 years agoelm_mutlibuttonentry: fix legacy events
Marcel Hollerbach [Fri, 27 Oct 2017 10:02:31 +0000 (12:02 +0200)]
elm_mutlibuttonentry: fix legacy events

This should fix the test cases

6 years agoefl_ui_focus_manager: the FOCUSED event now carries the last focused
Marcel Hollerbach [Fri, 27 Oct 2017 08:02:17 +0000 (10:02 +0200)]
efl_ui_focus_manager: the FOCUSED event now carries the last focused
object

This is usefull to react on focused events

6 years agoefl_ui_focus_manager: do not enter Nodes with redirects
Marcel Hollerbach [Fri, 27 Oct 2017 07:42:22 +0000 (09:42 +0200)]
efl_ui_focus_manager: do not enter Nodes with redirects

we always want the redirect on the lowest level.

6 years agoRevert "elm test: mbe - make mbe focusable"
Amitesh Singh [Fri, 27 Oct 2017 07:44:06 +0000 (16:44 +0900)]
Revert "elm test: mbe - make mbe focusable"

This reverts commit b6567ab1f6fa377f4047106bae8aa808ff033180.

6 years agoelm test: mbe - make mbe focusable
Amitesh Singh [Fri, 27 Oct 2017 07:07:48 +0000 (16:07 +0900)]
elm test: mbe - make mbe focusable

After 53fcc4bb7de3bfc9c69f6e138b, mbe is no more a focusable widget by
default. This test rely on focus property of mbe.

6 years agoevas vg: Add FIXME and fix strbuf use
Jean-Philippe Andre [Fri, 27 Oct 2017 05:31:37 +0000 (14:31 +0900)]
evas vg: Add FIXME and fix strbuf use

This is the result of a really quick review of the new VG code. Most of
it was moved around, but this merge includes the following:
 - Move logic from edje to evas
 - Create static lib for common VG handling
 - Add file_set() API
 - Add a basic VG cache in evas side
 - Add savers modules, implement loaders and savers.

6 years agoevas/vg: fixed handling of stroke width in cairo and native backend
Subhransu Mohanty [Tue, 8 Nov 2016 03:51:11 +0000 (12:51 +0900)]
evas/vg: fixed handling of stroke width in cairo and native backend

6 years agoedje: cleanup old implementation of handling svg file.
subhransu mohanty [Fri, 27 Oct 2017 00:24:25 +0000 (09:24 +0900)]
edje: cleanup old implementation of handling svg file.

6 years agoedje: use the file_set api from vg canvas to load and parse svg file.
subhransu mohanty [Fri, 27 Oct 2017 00:21:48 +0000 (09:21 +0900)]
edje: use the file_set api from vg canvas to load and parse svg file.

6 years agoevas/vg: Added file handling support in vg canvas.
subhransu mohanty [Fri, 27 Oct 2017 00:15:28 +0000 (09:15 +0900)]
evas/vg: Added file handling support in vg canvas.

6 years agoevas/vg: Added vg tree caching support
subhransu mohanty [Fri, 27 Oct 2017 00:11:02 +0000 (09:11 +0900)]
evas/vg: Added vg tree caching support

6 years agovg_savers/eet: Added implementaion of vg saver to eet file
Subhransu Mohanty [Wed, 2 Nov 2016 10:26:15 +0000 (19:26 +0900)]
vg_savers/eet: Added implementaion of vg saver to eet file

6 years agovg_loaders/svg: Copied svg loading implementation from edje_cc
Subhransu Mohanty [Wed, 2 Nov 2016 10:25:45 +0000 (19:25 +0900)]
vg_loaders/svg: Copied svg loading implementation from edje_cc

6 years agovg_loaders/eet: Added implementaion for loading from eet file
Subhransu Mohanty [Wed, 2 Nov 2016 10:23:49 +0000 (19:23 +0900)]
vg_loaders/eet: Added implementaion for loading from eet file

6 years agostatic_lib: added vg_common static lib
Subhransu Mohanty [Wed, 2 Nov 2016 10:22:55 +0000 (19:22 +0900)]
static_lib: added vg_common static lib

Features:
 Copied vg eet descriptor from edje_data
 Copied convert func  from Svg_Node to Efl_VG from edje
 added  convert function from Efl_VG to Svg_Node

6 years agoEfl.Ui.Progressbar: fix val to be val when legacy format_function_set() is called
Amitesh Singh [Fri, 27 Oct 2017 02:48:10 +0000 (11:48 +0900)]
Efl.Ui.Progressbar: fix val to be val when legacy format_function_set() is called

In Pb, the legacy units_format_set's user callback uses value to
be 100*value (0.0 to 100.0) and legacy format_function_set uses
value of range "0.0 to 1.0". This was broken after my patch.
Lets keep this behaviour in legacy APIs.

In case of new EO APIs, the value will be always from 0.0 to 1.0
in both format_string() and format_cb callbacks.

6 years agoelm_box: add missing parameter description
JinYong Park [Fri, 27 Oct 2017 02:29:58 +0000 (11:29 +0900)]
elm_box: add missing parameter description

Summary: Add missing parameter description to remove doxygen warning

Test Plan: API Doxygen Revision

Reviewers: cedric, jpeg, myoungwoon, Jaehyun_Cho

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

6 years agoelm_config: add missing parameter description
JinYong Park [Fri, 27 Oct 2017 02:29:52 +0000 (11:29 +0900)]
elm_config: add missing parameter description

Summary: Add missing parameter description to remove doxygen warning

Test Plan: API Doxygen Revision

Reviewers: cedric, jpeg, myoungwoon, Jaehyun_Cho

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

6 years agoelm_entry: add missing parameter description
JinYong Park [Fri, 27 Oct 2017 02:29:43 +0000 (11:29 +0900)]
elm_entry: add missing parameter description

Summary: Add missing parameter description to remove doxygen warning

Test Plan: API Doxygen Revision

Reviewers: cedric, jpeg, myoungwoon, id213sin

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

6 years agocxx: Fix examples compilation
Jean-Philippe Andre [Thu, 26 Oct 2017 08:35:02 +0000 (17:35 +0900)]
cxx: Fix examples compilation

6 years agoelm_code: hide cursor if we hide the widget.
Al Poole [Thu, 26 Oct 2017 21:39:21 +0000 (22:39 +0100)]
elm_code: hide cursor if we hide the widget.

The cursor isn't clipped so if we decide to hide the widget
this ensures the cursor also is hidden. This should not affect
any existing application using elm_code API.

6 years agoevas: allow to suspend the rendering of an output.
Cedric BAIL [Thu, 26 Oct 2017 20:35:27 +0000 (13:35 -0700)]
evas: allow to suspend the rendering of an output.

6 years agoevas: image_native_set actually receive a context, not an output.
Cedric BAIL [Thu, 26 Oct 2017 20:01:56 +0000 (13:01 -0700)]
evas: image_native_set actually receive a context, not an output.

6 years agoelementary: efl_ui_format_cb_set is actually going to free the existing format.
Cedric BAIL [Thu, 26 Oct 2017 18:11:12 +0000 (11:11 -0700)]
elementary: efl_ui_format_cb_set is actually going to free the existing format.

6 years agoelementary: don't forget to destroy weak ref when free the iterator.
Cedric BAIL [Thu, 26 Oct 2017 17:42:25 +0000 (10:42 -0700)]
elementary: don't forget to destroy weak ref when free the iterator.

6 years agoEfl.Ui.Progressbar: move legacy funcs at bottom of file
Amitesh Singh [Thu, 26 Oct 2017 12:28:20 +0000 (21:28 +0900)]
Efl.Ui.Progressbar: move legacy funcs at bottom of file

6 years agoEfl.Ui.Mbe: implement format_cb.set()
Amitesh Singh [Thu, 26 Oct 2017 06:36:07 +0000 (15:36 +0900)]
Efl.Ui.Mbe: implement format_cb.set()

Ref T6204

6 years agoEfl.Ui.Progressbar: implement format_cb.set
Amitesh Singh [Wed, 25 Oct 2017 17:10:29 +0000 (02:10 +0900)]
Efl.Ui.Progressbar: implement format_cb.set

Also remove format_string.set/get implmentation
since it takes care by base Efl.Ui.Format.format_string

Ref T6204

6 years agoEfl.Ui.Format: implement generic format_string function
Amitesh Singh [Wed, 25 Oct 2017 10:25:14 +0000 (19:25 +0900)]
Efl.Ui.Format: implement generic format_string function

This generic format_string would be used in slider,progressbar
and other widgets.This default function handles INT
and DOUBLE eina value types for now.

Ref T6204

6 years agoelm_bg_legacy: add missing parameter description
JinYong Park [Thu, 26 Oct 2017 07:12:03 +0000 (16:12 +0900)]
elm_bg_legacy: add missing parameter description

Summary: Add missing parameter description to remove doxygen warning

Test Plan: API Doxygen Revision

Reviewers: raster, cedric, jpeg, myoungwoon, Jaehyun_Cho

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

6 years agoelementary index: fix wrong reference in its header document
Youngbok Shin [Thu, 26 Oct 2017 05:36:32 +0000 (14:36 +0900)]
elementary index: fix wrong reference in its header document

Summary:
elm_index.h uses legacy keyword for ref tag.
The patch update each keywords for widgets.
And colon ":" character should be seperated from reference keyword.
It will remove doxygen warning messages from elm_index.h file.

Test Plan: N/A

Reviewers: cedric, raster, jpeg

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

6 years agoeldbus_message: Add description to fix doxygen warning
Jaehyun Cho [Thu, 26 Oct 2017 06:11:18 +0000 (15:11 +0900)]
eldbus_message: Add description to fix doxygen warning

Change-Id: Id85f85de352019b29268cfa3d6e70df7cd8e84ee

6 years agoeldbus_connection: Add description of parameters to fix doxygen warning
Jaehyun Cho [Thu, 26 Oct 2017 04:49:07 +0000 (13:49 +0900)]
eldbus_connection: Add description of parameters to fix doxygen warning

Change-Id: I3be25d4b7c8bdb69c23c1c5071fac8ac1420d87d

6 years agoeina_ustringshare: Add description of return to resolve doxygen warning
Jaehyun Cho [Thu, 26 Oct 2017 02:47:45 +0000 (11:47 +0900)]
eina_ustringshare: Add description of return to resolve doxygen warning

Change-Id: I1994dbb3bf628c67c43763c8521fcfe7c5179308

6 years agoeina_stringshare: Fix doxygen warning
Jaehyun Cho [Thu, 26 Oct 2017 02:42:07 +0000 (11:42 +0900)]
eina_stringshare: Fix doxygen warning

Change-Id: Id2f9e8b16d7e1dd581b71df6842f1b467e535634

6 years agoeina_str: Fix doxygen warning
Jaehyun Cho [Thu, 26 Oct 2017 02:39:00 +0000 (11:39 +0900)]
eina_str: Fix doxygen warning

Change-Id: I4cac2b3836f8d0fb05d76b039af66b41fca0c19f

6 years agoeina_strbuf: Fix doxygen warning
Jaehyun Cho [Thu, 26 Oct 2017 02:24:08 +0000 (11:24 +0900)]
eina_strbuf: Fix doxygen warning

Change-Id: I82b15f1352f6a7925d7cde0dfb91c3d835a35dd7