[Base.src] slp category is created
authorWooHyun Jung <wh0705.jung@samsung.com>
Thu, 20 Jan 2011 06:01:02 +0000 (15:01 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Thu, 20 Jan 2011 06:01:02 +0000 (15:01 +0900)
config/Makefile.am
config/slp/Makefile.am [new file with mode: 0644]
config/slp/base.cfg [new file with mode: 0644]
config/slp/base.src [new file with mode: 0644]
config/slp/icon.png [new file with mode: 0644]
config/slp/profile.desktop [new file with mode: 0644]
configure.ac
debian/libelm.install
elementary.spec.in
src/lib/elm_config.c

index 2fb26b1..f157a02 100644 (file)
@@ -1,5 +1,5 @@
 MAINTAINERCLEANFILES = Makefile.in
-SUBDIRS = default standard illume
+SUBDIRS = default standard illume slp
 
 EET_EET = @eet_eet@
 
diff --git a/config/slp/Makefile.am b/config/slp/Makefile.am
new file mode 100644 (file)
index 0000000..dedb3f5
--- /dev/null
@@ -0,0 +1,23 @@
+MAINTAINERCLEANFILES = Makefile.in
+
+EET_EET = @eet_eet@
+
+EXTRA_DIST = \
+        profile.desktop \
+        icon.png \
+       base.src
+
+filesdir = $(datadir)/elementary/config/slp
+files_DATA = \
+        profile.desktop \
+        icon.png \
+       base.cfg
+
+%.cfg: %.src
+       $(EET_EET) -e \
+       $(top_builddir)/config/slp/$@ config \
+       $< 1
+
+clean-local:
+       rm -rf *.cfg *~ *.in
+       
diff --git a/config/slp/base.cfg b/config/slp/base.cfg
new file mode 100644 (file)
index 0000000..d0c5d8c
Binary files /dev/null and b/config/slp/base.cfg differ
diff --git a/config/slp/base.src b/config/slp/base.src
new file mode 100644 (file)
index 0000000..820feb6
--- /dev/null
@@ -0,0 +1,39 @@
+group "Elm_Config" struct {
+  value "config_version" int: 65539;
+  value "engine" string: "software_x11";
+  value "thumbscroll_enable" uchar: 1;
+  value "thumbscroll_threshold" int: 24;
+  value "thumbscroll_momentum_threshold" double: 100.0;
+  value "thumbscroll_friction" double: 3.0;
+  value "thumbscroll_bounce_friction" double: 0.5;
+  value "thumbscroll_bounce_enable" uchar: 1;
+  value "page_scroll_friction" double: 0.5;
+  value "bring_in_scroll_friction" double: 0.5;
+  value "zoom_friction" double: 0.5;
+  value "thumbscroll_border_friction" double: 0.5;
+  value "scale" double: 1.0;
+  value "bgpixmap" int: 0;
+  value "compositing" int: 1;
+  value "font_hinting" int: 2;
+  value "cache_flush_poll_interval" int: 512;
+  value "cache_flush_enable" uchar: 0;
+  value "image_cache" int: 4096;
+  value "font_cache" int: 512;
+  value "edje_cache" int: 32;
+  value "edje_collection_cache" int: 64;
+  value "finger_size" int: 40;
+  value "fps" double: 6000.0;
+  value "theme" string: "default";
+  value "modules" string: "ctxpopup_copypasteUI>entry/api:decarta>map/api";
+  value "tooltip_delay" double: 1.0;
+  value "cursor_engine_only" uchar: 1;
+  value "focus_highlight_enable" uchar: 0;
+  value "focus_highlight_animate" uchar: 1;
+  value "toolbar_shrink_mode" int: 2;
+  value "fileselector_expand_enable" uchar: 0;
+  value "inwin_dialogs_enable" uchar: 0;
+  value "icon_size" int: 32;
+  value "longpress_timeout" double: 0.5;
+  value "input_panel_enable" int: 1;
+  value "password_show_last_character" uchar: 1;
+}
diff --git a/config/slp/icon.png b/config/slp/icon.png
new file mode 100644 (file)
index 0000000..9c08ee2
Binary files /dev/null and b/config/slp/icon.png differ
diff --git a/config/slp/profile.desktop b/config/slp/profile.desktop
new file mode 100644 (file)
index 0000000..e02dc43
--- /dev/null
@@ -0,0 +1,19 @@
+[Desktop Entry]
+Type=Link
+Name=Default
+Name[cs]=Výchozí
+Name[it]=Predefinito
+Name[hu]=Alapértelmezett
+Name[fr]=Prédéfini
+Name[el]=Προκαθορισμένο
+Name[eo]=Pravaloroj
+Name[zh_CN]=默认
+Icon=icon.png
+Comment=Select this to begin<br>the initial setup again.
+Comment[cs]=Vyberte pro znovuspuštění<br>tohoto průvodce.
+Comment[it]=Selezionare questo per<br>riprendere la<br>configurazione iniziale.
+Comment[hu]=Válaszd ezt az alap<br>beállítáok megismétléséhez.
+Comment[fr]=Sélectionnez ceci pour recommencer<br>la configuration initiale.
+Comment[el]=Επέλεξε αυτό για να <br>ξεκινήσεις την αρχική ρύθμιση ξανά.
+Comment[eo]=Elektu tion por restartigi<br>la pravalorizan agordon.
+Comment[zh_CN]=点击这里重新进行初始化设置主题。
index 7e31496..c3443fe 100755 (executable)
@@ -494,6 +494,7 @@ config/Makefile
 config/default/Makefile
 config/standard/Makefile
 config/illume/Makefile
+config/slp/Makefile
 ])
 
 #####################################################################
index f360d4e..0fb1fd1 100644 (file)
@@ -4,5 +4,10 @@ debian/tmp/usr/lib/edje/*
 debian/tmp/usr/share/elementary/images/*
 debian/tmp/usr/share/elementary/objects/*
 debian/tmp/usr/share/elementary/themes/*
+debian/tmp/usr/share/elementary/config/*
+debian/tmp/usr/share/elementary/config/default/*
+debian/tmp/usr/share/elementary/config/illume/*
+debian/tmp/usr/share/elementary/config/slp/*
+debian/tmp/usr/share/elementary/config/standard/*
 debian/tmp/usr/share/icons/elementary.png
 debian/tmp/usr/lib/elementary/*
index e255c54..a909463 100644 (file)
@@ -93,6 +93,7 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
 %{_datadir}/elementary/config/default/*
 %{_datadir}/elementary/config/illume/*
 %{_datadir}/elementary/config/standard/*
+%{_datadir}/elementary/config/slp/*
 %{_datadir}/elementary/edje_externals/*
 %{_datadir}/elementary/images/*
 %{_datadir}/elementary/objects/*
index fc006b8..2003574 100644 (file)
@@ -658,6 +658,7 @@ _desc_init(void)
    ELM_CONFIG_VAL(D, T, icon_size, T_INT);
    ELM_CONFIG_VAL(D, T, longpress_timeout, T_DOUBLE);
    ELM_CONFIG_VAL(D, T, password_show_last_character, T_UCHAR);
+   ELM_CONFIG_VAL(D, T, input_panel_enable, T_INT);
 #undef T
 #undef D
 #undef T_INT