Myoungwoon Roy, Kim [Thu, 1 Feb 2018 06:32:30 +0000 (15:32 +0900)]
Fix: Remove spaces.
Change-Id: Id7746f252076cf8e97703ff34634b6f4532a8467
Myoungwoon Roy, Kim [Wed, 31 Jan 2018 09:04:09 +0000 (18:04 +0900)]
ecore_main: Check for the valid flag
Summary:
This patch checks for the valid Ecore_Fd_Handler_Flags.
The flags should be checked like previous verion because
There are no default handlings in case of out of Ecore_Fd_Handler enum values in other funcs.
Test Plan: Execute a test case
Reviewers: cedric, raster, jpeg, stefan, Jaehyun_Cho
Differential Revision: https://phab.enlightenment.org/D5775
Change-Id: I11476f4d6c445fb071de0017fa6f2f9f63acce31
Shinwoo Kim [Thu, 1 Feb 2018 05:37:12 +0000 (14:37 +0900)]
Use ERR instead of CRI if *DATA_GET* returns NULL
Change-Id: Ie16a5416e05fbc8a81a0f626c7efb8bb8ec1d650
Joogab Yun [Thu, 1 Feb 2018 02:27:57 +0000 (11:27 +0900)]
evas_gl : bugfixed - it could not get the symbol.
Change-Id: I43cafc15b71e2a3b2814abd129ea57bee4a07226
JunsuChoi [Wed, 31 Jan 2018 08:38:28 +0000 (17:38 +0900)]
[atspi][elm_widget] add checking atspi mode in highlight grab/clear function.
highlight grab/clear use only be available in atspi mode.
Change-Id: Ie8dfedf536f9bb2043bd209b2c6d6e3fc0195a45
Radoslaw Cybulski [Wed, 31 Jan 2018 08:14:08 +0000 (17:14 +0900)]
Fix embedding after stoping and restarting at-spi
Restarting at-spi doesnt remove __widget_proxy property from
smart object. As a result, when proxy is queried for children,
it will return previous at-spi object, which is already
defuncted. This patch adds checking for defunct flag on object
and reinitialization, if such object is found in __widget_proxy.
Change-Id: I38babc6ade2c7cfcd35d816bf7589cdf4940732a
Shinwoo Kim [Wed, 31 Jan 2018 05:46:07 +0000 (14:46 +0900)]
atspi: Use bottom up approach for PAGE_TAB
The naviframe item is elm_layout, and its atspi role is ELM_ATSPI_ROLE_PAGE_TAB.
The screen-reader could ask an object at point by using the naviframe item as a
root object. In this case, elementary did not us bottom up approach.
For the consistency, and to make it work better, This patch set is using the
bottom up approach for the naviframe item.
Change-Id: Ic90e60f68af37ff32a455da7616a7c29a4de6b61
Jaeun Choi [Tue, 30 Jan 2018 11:07:24 +0000 (20:07 +0900)]
efl_ui_image: add missing null check
Change-Id: I6eccbf26e7008c6fc9c5d7fdb9941b4949b39586
Jaehyun Cho [Tue, 30 Jan 2018 10:28:19 +0000 (19:28 +0900)]
efl_ui_panes: Handle NULL object case
Change-Id: Ib64e194acd6f360d652c334bb99ab55060863c40
Jaehyun Cho [Tue, 30 Jan 2018 09:53:33 +0000 (18:53 +0900)]
elm_panes_legacy: Fix description of functions
Change-Id: I50ee33a95750302e7848860ee1bc5937d693de50
Myoungwoon Roy, Kim [Tue, 30 Jan 2018 05:43:11 +0000 (14:43 +0900)]
ecore_timer: Check for the valid callback func
Summary:
This patch checks whether the callback function is valid or not.
Callback function must be set up for the class.
Test Plan: Execute test suite
Reviewers: cedric, raster, stefan, Jaehyun_Cho
Subscribers: jpeg
Differential Revision: https://phab.enlightenment.org/D5762
Change-Id: I5ee3991cc01b696a47c52ee4ea6ccf22556350c4
SangHyeon Lee [Tue, 30 Jan 2018 07:26:21 +0000 (16:26 +0900)]
genlist : apply focus bg hide when list is scrolled
Change-Id: I88fe404c4de789b50c4ca355674314560996af1f
Signed-off-by: SangHyeon Lee <sh10233.lee@samsung.com>
SangHyeon Lee [Tue, 30 Jan 2018 07:17:34 +0000 (16:17 +0900)]
genlist: update focus_bg when min size is recalced
Change-Id: I603d6c7ef8eaa63d85806e410c4a02f8d475f739
Signed-off-by: SangHyeon Lee <sh10233.lee@samsung.com>
JengHyun Kang [Mon, 29 Jan 2018 10:59:25 +0000 (19:59 +0900)]
ecore: add a ref/unref APIs for ecore_device
Change-Id: Ia1bb16123b8e6afffca6a82fd5eabeadcdfdae5f
JengHyun Kang [Thu, 25 Jan 2018 06:41:31 +0000 (15:41 +0900)]
ecore_wl2: generate Ecore_Device_Add/Del events
Change-Id: I2cd40d865276e8a12891a5419211c7fdc965e952
Woochan Lee [Tue, 30 Jan 2018 04:19:52 +0000 (13:19 +0900)]
efl_ui_clock: To support clock module.
efl_ui_clock_private.h, elm_datetime.h needs in module.
Disable Upstream only codes.
Change-Id: I93327a2ce09ec0fee7a18bd210d901c1d4106c58
Juyeon Lee [Mon, 29 Jan 2018 11:52:11 +0000 (20:52 +0900)]
ecore_wl2_window: zxdg_surface's parent should have zxdg_surface
even child is normal window, it could have parent without zxdg_surface
(such as ECORE_WL2_WINDOW_TYPE_NONE, ECORE_WL2_WINDOW_TYPE_DND window)
Change-Id: I305405f57fca89d46e14466bb58f2627bddf7a18
Shinwoo Kim [Mon, 29 Jan 2018 13:08:40 +0000 (22:08 +0900)]
elm: quick fix to solve build break
There is a build break on application side if the application does not define
EFL_EO_API_SUPPORT.
Change-Id: If39a0ea152c922362cc8c766889dbc2748a15af5
Shinwoo Kim [Mon, 29 Jan 2018 05:56:02 +0000 (14:56 +0900)]
Use efl_text_markup_set/get for elm_layout_text_set/get
This patch set has following upstream commit.
(1) commit
429e19563d15a02d3417ff8fffca994ce6685249
elm: make elm_layout_text_set use efl_text_markup_set
The elm_layout_text_get is using efl_text_markup_get by following commit.
commit
c07a40c745c5df1b1f6f0bbf666b233d8d072ca7
elm: make elm_object_text_get return markup info as well.
This commit solves following issue
https://phab.enlightenment.org/T6642
If I set object text as below
elm_object_text_set(btn, "Some<br>text");
then elm_object_text_get(btn) returns "Some text" not "Some<br>text".
So using efl_text_markup_set makes sense.
(2) commit
c07a40c745c5df1b1f6f0bbf666b233d8d072ca7
elm: make elm_object_text_get return markup info as well.
This commit solves following issue
https://phab.enlightenment.org/T6642
If I set object text as below
elm_object_text_set(btn, "Some<br>text");
then elm_object_text_get(btn) returns "Some text" not "Some<br>text".
Change-Id: I84ee20c6e30a201c0fbf22d7779ffb9187d1d07e
Shinwoo Kim [Mon, 29 Jan 2018 05:53:12 +0000 (14:53 +0900)]
elm: remove incorrect information from doc
Some public APIs have '@internal' keyword.
Change-Id: Id823bcbbbbf0bfbb5c3953e07a154103efdf4bc2
JinYong Park [Mon, 29 Jan 2018 09:54:31 +0000 (18:54 +0900)]
popup: disable line wrap set to elm_label
line wrap of label in popup is controlled by edc.
So it is not useful, but it cause size calc problem
@tizen_fix
Change-Id: I1e4f0d1af4c268ff77ceedd881fd436a36a3e67b
Signed-off-by: JinYong Park <j4939.park@samsung.com>
JunsuChoi [Mon, 29 Jan 2018 07:40:00 +0000 (16:40 +0900)]
atspi : Remove focus_region_show in access_highlight_grab
dont need focus_region_show when object is highlighted by highlight_grab
region_show function is replaced by _accessible_highlight_region_show()
Change-Id: I6a0fee6a182ddf7db9eafb9d07ae30ac9a022ef0
JunsuChoi [Mon, 29 Jan 2018 07:26:16 +0000 (16:26 +0900)]
atspi : Do not send signal, if current object and highlight object are same
Change-Id: I227549edca84400faa5ec23c71886625643635f9
Youngbok Shin [Mon, 29 Jan 2018 08:36:21 +0000 (17:36 +0900)]
edje/elementary: add missing APIs for color_class
@tizen_fix
Change-Id: I683e253d8710e8f98188cf213f0ba4585b2478b4
Shinwoo Kim [Fri, 26 Jan 2018 12:15:09 +0000 (21:15 +0900)]
elm: add undefined internal symbol
And fix typo in efl_access_relation_set_relation_append
Change-Id: Ia4b7385a6d628e778fea28acf37df655577501c9
JunsuChoi [Fri, 26 Jan 2018 11:05:54 +0000 (20:05 +0900)]
[atspi] change accessible name to const char* - it is same with accessible description
Please refer to following review
https://phab.enlightenment.org/D4378
Change-Id: I1509fa566358688b668b246b9fd3f0046864db53
Shinwoo Kim [Thu, 25 Jan 2018 06:16:12 +0000 (15:16 +0900)]
elm: fix improper atspi_relationship related usage
This is a migration issue.
Change-Id: Id5e36b65d71e4e6d09c6c404d64015bd0db650cd
Youngbok Shin [Fri, 26 Jan 2018 04:21:55 +0000 (13:21 +0900)]
elementary layout: add missing legacy internal APIs for handling valign
It was made for C#.
@tizen_fix
Change-Id: Ic43165513cbba71fb02fb68cb72d8ccab993be92
Myoungwoon Roy, Kim [Thu, 25 Jan 2018 02:04:25 +0000 (11:04 +0900)]
ecore_con: Check for the valid port number
This patch checks whether the port number is valid or not.
The valid port number is an unsigned 16-bit integer, so 1-65535.
0 is reserved already.
https://phab.enlightenment.org/D5761
Change-Id: I84c4a6786a45d04f479aa94bc5b3ce0d3162fd2d
Youngbok Shin [Thu, 25 Jan 2018 11:30:57 +0000 (20:30 +0900)]
edje: apply proper textblock style which is created for "per object" color_class feature.
@tizen_fix
Change-Id: I9aad6e52d4a4bfabeae585d5420cbca4c25f6e7c
Sungtaek Hong [Wed, 24 Jan 2018 09:51:25 +0000 (18:51 +0900)]
eolian_gen: remove reference to elm_entry because it is not installed
Summary:
elm_entry.eo is not installed to system directory like
"/usr/local/share/eolian/include/elementary-1", and
eolian_gen tries to refer elm_entry.eo which results in failure.
Test Plan:
Create any eo class file which inherits Efl.Ui.Layout.
eolian_gen eo_file.eo
observe eolian_gen finishes
Reviewers: jpeg, herdsman, woohyun, Jaehyun_Cho, cedric
Subscribers: conr2d, id213sin, JongminLee
Differential Revision: https://phab.enlightenment.org/D5760
Change-Id: I00e2e6b082f97e30a3063beba67dc7357a1b1ce4
Youngbok Shin [Thu, 25 Jan 2018 11:26:13 +0000 (20:26 +0900)]
elemenatry: fix crash issue when it failed to parse klass name for color_class
It changed to parse new klass names and legacy klass names properly.
For example, Efl.Ui.Button and Elm_Button will be button as its klass prefix for color_class.
@tizen_fix
Change-Id: I92833e2e616900bcc02b4c499ba8e59651292d0d
Wonki Kim [Thu, 25 Jan 2018 11:20:25 +0000 (20:20 +0900)]
efl_ui_win: Fix to notify wayland once indicator mode changed
this code block has not been merged from tizen branch.
Change-Id: I12eeafd09ce0d4a4a90e03cb0f5eec31a82bcdc9
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Gwanglim Lee [Thu, 25 Jan 2018 06:42:50 +0000 (15:42 +0900)]
ecore-buffer: Add ecore_buffer tbm module and merge with the latest ecore-buffer codes on the tizen 5.0
Change-Id: I5f068af45867f56ddb4e842d9b1cc3e94b5b21a8
Thiep Ha [Thu, 25 Jan 2018 06:27:44 +0000 (15:27 +0900)]
ecore_con + extn: request E compositor to create socket
In Tizen, the security does not allow 1 application to create
socket and other applications to connect to that socket.
All sockets should be created by system daemon or service.
Therefore, we request the E compositor to create sockets for us.
Besides, this patches also change the location of sockets to
avoid smack errors.
ref
4d81d8f1ef043853f05494005ab4c46ffe2a4599 and
c173e3d4e4dcea93f7589b9360ea99d448e08301
@tizen_feature
Change-Id: I584c51632053e8e9f576ec69b8c4026f930c2be6
Shinwoo Kim [Thu, 25 Jan 2018 02:50:41 +0000 (11:50 +0900)]
elm: fix reculsive infinite call problem
Change-Id: I2f028e2787529a6056d099c77e63b3edf2075ff4
Wonki Kim [Thu, 25 Jan 2018 02:52:37 +0000 (11:52 +0900)]
efl_ui_win: fix a api break of elm_win_window_id_get against tizen branch
elm_win_window_id_get returns a result of ecore_wl_window_surface_id_get in tizen branch
however, the api returns a result of ecore_wl2_window_id_get in upstream code.
the window manager team has been working on fixing related packages
to match up with new api, so that this patch will be revert soon.
Change-Id: Ibf25f7fb9670be84a5058a1747a0fbe1da010013
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
SangHyeon Lee [Fri, 19 Jan 2018 08:34:21 +0000 (17:34 +0900)]
elm_genlist: add updating content logic when language is changed.
when language is changed, genlist content's text is not translated.
So I added elm_genlist_item_fields_update with
ELM_GENLIST_ITEM_FIELD_CONTENT.
@tizen_fix
Change-Id: Ie68de2a242e7b02eb4a877b19804846df9b345da
Signed-off-by: SangHyeon Lee <sh10233.lee@samsung.com>
SangHyeon Lee [Wed, 24 Jan 2018 05:05:42 +0000 (14:05 +0900)]
genlist: fix unlimited circular function calls on content viewport geometry get and group calc
Change-Id: Ie60d83b2920e97aefe7395a5a7ec7913ea6a77fe
Signed-off-by: SangHyeon Lee <sh10233.lee@samsung.com>
SangHyeon Lee [Wed, 24 Jan 2018 05:00:14 +0000 (14:00 +0900)]
elm_priv: change wearable profile variable type char to int
To identify unsigned value of wearable profile,
change variable type to int.
Change-Id: I00806d1dbe70c2bb8bd5b0e435dd816cad0bf80f
Signed-off-by: SangHyeon Lee <sh10233.lee@samsung.com>
Shinwoo Kim [Wed, 24 Jan 2018 07:04:57 +0000 (16:04 +0900)]
elm: remove duplicated smart callback description
Change-Id: I74d61d35d20d2a0e08026db4cd31c4645a9c2a4d
JengHyun Kang [Tue, 23 Jan 2018 04:36:26 +0000 (13:36 +0900)]
ecore_wl2: fix build warnings
Change-Id: I9930a3b53e8b028e68846ccc072e6d3e03e8392d
Wonki Kim [Wed, 24 Jan 2018 03:59:06 +0000 (12:59 +0900)]
Revert "elementary: remove elementary-theme package"
this package has been excluded from a binary image.
This reverts commit
699e11e600953585d6f2798449cd6c75b159ce89.
Change-Id: Icdad5652d31a9b49185f0085a5088564b33338df
JunsuChoi [Fri, 19 Jan 2018 10:43:07 +0000 (19:43 +0900)]
elm_widget_item: add at-spi name setter
@tizen_feature
+
-------------------------------------------
atspi: add i18n support for name and description
Add new API to set atspi translation domain for name and description properties.
If translation domain is not set name and a description strings
will be used in its literal form.
@tizen_feature
-------------------------------------------
Change-Id: Ib668a8236cd49c2e4c354bfd535222ab9f64a99d
Wonsik, Jung [Tue, 23 Jan 2018 15:26:14 +0000 (00:26 +0900)]
ecore-wl2: add wl_compositor_get from Ecore_Wl2_Display
Add wl_compositor_get from Ecore_Wl2_Display to create wl_compositor_surface.
It is used for external cursor.
Change-Id: I2262f21d687283471e5cd715f6bcc9a35681d1d7
Youngbok Shin [Tue, 23 Jan 2018 11:20:58 +0000 (20:20 +0900)]
elementary: remove elementary-theme package
default.edj will be removed from Tizen binary.
@tizen_fix
Change-Id: I83dc39115c149f05c86901fd9512779b234816ea
Joogab Yun [Tue, 23 Jan 2018 10:36:18 +0000 (19:36 +0900)]
evas : add sym_tbm_surface_internal_ref and sym_tbm_surface_internal_unref
Change-Id: I530dbbb85655f68fbf8f996f26a93f1a0638ec5d
JengHyun Kang [Tue, 16 Jan 2018 04:12:57 +0000 (13:12 +0900)]
ecore: support a Ecore_Device
Change-Id: I63ad58b537f804867acb77f9a530b7e02005dce2
SangHyeon Lee [Tue, 23 Jan 2018 04:52:27 +0000 (13:52 +0900)]
genlist: fix genlist unshown bug
Change-Id: Id2a0b7d1a3b5ca4c9aa7edde6de3e17d6ff7387f
Signed-off-by: SangHyeon Lee <sh10233.lee@samsung.com>
SangHyeon Lee [Mon, 22 Jan 2018 13:34:16 +0000 (22:34 +0900)]
genlist: fix changed function exception handling
Change-Id: If1abca7ddb35e97cbd7bd459216e1ea4785e4419
Signed-off-by: SangHyeon Lee <sh10233.lee@samsung.com>
Shinwoo Kim [Mon, 22 Jan 2018 13:14:26 +0000 (22:14 +0900)]
elm: Fix typo checking ecore_evas for efl_access_component_extents
Change-Id: I17a41fab0e93aeadba5fefefda156c04e05dc70c
Myoungwoon Roy, Kim [Mon, 22 Jan 2018 09:50:26 +0000 (18:50 +0900)]
ecore_main: Check for null ptr deref
This patch fixes a tentative crash owing to dereference of fd_handler.
Change-Id: I136473869f4babfec95039609609306a2feb4692
Youngbok Shin [Mon, 22 Jan 2018 11:51:18 +0000 (20:51 +0900)]
elementary config: Fix to use ELEMENTARY_BASE_DIR for configure path
I think it is a mistake from upstream authors.
A hard coded path, ".elementary", must be replcaed with ELEMENTARY_BASE_DIR macro.
I uploaded an upstream patch.
https://phab.enlightenment.org/D5755
@tizen_fix
JunsuChoi [Fri, 19 Jan 2018 08:02:10 +0000 (17:02 +0900)]
efl_ui_multibuttonentry : role changed ROLE_PANEL to ROLE_FILLER
Change-Id: I6adfdd066917b8a4880c4ddba4902e7599fd02f2
JunsuChoi [Thu, 18 Jan 2018 06:22:13 +0000 (15:22 +0900)]
atspi : remove warning and support HIGHLIGHTED state.
Change-Id: I193349d5909955a219f610b65e9d80c8505229f6
Jaehyun Cho [Mon, 22 Jan 2018 11:12:02 +0000 (20:12 +0900)]
ecore_evas: Fix typo
Fix typo of
ba2914b44b64c928fd3abf10b8604d5d4b136e2f
Change-Id: I5b92b15e65fb5f42d8998993a02efb06b3fa8fe0
SangHyeon Lee [Tue, 16 Jan 2018 07:45:00 +0000 (16:45 +0900)]
genlist & scrl_ifce : apply tizen only feature - pan_pos_adjust and align
@tizen_fix
Change-Id: Ib3f0ef814edc3f0c7c061c4db5b52ffc7aa0e113
Signed-off-by: SangHyeon Lee <sh10233.lee@samsung.com>
SangHyeon Lee [Mon, 22 Jan 2018 09:59:45 +0000 (18:59 +0900)]
genlist: fix genlist extra ops
Change-Id: I12ae6ffd82cd3bf8a3932d75332d980b28fcd37a
SangHyeon Lee [Mon, 15 Jan 2018 06:25:34 +0000 (15:25 +0900)]
gengrid & scroll_ifce : update tizen only feature - custom_pan_pos, wanted_region
@tizen_fix
Change-Id: Ic51bfae912f1bcf34a285b23cee1c4e003a292b6
Signed-off-by: SangHyeon Lee <sh10233.lee@samsung.com>
Myoungwoon Roy, Kim [Mon, 22 Jan 2018 05:44:09 +0000 (14:44 +0900)]
ecore_evas: Check for null ptr deref
This patch fixes a tentative crash owing to ptr deference.
Unlike ecore_evas_object_cursor_set and ecore_evas_object_cursor_device_set,
ecore_evas_cursor_set uses Ecore_Evas *ee before calling internal function which
internally checks null ptr dereference of Ecore_Evas *ee.
Change-Id: I555fc1e5c4c1c0ff3e6418996b7e144eb42f0b7f
Myoungwoon Roy, Kim [Mon, 22 Jan 2018 04:16:24 +0000 (13:16 +0900)]
ecore_anim: Check for null ptr deref
This patch fixes a tentative crash owing to null ptr dereference.
Change-Id: I2c7e618e319aff5323247d332b33738398875257
Woochan Lee [Mon, 22 Jan 2018 08:03:57 +0000 (17:03 +0900)]
elementary: Add missed type for legacy.
Summary:
We've been missed type of class name.
Add legacy class name to maintain compatibility.
Reviewers: jpeg, woohyun, Jaehyun_Cho
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D5749
Change-Id: I27cec817c0032fa068904213ae45c4f3fb0d490f
Wonki Kim [Mon, 22 Jan 2018 06:56:05 +0000 (15:56 +0900)]
Revert "[EXTN_GL] Add gl-backend in ecore_evas_extn"
This reverts commit
f755812ca929c0cd71dfa4071f9e8c4f9bdd2ab6.
JinYong Park [Mon, 22 Jan 2018 06:37:38 +0000 (15:37 +0900)]
ctxpopup: fix build warning
@tizen_fix
Change-Id: I2c6f67b25cf07e2a01208683cea7154a54413bae
Signed-off-by: JinYong Park <j4939.park@samsung.com>
Thiep Ha [Mon, 22 Jan 2018 07:20:19 +0000 (16:20 +0900)]
selection: remove elm_cnp.c
elm_cnp.c had been removed in upstream, but it is not removed in tizen.
It is a bug in migration.
Change-Id: I63cde8d1efa0b2b68c9366a615ab1c3321f2c12d
Youngbok Shin [Mon, 22 Jan 2018 06:29:35 +0000 (15:29 +0900)]
elementary: replace all HAVE_ELEMENTARY_WAYLAND to HAVE_ELEMENTARY_WL2
The WAYLAND macro was replaced with WL2 from upstream EFL.
The WAYLAND macro was used in Tizen only code. It should be replcaed with WL2, too.
@tizen_fix
Youngbok Shin [Mon, 22 Jan 2018 04:49:45 +0000 (13:49 +0900)]
edje, elementary: fix warning messages from Tizen only code
It fixes warning messages from the following widgets of elemenatry.
- elc_ctxpopup
- elc_popup
- elm_atspi_bridge
- elm_conform
- elm_widget
The authors who wrote the Tizen only code must revisit the widgets
to fix additional warning messages.
For next Tizen migration (6.0 or next?),
It must be considered as sepereated patches by seperated authors.
@tizen_fix
WooHyun Jung [Mon, 22 Jan 2018 01:53:20 +0000 (10:53 +0900)]
Revert "elementary: Add missed type for legacy."
This reverts commit
2e71f63b2e28ff6282454e71f971116a67156aa8.
Change-Id: I0cff4d48d409a95ac68d8f524ca51dee81529e8f
Jongmin Lee [Sun, 21 Jan 2018 23:14:23 +0000 (08:14 +0900)]
update Makefile.am of elementary-tizen for the consistency with elementary
Change-Id: Ib74b1d0ebb003a88b38ca93f24eedbeb49b24782
Wonki Kim [Mon, 27 Feb 2017 10:27:08 +0000 (19:27 +0900)]
interface_scrollable: Remove redundant code block
wanted-updates logics is paired working with wanted-set logic.
but there are coordinates mirroring logics on the both side.
It is useless to reverse value which is reversed.
@tizen_fix
Change-Id: If3909559def5280677116b2a00036875b54cbbd7
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Wonki Kim [Wed, 8 Feb 2017 09:31:06 +0000 (18:31 +0900)]
interface_scrollable: update pan position once pan size is changed
Becase bar is closely related with pan and content,
we have to update bar position and size on some event
such as position or size of pan is changed or size of content is
changed.
However bar related things are not updated,
even if pan changed callback is invoked by pan related changing.
This behavior makes invalid drag value and wrong drag value makes
scroller had a bad position.
@tizen_fix
Change-Id: I7f013fd9a05a7f139548c4e05dd1dfc088af8b4e
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Wonki Kim [Tue, 18 Jul 2017 11:15:21 +0000 (20:15 +0900)]
interface_scrollable: Add "content,resize" callback to keep backward compat
There was a "content,resize" callback before tizen 3.0.
Even if it was a tizen only code block, there could be a backward compat issue
without the callback.
This commit emits the callback after whole procedure for content resizing.finished.
@tizen_feature
Change-Id: I0eccf8ebc8c704e1403056c0078bd6625d612265
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Wonki Kim [Thu, 18 Jan 2018 14:24:48 +0000 (23:24 +0900)]
interface_scrollable: Fix scroller to keep its page when changing lang
When mirrored mode is changed, scroller goes to the logical current page
by reverting the current wanted x position
However, that reverting logic doesn't take place when lang changed from rtl to ltr
This commit modifies mirrored_set api to keep its current page even if lang changed
@tizen_fix
Change-Id: I1fc75c796bac8644d1325b88b293ce09809e3025
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Wonki Kim [Thu, 17 Nov 2016 06:05:57 +0000 (15:05 +0900)]
interface_scrollable: Modify logics to make scroller stable on tizen
This patch is for a tizen feature that makes scoller stable on tizen
@tizen_feature
Change-Id: I672ecf5f39c61facd1445a174d5061ddece96d16
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Hosang Kim [Mon, 25 Apr 2016 09:34:02 +0000 (18:34 +0900)]
[genlist] enable item align feature for wearable profile
Change-Id: I76fc335ea8c33391f91190cbeadf9ee29de2ec96
Signed-off-by: SangHyeon Lee <sh10233.lee@samsung.com>
Wonki Kim [Thu, 18 Jan 2018 08:20:34 +0000 (17:20 +0900)]
Add overscroll effect
Change-Id: I064f44166ee0ebcf8c7cd06a0fa389946f41531e
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Wonki Kim [Wed, 17 Jan 2018 11:13:48 +0000 (20:13 +0900)]
elm_plug: Add plug message feature
Change-Id: I453905c5b46311c38eb8ab0972f654ac820c5671
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Woochan Lee [Fri, 19 Jan 2018 07:51:59 +0000 (16:51 +0900)]
elementary: Add missed type for legacy.
Summary:
We've been missed type of class name.
Add legacy class name to maintain compatibility.
Reviewers: jpeg, woohyun, Jaehyun_Cho
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D5749
Change-Id: I69146f9427b55fd7dd91b30bee4017cb13fd36c2
JunsuChoi [Fri, 19 Jan 2018 05:12:44 +0000 (14:12 +0900)]
elm_genlist : Synchronize accessibility code(2)
add children_get function to get contents of item.
+
------------------------------------------------------
[ATSPI][elm_genlist] Remove ", header" from the atspi name.
Remove the code to add ", header" to name when genlist's item is group type.
"header" read out screen reader side.
------------------------------------------------------
Change-Id: I6669c72a49a3967831796e39142ce03fd25cd9cb
JunsuChoi [Fri, 19 Jan 2018 03:43:09 +0000 (12:43 +0900)]
Revert "elm_genlist : Synchronize accessibility code"
This reverts commit
90f49b488631efd317c6f8981b1163a836f5bfe2.
Change-Id: I8c664efdb4849855329f9b7ca046041ab5c5dd7f
sunghyun kim [Wed, 17 Jan 2018 10:07:30 +0000 (19:07 +0900)]
[EXTN_GL] Add gl-backend in ecore_evas_extn
- it is base on tizen-remote-surface
- it can be enabled using environment value
(ex) ECORE_EVAS_EXTN_SOCKET_ENGINE=wayland_egl
Change-Id: I621dd669025061973a77e9685e2b1c86bf4ddffa
Daekwang Ryu [Thu, 18 Jan 2018 02:44:19 +0000 (11:44 +0900)]
efl_ui_win: add window configuring feature on WL
Change-Id: Ifb354a0f3b31fa748fbac9ef08395108e6106963
JunsuChoi [Thu, 18 Jan 2018 12:08:58 +0000 (21:08 +0900)]
elm_genlist : Synchronize accessibility code
Remove code related to name_get for old ux
and add children_get function to get contents of item.
Change-Id: I109efb44f781c9ebd6171eb666daa49590387f1f
Myoungwoon Roy, Kim [Wed, 17 Jan 2018 23:53:25 +0000 (08:53 +0900)]
mark deprecated APIs with EINA_DEPRECATED
========================================================
mark deprecated APIs with EINA_DEPRECATED
Signed-Off-By: Jee-Yong Um <jc9.um@samsung.com>
Change-Id: I1a68481e9fcfaaa361ffc71a127aef477c318020
Original commit:
46a5b2ef0eaa665ae6ea1deb25c29d9f15428dc8
=========================================================
Change-Id: Ie303613f29122518175641049aceb8b1edafbcd2
Myoungwoon Roy, Kim [Wed, 17 Jan 2018 06:47:54 +0000 (15:47 +0900)]
slider: fix slider for tizen 3.0 GUI guide, elm_prefs: add @internal
=====================================================
slider: fix slider for tizen 3.0 GUI guide.
- deleted unnecessary vector objects.
- change slider indicator initial value.
Signed-off-by: Hosang Kim <hosang12.kim@samsung.com>
Change-Id: Ib05f483e2d3f362294bed5ab280327bd27022d76
Original commit:
07fb895f70cc65d4ec3681fdc12fe9f739cf76f5
=========================================================
elm_prefs: add @internal to defgroup not to show in document
Signed-Off-By: Jee-Yong Um <jc9.um@samsung.com>
Change-Id: Id68f0880657284cfbc8a80ccfafd7793690dabf0
Original commit:
c616c666a14f326cdb193b3ec6a3cab2fcc27382
=========================================================
Change-Id: I8fd1e776ee3305d4c67e856b362e177ead714470
Youngbok Shin [Thu, 18 Jan 2018 11:55:04 +0000 (20:55 +0900)]
elementary_tizen genlist: apply Tizen's color_class feature
@tizen_feature
Youngbok Shin [Thu, 18 Jan 2018 10:02:56 +0000 (19:02 +0900)]
elementary entry: Do not send anchor clicked when long pressed
@tizen_fix
Myoungwoon Roy, Kim [Wed, 17 Jan 2018 05:30:21 +0000 (14:30 +0900)]
elm_win: fix precreated window logic.
=====================================================================
elm_win: fix precreated window logic.
Even though window's type is different, window precreation should be
supported.
@tizen_fix
Signed-off-by: Hosang Kim <hosang12.kim@samsung.com>
Change-Id: I9b020971f3ce9885540dfd02e5b03165186b59e8
=====================================================================
Original commit:
6c0c2d78a8e514536884008ba74f767d1c8ea1ea
Change-Id: I3c5f2810a03b77d74f0282ee8328e6e5e61cf3be
Thiep Ha [Thu, 18 Jan 2018 06:44:23 +0000 (15:44 +0900)]
copypaste: add copypasteUI module to elementary
This migrates the copypasteUI.
Change-Id: Ic85b221e76595136d411b18e59a6a17c06319518
Woochan Lee [Thu, 18 Jan 2018 07:22:12 +0000 (16:22 +0900)]
efl_ui_clock: Disabled Mirroring.
This is following tizen UX.
Change-Id: Iee0033605ad2f28d3442b5d39690424e7830dbc7
Woochan Lee [Thu, 18 Jan 2018 07:34:31 +0000 (16:34 +0900)]
index: Add tizen only feature to support mobile UX.
@tizen_feature
Change-Id: I0010bb09abf13845bd8da86f93ad979f213054de
Woochan Lee [Thu, 18 Jan 2018 06:34:27 +0000 (15:34 +0900)]
calendar: Disabled Mirror feature.
This is not tizen UX.
Change-Id: I38ff97002e129dc6dbf240cfba761bb1136e4b0e
Woochan Lee [Thu, 18 Jan 2018 06:44:32 +0000 (15:44 +0900)]
Datetime: Prevent null pointer reference.
When _elm_datetime_items_get() calling with only time format after datetime creation.
The location has been swapped. so some of sorted_field index address gets a invalid
address. then it makes a crash.
@tizen_fix
Change-Id: I8e073237793d6af46a726be6cd51827f14c15661
Youngbok Shin [Thu, 18 Jan 2018 07:42:06 +0000 (16:42 +0900)]
elementary entry/widget: Fix entry size/cursor/region calculation for Tizen UX
@tizen_fix
Youngbok Shin [Thu, 18 Jan 2018 06:42:27 +0000 (15:42 +0900)]
entry: Fix elm_entry_entry_get to return utf8 plain text when password mode is enabled
It was Tizen Only feature in Tizen 2.3.
@tizen_fix
Youngbok Shin [Thu, 18 Jan 2018 06:26:55 +0000 (15:26 +0900)]
entry: Show/Hide guide text immediately
@tizen_fix
Woochan Lee [Tue, 16 Jan 2018 07:54:09 +0000 (16:54 +0900)]
elm_calendar: Add Tizen Only features.
Using ICU, Add focused UI
Change-Id: I5de70fe4b7625eb792abaa9b96ac52070121cd94
Woochan Lee [Wed, 17 Jan 2018 04:36:30 +0000 (13:36 +0900)]
efl_ui_multibuttonentry: Add tizen only features.
Change-Id: Ie21710f46f2c5faff3cb8d0306eb404f5f26f3db
Woochan Lee [Tue, 16 Jan 2018 10:26:52 +0000 (19:26 +0900)]
efl_ui_clock(elm_datetime): Add tizen only features.
Change-Id: Ia989437f9ec17dbc48671aa5d251c0685b0ed42f
Woochan Lee [Mon, 15 Jan 2018 12:23:49 +0000 (21:23 +0900)]
elm_spinner: Add Tizen_Only features.
It's for supporting Tizen UX, and compatibility.
Change-Id: Ide9913926b6204c944618a791d032d40ca702734