[Scroller] Change config value about page scroll, because of PLM P130529-4570
[framework/uifw/elementary.git] / config / mobile / base.src
1 group "Elm_Config" struct {
2   value "config_version" int: 65539;
3   value "engine" string: "software_x11";
4   value "vsync" uchar: 1;
5   value "thumbscroll_enable" uchar: 1;
6   value "thumbscroll_threshold" int: 15;
7   value "thumbscroll_hold_threshold" int: 100;
8   value "thumbscroll_momentum_threshold" double: 100.0;
9   value "thumbscroll_friction" double: 1.5;
10   value "thumbscroll_min_friction" double: 0.1;
11   value "thumbscroll_friction_standard" double: 3500.0;
12   value "thumbscroll_bounce_friction" double: 0.5;
13   value "thumbscroll_bounce_enable" uchar: 0;
14   value "page_scroll_friction" double: 0.2;
15   value "bring_in_scroll_friction" double: 0.5;
16   value "zoom_friction" double: 0.5;
17   value "thumbscroll_border_friction" double: 0.5;
18   value "thumbscroll_sensitivity_friction" double: 0.8;
19   value "scroll_smooth_amount" double: 0.0;
20   value "scroll_smooth_history_weight" double: 0.3;
21   value "scroll_smooth_future_time" double: 0.0;
22   value "scroll_smooth_time_window" double: 0.2;
23   value "scroll_smooth_time_interval" double: 0.008;
24   value "scale" double: 1.0;
25   value "bgpixmap" int: 0;
26   value "compositing" int: 1;
27   value "font_hinting" int: 2;
28   value "cache_flush_poll_interval" int: 512;
29   value "cache_flush_enable" uchar: 0;
30   value "image_cache" int: 4096;
31   value "font_cache" int: 512;
32   value "edje_cache" int: 32;
33   value "edje_collection_cache" int: 64;
34   value "finger_size" int: 60;
35   value "fps" double: 60.0;
36   value "theme" string: "tizen-hd";
37   value "modules" string: "ctxpopup_copypasteUI>entry/api:datetime_input_ctxpopup>datetime/api:access_output_tts>access/api";
38   value "tooltip_delay" double: 1.0;
39   value "cursor_engine_only" uchar: 1;
40   value "focus_highlight_enable" uchar: 0;
41   value "focus_highlight_animate" uchar: 1;
42   value "toolbar_shrink_mode" int: 2;
43   value "fileselector_expand_enable" uchar: 0;
44   value "inwin_dialogs_enable" uchar: 0;
45   value "icon_size" int: 32;
46   value "longpress_timeout" double: 0.5;
47   value "effect_enable" uchar: 1;
48   value "password_show_last" uchar: 1;
49   value "password_show_last_timeout" double: 2.0;
50   value "glayer_zoom_finger_enable" uchar: 1;
51   value "glayer_zoom_finger_factor" double: 1.0;
52   value "glayer_zoom_wheel_factor" double: 0.05;
53   value "glayer_zoom_distance_tolerance" double: 1.0;
54   value "glayer_rotate_finger_enable" uchar: 1;
55   value "glayer_rotate_angular_tolerance" double: 0.034906585;
56   value "glayer_line_min_length" double: 1.0;
57   value "glayer_line_distance_tolerance" double: 3.0;
58   value "glayer_line_angular_tolerance" double: 0.34906585; /* Represents 20 DEG */
59   value "glayer_flick_time_limit_ms" uint: 250; /* 250 ms to finish flick */
60   value "glayer_long_tap_start_timeout" double: 0.5; /* 0.5 sec to start long-tap */
61   value "glayer_double_tap_timeout" double: 0.33; /* Timeout between two mouse downs when doing double click (and more). */
62   value "glayer_continues_enable" uchar: 1;          /* Continues gesture enabled */
63   value "week_start" int: 1;
64   value "weekend_start" int: 6;
65   value "weekend_len" int: 2;
66   value "year_min" int: 2;
67   value "year_max" int: 137;
68   value "softcursor_mode" uchar: 0;
69   value "auto_norender_withdrawn" uchar: 1;
70   value "auto_norender_iconified_same_as_withdrawn" uchar: 1;
71   value "auto_flush_withdrawn" uchar: 1;
72   value "auto_dump_withdrawn" uchar: 1;
73   value "auto_throttle" uchar: 1;
74   value "auto_throttle_amount" double: 0.0666666666;
75   value "indicator_service_0" string: "elm_indicator_portrait";
76   value "indicator_service_90" string: "elm_indicator_landscape";
77   value "indicator_service_180" string: "elm_indicator_portrait";
78   value "indicator_service_270" string: "elm_indicator_landscape";
79   value "selection_clear_enable" uchar: 1;
80   group "color_palette" list {
81      group "Elm_Custom_Palette" struct {
82         value "palette_name" string: "default";
83         group "color_list" list {
84            group "Elm_Color_RGBA" struct {
85               value "r" uint: 255;
86               value "g" uint: 90;
87               value "b" uint: 18;
88               value "a" uint: 255;
89            }
90            group "Elm_Color_RGBA" struct {
91               value "r" uint: 255;
92               value "g" uint: 213;
93               value "b" uint: 0;
94               value "a" uint: 255;
95            }
96            group "Elm_Color_RGBA" struct {
97               value "r" uint: 146;
98               value "g" uint: 255;
99               value "b" uint: 11;
100               value "a" uint: 255;
101            }
102            group "Elm_Color_RGBA" struct {
103               value "r" uint: 9;
104               value "g" uint: 186;
105               value "b" uint: 10;
106               value "a" uint: 255;
107            }
108            group "Elm_Color_RGBA" struct {
109               value "r" uint: 86;
110               value "g" uint: 201;
111               value "b" uint: 242;
112               value "a" uint: 255;
113            }
114            group "Elm_Color_RGBA" struct {
115               value "r" uint: 18;
116               value "g" uint: 83;
117               value "b" uint: 128;
118               value "a" uint: 255;
119            }
120            group "Elm_Color_RGBA" struct {
121               value "r" uint: 140;
122               value "g" uint: 53;
123               value "b" uint: 238;
124               value "a" uint: 255;
125            }
126            group "Elm_Color_RGBA" struct {
127               value "r" uint: 255;
128               value "g" uint: 145;
129               value "b" uint: 145;
130               value "a" uint: 255;
131            }
132            group "Elm_Color_RGBA" struct {
133               value "r" uint: 255;
134               value "g" uint: 59;
135               value "b" uint: 119;
136               value "a" uint: 255;
137            }
138            group "Elm_Color_RGBA" struct {
139               value "r" uint: 133;
140               value "g" uint: 100;
141               value "b" uint: 69;
142               value "a" uint: 255;
143            }
144         }
145      }
146      group "Elm_Custom_Palette" struct {
147         value "palette_name" string: "painting";
148         group "color_list" list {
149            group "Elm_Color_RGBA" struct {
150               value "r" uint: 255;
151               value "g" uint: 0;
152               value "b" uint: 0;
153               value "a" uint: 255;
154            }
155            group "Elm_Color_RGBA" struct {
156               value "r" uint: 0;
157               value "g" uint: 255;
158               value "b" uint: 0;
159               value "a" uint: 255;
160            }
161            group "Elm_Color_RGBA" struct {
162               value "r" uint: 0;
163               value "g" uint: 0;
164               value "b" uint: 255;
165               value "a" uint: 255;
166            }
167            group "Elm_Color_RGBA" struct {
168               value "r" uint: 255;
169               value "g" uint: 255;
170               value "b" uint: 0;
171               value "a" uint: 255;
172            }
173            group "Elm_Color_RGBA" struct {
174               value "r" uint: 0;
175               value "g" uint: 255;
176               value "b" uint: 255;
177               value "a" uint: 255;
178            }
179            group "Elm_Color_RGBA" struct {
180               value "r" uint: 255;
181               value "g" uint: 0;
182               value "b" uint: 255;
183               value "a" uint: 255;
184            }
185            group "Elm_Color_RGBA" struct {
186               value "r" uint: 255;
187               value "g" uint: 90;
188               value "b" uint: 0;
189               value "a" uint: 255;
190            }
191            group "Elm_Color_RGBA" struct {
192               value "r" uint: 255;
193               value "g" uint: 180;
194               value "b" uint: 0;
195               value "a" uint: 255;
196            }
197            group "Elm_Color_RGBA" struct {
198               value "r" uint: 92;
199               value "g" uint: 142;
200               value "b" uint: 151;
201               value "a" uint: 255;
202            }
203            group "Elm_Color_RGBA" struct {
204               value "r" uint: 41;
205               value "g" uint: 68;
206               value "b" uint: 59;
207               value "a" uint: 255;
208            }
209            group "Elm_Color_RGBA" struct {
210               value "r" uint: 41;
211               value "g" uint: 46;
212               value "b" uint: 68;
213               value "a" uint: 255;
214            }
215            group "Elm_Color_RGBA" struct {
216               value "r" uint: 68;
217               value "g" uint: 40;
218               value "b" uint: 55;
219               value "a" uint: 255;
220            }
221         }
222      }
223   }
224 }