platform/upstream/elementary.git
8 years agocopypasteUI_ctxpopup : remove build warnings 96/68696/2
JunsuChoi [Mon, 9 May 2016 10:09:07 +0000 (19:09 +0900)]
copypasteUI_ctxpopup : remove build warnings

cbhm_helper.c
Instead of some unused parameters (void)variable_name line and
EINA_UNUSED macro was added.

copypaste.c
Instead of unused parameter (void)variable_name line was added with
#ifndef HAVE_ELEMENTARY_X macro.

Change-Id: Ic7b9875ca718c0e82708609b7293530ed2447dc4

8 years agoatspi: sanitize service name before creating bus 18/68418/2
Lukasz Stanislawski [Mon, 22 Jun 2015 08:15:31 +0000 (10:15 +0200)]
atspi: sanitize service name before creating bus

Path fixes crashes when service name contained chracters forbbiden by
dbus daemon.

Change-Id: Ib0cbf570c90a377bcfd7f71eabd40d4ba46e2bf4

8 years agoatspi: make possible to merge two atspi subtrees from different processes. 22/66322/9
Lukasz Stanislawski [Wed, 6 May 2015 12:21:31 +0000 (14:21 +0200)]
atspi: make possible to merge two atspi subtrees from different processes.

Conflicts:
src/lib/elm_atspi_app_object.c
src/lib/elm_plug.eo
src/lib/elm_priv.h
src/lib/elm_web.eo
src/lib/elm_widget.h

Change-Id: I8291311bef3d257ccb29187095bd455db552cae6

8 years agoRemove warning 'genlist' 07/68107/2 accepted/tizen/common/20160505.140616 accepted/tizen/ivi/20160506.035801 accepted/tizen/mobile/20160506.035230 accepted/tizen/tv/20160506.035549 accepted/tizen/wearable/20160506.035649 submit/tizen/20160504.075837
JunsuChoi [Mon, 2 May 2016 08:25:01 +0000 (17:25 +0900)]
Remove warning 'genlist'

warning line no.999 : dont need varialbe 'git' because same working "ELM_GENLIST_DATA_GET_FROM_ITEM(it,sd);"
                2307 : unused variable

Change-Id: I06812bbb6eb64e1830f52eed6194d0e606442166
Signed-off-by: JunsuChoi <jsuya.choi@samsung.com>
8 years agoRemove warning 'progressbar' 93/68093/2
JunsuChoi [Mon, 2 May 2016 07:46:39 +0000 (16:46 +0900)]
Remove warning 'progressbar'

Change-Id: I131d17f1d734566bdc6cb9cd0e548e049b24ffca

8 years agonaviframe: Update documentation of item_pop_cb_set and item_pop_to. 52/57852/2 accepted/tizen/common/20160428.144227 accepted/tizen/ivi/20160428.002950 accepted/tizen/mobile/20160428.005311 accepted/tizen/tv/20160428.002631 accepted/tizen/wearable/20160428.003012 submit/tizen/20160427.100806
Jaehyun Cho [Mon, 25 Jan 2016 08:44:18 +0000 (17:44 +0900)]
naviframe: Update documentation of item_pop_cb_set and item_pop_to.

Change-Id: Ie641bb1a3babfaf6387578e25067dcd5f535d9b4

8 years agoElementary toolbar: Fix flickering issue from resizing the box multiple times 99/66799/3
Youngbok Shin [Thu, 21 Apr 2016 06:22:48 +0000 (15:22 +0900)]
Elementary toolbar: Fix flickering issue from resizing the box multiple times

Summary:
The toolbar's box was resized in _sizing_eval(), _resize_job().
In _sizing_eval(), the box was resized according to its minimum size.
And in _resize_job(), toolbar would recalculate it and resize the box again.
If _sizing_eval() was called after resizing the box properly from _resize_job(),
the box was shrank before calling the next job.
If the box's minimum size is needed for calculation in the job callback,
it shouldn't change box's size before the job callback.
@fix

Test Plan: N/A

Reviewers: jaehwan, eagleeye, woohyun, cedric

Subscribers: jpeg

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

Change-Id: I1c948edb625bc011e0bfef1025b17a7823973a25

8 years agoMerge "index: Upstream code merge into tizen_3.0" into tizen
Woochan Lee [Tue, 26 Apr 2016 08:26:37 +0000 (01:26 -0700)]
Merge "index: Upstream code merge into tizen_3.0" into tizen

8 years agoMerge "calendar: Add ICU library." into tizen
Woochan Lee [Tue, 26 Apr 2016 08:25:04 +0000 (01:25 -0700)]
Merge "calendar: Add ICU library." into tizen

8 years agoMerge "spinner: Merge upstream code into tizen_3.0" into tizen
Woochan Lee [Tue, 26 Apr 2016 08:24:26 +0000 (01:24 -0700)]
Merge "spinner: Merge upstream code into tizen_3.0" into tizen

