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