From d000a25d19f1613898d31afa825f9c8613cb06bd Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Sun, 11 May 2014 22:42:45 +0900 Subject: 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 --- config/default/base.src | 2 +- config/mobile/base.src | 2 +- config/standard/base.src | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'config') 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; -- cgit v1.2.1