8 years agoMerge "multibuttonentry: Add tizen only features." into tizen
Woochan Lee [Tue, 26 Apr 2016 08:23:50 +0000 (01:23 -0700)]
Merge "multibuttonentry: Add tizen only features." into tizen

8 years agoMerge "Add smack label for elementary.mo files." into tizen
Woochan Lee [Tue, 26 Apr 2016 08:22:44 +0000 (01:22 -0700)]
Merge "Add smack label for elementary.mo files." into tizen

8 years agoMerge "[Wearable Circle][Datetime] Field title text translate update. Field : Year...
woochan lee [Tue, 26 Apr 2016 08:22:22 +0000 (01:22 -0700)]
Merge "[Wearable Circle][Datetime] Field title text translate update. Field : Year, Month, Day, Hour, Min" into tizen

8 years agoMerge "focus: add focus_move_policy_automatic_set/get function" into tizen
WooHyun Jung [Tue, 26 Apr 2016 05:51:11 +0000 (22:51 -0700)]
Merge "focus: add focus_move_policy_automatic_set/get function" into tizen

8 years agoindex: Upstream code merge into tizen_3.0 25/67225/1
Woochan Lee [Tue, 26 Apr 2016 02:30:37 +0000 (11:30 +0900)]
index: Upstream code merge into tizen_3.0

Change-Id: If804ca8cbe15f7429195bf05783b3282a01a452d

8 years agotest_win_state: added buttons for switching floating mode 77/67177/1
MinJeong Kim [Mon, 25 Apr 2016 11:53:09 +0000 (20:53 +0900)]
test_win_state: added buttons for switching floating mode

Change-Id: I9bfde7e8935d0ab3c5cabb154361f206e175a7b4

8 years agocalendar: Add ICU library. 98/67098/1
Woochan Lee [Mon, 25 Apr 2016 07:39:33 +0000 (16:39 +0900)]
calendar: Add ICU library.

strftime can't support well in some locales.
So, We need ICU to support mobile profile.

Change-Id: I4a25b6b6b5ffdf25cd95d6b47bdfb031755731b6

8 years agospinner: Merge upstream code into tizen_3.0 80/67080/2
Woochan Lee [Mon, 25 Apr 2016 06:18:43 +0000 (15:18 +0900)]
spinner: Merge upstream code into tizen_3.0

Change-Id: Ia176fc58c1a675668cf704e25fdf696f2e38cc44

8 years agoelm_win: added resize,end signal for mouse up 37/66737/3 accepted/tizen/common/20160426.143002 accepted/tizen/ivi/20160425.231647 accepted/tizen/mobile/20160425.231500 accepted/tizen/tv/20160425.231626 accepted/tizen/wearable/20160425.231548 submit/tizen/20160425.065136
MinJeong Kim [Wed, 20 Apr 2016 07:27:43 +0000 (16:27 +0900)]
elm_win: added resize,end signal for mouse up

To notify of end of resize without mouse in/out event, added
elm,action,resize,end signal handler/emitter

Change-Id: I1a241bf668b6650483abc3c889ccc9eb8a981b9b

8 years agoelm_win: enable floating_mode_set on wayland 36/66736/3
MinJeong Kim [Wed, 20 Apr 2016 07:11:45 +0000 (16:11 +0900)]
elm_win: enable floating_mode_set on wayland

1. replace "simple" border style as "floating" for floating mode window.
2. implement elm_win_floating_mode_set on wayland.

Change-Id: Ia06acc0295b67392ecb1ace38b0228f103e1f462

8 years agoelm_win: use screen coordinates for updating location 67/66667/3
MinJeong Kim [Wed, 20 Apr 2016 05:14:24 +0000 (14:14 +0900)]
elm_win: use screen coordinates for updating location

Change-Id: I6cd59b66b054e3bdf596b75042d72a2963daa7f6

8 years agomultibuttonentry: Add tizen only features. 68/67068/2
Woochan Lee [Mon, 25 Apr 2016 04:35:19 +0000 (13:35 +0900)]
multibuttonentry: Add tizen only features.

Change-Id: I87a6f1cd70a2b0d26c015c99346f9a0dd433e47f

8 years agofocus: add focus_move_policy_automatic_set/get function 98/66998/1
Jonghee Choi [Fri, 22 Apr 2016 11:14:18 +0000 (20:14 +0900)]
focus: add focus_move_policy_automatic_set/get function

Summary:
After setting specific focus move policy to one winset object,
if it should not follow the system focus move policy change,
this new api can be used.

(porting opensource code for Tizen Platform
opensource commit id : 09e7ffe7f06f4612ea6e3740447bdbdc81a083e9)

