Code sync
authorJin Yoon <jinny.yoon@samsung.com>
Thu, 6 Dec 2012 13:35:33 +0000 (22:35 +0900)
committerJin Yoon <jinny.yoon@samsung.com>
Thu, 6 Dec 2012 13:35:33 +0000 (22:35 +0900)
commitcd81790ee4cc97134f63a2da9f72ac6c19b15082
tree50cd9ba083d718e6ab65980df6b554ca2608ff89
parent19cf41d85df93529c81692f476545d415597ee92
Code sync

Change-Id: I78714d99d6321f357c5253085261ae567cfcc57b
142 files changed:
CMakeLists.txt
boot-mgr/CMakeLists.txt [deleted file]
boot-mgr/starter.c [deleted file]
boot-mgr/starter.h [deleted file]
boot-mgr/x11.c [deleted file]
boot-mgr/x11.h [deleted file]
debian/control
debian/starter.postinst
include/hw_key.h [new file with mode: 0644]
include/lock-daemon.h [new file with mode: 0755]
include/lockd-debug.h [moved from lock-mgr/include/lockd-debug.h with 63% similarity, mode: 0644]
include/lockd-process-mgr.h [new file with mode: 0644]
include/lockd-window-mgr.h [new file with mode: 0644]
include/menu_daemon.h [new file with mode: 0755]
include/pkg_event.h [new file with mode: 0644]
include/starter-util.h [new file with mode: 0644]
include/starter-vconf.h
include/starter.h [new file with mode: 0644]
include/util.h [new file with mode: 0644]
include/x11.h [new file with mode: 0644]
include/xmonitor.h [new file with mode: 0644]
lock-mgr/CMakeLists.txt [deleted file]
lock-mgr/include/lock-daemon.h [deleted file]
lock-mgr/include/lockd-process-mgr.h [deleted file]
lock-mgr/include/lockd-window-mgr.h [deleted file]
lock-mgr/src/lock-daemon.c [deleted file]
lock-mgr/src/lockd-process-mgr.c [deleted file]
lock-mgr/src/lockd-window-mgr.c [deleted file]
lock-setting/CMakeLists.txt [new file with mode: 0755]
lock-setting/lockapp-setting/CMakeLists.txt [new file with mode: 0755]
lock-setting/lockapp-setting/include/openlock-setting-debug.h [new file with mode: 0755]
lock-setting/lockapp-setting/include/openlock-setting-main.h [new file with mode: 0755]
lock-setting/lockapp-setting/include/openlock-setting-pw.h [new file with mode: 0755]
lock-setting/lockapp-setting/include/openlock-setting-util.h [new file with mode: 0755]
lock-setting/lockapp-setting/include/openlock-setting.h [new file with mode: 0755]
lock-setting/lockapp-setting/src/openlock-setting-main.c [new file with mode: 0755]
lock-setting/lockapp-setting/src/openlock-setting-pw.c [new file with mode: 0755]
lock-setting/lockapp-setting/src/openlock-setting-util.c [new file with mode: 0755]
lock-setting/lockapp-setting/src/openlock-setting.c [new file with mode: 0755]
lock-setting/lockscreen-options/CMakeLists.txt [new file with mode: 0755]
lock-setting/lockscreen-options/include/lockscreen-options-debug.h [new file with mode: 0755]
lock-setting/lockscreen-options/include/lockscreen-options-dualclock.h [new file with mode: 0755]
lock-setting/lockscreen-options/include/lockscreen-options-locktitle.h [new file with mode: 0755]
lock-setting/lockscreen-options/include/lockscreen-options-main.h [new file with mode: 0755]
lock-setting/lockscreen-options/include/lockscreen-options-shortcuts-edit.h [new file with mode: 0755]
lock-setting/lockscreen-options/include/lockscreen-options-shortcuts.h [new file with mode: 0755]
lock-setting/lockscreen-options/include/lockscreen-options-util.h [new file with mode: 0755]
lock-setting/lockscreen-options/include/lockscreen-options.h [new file with mode: 0755]
lock-setting/lockscreen-options/res/edje/lockscreen-options-locktitle.edc [new file with mode: 0755]
lock-setting/lockscreen-options/res/edje/lockscreen-options-shortcuts.edc [new file with mode: 0755]
lock-setting/lockscreen-options/res/edje/lockscreen-options-thumbnail.edc [new file with mode: 0755]
lock-setting/lockscreen-options/res/edje/lockscreen-options.edc [new file with mode: 0755]
lock-setting/lockscreen-options/res/images/B09_Add Text_sip_option_Italic.png [new file with mode: 0755]
lock-setting/lockscreen-options/res/images/B09_Add Text_sip_option_bg.png [new file with mode: 0755]
lock-setting/lockscreen-options/res/images/B09_Add Text_sip_option_bold.png [new file with mode: 0755]
lock-setting/lockscreen-options/res/images/B09_Add Text_sip_option_color.png [new file with mode: 0755]
lock-setting/lockscreen-options/res/images/B09_Add Text_sip_option_size.png [new file with mode: 0755]
lock-setting/lockscreen-options/res/images/B09_Add Text_sip_option_style.png [new file with mode: 0755]
lock-setting/lockscreen-options/res/images/B09_Add Text_sip_option_underline.png [new file with mode: 0755]
lock-setting/lockscreen-options/res/images/B09_key_btn_01.png [new file with mode: 0755]
lock-setting/lockscreen-options/res/images/B09_key_btn_press.png [new file with mode: 0755]
lock-setting/lockscreen-options/res/images/icon_add.png [new file with mode: 0755]
lock-setting/lockscreen-options/res/images/icon_delete.png [new file with mode: 0755]
lock-setting/lockscreen-options/res/images/icon_delete_press.png [new file with mode: 0755]
lock-setting/lockscreen-options/res/images/mainmenu_icon.png [new file with mode: 0755]
lock-setting/lockscreen-options/src/lockscreen-options-dualclock.c [new file with mode: 0755]
lock-setting/lockscreen-options/src/lockscreen-options-locktitle.c [new file with mode: 0755]
lock-setting/lockscreen-options/src/lockscreen-options-main.c [new file with mode: 0755]
lock-setting/lockscreen-options/src/lockscreen-options-shortcuts-edit.c [new file with mode: 0755]
lock-setting/lockscreen-options/src/lockscreen-options-shortcuts.c [new file with mode: 0755]
lock-setting/lockscreen-options/src/lockscreen-options-util.c [new file with mode: 0755]
lock-setting/lockscreen-options/src/lockscreen-options.c [new file with mode: 0755]
lock-setting/po/CMakeLists.txt [new file with mode: 0755]
lock-setting/po/ar.po [new file with mode: 0644]
lock-setting/po/az.po [new file with mode: 0644]
lock-setting/po/bg.po [new file with mode: 0644]
lock-setting/po/ca.po [new file with mode: 0644]
lock-setting/po/cs.po [new file with mode: 0644]
lock-setting/po/da.po [new file with mode: 0644]
lock-setting/po/de_DE.po [new file with mode: 0644]
lock-setting/po/el_GR.po [new file with mode: 0644]
lock-setting/po/en.po [new file with mode: 0644]
lock-setting/po/en_PH.po [new file with mode: 0644]
lock-setting/po/en_US.po [new file with mode: 0644]
lock-setting/po/es_ES.po [new file with mode: 0644]
lock-setting/po/es_MX.po [new file with mode: 0644]
lock-setting/po/es_US.po [new file with mode: 0644]
lock-setting/po/et.po [new file with mode: 0644]
lock-setting/po/eu.po [new file with mode: 0644]
lock-setting/po/fi.po [new file with mode: 0644]
lock-setting/po/fr_CA.po [new file with mode: 0644]
lock-setting/po/fr_FR.po [new file with mode: 0644]
lock-setting/po/ga.po [new file with mode: 0644]
lock-setting/po/gl.po [new file with mode: 0644]
lock-setting/po/hi.po [new file with mode: 0644]
lock-setting/po/hr.po [new file with mode: 0644]
lock-setting/po/hu.po [new file with mode: 0644]
lock-setting/po/hy.po [new file with mode: 0644]
lock-setting/po/is.po [new file with mode: 0644]
lock-setting/po/it_IT.po [new file with mode: 0644]
lock-setting/po/ja_JP.po [new file with mode: 0644]
lock-setting/po/ka.po [new file with mode: 0644]
lock-setting/po/kk.po [new file with mode: 0644]
lock-setting/po/ko_KR.po [new file with mode: 0644]
lock-setting/po/lt.po [new file with mode: 0644]
lock-setting/po/lv.po [new file with mode: 0644]
lock-setting/po/mk.po [new file with mode: 0644]
lock-setting/po/nb.po [new file with mode: 0644]
lock-setting/po/nl_NL.po [new file with mode: 0644]
lock-setting/po/pl.po [new file with mode: 0644]
lock-setting/po/pt_BR.po [new file with mode: 0644]
lock-setting/po/pt_PT.po [new file with mode: 0644]
lock-setting/po/ro.po [new file with mode: 0644]
lock-setting/po/ru_RU.po [new file with mode: 0644]
lock-setting/po/sk.po [new file with mode: 0644]
lock-setting/po/sl.po [new file with mode: 0644]
lock-setting/po/sr.po [new file with mode: 0644]
lock-setting/po/sv.po [new file with mode: 0644]
lock-setting/po/tr_TR.po [new file with mode: 0644]
lock-setting/po/uk.po [new file with mode: 0644]
lock-setting/po/uz.po [new file with mode: 0644]
lock-setting/po/zh_CN.po [new file with mode: 0644]
lock-setting/po/zh_HK.po [new file with mode: 0644]
lock-setting/po/zh_SG.po [new file with mode: 0644]
lock-setting/po/zh_TW.po [new file with mode: 0644]
packaging/starter.service
packaging/starter.spec
rd3starter
rd4starter
src/hw_key.c [new file with mode: 0755]
src/lock-daemon.c [new file with mode: 0755]
src/lockd-debug.c [moved from lock-mgr/src/lockd-debug.c with 63% similarity, mode: 0644]
src/lockd-process-mgr.c [new file with mode: 0755]
src/lockd-window-mgr.c [new file with mode: 0644]
src/menu_daemon.c [new file with mode: 0755]
src/pkg_event.c [new file with mode: 0644]
src/starter.c [new file with mode: 0755]
src/x11.c [new file with mode: 0644]
src/xmonitor.c [new file with mode: 0644]
test/get_entry.c [new file with mode: 0755]
test/get_theme.c [new file with mode: 0755]
test/set_theme.c [new file with mode: 0755]