X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=config%2Fdefault%2Fbase.src;h=c3bb1408bd0e52202946c1551e23a512354c6570;hb=825a50a9af7d19fc2a9d894e1793993f146a2e5b;hp=d5f558a67b0f073e7308e22a26d86ff42d0f08de;hpb=38bc233dc30bfbefed670af95534975c5004e4a7;p=framework%2Fuifw%2Felementary.git diff --git a/config/default/base.src b/config/default/base.src index d5f558a..c3bb140 100644 --- a/config/default/base.src +++ b/config/default/base.src @@ -12,6 +12,7 @@ group "Elm_Config" struct { value "bring_in_scroll_friction" double: 0.5; value "zoom_friction" double: 0.5; value "thumbscroll_border_friction" double: 0.5; + value "thumbscroll_sensitivity_friction" double: 0.25; value "scale" double: 1.0; value "bgpixmap" int: 0; value "compositing" int: 1; @@ -25,7 +26,7 @@ group "Elm_Config" struct { value "finger_size" int: 40; value "fps" double: 60.0; value "theme" string: "default"; - value "modules" string: ""; + value "modules" string: "datetime_input_ctxpopup>datetime/api"; value "tooltip_delay" double: 1.0; value "cursor_engine_only" uchar: 1; value "focus_highlight_enable" uchar: 0; @@ -37,4 +38,21 @@ group "Elm_Config" struct { value "longpress_timeout" double: 1.0; value "effect_enable" uchar: 1; value "desktop_entry" uchar: 0; + value "password_show_last" uchar: 0; + value "password_show_last_timeout" double: 2.0; + value "glayer_zoom_finger_enable" uchar: 1; + value "glayer_zoom_finger_factor" double: 1.0; + value "glayer_zoom_wheel_factor" double: 0.05; + value "glayer_zoom_distance_tolerance" double: 1.0; + value "glayer_rotate_finger_enable" uchar: 1; + value "glayer_rotate_angular_tolerance" double: 2.0; + value "glayer_line_min_length" double: 1.0; + value "glayer_line_distance_tolerance" double: 3.0; + value "glayer_line_angular_tolerance" double: 20.0 + value "glayer_flick_time_limit_ms" uint: 120; /* ms to finish flick */ + value "glayer_long_tap_start_timeout" double: 1.2; /* sec to start long-tap */ + value "glayer_continues_enable" uchar: 1; /* Continues gesture enabled */ + value "week_start" int: 0; + value "weekend_start" int: 6; + value "weekend_len" int: 2; }