Change-Id: I2014353e45477d24a8e8ffb5a64162caccdf1980

8 years agoFix for accessibility highlight 91/65991/3
Patryk Kaczmarek [Sun, 24 May 2015 11:07:41 +0000 (13:07 +0200)]
Fix for accessibility highlight

Signed-off-by: Patryk Kaczmarek <patryk.k@samsung.com>
Conflicts:
src/lib/elm_widget.c

Change-Id: I9e2dacff672d1d0d67988d6d69a565b01012b4f6

8 years agoMerge "win: fix crash on accessibility_highlight" into tizen
Prasoon Singh [Thu, 21 Apr 2016 07:04:31 +0000 (00:04 -0700)]
Merge "win: fix crash on accessibility_highlight" into tizen

8 years agowin: fix crash on accessibility_highlight 28/66528/2
Lukasz Stanislawski [Wed, 16 Sep 2015 13:03:30 +0000 (15:03 +0200)]
win: fix crash on accessibility_highlight

This patch fixes hoversel crash caused by elm_win unhighlight function.
For some reason internal window field "obj" was NULL in this cases.

Change-Id: Ibb01c8caf84c5ee847e12076cf723d41ea4774f5

8 years agowidget: add atspi name setter 07/65607/3
Lukasz Stanislawski [Fri, 17 Jul 2015 15:32:50 +0000 (17:32 +0200)]
widget: add atspi name setter

Conflicts:
src/lib/elm_widget.c
src/lib/elm_widget.eo

Change-Id: I6693a7e9f99ed4933e96ed6b7ccee78e67aa1c4c

8 years agoMerge "Accessibility Highlight frame support for items" into tizen
Prasoon Singh [Thu, 21 Apr 2016 06:29:30 +0000 (23:29 -0700)]
Merge "Accessibility Highlight frame support for items" into tizen

8 years agoMerge "Accessibility frame follows parent item on scroll event" into tizen
Prasoon Singh [Thu, 21 Apr 2016 06:29:06 +0000 (23:29 -0700)]
Merge "Accessibility frame follows parent item on scroll event" into tizen

8 years agoMerge "atspi: expose highlight information on atspi" into tizen
Prasoon Singh [Thu, 21 Apr 2016 06:28:50 +0000 (23:28 -0700)]
Merge "atspi: expose highlight information on atspi" into tizen

8 years agoMerge "spinner: Add Tizen only features to support mobile UX." into tizen accepted/tizen/common/20160421.161517 accepted/tizen/ivi/20160421.011349 accepted/tizen/mobile/20160421.011503 accepted/tizen/tv/20160421.011409 accepted/tizen/wearable/20160421.011424 submit/tizen/20160420.115640
Woochan Lee [Wed, 20 Apr 2016 09:57:31 +0000 (02:57 -0700)]
Merge "spinner: Add Tizen only features to support mobile UX." into tizen

8 years agoMerge "genlist: scroll to item when calc is done" into tizen
Jee-Yong Um [Wed, 20 Apr 2016 06:03:20 +0000 (23:03 -0700)]
Merge "genlist: scroll to item when calc is done" into tizen

8 years agoMerge changes I217891cb,I7e021c39 into tizen
SangHyeon Lee [Wed, 20 Apr 2016 06:03:19 +0000 (23:03 -0700)]
Merge changes I217891cb,I7e021c39 into tizen

* changes:
  gengrid: add item down check in mouse_up to prevent double click
  genlist: add default signal to clean edje states for cache

8 years agogenlist : call update_job after smart_calculation done 31/66531/2
SangHyeon Lee [Tue, 19 Apr 2016 09:46:04 +0000 (18:46 +0900)]
genlist : call update_job after smart_calculation done

if item_update happens before the smart calcuate finished,
item can be delayed updated(next frame).
to prevent this issue, if unsolved job is remaining after
smart calc done, call update_job directly and remove job.

Change-Id: Ia2b3e39a141d07678f1ca70f251c39dcbc697236
Signed-off-by: SangHyeon Lee <sh10233.lee@samsung.com>
8 years agoMerge "ELEMENTARY-Add-ttrace-instruments @tizen_feature" into tizen
jiin.moon [Wed, 20 Apr 2016 02:39:35 +0000 (19:39 -0700)]
Merge "ELEMENTARY-Add-ttrace-instruments @tizen_feature" into tizen

8 years agoatspi: expose highlight information on atspi 55/65255/2
Lukasz Stanislawski [Fri, 17 Jul 2015 15:23:27 +0000 (17:23 +0200)]
atspi: expose highlight information on atspi

Change-Id: I6a79016c1fbd8c1228eb974cfb842ab0eb0d0d3f

8 years agoAccessibility Highlight frame support for items 12/66012/3
Patryk Kaczmarek [Sun, 17 May 2015 19:14:21 +0000 (21:14 +0200)]
Accessibility Highlight frame support for items

