Git init
authorKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:44:48 +0000 (00:44 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:44:48 +0000 (00:44 +0900)
commit4368652419d8685f94abbbe3757ed0c2c0a13e25
treeb48a34e504817ab7d15d741dba2e9e2316f0910d
parent21bfee7fbc16a5f56d9050d6fb3ef9f2d5562d66
Git init
153 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
comp-slp/ABOUT-NLS [new file with mode: 0644]
comp-slp/AUTHORS [new file with mode: 0644]
comp-slp/COPYING [new file with mode: 0644]
comp-slp/ChangeLog [new file with mode: 0644]
comp-slp/INSTALL [new file with mode: 0644]
comp-slp/Makefile.am [new file with mode: 0644]
comp-slp/NEWS [new file with mode: 0644]
comp-slp/README [new file with mode: 0644]
comp-slp/autogen.sh [new file with mode: 0755]
comp-slp/configure.ac [new file with mode: 0644]
comp-slp/data/Makefile.am [new file with mode: 0644]
comp-slp/data/common/comp-config.edc [new file with mode: 0644]
comp-slp/data/common/comp-image.edc [new file with mode: 0644]
comp-slp/data/common/comp-part-clipper.edc [new file with mode: 0644]
comp-slp/data/common/comp-part-logger.edc [new file with mode: 0644]
comp-slp/data/common/comp-part-persp.edc [new file with mode: 0644]
comp-slp/data/common/comp-part-shower.edc [new file with mode: 0644]
comp-slp/data/common/comp-part-swallow-rotation-on-effect-for-win.edc [new file with mode: 0644]
comp-slp/data/common/comp-part-swallow.edc [new file with mode: 0644]
comp-slp/data/common/comp-prog-hide-rotation-no-effect.edc [new file with mode: 0644]
comp-slp/data/common/comp-prog-logger-on-off.edc [new file with mode: 0644]
comp-slp/data/common/comp-prog-rotation-on-effect-for-win.edc [new file with mode: 0644]
comp-slp/data/common/comp-prog-rotation-on-no-effect.edc [new file with mode: 0644]
comp-slp/data/common/comp-prog-show-rotation-no-effect.edc [new file with mode: 0644]
comp-slp/data/common/comp-prog-signal-emit.edc [new file with mode: 0755]
comp-slp/data/common/comp-script.edc [new file with mode: 0644]
comp-slp/data/common/comp-style.edc [new file with mode: 0644]
comp-slp/data/group/capture_effect.edc [new file with mode: 0644]
comp-slp/data/group/dialog.edc [new file with mode: 0644]
comp-slp/data/group/fake_effect_default.edc [new file with mode: 0644]
comp-slp/data/group/fake_effect_fade.edc [new file with mode: 0644]
comp-slp/data/group/fake_effect_twist.edc [new file with mode: 0644]
comp-slp/data/group/indicator.edc [new file with mode: 0755]
comp-slp/data/group/lock_screen.edc [new file with mode: 0644]
comp-slp/data/group/no_effect.edc [new file with mode: 0644]
comp-slp/data/group/shadow_default.edc [new file with mode: 0644]
comp-slp/data/group/shadow_fade.edc [new file with mode: 0644]
comp-slp/data/group/shadow_twist.edc [new file with mode: 0644]
comp-slp/data/group/task_switcher.edc [new file with mode: 0644]
comp-slp/data/group/wnd_rot_prev_pixmap.edc [new file with mode: 0644]
comp-slp/data/images/bt_glow.png [new file with mode: 0644]
comp-slp/data/images/capture.png [new file with mode: 0644]
comp-slp/data/images/comp-sh1.png [new file with mode: 0644]
comp-slp/data/shadow.edc [new file with mode: 0644]
comp-slp/m4/ac_attribute.m4 [new file with mode: 0644]
comp-slp/m4/libtool.m4 [new file with mode: 0644]
comp-slp/m4/ltoptions.m4 [new file with mode: 0644]
comp-slp/m4/ltsugar.m4 [new file with mode: 0644]
comp-slp/m4/ltversion.m4 [new file with mode: 0644]
comp-slp/m4/lt~obsolete.m4 [new file with mode: 0644]
comp-slp/module.desktop.in [new file with mode: 0644]
comp-slp/src/Makefile.am [new file with mode: 0644]
comp-slp/src/e-module-comp-slp.edj [new file with mode: 0644]
comp-slp/src/e_mod_comp.c [new file with mode: 0644]
comp-slp/src/e_mod_comp.h [new file with mode: 0644]
comp-slp/src/e_mod_comp_animation.c [new file with mode: 0644]
comp-slp/src/e_mod_comp_animation.h [new file with mode: 0644]
comp-slp/src/e_mod_comp_data.h [new file with mode: 0644]
comp-slp/src/e_mod_comp_effect.c [new file with mode: 0644]
comp-slp/src/e_mod_comp_policy.c [new file with mode: 0644]
comp-slp/src/e_mod_comp_rotation.c [new file with mode: 0644]
comp-slp/src/e_mod_comp_rotation.h [new file with mode: 0644]
comp-slp/src/e_mod_comp_update.c [new file with mode: 0644]
comp-slp/src/e_mod_comp_update.h [new file with mode: 0644]
comp-slp/src/e_mod_config.c [new file with mode: 0644]
comp-slp/src/e_mod_config.h [new file with mode: 0644]
comp-slp/src/e_mod_main.c [new file with mode: 0644]
comp-slp/src/e_mod_main.h [new file with mode: 0644]
comp-slp/src/module.desktop.in [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/e17-extra-modules.install [new file with mode: 0755]
debian/jobs [new file with mode: 0755]
debian/rules [new file with mode: 0755]
illume2-slp/ABOUT-NLS [new file with mode: 0644]
illume2-slp/AUTHORS [new file with mode: 0644]
illume2-slp/COPYING [new file with mode: 0644]
illume2-slp/ChangeLog [new file with mode: 0644]
illume2-slp/INSTALL [new file with mode: 0644]
illume2-slp/Makefile.am [new file with mode: 0644]
illume2-slp/NEWS [new file with mode: 0644]
illume2-slp/README [new file with mode: 0644]
illume2-slp/autogen.sh [new file with mode: 0755]
illume2-slp/configure.ac [new file with mode: 0644]
illume2-slp/m4/ac_attribute.m4 [new file with mode: 0644]
illume2-slp/m4/libtool.m4 [new file with mode: 0644]
illume2-slp/m4/ltoptions.m4 [new file with mode: 0644]
illume2-slp/m4/ltsugar.m4 [new file with mode: 0644]
illume2-slp/m4/ltversion.m4 [new file with mode: 0644]
illume2-slp/m4/lt~obsolete.m4 [new file with mode: 0644]
illume2-slp/module.desktop.in [new file with mode: 0644]
illume2-slp/src/Makefile.am [new file with mode: 0644]
illume2-slp/src/e-module-illume2-slp.edc [new file with mode: 0644]
illume2-slp/src/e_illume.c [new file with mode: 0644]
illume2-slp/src/e_illume.h [new file with mode: 0644]
illume2-slp/src/e_illume_private.h [new file with mode: 0644]
illume2-slp/src/e_mod_config.c [new file with mode: 0644]
illume2-slp/src/e_mod_config.h [new file with mode: 0644]
illume2-slp/src/e_mod_config_animation.c [new file with mode: 0644]
illume2-slp/src/e_mod_config_animation.h [new file with mode: 0644]
illume2-slp/src/e_mod_config_policy.c [new file with mode: 0644]
illume2-slp/src/e_mod_config_policy.h [new file with mode: 0644]
illume2-slp/src/e_mod_config_windows.c [new file with mode: 0644]
illume2-slp/src/e_mod_config_windows.h [new file with mode: 0644]
illume2-slp/src/e_mod_main.c [new file with mode: 0644]
illume2-slp/src/e_mod_main.h [new file with mode: 0644]
illume2-slp/src/e_mod_policy.c [new file with mode: 0644]
illume2-slp/src/e_mod_policy.h [new file with mode: 0644]
illume2-slp/src/e_mod_quickpanel.c [new file with mode: 0644]
illume2-slp/src/e_mod_quickpanel.h [new file with mode: 0644]
illume2-slp/src/e_mod_select_window.c [new file with mode: 0644]
illume2-slp/src/e_mod_select_window.h [new file with mode: 0644]
illume2-slp/src/images/Makefile.am [new file with mode: 0644]
illume2-slp/src/images/RQ02_IMG_Handler.png [new file with mode: 0644]
illume2-slp/src/images/RQ02_IMG_Handler_arrow.png [new file with mode: 0644]
illume2-slp/src/images/module_icon.png [new file with mode: 0644]
illume2-slp/src/policies/Makefile.am [new file with mode: 0644]
illume2-slp/src/policies/illume/Makefile.am [new file with mode: 0644]
illume2-slp/src/policies/illume/illume.c [new file with mode: 0644]
illume2-slp/src/policies/illume/illume.h [new file with mode: 0644]
illume2-slp/src/policies/illume/policy.c [new file with mode: 0644]
illume2-slp/src/policies/illume/policy.h [new file with mode: 0644]
illume2-slp/src/policies/illume/policy_util.c [new file with mode: 0644]
illume2-slp/src/policies/illume/policy_util.h [new file with mode: 0644]
illume2-slp/src/quickpanel.edc [new file with mode: 0644]
keyrouter/AUTHORS [new file with mode: 0644]
keyrouter/COPYING [new file with mode: 0644]
keyrouter/Makefile [new file with mode: 0644]
keyrouter/Makefile.am [new file with mode: 0644]
keyrouter/autogen.sh [new file with mode: 0755]
keyrouter/configure.ac [new file with mode: 0644]
keyrouter/module.desktop.in [new file with mode: 0755]
keyrouter/scripts/keygrab_status [new file with mode: 0755]
keyrouter/scripts/set_keygrab [new file with mode: 0755]
keyrouter/src/.deps/module_la-e_mod_main.Plo [new file with mode: 0644]
keyrouter/src/Makefile [new file with mode: 0644]
keyrouter/src/Makefile.am [new file with mode: 0644]
keyrouter/src/e_mod_main.c [new file with mode: 0755]
keyrouter/src/e_mod_main.h [new file with mode: 0755]
packaging/e17-extra-modules.spec [new file with mode: 0644]
wmready/AUTHORS [new file with mode: 0644]
wmready/COPYING [new file with mode: 0644]
wmready/Makefile.am [new file with mode: 0644]
wmready/autogen.sh [new file with mode: 0755]
wmready/configure.ac [new file with mode: 0644]
wmready/module.desktop.in [new file with mode: 0755]
wmready/src/Makefile.am [new file with mode: 0644]
wmready/src/e_mod_main.c [new file with mode: 0644]
wmready/src/e_mod_main.h [new file with mode: 0644]