platform/upstream/elementary.git
8 years agoAdjust "context_menu_disabled" configuration. 60/70660/1
Dave Andreoli [Thu, 21 Jan 2016 21:21:30 +0000 (22:21 +0100)]
Adjust "context_menu_disabled" configuration.

This @fix three (yes 3!) errors from commit cafda5928f9bf8116564219dc03d12c3a6e131b3

1. the initial value in the standard config is wrong, causing ctx menu to be disabled for everyone!
2. the argument of the api should be named "disabled" (like all the other disable API in this context)
3. (minor) fixed doc for elm_config_context_menu_disabled_set

NOTE: there are no configuration gui for this option, if you cleared your elm config recently you probably now have the ctx menu disabled everywhere, only solution is to wipe your config (to let elm create a new correct one)

Big SPANK to the author, the commiter and all the reviewers of D2463!!!

Change-Id: I92ddb0659d64d8dd55150aa22e7d8ab3a61bc43c

8 years agoEntry: Context Menu is now configurable 56/70656/1
Vaibhav Gupta [Fri, 11 Dec 2015 06:49:27 +0000 (15:49 +0900)]
Entry: Context Menu is now configurable

Summary:
Added a config variable Context_Menu_Disabled to make the appearance
of the context menu configurable.

@feature

Signed-off-by: Vaibhav Gupta <g.vaibhav1@samsung.com>
Reviewers: Hermet, SanghyeonLee, raster, singh.amitesh

Subscribers: stefan_schmidt, alok25, cedric, thiepha, sachin.dev

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

Conflicts:
src/lib/elm_entry.c

Change-Id: Id62b73593729aa6916229dd042fcef260254f893

8 years agogenlist : arrange focus set in mouse up 46/66946/2
SangHyeon Lee [Fri, 22 Apr 2016 07:15:15 +0000 (16:15 +0900)]
genlist : arrange focus set in mouse up

Summary :
when mouse up happens, item must be focused, and after that,
select must be called.
current logic, focus is already called inside the select function
and again focus set is called in the end of mouse_up,
so if user new focused widget inside the select callback,
mouse_up forcely take the focus into the item again.
select callback should comes after the focus callback calls
to work properly.

Change-Id: I11401daecfa56c7036f23bc221796d81210966ee
Signed-off-by: SangHyeon Lee <sh10233.lee@samsung.com>
8 years agoMerge "elm_radio, tizen_vector : remove build warning" into tizen
JunsuChoi [Thu, 19 May 2016 08:07:16 +0000 (01:07 -0700)]
Merge "elm_radio, tizen_vector : remove build warning" into tizen

8 years agoMerge "copypasteUI_ctxpopup : remove build warnings" into tizen
JunsuChoi [Thu, 19 May 2016 08:07:03 +0000 (01:07 -0700)]
Merge "copypasteUI_ctxpopup : remove build warnings" into tizen

8 years agoMerge "elm_conform : remove build warnings" into tizen
JunsuChoi [Thu, 19 May 2016 08:06:49 +0000 (01:06 -0700)]
Merge "elm_conform : remove build warnings" into tizen

8 years agoMerge "elm_interface_atspi_accessible : remove build warnings" into tizen
JunsuChoi [Thu, 19 May 2016 08:06:34 +0000 (01:06 -0700)]
Merge "elm_interface_atspi_accessible : remove build warnings" into tizen

8 years agosclae : add the feature for rounding off 37/70237/1
Jaehwan Kim [Thu, 19 May 2016 02:43:33 +0000 (11:43 +0900)]
sclae : add the feature for rounding off

Add the feature for rounding off to the nearest in ELM_SCALE_SIZE
macro. It makes to be more close to calculated value.

Change-Id: I0ad00039da22de20fe741927da76056062e70822

8 years agoMerge "elm_atspi_bridge: fix double free issue (WGID:81393)" into tizen accepted/tizen/common/20160519.191133 accepted/tizen/ivi/20160519.003033 accepted/tizen/mobile/20160519.003018 accepted/tizen/tv/20160519.003012 accepted/tizen/wearable/20160519.002957 submit/tizen/20160518.081509
Shinwoo Kim [Wed, 18 May 2016 04:29:24 +0000 (21:29 -0700)]
Merge "elm_atspi_bridge: fix double free issue (WGID:81393)" into tizen

8 years agoMerge "elm_atspi_bridge: ELM_ATSPI_BRIDGE_DATA_GET_OR_RETURN should use elm_atspi_bri...
Shinwoo Kim [Wed, 18 May 2016 04:29:18 +0000 (21:29 -0700)]
Merge "elm_atspi_bridge: ELM_ATSPI_BRIDGE_DATA_GET_OR_RETURN should use elm_atspi_bridge object" into tizen