Signed-off-by: Patryk Kaczmarek <patryk.k@samsung.com>
Conflicts:
src/lib/elm_main.c
src/lib/elm_widget.c
src/lib/elm_widget_item.eo
src/lib/elm_win.c

Change-Id: I561999f3bd6a52e553f6fa9ed8f41ce71f5063ee

8 years agoAccessibility frame follows parent item on scroll event 93/65993/2
Patryk Kaczmarek [Mon, 1 Jun 2015 14:23:33 +0000 (16:23 +0200)]
Accessibility frame follows parent item on scroll event

Change-Id: I9c1b10b80482fbda61345b298f01a2a58e718f14
Signed-off-by: Patryk Kaczmarek <patryk.k@samsung.com>
8 years agoMerge "genlist: recalc item size after item content field updated" into tizen
SangHyeon Lee [Tue, 19 Apr 2016 08:42:42 +0000 (01:42 -0700)]
Merge "genlist: recalc item size after item content field updated" into tizen

8 years agoMerge "Accessibility Highlight Frame added" into tizen
Prasoon Singh [Tue, 19 Apr 2016 07:47:31 +0000 (00:47 -0700)]
Merge "Accessibility Highlight Frame added" into tizen

8 years agoMerge "elm_win: delete effect start/end handler when window is deleted" into tizen
Juyeon Lee [Tue, 19 Apr 2016 07:39:23 +0000 (00:39 -0700)]
Merge "elm_win: delete effect start/end handler when window is deleted" into tizen

8 years agoAccessibility Highlight Frame added 26/64626/5
Patryk Kaczmarek [Fri, 15 May 2015 10:25:34 +0000 (12:25 +0200)]
Accessibility Highlight Frame added

Signed-off-by: Patryk Kaczmarek <patryk.k@samsung.com>
Conflicts:
src/lib/elm_main.c
src/lib/elm_object.h
src/lib/elm_widget.c
src/lib/elm_widget.eo
src/lib/elm_widget.h
src/lib/elm_win.c

Change-Id: I9caf1f83770a993e7bf7f7046346c35bbf6e412a

8 years agospinner: Add Tizen only features to support mobile UX. 75/66475/3
Woochan Lee [Tue, 19 Apr 2016 06:04:12 +0000 (15:04 +0900)]
spinner: Add Tizen only features to support mobile UX.

http://suprem.sec.samsung.net/jira/browse/EFL-360
http://suprem.sec.samsung.net/jira/browse/EFL-411

Change-Id: If3ff3266e619959fb34ac825ee5ab10944508028

8 years agogenlist: recalc item size after item content field updated 74/66474/1
SangHyeon Lee [Tue, 19 Apr 2016 06:03:34 +0000 (15:03 +0900)]
genlist: recalc item size after item content field updated

after item content fields updated, item and block should be
recalculated about it's height because content size can be
updated. if do not recaculate, items can be overlapped.

Change-Id: Ib00e1f2b68c20a5f6d5d54c739bb2f53a80633ee

8 years agoMerge "Region show on item elements fixed" into tizen
Prasoon Singh [Tue, 19 Apr 2016 05:44:37 +0000 (22:44 -0700)]
Merge "Region show on item elements fixed" into tizen

8 years agogenlist: scroll to item when calc is done 64/66464/1
Jee-Yong Um [Tue, 19 Apr 2016 05:03:47 +0000 (14:03 +0900)]
genlist: scroll to item when calc is done

========================================================================
   genlist: scroll to item when calc is done

   Summary:
   If elm_genlist_item_bring_in() is called immediately after appending
   item, genlist will not scroll to the last one but stop in the middle.
   This patch blocks genlist from scrolling to not calculated item.

   Reviewers: cedric, SanghyeonLee

   Reviewed By: SanghyeonLee

   Subscribers: jpeg

   Differential Revision: https://phab.enlightenment.org/D3861
========================================================================

Change-Id: I4e9af177bce95fabe687bb41b470743a4b8abb1d
Signed-Off-By: Jee-Yong Um <jc9.um@samsung.com>
8 years agoelm_win: delete effect start/end handler when window is deleted 92/66492/1
MinJeong Kim [Tue, 29 Mar 2016 04:09:12 +0000 (13:09 +0900)]
elm_win: delete effect start/end handler when window is deleted

Change-Id: I38c1a4c717a01e7a3a356502bef3012649c0f57d

8 years agoMerge "popup: return action only if action_area is not set." into tizen
Prasoon Singh [Mon, 18 Apr 2016 13:35:46 +0000 (06:35 -0700)]
Merge "popup: return action only if action_area is not set." into tizen

