get configs up to date.. and weekend/say should be 0 5 2 (0 == mon, 5
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 7 Mar 2012 11:49:23 +0000 (11:49 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 7 Mar 2012 11:49:23 +0000 (11:49 +0000)
== sat etc.)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68932 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

config/default/base.src
config/illume/base.src
config/standard/base.src

index c3bb140..01b7b15 100644 (file)
@@ -13,6 +13,10 @@ group "Elm_Config" struct {
   value "zoom_friction" double: 0.5;
   value "thumbscroll_border_friction" double: 0.5;
   value "thumbscroll_sensitivity_friction" double: 0.25;
+  value "scroll_smooth_amount" double: 0.0;
+  value "scroll_smooth_history_weight" double: 0.3;
+  value "scroll_smooth_future_time" double: 0.0;
+  value "scroll_smooth_time_window" double: 0.2;
   value "scale" double: 1.0;
   value "bgpixmap" int: 0;
   value "compositing" int: 1;
@@ -48,11 +52,11 @@ group "Elm_Config" struct {
   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_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_start" int: 5;
   value "weekend_len" int: 2;
 }
index 1553fef..4292861 100644 (file)
@@ -57,6 +57,6 @@ group "Elm_Config" struct {
   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_start" int: 5;
   value "weekend_len" int: 2;
 }
index eede671..57b4237 100644 (file)
@@ -30,7 +30,7 @@ group "Elm_Config" struct {
   value "finger_size" int: 5;
   value "fps" double: 60.0;
   value "theme" string: "default-desktop";
-  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;
@@ -56,4 +56,7 @@ group "Elm_Config" struct {
   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;
 }