8 years agoelm_atspi_bridge: fix double free issue (WGID:81393) 06/69806/1
Shinwoo Kim [Tue, 17 May 2016 01:51:03 +0000 (10:51 +0900)]
elm_atspi_bridge: fix double free issue (WGID:81393)

Change-Id: Iab475602dd2593d0d8308dca7f2f24db96fa0514

8 years agoElementary toolbar: Don't call "clicked" callback when item is just selected 79/69779/3
Youngbok Shin [Mon, 16 May 2016 23:17:33 +0000 (08:17 +0900)]
Elementary toolbar: Don't call "clicked" callback when item is just selected

Summary:
"clicked" callback must be called when an item is really clicked.
But, toolbar had called it whenever an item was selected.
Even, it could be triggered by "elm_toolbar_item_selected_set()" API.
So, "clicked" callback will be called when only an item is clicked.
Also, it changed confusing names of related internal functions.
@fix

Test Plan: N/A

Reviewers: jaehwan, woohyun, cedric

Subscribers: jpeg

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

Change-Id: I33bd9a222bd5040bf77d07402c3528c421233b3a

8 years agoentry: add elm_entry_select_allow_set/get APIs 55/69755/2
Youngbok Shin [Mon, 16 May 2016 13:05:08 +0000 (22:05 +0900)]
entry: add elm_entry_select_allow_set/get APIs

Summary:
There is no way to allow/deny the text selection feature.
It is only controlled by disabled state. But, some UX does
not want to allow the text selection on editable entry widget.
@feature

Test Plan:
Run the following test case. You can see "Select Allow" check box.
elementary_test -to entry

Reviewers: tasn, herdsman, cedric, thiepha

Reviewed By: thiepha

Subscribers: jpeg

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

Change-Id: I433ec3b894033b88a4be1364bab6663d3d187a57

8 years agoelm_atspi_bridge: ELM_ATSPI_BRIDGE_DATA_GET_OR_RETURN should use elm_atspi_bridge... 38/69738/1
Shinwoo Kim [Mon, 16 May 2016 11:31:54 +0000 (20:31 +0900)]
elm_atspi_bridge: ELM_ATSPI_BRIDGE_DATA_GET_OR_RETURN should use elm_atspi_bridge object

Change-Id: I2bddaa1f0f7e50598d9271063d2ddb8ae09c763f

8 years agoMerge "atspi: integrate ewk_view with elementary accessibility" into tizen
shilpa singh [Mon, 16 May 2016 07:15:22 +0000 (00:15 -0700)]
Merge "atspi: integrate ewk_view with elementary accessibility" into tizen

8 years ago[List] send message signal for sound plugin before callback 08/69608/1
Sungtaek Hong [Mon, 16 May 2016 06:18:08 +0000 (15:18 +0900)]
[List] send message signal for sound plugin before callback

Change-Id: I5f15da8bcffd66ac1d292315665a092fdf52b22f
Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
8 years agoMerge "elc_popup: support siganl emit for the main layout of popup" into tizen
Jaehwan Kim [Fri, 13 May 2016 07:16:51 +0000 (00:16 -0700)]
Merge "elc_popup: support siganl emit for the main layout of popup" into tizen

8 years agoMerge "Elm popup: use the correct parent for calculations." into tizen
Jaehwan Kim [Fri, 13 May 2016 07:16:39 +0000 (00:16 -0700)]
Merge "Elm popup: use the correct parent for calculations." into tizen

8 years agoMerge "atspi: add i18n support for name and description" into tizen
Prasoon Singh [Thu, 12 May 2016 06:11:52 +0000 (23:11 -0700)]
Merge "atspi: add i18n support for name and description" into tizen

8 years agoatspi: integrate ewk_view with elementary accessibility 49/66749/2
Lukasz Stanislawski [Fri, 22 May 2015 17:00:13 +0000 (19:00 +0200)]
atspi: integrate ewk_view with elementary accessibility

This patch provides some nasty hack to make accessibility
provided by webkit work with elementary accessibility

Conflicts:
        src/lib/elm_priv.h

Signed-off-by: Lukasz Stanislawski <l.stanislaws@samsung.com>
Change-Id: I19d1ddff3b6ea52eba0474c06f4a5e06be677966

8 years agoMerge "elm_gengrid: Remove job for fixing calculate timing issue." into tizen
SangHyeon Lee [Thu, 12 May 2016 04:09:19 +0000 (21:09 -0700)]
Merge "elm_gengrid:  Remove job for fixing calculate timing issue." into tizen

8 years agoatspi: add i18n support for name and description 53/66753/3
Lukasz Stanislawski [Thu, 30 Jul 2015 11:14:20 +0000 (13:14 +0200)]
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: I87dc3ac486289438f44ecfd4a5906be02f69f939

8 years agoElm popup: use the correct parent for calculations. 64/69064/1
Taehyub [Wed, 11 May 2016 09:23:04 +0000 (18:23 +0900)]
Elm popup: use the correct parent for calculations.