8 years agoMerge "[Genlist] Group index with subtext. Appends to the name of group index item...
Prasoon Singh [Mon, 18 Apr 2016 13:31:29 +0000 (06:31 -0700)]
Merge "[Genlist] Group index with subtext. Appends to the name of group index item "group index" text between main name and sub text. [UIFWAC-13]" into tizen

8 years agoMerge "elm_widget_item: add at-spi name setter" into tizen
Prasoon Singh [Mon, 18 Apr 2016 13:23:45 +0000 (06:23 -0700)]
Merge "elm_widget_item: add at-spi name setter" into tizen

8 years agoToolbar: Add auto selected item feature for navigation style. 30/66230/1
Youngbok Shin [Mon, 18 Apr 2016 04:11:35 +0000 (13:11 +0900)]
Toolbar: Add auto selected item feature for navigation style.

Auto selected item is selected by its order.

@tizen_feature

Change-Id: I0ee577f1c93f9314210881b3fe84a37b954e59b9

8 years agoElementary Toolbar: Send order signals when a item is added/removed 26/66226/1
Youngbok Shin [Mon, 18 Apr 2016 03:06:57 +0000 (12:06 +0900)]
Elementary Toolbar: Send order signals when a item is added/removed

Summary:
Send order signals for changing item's state according to its order.
It does not affect to existing themes. It sends the following signals.
    elm,order,first,item
    elm,order,default,item
    elm,order,last,item
@feature

Test Plan: N/A

Reviewers: woohyun, jaehwan, eagleeye, cedric

Subscribers: cedric, jpeg

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

Change-Id: Ie5361c129505561fc94a620ef5490343b6b17bb3

8 years agoAdd smack label for elementary.mo files. 28/66128/1
Woochan Lee [Fri, 15 Apr 2016 09:36:58 +0000 (18:36 +0900)]
Add smack label for elementary.mo files.

Change-Id: I7f5b2d6bbeb58ed582d80c619f5482beab7d94cb

8 years agopopup: return action only if action_area is not set. 73/65173/2
Lukasz Stanislawski [Tue, 14 Jul 2015 09:48:59 +0000 (11:48 +0200)]
popup: return action only if action_area is not set.

Purpose of this patch is to correctly inform screen reader
that object should be presented to the end user. (Eg. highlighted)

Conflicts:
src/lib/elc_popup.c

Change-Id: I8b9e790333cabcf61f3cf6047c0fdcd31b877f3f

8 years ago[Genlist] Group index with subtext. Appends to the name of group index item "group... 52/65852/2
Kamil Lipiszko [Mon, 14 Sep 2015 10:46:02 +0000 (12:46 +0200)]
[Genlist] Group index with subtext. Appends to the name of group index item "group index" text between main name and sub text.
[UIFWAC-13]

Signed-off-by: Kamil Lipiszko <k.lipiszko@samsung.com>
Conflicts:
po/en_US.po

Change-Id: I2934eadf2f5f4fe2bb7b9f6b2e6cf567a93dec4e

8 years agoelm_widget_item: add at-spi name setter 76/65176/2
Lukasz Stanislawski [Mon, 13 Jul 2015 17:37:54 +0000 (19:37 +0200)]
elm_widget_item: add at-spi name setter

@tizen_feature

Conflicts:
src/lib/elm_widget.c
src/lib/elm_widget_item.eo

Change-Id: I193294c5d45e4fac27640787365b5ec9edf7ecc1

8 years agoMerge "popup: add keybinding for popup "block,clicked" action" into tizen
Prasoon Singh [Fri, 15 Apr 2016 06:43:28 +0000 (23:43 -0700)]
Merge "popup: add keybinding for popup "block,clicked" action" into tizen

8 years agoMerge "Fix for naviframe title exposition as accessibility object" into tizen
Prasoon Singh [Fri, 15 Apr 2016 06:42:38 +0000 (23:42 -0700)]
Merge "Fix for naviframe title exposition as accessibility object" into tizen

8 years agoMerge "Set accessible name for back button in naviframe" into tizen
Prasoon Singh [Fri, 15 Apr 2016 06:41:04 +0000 (23:41 -0700)]
Merge "Set accessible name for back button in naviframe" into tizen

8 years agoMerge "[Accessibility] Add Value interface to progressbars to recieve current value...
Prasoon Singh [Fri, 15 Apr 2016 06:40:48 +0000 (23:40 -0700)]
Merge "[Accessibility] Add Value interface to progressbars to recieve current value" into tizen

8 years agoMerge "Fixed _accessible_set_parent for gengrid items" into tizen
Prasoon Singh [Fri, 15 Apr 2016 06:40:05 +0000 (23:40 -0700)]
Merge "Fixed _accessible_set_parent for gengrid items" into tizen

