apply FSL(Flora Software License)
authorKim Kibum <kb0929.kim@samsung.com>
Fri, 8 Jun 2012 05:54:10 +0000 (14:54 +0900)
committerKim Kibum <kb0929.kim@samsung.com>
Fri, 8 Jun 2012 05:54:10 +0000 (14:54 +0900)
commite9d80f84b140bb86fe9e7bc025ec1de25f6b1cad
tree372e5a0d4e93491cb125f362ad19718cf0a286a8
parentb9b4104f70d3f35414260d964f4c7c0221d21446
apply FSL(Flora Software License)
106 files changed:
CMakeLists.txt [new file with mode: 0755]
LICENSE [new file with mode: 0644]
NOTICE [new file with mode: 0644]
app/CMakeLists.txt [new file with mode: 0644]
app/phone.c [new file with mode: 0755]
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/dirs [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/libug-phone-dev.install.in [new file with mode: 0644]
debian/libug-phone-efl.install.in [new file with mode: 0644]
debian/libug-phone-efl.postinst.in [new file with mode: 0755]
debian/org.tizen.phone.install.in [new file with mode: 0644]
debian/org.tizen.phone.postinst.in [new file with mode: 0755]
debian/rules [new file with mode: 0755]
icon_phone.png [new file with mode: 0644]
include/phone-ug.h [new file with mode: 0755]
include/phone.h [new file with mode: 0755]
lib/CMakeLists.txt [new file with mode: 0755]
lib/common/ph-common.c [new file with mode: 0755]
lib/common/ph-text.c [new file with mode: 0755]
lib/dialer/CMakeLists.txt [new file with mode: 0755]
lib/dialer/ph-dialer-main.c [new file with mode: 0755]
lib/dialer/ph-dialer-tapi.c [new file with mode: 0755]
lib/dialer/ph-dialer-tapi.h [new file with mode: 0755]
lib/dialer/ph-dialer-utils.c [new file with mode: 0755]
lib/dialer/ph-dialer-utils.h [new file with mode: 0755]
lib/dialer/ph-dialer-view.c [new file with mode: 0644]
lib/dialer/ph-dialer-view.h [new file with mode: 0755]
lib/edc/dialer.edc [new file with mode: 0644]
lib/edc/progress.edc [new file with mode: 0644]
lib/images/dialer_images/C01-3_dialer_btn_01.png [new file with mode: 0644]
lib/images/dialer_images/C01-3_dialer_btn_02.png [new file with mode: 0644]
lib/images/dialer_images/C01-3_dialer_btn_03.png [new file with mode: 0644]
lib/images/dialer_images/C01-3_dialer_btn_press.png [new file with mode: 0644]
lib/images/dialer_images/C01-3_dialer_icon_01.png [new file with mode: 0644]
lib/images/dialer_images/C01-3_dialer_icon_01_press.png [new file with mode: 0644]
lib/images/dialer_images/C01-3_dialer_icon_03.png [new file with mode: 0755]
lib/images/dialer_images/C01-3_dialer_icon_03_press.png [new file with mode: 0755]
lib/images/dialer_images/C01-3_dialer_icon_call.png [new file with mode: 0644]
lib/images/dialer_images/C01-3_dialer_icon_clear.png [new file with mode: 0644]
lib/images/dialer_images/C01-3_dialer_icon_video_call.png [new file with mode: 0644]
lib/images/dialer_images/C01-3_dialer_icon_video_call_dim.png [new file with mode: 0644]
lib/images/phoneug_images/01_controlbar_icon_contacts.png [new file with mode: 0644]
lib/images/phoneug_images/01_controlbar_icon_create.png [new file with mode: 0644]
lib/images/phoneug_images/01_controlbar_icon_delete.png [new file with mode: 0644]
lib/images/phoneug_images/01_controlbar_icon_dialer.png [new file with mode: 0644]
lib/images/phoneug_images/01_controlbar_icon_edit.png [new file with mode: 0644]
lib/images/phoneug_images/01_controlbar_icon_favorite.png [new file with mode: 0644]
lib/images/phoneug_images/01_controlbar_icon_logs.png [new file with mode: 0644]
lib/images/phoneug_images/01_controlbar_icon_save.png [new file with mode: 0644]
lib/images/phoneug_images/C01-4_icon_Blocked(Auto-rejected).png [new file with mode: 0644]
lib/images/phoneug_images/C01-4_icon_Blocked(Auto-rejected)_64x64.png [new file with mode: 0644]
lib/images/phoneug_images/C01-4_icon_dialed.png [new file with mode: 0644]
lib/images/phoneug_images/C01-4_icon_missed-call.png [new file with mode: 0644]
lib/images/phoneug_images/C01-4_icon_received.png [new file with mode: 0644]
lib/images/phoneug_images/C01-4_icon_rejected.png [new file with mode: 0644]
lib/images/phoneug_images/C01-4_icon_vt-call.png [new file with mode: 0644]
lib/images/phoneug_images/caller_ID_default_70x70_man.png [new file with mode: 0755]
lib/include/phone-common.h [new file with mode: 0755]
lib/include/phone-dialer.h [new file with mode: 0755]
lib/include/phone-log.h [new file with mode: 0755]
lib/include/phone-path.h [new file with mode: 0755]
lib/include/phone-text.h [new file with mode: 0755]
lib/include/phone-ui.h [new file with mode: 0755]
lib/log/CMakeLists.txt [new file with mode: 0755]
lib/log/ph-log-check-view.c [new file with mode: 0755]
lib/log/ph-log-check-view.h [new file with mode: 0755]
lib/log/ph-log-detail-view.c [new file with mode: 0755]
lib/log/ph-log-detail-view.h [new file with mode: 0755]
lib/log/ph-log-main-view.c [new file with mode: 0755]
lib/log/ph-log-main-view.h [new file with mode: 0755]
lib/log/ph-log-main.c [new file with mode: 0755]
lib/log/ph-log-utils.c [new file with mode: 0755]
lib/log/ph-log-utils.h [new file with mode: 0755]
lib/phoneui/CMakeLists.txt [new file with mode: 0755]
lib/phoneui/ph-favorite-edit-view.c [new file with mode: 0755]
lib/phoneui/ph-favorite-edit-view.h [new file with mode: 0644]
lib/phoneui/ph-favorite-view.c [new file with mode: 0755]
lib/phoneui/ph-favorite-view.h [new file with mode: 0755]
lib/phoneui/ph-front-main.c [new file with mode: 0755]
lib/phoneui/ph-front-view.c [new file with mode: 0755]
lib/phoneui/ph-front-view.h [new file with mode: 0755]
packaging/org.tizen.phone.spec [new file with mode: 0644]
phone.desktop.in [new file with mode: 0644]
po/CMakeLists.txt [new file with mode: 0755]
po/POTFILES.in [new file with mode: 0755]
po/de.po [new file with mode: 0644]
po/el.po [new file with mode: 0644]
po/en_GB.po [new file with mode: 0644]
po/en_US.po [new file with mode: 0644]
po/es.po [new file with mode: 0644]
po/fr.po [new file with mode: 0644]
po/it.po [new file with mode: 0644]
po/ja.po [new file with mode: 0644]
po/ko.po [new file with mode: 0644]
po/nl.po [new file with mode: 0644]
po/pt.po [new file with mode: 0644]
po/ru.po [new file with mode: 0644]
po/tr.po [new file with mode: 0644]
po/update-po.sh [new file with mode: 0755]
po/zh_CN.po [new file with mode: 0644]
po/zh_HK.po [new file with mode: 0644]
po/zh_TW.po [new file with mode: 0644]