[UI]Lockscreen for RSA
authorJinjin Shi <jinjin.shi@samsung.com>
Fri, 7 Dec 2012 07:38:57 +0000 (15:38 +0800)
committerJinjin Shi <jinjin.shi@samsung.com>
Fri, 7 Dec 2012 12:23:27 +0000 (20:23 +0800)
commit9e6c795edf487d264fa190c2c7fc560106fbca74
treebb2855fb6113d00562631cfa5d7ee157ab379f6f
parent5d6cf4f800c2547bfecd26efa0b4f5de961dfe9c
[UI]Lockscreen for RSA

Change-Id: Idc7c273a3cdbf1c92bda176904f016cb5addb938
77 files changed:
CMakeLists.txt [new file with mode: 0755]
LICENSE [new file with mode: 0755]
data/groups/lock-complex-password.edc [new file with mode: 0755]
data/groups/lock-info.edc [new file with mode: 0755]
data/groups/lock-main.edc [new file with mode: 0755]
data/groups/lock-noti.edc [new file with mode: 0755]
data/groups/lock-simple-password.edc [new file with mode: 0755]
data/groups/lock-slider.edc [new file with mode: 0755]
data/images/RB07_icon_back_01.png [new file with mode: 0755]
data/images/RB07_icon_back_dim.png [new file with mode: 0755]
data/images/RB07_icon_back_normal.png [new file with mode: 0755]
data/images/RB07_icon_back_press.png [new file with mode: 0755]
data/images/RB07_icon_enter.png [new file with mode: 0755]
data/images/RB07_icon_shift_focused.png [new file with mode: 0755]
data/images/RB07_icon_shift_normal.png [new file with mode: 0755]
data/images/RB07_icon_space.png [new file with mode: 0755]
data/images/RB07_key_btn_01.png [new file with mode: 0755]
data/images/RB07_key_btn_02.png [new file with mode: 0755]
data/images/RB07_key_btn_perss.png [new file with mode: 0755]
data/images/RB07_key_btn_qwerty_01.png [new file with mode: 0755]
data/images/RB07_key_btn_qwerty_02.png [new file with mode: 0755]
data/images/RB07_keypad_bg.png [new file with mode: 0755]
data/images/ls_button_default.png [new file with mode: 0755]
data/images/ls_button_press.png [new file with mode: 0755]
data/images/ls_button_sos_phone.png [new file with mode: 0755]
data/images/ls_button_x.png [new file with mode: 0755]
data/images/ls_password_box_01.png [new file with mode: 0755]
data/images/ls_password_star_01.png [new file with mode: 0755]
data/images/slider/RB07_Unlock_bg.png [new file with mode: 0755]
data/images/slider/RB07_Unlock_bg_press.png [new file with mode: 0755]
data/images/slider/RB07_icon_Unlock_01.png [new file with mode: 0755]
data/images/slider/RB07_icon_Unlock_02.png [new file with mode: 0755]
data/images/slider/RB07_icon_Unlock_arrow.png [new file with mode: 0755]
data/images/slider/RB07_icon_Unlock_arrow_press.png [new file with mode: 0755]
data/images/slider/RB07_icon_Unlock_press_01.png [new file with mode: 0755]
data/images/slider/RB07_icon_Unlock_press_02.png [new file with mode: 0755]
data/images/slider/RB07_icon_Unlock_press_03.png [new file with mode: 0755]
data/images/slider/RB07_icon_Unlock_press_04.png [new file with mode: 0755]
data/images/slider/RB07_icon_Unlock_press_05.png [new file with mode: 0755]
data/images/slider/RB07_icon_Unlock_press_06.png [new file with mode: 0755]
data/images/slider/RB07_icon_Unlock_press_07.png [new file with mode: 0755]
data/images/slider/RB07_icon_Unlock_press_08.png [new file with mode: 0755]
data/images/slider/RB07_icon_Unlock_press_09.png [new file with mode: 0755]
data/images/slider/RB07_icon_Unlock_press_10.png [new file with mode: 0755]
data/images/slider/RB07_icon_Unlock_press_11.png [new file with mode: 0755]
data/images/slider/RB07_icon_Unlock_press_12.png [new file with mode: 0755]
data/images/slider/RB07_icon_Unlock_press_13.png [new file with mode: 0755]
data/images/slider/RB07_icon_Unlock_press_14.png [new file with mode: 0755]
data/images/slider/RB07_icon_Unlock_press_15.png [new file with mode: 0755]
data/lockscreen-entry.edc [new file with mode: 0755]
data/lockscreen.edc [new file with mode: 0755]
debian/changelog [new file with mode: 0755]
debian/compat [new file with mode: 0755]
debian/control [new file with mode: 0755]
debian/org.tizen.lockscreen.install.in [new file with mode: 0755]
debian/org.tizen.lockscreen.postinst [new file with mode: 0755]
debian/rules [new file with mode: 0755]
org.tizen.lockscreen.manifest [new file with mode: 0755]
org.tizen.lockscreen.xml.in [new file with mode: 0755]
packaging/org.tizen.lockscreen.spec [new file with mode: 0755]
src/bg.c [new file with mode: 0755]
src/bg.h [new file with mode: 0755]
src/complex-password.c [new file with mode: 0755]
src/complex-password.h [new file with mode: 0755]
src/info.c [new file with mode: 0755]
src/info.h [new file with mode: 0755]
src/lockscreen.c [new file with mode: 0755]
src/lockscreen.h [new file with mode: 0755]
src/log.h [new file with mode: 0755]
src/noti.c [new file with mode: 0755]
src/noti.h [new file with mode: 0755]
src/password-verification.c [new file with mode: 0755]
src/password-verification.h [new file with mode: 0755]
src/simple-password.c [new file with mode: 0755]
src/simple-password.h [new file with mode: 0755]
src/util.c [new file with mode: 0755]
src/util.h [new file with mode: 0755]