8 years agoMerge "access: implement AT-SPI2 interfaces in elm_access object." into tizen
Prasoon Singh [Fri, 15 Apr 2016 06:39:37 +0000 (23:39 -0700)]
Merge "access: implement AT-SPI2 interfaces in elm_access object." into tizen

8 years agoMerge "atspi: fix state macros" into tizen
Prasoon Singh [Fri, 15 Apr 2016 06:39:03 +0000 (23:39 -0700)]
Merge "atspi: fix state macros" into tizen

8 years agoMerge "popup: set proper AT-SPI role" into tizen
Prasoon Singh [Fri, 15 Apr 2016 06:38:25 +0000 (23:38 -0700)]
Merge "popup: set proper AT-SPI role" into tizen

8 years agoMerge "atspi: improve accessible_at_point API" into tizen
Prasoon Singh [Fri, 15 Apr 2016 06:36:51 +0000 (23:36 -0700)]
Merge "atspi: improve accessible_at_point API" into tizen

8 years agoMerge "atspi: allow to overload Elm_Object_Item names" into tizen
Prasoon Singh [Fri, 15 Apr 2016 06:36:18 +0000 (23:36 -0700)]
Merge "atspi: allow to overload Elm_Object_Item names" into tizen

8 years agoMerge "gengrid: allow item alignment to viewport's bottom" into tizen
Prasoon Singh [Fri, 15 Apr 2016 06:35:26 +0000 (23:35 -0700)]
Merge "gengrid: allow item alignment to viewport's bottom" into tizen

8 years agoMerge "spinner: change accessibility role to FILLER." into tizen
Prasoon Singh [Fri, 15 Apr 2016 06:34:35 +0000 (23:34 -0700)]
Merge "spinner: change accessibility role to FILLER." into tizen

8 years agoMerge "Toolbar item accessibility highlight" into tizen
Prasoon Singh [Fri, 15 Apr 2016 06:33:26 +0000 (23:33 -0700)]
Merge "Toolbar item accessibility highlight" into tizen

8 years agoMerge "ctxpopup: add "activate" action to items." into tizen
Prasoon Singh [Fri, 15 Apr 2016 06:32:25 +0000 (23:32 -0700)]
Merge "ctxpopup: add "activate" action to items." into tizen

8 years agoMerge "atspi: add MULTISELECTABLE states for genlist and gengrid" into tizen
Prasoon Singh [Fri, 15 Apr 2016 06:31:46 +0000 (23:31 -0700)]
Merge "atspi: add MULTISELECTABLE states for genlist and gengrid" into tizen

8 years agoMerge "naviframe: expose naviframe title as at-spi object" into tizen
Prasoon Singh [Fri, 15 Apr 2016 06:30:33 +0000 (23:30 -0700)]
Merge "naviframe: expose naviframe title as at-spi object" into tizen

8 years agoMerge "atspi: fix parent-child relationship for elm_list and elm_toolbar" into tizen
Prasoon Singh [Fri, 15 Apr 2016 06:29:55 +0000 (23:29 -0700)]
Merge "atspi: fix parent-child relationship for elm_list and elm_toolbar" into tizen

8 years agoMerge "elm_index: improve atspi support" into tizen
Prasoon Singh [Fri, 15 Apr 2016 06:28:27 +0000 (23:28 -0700)]
Merge "elm_index: improve atspi support" into tizen

8 years agoMerge "Give proper atspi role to Icons" into tizen
Prasoon Singh [Fri, 15 Apr 2016 06:27:44 +0000 (23:27 -0700)]
Merge "Give proper atspi role to Icons" into tizen

8 years agoMerge "colorselctor: improve at-spi2 support" into tizen
Prasoon Singh [Fri, 15 Apr 2016 06:27:29 +0000 (23:27 -0700)]
Merge "colorselctor: improve at-spi2 support" into tizen

8 years agoMerge "atspi: add new APIs for setting atspi relationship." into tizen
Subodh Kumar [Fri, 15 Apr 2016 06:14:50 +0000 (23:14 -0700)]
Merge "atspi: add new APIs for setting atspi relationship." into tizen

8 years agoMerge "hover: reimplement accessibility support to behave like popup" into tizen
Prasoon Singh [Fri, 15 Apr 2016 04:54:26 +0000 (21:54 -0700)]
Merge "hover: reimplement accessibility support to behave like popup" into tizen

8 years agoelm_win: add HAVE_ELEMENTARY_WAYLAND option. 45/66045/1
Jaehwan Kim [Fri, 15 Apr 2016 04:16:47 +0000 (13:16 +0900)]
elm_win: add HAVE_ELEMENTARY_WAYLAND option.

Change-Id: I3fe403e533c375b9e05e583f96e3d2aea53f6880

8 years agoRegion show on item elements fixed 02/66002/2
Patryk Kaczmarek [Tue, 23 Jun 2015 19:39:37 +0000 (21:39 +0200)]
Region show on item elements fixed