It just so happens that these parents are the same at the moment.
They don't have to be. We should use the correct, popup specific parent for
that.

Change-Id: I576667658399a11bf8edb6174e894af3c604b8a1

8 years agoMerge "elementary interface/scrollable: remove duplicated function calls for bars...
WooHyun Jung [Wed, 11 May 2016 08:19:10 +0000 (01:19 -0700)]
Merge "elementary interface/scrollable: remove duplicated function calls for bars" into tizen

8 years agoMerge "colorselector: add simple color clasifier" into tizen
Prasoon Singh [Wed, 11 May 2016 06:53:52 +0000 (23:53 -0700)]
Merge "colorselector: add simple color clasifier" into tizen

8 years agoelm_gengrid: Remove job for fixing calculate timing issue. 10/69010/1
Hosang Kim [Wed, 11 May 2016 05:09:52 +0000 (14:09 +0900)]
elm_gengrid:  Remove job for fixing calculate timing issue.

Gengrid uses ecore_job for calculating item's geometry.
But it has timing issue. So display is blinking when scrolling display.
Therefore I added evas_object_smart_changed() instead of ecore_job.

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

8 years agoelm_config: Support opengl on wayland for "opengl_x11" engine. 48/68448/3
Jaehyun Cho [Wed, 4 May 2016 09:10:14 +0000 (18:10 +0900)]
elm_config: Support opengl on wayland for "opengl_x11" engine.

If elm_config_preferred_engine_set("opengl_x11") is called, then set
accel preference internally to use opengl engine on wayland.

Change-Id: Ib9bc887401c1be6ecf46d623836d5d1c9496f1d6

8 years agoelementary interface/scrollable: remove duplicated function calls for bars 02/68802/2
Youngbok Shin [Tue, 10 May 2016 01:32:47 +0000 (10:32 +0900)]
elementary interface/scrollable: remove duplicated function calls for bars

Summary:
 *_visibility_apply() functions are called from each *_visibility_adjust()
function. And it is also called from _elm_scroll_scroll_bar_size_adjust().
So, calling *_visibility_apply() functions after calling
_elm_scroll_scroll_bar_size_adjust() is unnecessary.
@fix

Test Plan: N/A

Reviewers: raster, jaehwan, eagleeye, woohyun, cedric

Subscribers: jpeg

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

Change-Id: Ic3fc01a6b5fcbb8c038c96ce461bb74127f42483
Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
8 years agocolorselector: add simple color clasifier 15/66115/2
Lukasz Stanislawski [Mon, 13 Jul 2015 17:37:54 +0000 (19:37 +0200)]
colorselector: add simple color clasifier

@tizen_feature

Change-Id: I0ab480519bbf71a1143b7fa9c1b98287717fe7d6

8 years agoelm_radio, tizen_vector : remove build warning 98/68698/2
JunsuChoi [Mon, 9 May 2016 08:42:27 +0000 (17:42 +0900)]
elm_radio, tizen_vector : remove build warning

Because elm_radio could not refer to 'tizen_vg_radio_state_set' which
is located at 'tizen_vector', warning happened. So I declared
'tizen_vg_radio_state_set' in 'priv.h'
Additionally, I modified warning that happens in 'tizen_vector'.

Change-Id: I1d234131494e476172066a1e58015fbebd76309f

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 agoelm_conform : remove build warnings 95/68695/2
JunsuChoi [Mon, 9 May 2016 08:34:07 +0000 (17:34 +0900)]
elm_conform : remove build warnings

Covered function that causes unused function warning with HAVE_ELEMENTARY_X macro
and removed unused variable 'part_type'. Removing this variable does not affect
working. Also instead of some unused parameters (void)variable_name line was added.

Change-Id: Idaaa92335400d7b79d968317c7f50de0a5c1721c

8 years agoelm_interface_atspi_accessible : remove build warnings 94/68694/2
JunsuChoi [Mon, 9 May 2016 08:23:27 +0000 (17:23 +0900)]
elm_interface_atspi_accessible : remove build warnings

removed two functions, because it caused build warning : 'unused function'

Change-Id: I521f49c1b685147079c86275bdbc676e634fdc29

8 years agoelm_conform: support different thing in Tizen 3.0 03/68703/1 accepted/tizen/common/20160511.141913 accepted/tizen/ivi/20160512.050431 accepted/tizen/mobile/20160512.050412 accepted/tizen/tv/20160512.050407 accepted/tizen/wearable/20160512.050358 submit/tizen/20160510.110856
Hosang Kim [Mon, 9 May 2016 10:34:22 +0000 (19:34 +0900)]
elm_conform: support different thing in Tizen 3.0

In Tizen 2.4, virtual keyboard size is 0 when virtual keyboard is off.
But it is different in Tizen 3.0. So I added one condition before
calculating keyboard size.

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

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