summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAmitesh Singh <amitesh.sh@samsung.com>2014-04-27 04:15:26 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2014-04-27 04:15:26 +0900
commitd1b0e5c94e9148ce281d2b62309c19482a654e31 (patch)
tree8f55a0887f3531b31a8645497013394cc41a7cdc /config
parent26ad9b6bac7447445a9bfcfc1befc5a6d44dfee5 (diff)
downloadelementary-d1b0e5c94e9148ce281d2b62309c19482a654e31.tar.gz
config: Added two APIs to enable/disable focus auto scroll bring in feature.
Summary: Summary: - APIs - elm_config_focus_auto_scroll_bring_in_enabled_set - elm_config_focus_auto_scroll_bring_in_enabled_get - list/genlist/toolbar/gengrid: Using this feature for scrolling for focus movement. - Added test case in "List Focus", "Genlist Focus", "Toolbar Focus" and "Gengrid Focus" @feature Test Plan: elementary_test->"List Focus", "Genlist Focus", "Toolbar Focus" & "Gengrid Focus". Reviewers: raster, seoz CC: seoz Differential Revision: https://phab.enlightenment.org/D799
Diffstat (limited to 'config')
-rw-r--r--config/default/base.src1
-rw-r--r--config/mobile/base.src1
-rw-r--r--config/standard/base.src1
3 files changed, 3 insertions, 0 deletions
diff --git a/config/default/base.src b/config/default/base.src
index 73aff115a..3f482581d 100644
--- a/config/default/base.src
+++ b/config/default/base.src
@@ -26,6 +26,7 @@ group "Elm_Config" struct {
value "scroll_smooth_history_weight" double: 0.1;
value "scroll_smooth_future_time" double: 0.0;
value "scroll_smooth_time_window" double: 0.01;
+ value "focus_auto_scroll_bring_in_enable" uchar: 0;
value "scale" double: 1.0;
value "bgpixmap" int: 0;
value "compositing" int: 1;
diff --git a/config/mobile/base.src b/config/mobile/base.src
index 4fb7f0705..6f2d976e7 100644
--- a/config/mobile/base.src
+++ b/config/mobile/base.src
@@ -26,6 +26,7 @@ group "Elm_Config" struct {
value "scroll_smooth_history_weight" double: 0.1;
value "scroll_smooth_future_time" double: 0.0;
value "scroll_smooth_time_window" double: 0.01;
+ value "focus_auto_scroll_bring_in_enable" uchar: 0;
value "scale" double: 1.0;
value "bgpixmap" int: 0;
value "compositing" int: 1;
diff --git a/config/standard/base.src b/config/standard/base.src
index 6552e83f5..7472f1f6a 100644
--- a/config/standard/base.src
+++ b/config/standard/base.src
@@ -26,6 +26,7 @@ group "Elm_Config" struct {
value "scroll_smooth_history_weight" double: 0.1;
value "scroll_smooth_future_time" double: 0.0;
value "scroll_smooth_time_window" double: 0.01;
+ value "focus_auto_scroll_bring_in_enable" uchar: 0;
value "scale" double: 1.0;
value "bgpixmap" int: 0;
value "compositing" int: 1;