Signed-off-by: Patryk Kaczmarek <patryk.k@samsung.com>
Conflicts:
src/lib/elm_genlist.c
src/lib/elm_genlist_item.eo
src/lib/elm_list_item.eo
src/lib/elm_widget.c
src/lib/elm_widget_item.eo

Change-Id: I46f55d63b1e04c4cd7a5ec2c43a20258f731591d

8 years agolanguage: Apply evas_language_reinit() when language is changed 28/65728/2
Youngbok Shin [Tue, 12 Apr 2016 08:16:57 +0000 (17:16 +0900)]
language: Apply evas_language_reinit() when language is changed

Change-Id: I7dd176fc2f79bc2101ce3ba3edf3e82c2b99673a

8 years ago[Wearable Circle][Datetime] Field title text translate update. 99/65899/5
JinsolPark [Tue, 21 Apr 2015 04:16:51 +0000 (13:16 +0900)]
[Wearable Circle][Datetime] Field title text translate update.
Field : Year, Month, Day, Hour, Min

Change-Id: Iebe1a0fa922a1586c99216deeac37dce7c6b8fbd

8 years agoFix for naviframe title exposition as accessibility object 50/65850/1
Patryk Kaczmarek [Tue, 8 Sep 2015 15:45:31 +0000 (17:45 +0200)]
Fix for naviframe title exposition as accessibility object

 UIFWAC-11

Change-Id: Ib9316bde436cafc64b1128a63eab16f78d40d7ab
Signed-off-by: Patryk Kaczmarek <patryk.k@samsung.com>
8 years agoSet accessible name for back button in naviframe 40/65840/1
Agnieszka Janowicz [Tue, 25 Aug 2015 12:53:39 +0000 (14:53 +0200)]
Set accessible name for back button in naviframe

Signed-off-by: Agnieszka Janowicz <a.janowicz@samsung.com>
Conflicts:
po/en.po

Change-Id: I0cfb03f9e0f1ac4cc1a2d5654bc2c12c96e97176

8 years ago[Accessibility] Add Value interface to progressbars to recieve current value 39/65839/1
Patryk Kaczmarek [Tue, 25 Aug 2015 15:51:19 +0000 (17:51 +0200)]
[Accessibility] Add Value interface to progressbars to recieve current value

@tizen_feature

Signed-off-by: Patryk Kaczmarek <patryk.k@samsung.com>
Conflicts:
src/lib/elm_progressbar.eo

Change-Id: I15d81bce458ce5d60c7af0eaa4441be134df3f69

8 years agoFixed _accessible_set_parent for gengrid items 36/65836/1
Patryk Kaczmarek [Fri, 24 Jul 2015 13:55:34 +0000 (15:55 +0200)]
Fixed _accessible_set_parent for gengrid items

@tizen-feature
Signed-off-by: Patryk Kaczmarek <patryk.k@samsung.com>
Conflicts:
src/lib/elm_gengrid.c

Change-Id: I75fac8f8f58751b13c29e6293c91a682535c0c5e

8 years agoelm_index: improve atspi support 32/65832/1
Lukasz Stanislawski [Thu, 16 Jul 2015 15:56:50 +0000 (17:56 +0200)]
elm_index: improve atspi support

Conflicts:
src/lib/elm_index.c
src/lib/elm_index.eo
src/lib/elm_index_item.eo

Change-Id: I30ea541d84fd1f4a8e74ad69f408ea1c457b5a1d

8 years agoaccess: implement AT-SPI2 interfaces in elm_access object. 25/65825/1
Lukasz Stanislawski [Mon, 15 Jun 2015 12:00:16 +0000 (14:00 +0200)]
access: implement AT-SPI2 interfaces in elm_access object.

Path enables elm_access widgets to use access interfaces to commutnicate
with Assistive Technology Applications using AT-SPI2 interfaces.

Elm_access can be used to provide accessiblity features on Evas_Object
that do not inherit from elm_widget.

Conflicts:
src/lib/elm_access.c
src/lib/elm_access.eo

Change-Id: I1b45f9c7e2c854a8a025da0c57327d39d4611d3c

8 years agoatspi: improve accessible_at_point API 10/65810/1
Lukasz Stanislawski [Wed, 8 Jul 2015 14:33:53 +0000 (16:33 +0200)]
atspi: improve accessible_at_point API

Now accessible at point API ignore all objects with
ELM_ATSPI_ROLE_REDUNDANT_OBJECT. This helps to ignore non-interesting
objects stacked at given cooridinates (like elm_bg)

Conflicts:
src/lib/elm_bg.c
src/lib/elm_win.c

Change-Id: I4b2e889b5e83dcbba2cd95ef7945336ca7cc40a6

