summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2014-05-11 22:42:45 +0900
committerDaniel Juyung Seo <juyung.seo@samsung.com>2014-05-11 22:46:16 +0900
commitd000a25d19f1613898d31afa825f9c8613cb06bd (patch)
tree33ab24a7bc914671da243823bd2a41ad691f32c7 /config
parent4e7b54066a45178abaa1b1c2a76c82e09c9392ac (diff)
downloadelementary-d000a25d19f1613898d31afa825f9c8613cb06bd.tar.gz
focus: Change new API names related to focus auto scrolling.
elm_config_focus_auto_scroll_bring_in_enabled_get/set() -> elm_config_focus_autoscroll_mode_get/set() The main reason is that bring_in_enabled_get/set() APIs are too restricted and thus not flexible. I got more requirements for the focus autoscrolling such as none, wholely visible not just bring_in and show. So it is correct to add mode_set/get() APIs for the focus auto scrolling. Thanks god, we've found this before the release :) @feature
Diffstat (limited to 'config')
-rw-r--r--config/default/base.src2
-rw-r--r--config/mobile/base.src2
-rw-r--r--config/standard/base.src2
3 files changed, 3 insertions, 3 deletions
diff --git a/config/default/base.src b/config/default/base.src
index 3f482581d..1bf94c311 100644
--- a/config/default/base.src
+++ b/config/default/base.src
@@ -26,7 +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 "focus_autoscroll_mode" 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 6f2d976e7..590ffbf52 100644
--- a/config/mobile/base.src
+++ b/config/mobile/base.src
@@ -26,7 +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 "focus_autoscroll_mode" 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 7472f1f6a..6d2da5bda 100644
--- a/config/standard/base.src
+++ b/config/standard/base.src
@@ -26,7 +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 "focus_autoscroll_mode" uchar: 0;
value "scale" double: 1.0;
value "bgpixmap" int: 0;
value "compositing" int: 1;