8 years agoatspi: allow to overload Elm_Object_Item names 06/65806/1
Lukasz Stanislawski [Thu, 17 Dec 2015 07:55:19 +0000 (08:55 +0100)]
atspi: allow to overload Elm_Object_Item names

Conflicts:
src/lib/elm_genlist.c

Change-Id: Ieedc6adc188cabb7f931469d1361c0722d5a44d8

8 years agogengrid: allow item alignment to viewport's bottom 99/65799/3
Lukasz Stanislawski [Tue, 24 Nov 2015 17:08:50 +0000 (18:08 +0100)]
gengrid: allow item alignment to viewport's bottom

@tizen_feature

Conflicts:
src/lib/elm_gengrid_common.h

Change-Id: I79f2cb9d5121e1c239477fbfd643c834a0d2faea

8 years agohover: reimplement accessibility support to behave like popup 96/65696/3
Lukasz Stanislawski [Fri, 11 Sep 2015 12:38:07 +0000 (14:38 +0200)]
hover: reimplement accessibility support to behave like popup

Conflicts:
src/lib/elc_hoversel.c
src/lib/elm_hover.c
src/lib/elm_hover.eo

Change-Id: I7836db53aae3ba76b9ed8b76b68514e3e96f57f1

8 years agoatspi: add MULTISELECTABLE states for genlist and gengrid 01/65701/2
Lukasz Stanislawski [Fri, 11 Sep 2015 14:43:10 +0000 (16:43 +0200)]
atspi: add MULTISELECTABLE states for genlist and gengrid

Change-Id: If438a21470eb0cff0692877d90ce9d186e015a72

8 years agoctxpopup: add "activate" action to items. 45/65745/2
Lukasz Stanislawski [Wed, 16 Sep 2015 08:42:27 +0000 (10:42 +0200)]
ctxpopup: add "activate" action to items.

This patch fixes bug introduced in 1b1a29e3 which unables items to be clicked.

Conflicts:
src/lib/elc_ctxpopup.c
src/lib/elm_ctxpopup_item.eo

Change-Id: I98fcf65089a345d12160de5d9630336f0cbf2c8f

8 years agocolorselctor: improve at-spi2 support 65/65765/2
Lukasz Stanislawski [Tue, 7 Jul 2015 17:03:53 +0000 (19:03 +0200)]
colorselctor: improve at-spi2 support

@tizen_feature

Conflicts:
src/lib/elm_color_item.eo
src/lib/elm_colorselector.c

Change-Id: I7cd3423206f62eb35a2752b1832a72b572077b07

8 years agospinner: change accessibility role to FILLER. 69/65669/3
Lukasz Stanislawski [Fri, 11 Sep 2015 07:48:07 +0000 (09:48 +0200)]
spinner: change accessibility role to FILLER.

According to UX guidline elm_spinner should be treated as layout,
- only its content should be accessible for Assistive Technology.

Conflicts:
src/lib/elm_spinner.c

Change-Id: I9f1ae58635e312e51a2c98ccd3dd35107eb0908b

8 years agopo: update po files 85/65785/1
Thiep Ha [Tue, 12 Apr 2016 11:51:59 +0000 (20:51 +0900)]
po: update po files

Add more translated messages.

@tizen_feature

Change-Id: I9fc90b5893ce45fbc739f100622b61077d203684
Signed-off-by: Thiep Ha <thiep.ha@samsung.com>
8 years agoAdd copy and paste UI 84/65784/1
Thiep Ha [Tue, 12 Apr 2016 11:44:48 +0000 (20:44 +0900)]
Add copy and paste UI

Copy and paste UI which includes copy and paste popup,
selection handlers, cursor handler, and releated funcions
are added.
The copy and paste UI works in the same maner as in Tizen 2.4.

@tizen_feature

Change-Id: I47d73079b53af1058ec627ace9db4abb8c0fb659
Signed-off-by: Thiep Ha <thiep.ha@samsung.com>
8 years agoctxpopup: fix 'more' style problem. remove white space, fix landscape and size bug 63/65663/3
Jinyong Park [Tue, 12 Apr 2016 05:27:57 +0000 (14:27 +0900)]
ctxpopup: fix 'more' style problem. remove white space, fix landscape and size bug

Change-Id: I0040424f396f735492eb02881e485bcc6d4339dc
Signed-off-by: Jinyong Park <j4939.park@samsung.com>
8 years agoelm_win, elm_conform: add HAVE_ELEMENTARY_WAYLAND option. 09/65709/1
Hosang Kim [Tue, 12 Apr 2016 07:53:45 +0000 (16:53 +0900)]
elm_win, elm_conform: add HAVE_ELEMENTARY_WAYLAND option.

Signed-off-by: Hosang Kim <hosang12.kim@samsung.com>
Change-Id: Id67da191b3c537170953f507470b709fca14d98b