tizen 2.4 release accepted/tizen_2.4_mobile accepted/tizen/2.4/mobile/20151029.041342 submit/tizen_2.4/20151028.062645 tizen_2.4_mobile_release
authorjk7744.park <jk7744.park@samsung.com>
Sat, 24 Oct 2015 06:42:16 +0000 (15:42 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Sat, 24 Oct 2015 06:42:16 +0000 (15:42 +0900)
commit2aa01f1ea98ff42e4bfef6da401eb19383f2f4ce
tree7eb4f13beea5ba0aae81b66d48630f87848a6435
parent331d162934ac346a137b6a3a17074d948a3c6c41
tizen 2.4 release
1168 files changed:
.cproject [new file with mode: 0644]
.gitignore
.project [new file with mode: 0644]
CMakeLists.txt [changed mode: 0755->0644]
LICENSE [new file with mode: 0644]
LICENSE.flora [deleted file]
NOTICE [deleted file]
app-assist-efl/.cproject [new file with mode: 0644]
app-assist-efl/.gitignore [new file with mode: 0644]
app-assist-efl/.project [new file with mode: 0644]
app-assist-efl/.tproject [new file with mode: 0644]
app-assist-efl/CMakeLists.txt [new file with mode: 0755]
app-assist-efl/inc/IWUiObject.h [new file with mode: 0644]
app-assist-efl/inc/WApp.h [new file with mode: 0644]
app-assist-efl/inc/WAppEventHandler.h [new file with mode: 0644]
app-assist-efl/inc/WAppWindow.h [new file with mode: 0644]
app-assist-efl/inc/WButton.h [new file with mode: 0644]
app-assist-efl/inc/WControl.h [new file with mode: 0644]
app-assist-efl/inc/WDebugBase.h [new file with mode: 0644]
app-assist-efl/inc/WDefine.h [new file with mode: 0644]
app-assist-efl/inc/WEditfield.h [new file with mode: 0644]
app-assist-efl/inc/WEvasObject.h [new file with mode: 0644]
app-assist-efl/inc/WGengridItem.h [new file with mode: 0644]
app-assist-efl/inc/WGenlistItem.h [new file with mode: 0644]
app-assist-efl/inc/WMenuPopup.h [new file with mode: 0644]
app-assist-efl/inc/WNaviframe.h [new file with mode: 0644]
app-assist-efl/inc/WPageSlideView.h [new file with mode: 0644]
app-assist-efl/inc/WPopup.h [new file with mode: 0644]
app-assist-efl/inc/WToastPopup.h [new file with mode: 0644]
app-assist-efl/inc/WUiTimer.h [new file with mode: 0644]
app-assist-efl/inc/WView.h [new file with mode: 0644]
app-assist-efl/inc/WWidget.h [new file with mode: 0644]
app-assist-efl/inc/WWidgetApp.h [new file with mode: 0644]
app-assist-efl/inc/WWidgetWindow.h [new file with mode: 0644]
app-assist-efl/inc/WWindow.h [new file with mode: 0644]
app-assist-efl/res/CMakeLists.txt [new file with mode: 0755]
app-assist-efl/res/edje/app-assist-efl.edc [new file with mode: 0644]
app-assist-efl/src/WApp.cpp [new file with mode: 0644]
app-assist-efl/src/WAppEventHandler.cpp [new file with mode: 0644]
app-assist-efl/src/WAppImpl.h [new file with mode: 0644]
app-assist-efl/src/WAppWindow.cpp [new file with mode: 0644]
app-assist-efl/src/WButton.cpp [new file with mode: 0644]
app-assist-efl/src/WControl.cpp [new file with mode: 0644]
app-assist-efl/src/WDebugInternal.h [new file with mode: 0644]
app-assist-efl/src/WDefineInternal.h [new file with mode: 0644]
app-assist-efl/src/WEditfield.cpp [new file with mode: 0644]
app-assist-efl/src/WEvasObject.cpp [new file with mode: 0644]
app-assist-efl/src/WGengridItem.cpp [new file with mode: 0644]
app-assist-efl/src/WGenlistItem.cpp [new file with mode: 0644]
app-assist-efl/src/WMenuPopup.cpp [new file with mode: 0644]
app-assist-efl/src/WNaviframe.cpp [new file with mode: 0644]
app-assist-efl/src/WPageSlideView.cpp [new file with mode: 0644]
app-assist-efl/src/WPopup.cpp [new file with mode: 0644]
app-assist-efl/src/WToastPopup.cpp [new file with mode: 0644]
app-assist-efl/src/WUiTimer.cpp [new file with mode: 0644]
app-assist-efl/src/WVersion.cpp [new file with mode: 0644]
app-assist-efl/src/WView.cpp [new file with mode: 0644]
app-assist-efl/src/WWidget.cpp [new file with mode: 0644]
app-assist-efl/src/WWidgetApp.cpp [new file with mode: 0644]
app-assist-efl/src/WWidgetWindow.cpp [new file with mode: 0644]
app-assist-efl/src/WWindow.cpp [new file with mode: 0644]
app-assist-efl/src/WWindowImpl.h [new file with mode: 0644]
app-control/CMakeLists.txt [new file with mode: 0755]
app-control/ct-detail-app/.cproject [new file with mode: 0644]
app-control/ct-detail-app/.project [new file with mode: 0644]
app-control/ct-detail-app/.tproject [new file with mode: 0644]
app-control/ct-detail-app/CMakeLists.txt [new file with mode: 0755]
app-control/ct-detail-app/src/CtDetailApp.cpp [new file with mode: 0755]
app-control/ct-detail-app/src/CtDetailApp.h [new file with mode: 0644]
app-control/ct-detail-app/src/main.cpp [new file with mode: 0644]
app-control/ct-list-app/CMakeLists.txt [new file with mode: 0644]
app-control/ct-list-app/src/CtListApp.cpp [new file with mode: 0755]
app-control/ct-list-app/src/CtListApp.h [new file with mode: 0644]
app-control/ct-list-app/src/main.cpp [new file with mode: 0644]
app-control/ct-vcard-app/CMakeLists.txt [new file with mode: 0644]
app-control/ct-vcard-app/src/CtVcardApp.cpp [new file with mode: 0644]
app-control/ct-vcard-app/src/CtVcardApp.h [new file with mode: 0644]
app-control/ct-vcard-app/src/main.cpp [new file with mode: 0644]
build [deleted file]
build.sh [new file with mode: 0755]
buildAndDeploy.sh [deleted file]
config/gdbscript_contacts_armv7l [deleted file]
config/gdbscript_contacts_i586 [deleted file]
contacts-appservice/CMakeLists.txt [deleted file]
contacts-appservice/contacts-appservice.cpp [deleted file]
contacts-appservice/icon_contacts-appservice.png [deleted file]
contacts-appservice/org.tizen.contacts-appservice.xml [deleted file]
contacts-viewer/CMakeLists.txt [deleted file]
contacts-viewer/contacts-viewer.cpp [deleted file]
contacts-viewer/icon_contacts-viewer.png [deleted file]
contacts-viewer/org.tizen.contacts-viewer.xml [deleted file]
contacts/CMakeLists.txt [deleted file]
contacts/contacts.cpp [deleted file]
contacts/icon_contacts.png [deleted file]
contacts/org.tizen.contacts.xml [deleted file]
deploy [deleted file]
gbs/.gbs.conf [deleted file]
include/contacts-ug.h [deleted file]
include/phone-ug.h [deleted file]
insert.sh [new file with mode: 0644]
install.sh [new file with mode: 0755]
lib-common/.cproject [new file with mode: 0644]
lib-common/.project [new file with mode: 0644]
lib-common/.tproject [new file with mode: 0644]
lib-common/CMakeLists.txt [new file with mode: 0755]
lib-common/inc/ContactsAppControl.h [new file with mode: 0644]
lib-common/inc/ContactsAppControlLauncher.h [new file with mode: 0644]
lib-common/inc/ContactsCommon.h [new file with mode: 0755]
lib-common/inc/ContactsDebug.h [new file with mode: 0755]
lib-common/inc/ContactsLocalization.h [new file with mode: 0644]
lib-common/inc/ContactsNumberItemIcons.h [new file with mode: 0644]
lib-common/inc/ContactsThumbnail.h [new file with mode: 0644]
lib-common/inc/ContactsUtils.h [new file with mode: 0644]
lib-common/inc/IContactsTabPageView.h [new file with mode: 0644]
lib-common/inc/SystemSettingsMgr.h [new file with mode: 0644]
lib-common/res/edje/CMakeLists.txt [new file with mode: 0644]
lib-common/res/edje/ColorClass.h [new file with mode: 0644]
lib-common/res/edje/CustomButtonStyles.h [new file with mode: 0644]
lib-common/res/edje/NumberItemIcons.h [new file with mode: 0644]
lib-common/res/edje/Thumbnail.h [new file with mode: 0644]
lib-common/res/edje/Utils.h [new file with mode: 0644]
lib-common/res/edje/custom_button_styles.edc [new file with mode: 0644]
lib-common/res/edje/number_item_icons.edc [new file with mode: 0644]
lib-common/res/edje/thumbnail.edc [new file with mode: 0644]
lib-common/res/images/contacts_btn_ic_call.png [new file with mode: 0644]
lib-common/res/images/contacts_btn_ic_message.png [new file with mode: 0644]
lib-common/res/images/contacts_caller_id_default.png [new file with mode: 0644]
lib-common/res/images/contacts_caller_id_default_02.png [new file with mode: 0644]
lib-common/res/images/contacts_caller_id_default_03.png [new file with mode: 0644]
lib-common/res/images/contacts_caller_id_default_bg.png [new file with mode: 0644]
lib-common/res/images/contacts_caller_id_default_bg_02.png [new file with mode: 0644]
lib-common/res/images/contacts_caller_id_default_bg_03.png [new file with mode: 0644]
lib-common/res/images/core_dropdown_label_icon_arrow.png [new file with mode: 0644]
lib-common/src/ContactsAppControl.cpp [new file with mode: 0644]
lib-common/src/ContactsAppControlLauncher.cpp [new file with mode: 0644]
lib-common/src/ContactsCommon.cpp [new file with mode: 0755]
lib-common/src/ContactsNumberItemIcons.cpp [new file with mode: 0644]
lib-common/src/ContactsThumbnail.cpp [new file with mode: 0644]
lib-common/src/SystemSettingsMgr.cpp [new file with mode: 0644]
lib-contact/CMakeLists.txt [new file with mode: 0755]
lib-contact/ct-common/.cproject [new file with mode: 0644]
lib-contact/ct-common/.project [new file with mode: 0644]
lib-contact/ct-common/.tproject [new file with mode: 0644]
lib-contact/ct-common/CMakeLists.txt [new file with mode: 0755]
lib-contact/ct-common/inc/CtCommon.h [new file with mode: 0644]
lib-contact/ct-common/inc/CtPath.h [new file with mode: 0755]
lib-contact/ct-common/inc/CtProgressBarPopup.h [new file with mode: 0644]
lib-contact/ct-common/inc/CtProgressController.h [new file with mode: 0644]
lib-contact/ct-common/inc/CtRegistryMgr.h [new file with mode: 0644]
lib-contact/ct-common/inc/CtString.h [new file with mode: 0755]
lib-contact/ct-common/inc/CtThemeMgr.h [new file with mode: 0644]
lib-contact/ct-common/inc/CtThread.h [new file with mode: 0644]
lib-contact/ct-common/inc/CtType.h [new file with mode: 0644]
lib-contact/ct-common/inc/CtView.h [new file with mode: 0755]
lib-contact/ct-common/inc/ICtChangeListener.h [new file with mode: 0755]
lib-contact/ct-common/src/CtCommon.cpp [new file with mode: 0755]
lib-contact/ct-common/src/CtProgressBarPopup.cpp [new file with mode: 0644]
lib-contact/ct-common/src/CtProgressController.cpp [new file with mode: 0644]
lib-contact/ct-common/src/CtRegistryMgr.cpp [new file with mode: 0644]
lib-contact/ct-common/src/CtString.cpp [new file with mode: 0755]
lib-contact/ct-common/src/CtThemeMgr.cpp [new file with mode: 0644]
lib-contact/ct-common/src/CtThread.cpp [new file with mode: 0644]
lib-contact/ct-common/src/CtView.cpp [new file with mode: 0755]
lib-contact/ct-detail/.cproject [new file with mode: 0644]
lib-contact/ct-detail/.project [new file with mode: 0644]
lib-contact/ct-detail/.tproject [new file with mode: 0644]
lib-contact/ct-detail/CMakeLists.txt [new file with mode: 0755]
lib-contact/ct-detail/inc/CtDetailView.h [new file with mode: 0755]
lib-contact/ct-detail/inc/CtDetailViewBasicInfoControl.h [new file with mode: 0644]
lib-contact/ct-detail/inc/CtEditTabView.h [new file with mode: 0644]
lib-contact/ct-detail/inc/CtInputView.h [new file with mode: 0644]
lib-contact/ct-detail/inc/CtMyProfileDetailView.h [new file with mode: 0755]
lib-contact/ct-detail/inc/CtMyProfileInputView.h [new file with mode: 0755]
lib-contact/ct-detail/src/CtData.h [new file with mode: 0755]
lib-contact/ct-detail/src/CtDetailData.cpp [new file with mode: 0755]
lib-contact/ct-detail/src/CtDetailData.h [new file with mode: 0755]
lib-contact/ct-detail/src/CtDetailDataBase.h [new file with mode: 0755]
lib-contact/ct-detail/src/CtDetailView.cpp [new file with mode: 0755]
lib-contact/ct-detail/src/CtDetailViewAddressItem.h [new file with mode: 0644]
lib-contact/ct-detail/src/CtDetailViewBasicInfoControl.cpp [new file with mode: 0644]
lib-contact/ct-detail/src/CtDetailViewEmailItem.h [new file with mode: 0755]
lib-contact/ct-detail/src/CtDetailViewEventItem.h [new file with mode: 0644]
lib-contact/ct-detail/src/CtDetailViewMessengerItem.h [new file with mode: 0644]
lib-contact/ct-detail/src/CtDetailViewNoteItem.h [new file with mode: 0644]
lib-contact/ct-detail/src/CtDetailViewNumberItem.h [new file with mode: 0644]
lib-contact/ct-detail/src/CtDetailViewRelationItem.h [new file with mode: 0644]
lib-contact/ct-detail/src/CtDetailViewWebsiteItem.h [new file with mode: 0755]
lib-contact/ct-detail/src/CtEditTabView.cpp [new file with mode: 0755]
lib-contact/ct-detail/src/CtInputData.cpp [new file with mode: 0644]
lib-contact/ct-detail/src/CtInputData.h [new file with mode: 0755]
lib-contact/ct-detail/src/CtInputDataTypeCtxPopup.cpp [new file with mode: 0755]
lib-contact/ct-detail/src/CtInputDataTypeCtxPopup.h [new file with mode: 0644]
lib-contact/ct-detail/src/CtInputDataTypeCustomPopup.cpp [new file with mode: 0644]
lib-contact/ct-detail/src/CtInputDataTypeCustomPopup.h [new file with mode: 0644]
lib-contact/ct-detail/src/CtInputView.cpp [new file with mode: 0644]
lib-contact/ct-detail/src/CtInputViewAddressItem.h [new file with mode: 0644]
lib-contact/ct-detail/src/CtInputViewBasicInfoItem.cpp [new file with mode: 0755]
lib-contact/ct-detail/src/CtInputViewBasicInfoItem.h [new file with mode: 0644]
lib-contact/ct-detail/src/CtInputViewControl.cpp [new file with mode: 0644]
lib-contact/ct-detail/src/CtInputViewControl.h [new file with mode: 0755]
lib-contact/ct-detail/src/CtInputViewEmailItem.h [new file with mode: 0644]
lib-contact/ct-detail/src/CtInputViewEventItem.cpp [new file with mode: 0644]
lib-contact/ct-detail/src/CtInputViewEventItem.h [new file with mode: 0644]
lib-contact/ct-detail/src/CtInputViewGenlistItem.cpp [new file with mode: 0755]
lib-contact/ct-detail/src/CtInputViewGenlistItem.h [new file with mode: 0755]
lib-contact/ct-detail/src/CtInputViewImportantFieldsItem.h [new file with mode: 0755]
lib-contact/ct-detail/src/CtInputViewImportantSubItem.h [new file with mode: 0755]
lib-contact/ct-detail/src/CtInputViewMessengerItem.h [new file with mode: 0644]
lib-contact/ct-detail/src/CtInputViewMsisdnItem.h [new file with mode: 0644]
lib-contact/ct-detail/src/CtInputViewNoteItem.h [new file with mode: 0644]
lib-contact/ct-detail/src/CtInputViewNumberItem.h [new file with mode: 0755]
lib-contact/ct-detail/src/CtInputViewRelationItem.h [new file with mode: 0644]
lib-contact/ct-detail/src/CtInputViewWebsiteItem.h [new file with mode: 0644]
lib-contact/ct-detail/src/CtMyProfileDetailData.cpp [new file with mode: 0755]
lib-contact/ct-detail/src/CtMyProfileDetailData.h [new file with mode: 0755]
lib-contact/ct-detail/src/CtMyProfileDetailView.cpp [new file with mode: 0755]
lib-contact/ct-detail/src/CtMyProfileInputData.cpp [new file with mode: 0755]
lib-contact/ct-detail/src/CtMyProfileInputData.h [new file with mode: 0755]
lib-contact/ct-detail/src/CtMyProfileInputView.cpp [new file with mode: 0755]
lib-contact/ct-importer/CMakeLists.txt [new file with mode: 0644]
lib-contact/ct-importer/inc/CtImporter.h [new file with mode: 0644]
lib-contact/ct-importer/src/CtImporter.cpp [new file with mode: 0644]
lib-contact/ct-list/.cproject [new file with mode: 0644]
lib-contact/ct-list/.project [new file with mode: 0644]
lib-contact/ct-list/.tproject [new file with mode: 0644]
lib-contact/ct-list/CMakeLists.txt [new file with mode: 0644]
lib-contact/ct-list/inc/CtListController.h [new file with mode: 0644]
lib-contact/ct-list/inc/CtListView.h [new file with mode: 0755]
lib-contact/ct-list/src/CtListBasicController.cpp [new file with mode: 0755]
lib-contact/ct-list/src/CtListBasicController.h [new file with mode: 0644]
lib-contact/ct-list/src/CtListDataGroup.cpp [new file with mode: 0755]
lib-contact/ct-list/src/CtListDataGroup.h [new file with mode: 0644]
lib-contact/ct-list/src/CtListDataPerson.cpp [new file with mode: 0755]
lib-contact/ct-list/src/CtListDataPerson.h [new file with mode: 0644]
lib-contact/ct-list/src/CtListLinkContactController.cpp [new file with mode: 0644]
lib-contact/ct-list/src/CtListLinkContactController.h [new file with mode: 0644]
lib-contact/ct-list/src/CtListLoadingPopup.cpp [new file with mode: 0644]
lib-contact/ct-list/src/CtListLoadingPopup.h [new file with mode: 0644]
lib-contact/ct-list/src/CtListModel.h [new file with mode: 0755]
lib-contact/ct-list/src/CtListModelDb.cpp [new file with mode: 0755]
lib-contact/ct-list/src/CtListModelDb.h [new file with mode: 0755]
lib-contact/ct-list/src/CtListModelFilter.cpp [new file with mode: 0644]
lib-contact/ct-list/src/CtListModelFilter.h [new file with mode: 0644]
lib-contact/ct-list/src/CtListModelGroup.cpp [new file with mode: 0755]
lib-contact/ct-list/src/CtListModelGroup.h [new file with mode: 0755]
lib-contact/ct-list/src/CtListModelLinkSuggest.cpp [new file with mode: 0755]
lib-contact/ct-list/src/CtListModelLinkSuggest.h [new file with mode: 0644]
lib-contact/ct-list/src/CtListModelListener.h [new file with mode: 0644]
lib-contact/ct-list/src/CtListModelMergeContacts.cpp [new file with mode: 0755]
lib-contact/ct-list/src/CtListModelMergeContacts.h [new file with mode: 0644]
lib-contact/ct-list/src/CtListModelVcard.cpp [new file with mode: 0755]
lib-contact/ct-list/src/CtListModelVcard.h [new file with mode: 0644]
lib-contact/ct-list/src/CtListUgMultiPickController.cpp [new file with mode: 0644]
lib-contact/ct-list/src/CtListUgMultiPickController.h [new file with mode: 0644]
lib-contact/ct-list/src/CtListUgSinglePickController.cpp [new file with mode: 0755]
lib-contact/ct-list/src/CtListUgSinglePickController.h [new file with mode: 0644]
lib-contact/ct-list/src/CtListUgVcardViewController.cpp [new file with mode: 0644]
lib-contact/ct-list/src/CtListUgVcardViewController.h [new file with mode: 0644]
lib-contact/ct-list/src/CtListView.cpp [new file with mode: 0755]
lib-contact/ct-list/src/CtNumberPopup.cpp [new file with mode: 0644]
lib-contact/ct-list/src/CtNumberPopup.h [new file with mode: 0644]
lib-contact/ct-setting/.cproject [new file with mode: 0644]
lib-contact/ct-setting/.project [new file with mode: 0644]
lib-contact/ct-setting/.tproject [new file with mode: 0644]
lib-contact/ct-setting/CMakeLists.txt [new file with mode: 0755]
lib-contact/ct-setting/inc/CtSettingDataListener.h [new file with mode: 0644]
lib-contact/ct-setting/inc/CtSettingView.h [new file with mode: 0644]
lib-contact/ct-setting/src/CtSettingData.cpp [new file with mode: 0644]
lib-contact/ct-setting/src/CtSettingData.h [new file with mode: 0644]
lib-contact/ct-setting/src/CtSettingPopup.cpp [new file with mode: 0644]
lib-contact/ct-setting/src/CtSettingPopup.h [new file with mode: 0644]
lib-contact/ct-setting/src/CtSettingRadioPopup.cpp [new file with mode: 0644]
lib-contact/ct-setting/src/CtSettingRadioPopup.h [new file with mode: 0644]
lib-contact/ct-setting/src/CtSettingView.cpp [new file with mode: 0644]
lib-contact/ct-tab/.cproject [new file with mode: 0644]
lib-contact/ct-tab/.project [new file with mode: 0644]
lib-contact/ct-tab/.tproject [new file with mode: 0644]
lib-contact/ct-tab/CMakeLists.txt [new file with mode: 0755]
lib-contact/ct-tab/inc/CtTabView.h [new file with mode: 0755]
lib-contact/ct-tab/src/CtTabView.cpp [new file with mode: 0755]
lib-contact/ct-vcard/CMakeLists.txt [new file with mode: 0644]
lib-contact/ct-vcard/inc/CtContactsToVcard.h [new file with mode: 0644]
lib-contact/ct-vcard/inc/CtVcardCommon.h [new file with mode: 0644]
lib-contact/ct-vcard/src/CtContactsToVcard.cpp [new file with mode: 0644]
lib-phone/CMakeLists.txt [new file with mode: 0755]
lib-phone/ph-common/.cproject [new file with mode: 0644]
lib-phone/ph-common/.project [new file with mode: 0644]
lib-phone/ph-common/.tproject [new file with mode: 0644]
lib-phone/ph-common/CMakeLists.txt [new file with mode: 0755]
lib-phone/ph-common/inc/PhCommon.h [new file with mode: 0755]
lib-phone/ph-common/inc/PhDbListener.h [new file with mode: 0644]
lib-phone/ph-common/inc/PhPath.h [new file with mode: 0755]
lib-phone/ph-common/inc/PhStrings.h [new file with mode: 0644]
lib-phone/ph-common/src/PhCommon.cpp [new file with mode: 0755]
lib-phone/ph-dialer/.cproject [new file with mode: 0644]
lib-phone/ph-dialer/.project [new file with mode: 0644]
lib-phone/ph-dialer/.tproject [new file with mode: 0644]
lib-phone/ph-dialer/CMakeLists.txt [new file with mode: 0755]
lib-phone/ph-dialer/inc/PhDialerAddToContactsPopup.h [new file with mode: 0644]
lib-phone/ph-dialer/inc/PhDialerEntry.h [new file with mode: 0644]
lib-phone/ph-dialer/inc/PhDialerKey.h [new file with mode: 0644]
lib-phone/ph-dialer/inc/PhDialerResultListPopup.h [new file with mode: 0644]
lib-phone/ph-dialer/inc/PhDialerSearchController.h [new file with mode: 0644]
lib-phone/ph-dialer/inc/PhDialerSpeeddialPopup.h [new file with mode: 0644]
lib-phone/ph-dialer/inc/PhDialerView.h [new file with mode: 0644]
lib-phone/ph-dialer/inc/predictive-number/PhDialerPredictiveNumber.h [new file with mode: 0644]
lib-phone/ph-dialer/inc/predictive-number/PhDialerPredictiveNumberTypes.h [new file with mode: 0644]
lib-phone/ph-dialer/inc/predictive-number/PhDialerPredictiveNumberUtils.h [new file with mode: 0644]
lib-phone/ph-dialer/inc/predictive-number/PhDialerSearchInfo.h [new file with mode: 0644]
lib-phone/ph-dialer/res/edje/CMakeLists.txt [new file with mode: 0644]
lib-phone/ph-dialer/res/edje/PhDialerLayout.h [new file with mode: 0644]
lib-phone/ph-dialer/res/edje/PhDialerLayoutColors.h [new file with mode: 0644]
lib-phone/ph-dialer/res/edje/PhDialerLayoutMetrics.h [new file with mode: 0644]
lib-phone/ph-dialer/res/edje/ph-dialer-keypad.edc [new file with mode: 0644]
lib-phone/ph-dialer/res/edje/ph-dialer-layout.edc [new file with mode: 0644]
lib-phone/ph-dialer/res/edje/ph-dialer-predictive.edc [new file with mode: 0644]
lib-phone/ph-dialer/res/images/contacts_caller_id_default_02.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/contacts_caller_id_default_bg_02.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/contacts_caller_id_default_masking_02.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/default_contact.png [new file with mode: 0755]
lib-phone/ph-dialer/res/images/keypad_english_01.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_english_02.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_english_03.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_english_04.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_english_05.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_english_06.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_english_07.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_english_08.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_english_10.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_ic_back.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_ic_call.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_number_00.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_number_01.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_number_02.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_number_03.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_number_04.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_number_05.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_number_06.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_number_07.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_number_08.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_number_09.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_number_asterisk.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_number_sharp.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_predictive_arrow.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_speed_dial_add.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_speed_dial_ic.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/keypad_speed_dial_ic_bg.#.png [new file with mode: 0644]
lib-phone/ph-dialer/res/images/predictive_results_mask.png [new file with mode: 0644]
lib-phone/ph-dialer/src/PhDialerAddToContactsPopup.cpp [new file with mode: 0644]
lib-phone/ph-dialer/src/PhDialerEntry.cpp [new file with mode: 0644]
lib-phone/ph-dialer/src/PhDialerKey.cpp [new file with mode: 0644]
lib-phone/ph-dialer/src/PhDialerResultListPopup.cpp [new file with mode: 0644]
lib-phone/ph-dialer/src/PhDialerSearchController.cpp [new file with mode: 0644]
lib-phone/ph-dialer/src/PhDialerSpeeddialPopup.cpp [new file with mode: 0644]
lib-phone/ph-dialer/src/PhDialerView.cpp [new file with mode: 0644]
lib-phone/ph-dialer/src/predictive-number/PhDialerPredictiveNumber.cpp [new file with mode: 0644]
lib-phone/ph-dialer/src/predictive-number/PhDialerPredictiveNumberUtils.cpp [new file with mode: 0644]
lib-phone/ph-dialer/src/predictive-number/PhDialerSearchInfo.cpp [new file with mode: 0644]
lib-phone/ph-loglist/.cproject [new file with mode: 0644]
lib-phone/ph-loglist/.project [new file with mode: 0644]
lib-phone/ph-loglist/.tproject [new file with mode: 0644]
lib-phone/ph-loglist/CMakeLists.txt [new file with mode: 0755]
lib-phone/ph-loglist/icu/PhLogIcu.cpp [new file with mode: 0755]
lib-phone/ph-loglist/icu/PhLogIcu.h [new file with mode: 0755]
lib-phone/ph-loglist/inc/PhLogDbMgr.h [new file with mode: 0755]
lib-phone/ph-loglist/inc/PhLogGenlistHelper.h [new file with mode: 0755]
lib-phone/ph-loglist/inc/PhLogListView.h [new file with mode: 0755]
lib-phone/ph-loglist/inc/PhLogMainListCheckView.h [new file with mode: 0755]
lib-phone/ph-loglist/inc/PhLogMainListView.h [new file with mode: 0755]
lib-phone/ph-loglist/src/PhLogDbMgr.cpp [new file with mode: 0755]
lib-phone/ph-loglist/src/PhLogDefines.h [new file with mode: 0755]
lib-phone/ph-loglist/src/PhLogDetailButtonInfoControl.cpp [new file with mode: 0755]
lib-phone/ph-loglist/src/PhLogDetailButtonInfoControl.h [new file with mode: 0755]
lib-phone/ph-loglist/src/PhLogDetailCheckView.cpp [new file with mode: 0755]
lib-phone/ph-loglist/src/PhLogDetailCheckView.h [new file with mode: 0644]
lib-phone/ph-loglist/src/PhLogDetailContactInfoControl.cpp [new file with mode: 0755]
lib-phone/ph-loglist/src/PhLogDetailContactInfoControl.h [new file with mode: 0755]
lib-phone/ph-loglist/src/PhLogDetailView.cpp [new file with mode: 0755]
lib-phone/ph-loglist/src/PhLogDetailView.h [new file with mode: 0644]
lib-phone/ph-loglist/src/PhLogDropDownCtxPopup.cpp [new file with mode: 0644]
lib-phone/ph-loglist/src/PhLogDropDownCtxPopup.h [new file with mode: 0644]
lib-phone/ph-loglist/src/PhLogGenlistHelper.cpp [new file with mode: 0755]
lib-phone/ph-loglist/src/PhLogListView.cpp [new file with mode: 0755]
lib-phone/ph-loglist/src/PhLogMainListCheckView.cpp [new file with mode: 0755]
lib-phone/ph-loglist/src/PhLogMainListView.cpp [new file with mode: 0755]
lib-phone/ph-loglist/src/PhLogUtil.cpp [new file with mode: 0755]
lib-phone/ph-loglist/src/PhLogUtil.h [new file with mode: 0755]
lib-phone/ph-speeddial/.cproject [new file with mode: 0644]
lib-phone/ph-speeddial/.project [new file with mode: 0644]
lib-phone/ph-speeddial/.tproject [new file with mode: 0644]
lib-phone/ph-speeddial/CMakeLists.txt [new file with mode: 0755]
lib-phone/ph-speeddial/inc/PhSpeedDialItem.h [new file with mode: 0644]
lib-phone/ph-speeddial/inc/PhSpeedDialView.h [new file with mode: 0644]
lib-phone/ph-speeddial/res/edje/CMakeLists.txt [new file with mode: 0644]
lib-phone/ph-speeddial/res/edje/PhSpeedDialLayout.h [new file with mode: 0644]
lib-phone/ph-speeddial/res/edje/PhSpeedDialLayoutMetrics.h [new file with mode: 0644]
lib-phone/ph-speeddial/res/edje/ph-speeddial-layout.edc [new file with mode: 0644]
lib-phone/ph-speeddial/res/images/keypad_speed_dial_add.png [new file with mode: 0644]
lib-phone/ph-speeddial/res/images/keypad_speed_dial_bg.png [new file with mode: 0644]
lib-phone/ph-speeddial/res/images/keypad_speed_dial_del.png [new file with mode: 0644]
lib-phone/ph-speeddial/src/PhSpeedDialItem.cpp [new file with mode: 0644]
lib-phone/ph-speeddial/src/PhSpeedDialView.cpp [new file with mode: 0644]
lib/CMakeLists.txt [deleted file]
lib/common/Database/Database.cpp [deleted file]
lib/common/Database/Database.h [deleted file]
lib/common/Database/Listener.h [deleted file]
lib/common/Front.cpp [deleted file]
lib/common/Ui/Genlist/Genlist.cpp [deleted file]
lib/common/Ui/Genlist/Item.cpp [deleted file]
lib/common/Ui/Genlist/include/Genlist.h [deleted file]
lib/common/Ui/Genlist/include/Item.h [deleted file]
lib/common/Ui/Widget.cpp [deleted file]
lib/common/Ui/include/Widget.h [deleted file]
lib/common/Utils/NonCopyable.cpp [deleted file]
lib/common/Utils/Tracer.cpp [deleted file]
lib/common/Utils/include/NonCopyable.h [deleted file]
lib/common/Utils/include/SharedPtr.h [deleted file]
lib/common/Utils/include/Tracer.h [deleted file]
lib/common/View.cpp [deleted file]
lib/common/ViewData.cpp [deleted file]
lib/common/ViewManager.cpp [deleted file]
lib/common/ct-group-assign-popup.cpp [deleted file]
lib/common/ct-group-input-view.cpp [deleted file]
lib/common/ct-list-detail.cpp [deleted file]
lib/common/ct-list-view-common.cpp [deleted file]
lib/common/include/Contact.h [deleted file]
lib/common/include/Front.h [deleted file]
lib/common/include/View.h [deleted file]
lib/common/include/ViewData.h [deleted file]
lib/common/include/ViewManager.h [deleted file]
lib/common/include/ct-group-assign-popup.h [deleted file]
lib/common/include/ct-group.h [deleted file]
lib/common/include/ct-list-view-common.h [deleted file]
lib/common/include/phone-common.h [deleted file]
lib/common/include/phone-path.h [deleted file]
lib/common/include/phone-text.h [deleted file]
lib/common/include/phone.h [deleted file]
lib/common/ph-common.cpp [deleted file]
lib/common/ph-detail-log.cpp [deleted file]
lib/common/ph-dialer-speed.cpp [deleted file]
lib/common/ph-text.cpp [deleted file]
lib/common/ui/genlist/genlist.cpp [deleted file]
lib/common/ui/genlist/genlist.h [deleted file]
lib/common/ui/genlist/item.cpp [deleted file]
lib/common/ui/genlist/item.h [deleted file]
lib/ct-front/CMakeLists.txt [deleted file]
lib/ct-front/contacts-tabui-efl.xml [deleted file]
lib/ct-front/ct-front-main.cpp [deleted file]
lib/ct-front/ct-front-view.cpp [deleted file]
lib/ct-front/ct-front-view.h [deleted file]
lib/ct-front/include/ct-front.h [deleted file]
lib/details/CMakeLists.txt [deleted file]
lib/details/base_addrbook [deleted file]
lib/details/contacts-details-efl.xml [deleted file]
lib/details/ct-detail-activity.cpp [deleted file]
lib/details/ct-detail-activity.h [deleted file]
lib/details/ct-detail-history.cpp [deleted file]
lib/details/ct-detail-history.h [deleted file]
lib/details/ct-detail-main.cpp [deleted file]
lib/details/ct-detail-utils.cpp [deleted file]
lib/details/ct-detail-utils.h [deleted file]
lib/details/ct-detail-vibration-popup.cpp [deleted file]
lib/details/ct-detail-vibration-popup.h [deleted file]
lib/details/ct-detail-vibration.cpp [deleted file]
lib/details/ct-detail-vibration.h [deleted file]
lib/details/ct-detail-view.cpp [deleted file]
lib/details/ct-detail-view.h [deleted file]
lib/details/ct-image-viewer.cpp [deleted file]
lib/details/ct-image-viewer.h [deleted file]
lib/details/ct-input-change-name.cpp [deleted file]
lib/details/ct-input-change-name.h [deleted file]
lib/details/ct-input-num-email.cpp [deleted file]
lib/details/ct-input-num-email.h [deleted file]
lib/details/ct-input-utils.cpp [deleted file]
lib/details/ct-input-utils.h [deleted file]
lib/details/ct-input-view.cpp [deleted file]
lib/details/ct-input-view.h [deleted file]
lib/details/ct-share-info-ug.cpp [deleted file]
lib/details/include/ct-detail.h [deleted file]
lib/dialer/CMakeLists.txt [deleted file]
lib/dialer/KeypadTouchManager.cpp [deleted file]
lib/dialer/Search/ContactData.cpp [deleted file]
lib/dialer/Search/ContactData.h [deleted file]
lib/dialer/Search/ContactItem.cpp [deleted file]
lib/dialer/Search/ContactItem.h [deleted file]
lib/dialer/Search/ContactLogRecord.cpp [deleted file]
lib/dialer/Search/ContactLogRecord.h [deleted file]
lib/dialer/Search/ContactNumberRecord.cpp [deleted file]
lib/dialer/Search/ContactNumberRecord.h [deleted file]
lib/dialer/Search/Controller.cpp [deleted file]
lib/dialer/Search/Controller.h [deleted file]
lib/dialer/Search/DataProvider.h [deleted file]
lib/dialer/Search/DbDataProvider.cpp [deleted file]
lib/dialer/Search/DbDataProvider.h [deleted file]
lib/dialer/Search/Engine.cpp [deleted file]
lib/dialer/Search/Engine.h [deleted file]
lib/dialer/Search/Result.cpp [deleted file]
lib/dialer/Search/Result.h [deleted file]
lib/dialer/Search/ResultItem.cpp [deleted file]
lib/dialer/Search/ResultItem.h [deleted file]
lib/dialer/Search/ResultPopup.cpp [deleted file]
lib/dialer/Search/ResultPopup.h [deleted file]
lib/dialer/Search/ResultWidget.cpp [deleted file]
lib/dialer/Search/ResultWidget.h [deleted file]
lib/dialer/dialer-efl.desktop.in [deleted file]
lib/dialer/dialer-efl.xml [deleted file]
lib/dialer/include/KeypadTouchManager.h [deleted file]
lib/dialer/include/phone-dialer.h [deleted file]
lib/dialer/ph-dialer-main.cpp [deleted file]
lib/dialer/ph-dialer-search.cpp [deleted file]
lib/dialer/ph-dialer-search.h [deleted file]
lib/dialer/ph-dialer-tapi.cpp [deleted file]
lib/dialer/ph-dialer-tapi.h [deleted file]
lib/dialer/ph-dialer-utils.cpp [deleted file]
lib/dialer/ph-dialer-utils.h [deleted file]
lib/dialer/ph-dialer-view.cpp [deleted file]
lib/dialer/ph-dialer-view.h [deleted file]
lib/edc/contact_button.edc [deleted file]
lib/edc/contacts.edc [deleted file]
lib/edc/detail_theme.edc [deleted file]
lib/edc/dialer.edc [deleted file]
lib/edc/dialer_btn.edc [deleted file]
lib/edc/dialer_theme.edc [deleted file]
lib/edc/favorites_theme.edc [deleted file]
lib/edc/group_theme.edc [deleted file]
lib/edc/image_layout.edc [deleted file]
lib/edc/input_theme.edc [deleted file]
lib/edc/list.edc [deleted file]
lib/edc/list_theme.edc [deleted file]
lib/edc/log_item_icon.edc [deleted file]
lib/edc/logdetail_theme.edc [deleted file]
lib/edc/nocontent_layout.edc [deleted file]
lib/edc/progress.edc [deleted file]
lib/edc/selectioninfo.edc [deleted file]
lib/edc/speeddial_theme.edc [deleted file]
lib/favor/CMakeLists.txt [deleted file]
lib/favor/include/ct-favor.h [deleted file]
lib/favor/ph-favorite-edit-view.cpp [deleted file]
lib/favor/ph-favorite-edit-view.h [deleted file]
lib/favor/ph-favorite-view.cpp [deleted file]
lib/favor/ph-favorite-view.h [deleted file]
lib/images/contact_images/00_Nocontents_picture.png [deleted file]
lib/images/contact_images/00_check_checking.png [deleted file]
lib/images/contact_images/00_list_group_bg.png [deleted file]
lib/images/contact_images/01_controlbar_icon_add-to-bookmarks.png [deleted file]
lib/images/contact_images/01_controlbar_icon_add_account.png [deleted file]
lib/images/contact_images/01_controlbar_icon_add_to_contact.png [deleted file]
lib/images/contact_images/01_controlbar_icon_bluetooth_preview.png [deleted file]
lib/images/contact_images/01_controlbar_icon_close.png [deleted file]
lib/images/contact_images/01_controlbar_icon_exchangs_register.png [deleted file]
lib/images/contact_images/01_controlbar_icon_groups.png [deleted file]
lib/images/contact_images/01_controlbar_icon_more.png [deleted file]
lib/images/contact_images/01_controlbar_icon_next.png [deleted file]
lib/images/contact_images/01_controlbar_icon_previous.png [deleted file]
lib/images/contact_images/C02_account_00.png [deleted file]
lib/images/contact_images/C02_account_01.png [deleted file]
lib/images/contact_images/C02_account_02.png [deleted file]
lib/images/contact_images/C02_account_03.png [deleted file]
lib/images/contact_images/C02_account_04.png [deleted file]
lib/images/contact_images/C02_account_default.png [deleted file]
lib/images/contact_images/C02_account_sim.png [deleted file]
lib/images/contact_images/C02_caller_id_icon_camera.png [deleted file]
lib/images/contact_images/C02_caller_id_icon_camera_dim.png [deleted file]
lib/images/contact_images/C02_caller_id_icon_camera_press.png [deleted file]
lib/images/contact_images/C02_caller_id_icon_gallery.png [deleted file]
lib/images/contact_images/C02_caller_id_icon_gallery_dim.png [deleted file]
lib/images/contact_images/C02_caller_id_icon_gallery_press.png [deleted file]
lib/images/contact_images/C02_circle_icon_call.png [deleted file]
lib/images/contact_images/C02_circle_icon_call_press.png [deleted file]
lib/images/contact_images/C02_circle_icon_sms.png [deleted file]
lib/images/contact_images/C02_circle_icon_sms_press.png [deleted file]
lib/images/contact_images/C02_circle_icon_vt-call.png [deleted file]
lib/images/contact_images/C02_circle_icon_vt-call_press.png [deleted file]
lib/images/contact_images/C02_favorite_icon.png [deleted file]
lib/images/contact_images/C02_icon_add_group.png [deleted file]
lib/images/contact_images/C02_icon_favorite.png [deleted file]
lib/images/contact_images/C02_icon_favorite_on.png [deleted file]
lib/images/contact_images/C02_icon_reset.png [deleted file]
lib/images/contact_images/C04_icon_joyn.png [deleted file]
lib/images/contact_images/caller_ID_default_128x128.png [deleted file]
lib/images/contact_images/caller_ID_default_96x96.png [deleted file]
lib/images/contact_images/caller_ID_edit.png [deleted file]
lib/images/contact_images/email.png [deleted file]
lib/images/contact_images/message.png [deleted file]
lib/images/dialer_images/C01-3_button_01.png [deleted file]
lib/images/dialer_images/C01-3_button_01_dim.png [deleted file]
lib/images/dialer_images/C01-3_button_01_press.png [deleted file]
lib/images/dialer_images/C01-3_button_02.png [deleted file]
lib/images/dialer_images/C01-3_button_02_dim.png [deleted file]
lib/images/dialer_images/C01-3_button_02_press.png [deleted file]
lib/images/dialer_images/C01-3_dialer_button_01_press.png [deleted file]
lib/images/dialer_images/C01-3_icon_call.png [deleted file]
lib/images/dialer_images/C01-3_icon_call_dim.png [deleted file]
lib/images/dialer_images/C01-3_icon_call_press.png [deleted file]
lib/images/dialer_images/C01-3_icon_delete.png [deleted file]
lib/images/dialer_images/C01-3_icon_expand_01.png [deleted file]
lib/images/dialer_images/C01-3_icon_expand_02.png [deleted file]
lib/images/dialer_images/C01-3_icon_message.png [deleted file]
lib/images/dialer_images/C01-3_icon_message_dim.png [deleted file]
lib/images/dialer_images/C01-3_icon_message_press.png [deleted file]
lib/images/dialer_images/C01-3_icon_video_call.png [deleted file]
lib/images/dialer_images/C01-3_icon_video_call_dim.png [deleted file]
lib/images/dialer_images/C01-3_icon_video_call_press.png [deleted file]
lib/images/dialer_images/C01-3_keypad_bg.png [deleted file]
lib/images/dialer_images/C01-3_keypad_bg_reduction.png [deleted file]
lib/images/dialer_images/C01-3_keypad_press.png [deleted file]
lib/images/dialer_images/C01-3_search_bg_01.png [deleted file]
lib/images/dialer_images/C01-3_search_bg_02.png [deleted file]
lib/images/dialer_images/C01-3_search_field.png [deleted file]
lib/images/dialer_images/C01-3_search_icon.png [deleted file]
lib/images/dialer_images/C01-3_thumbnail_bg.png [deleted file]
lib/images/dialer_images/C01-3_title_divider.png [deleted file]
lib/images/dialer_images/keypad/C01-3_keypad_number_00.png [deleted file]
lib/images/dialer_images/keypad/C01-3_keypad_number_01.png [deleted file]
lib/images/dialer_images/keypad/C01-3_keypad_number_02.png [deleted file]
lib/images/dialer_images/keypad/C01-3_keypad_number_03.png [deleted file]
lib/images/dialer_images/keypad/C01-3_keypad_number_04.png [deleted file]
lib/images/dialer_images/keypad/C01-3_keypad_number_05.png [deleted file]
lib/images/dialer_images/keypad/C01-3_keypad_number_06.png [deleted file]
lib/images/dialer_images/keypad/C01-3_keypad_number_07.png [deleted file]
lib/images/dialer_images/keypad/C01-3_keypad_number_08.png [deleted file]
lib/images/dialer_images/keypad/C01-3_keypad_number_09.png [deleted file]
lib/images/dialer_images/keypad/C01-3_keypad_number_asterisk.png [deleted file]
lib/images/dialer_images/keypad/C01-3_keypad_number_auto_answer.png [deleted file]
lib/images/dialer_images/keypad/C01-3_keypad_number_mute.png [deleted file]
lib/images/dialer_images/keypad/C01-3_keypad_number_sharp.png [deleted file]
lib/images/phoneug_images/00_button_icon_expand_closed.png [deleted file]
lib/images/phoneug_images/00_button_icon_expand_opened.png [deleted file]
lib/images/phoneug_images/00_button_plus.png [deleted file]
lib/images/phoneug_images/01_controlbar_icon_contacts.png [deleted file]
lib/images/phoneug_images/01_controlbar_icon_create.png [deleted file]
lib/images/phoneug_images/01_controlbar_icon_dialer.png [deleted file]
lib/images/phoneug_images/01_controlbar_icon_edit.png [deleted file]
lib/images/phoneug_images/01_controlbar_icon_favorite.png [deleted file]
lib/images/phoneug_images/01_controlbar_icon_logs.png [deleted file]
lib/images/phoneug_images/01_controlbar_icon_save.png [deleted file]
lib/images/phoneug_images/C01-4_btn_icon_call_dim.png [deleted file]
lib/images/phoneug_images/C01-4_btn_icon_message_dim.png [deleted file]
lib/images/phoneug_images/C01-4_btn_icon_video_call_dim.png [deleted file]
lib/images/phoneug_images/C01-4_circle_button.png [deleted file]
lib/images/phoneug_images/C01-4_circle_button_press.png [deleted file]
lib/images/phoneug_images/C01-4_controlbar_icon_all.png [deleted file]
lib/images/phoneug_images/C01-4_controlbar_icon_create.png [deleted file]
lib/images/phoneug_images/C01-4_controlbar_icon_delete.png [deleted file]
lib/images/phoneug_images/C01-4_controlbar_icon_missed_call.png [deleted file]
lib/images/phoneug_images/C01-4_controlbar_icon_view_block.png [deleted file]
lib/images/phoneug_images/C01-4_controlbar_icon_view_contacts.png [deleted file]
lib/images/phoneug_images/C01-4_icon_Blocked(Auto-rejected).png [deleted file]
lib/images/phoneug_images/C01-4_icon_Blocked.png [deleted file]
lib/images/phoneug_images/C01-4_icon_call_blocked.png [deleted file]
lib/images/phoneug_images/C01-4_icon_dialed.png [deleted file]
lib/images/phoneug_images/C01-4_icon_message_blocked.png [deleted file]
lib/images/phoneug_images/C01-4_icon_missed-call.png [deleted file]
lib/images/phoneug_images/C01-4_icon_received.png [deleted file]
lib/images/phoneug_images/C01-4_icon_rejected.png [deleted file]
lib/images/phoneug_images/C01-4_list_icon_call.png [deleted file]
lib/images/phoneug_images/C01-4_list_icon_mms.png [deleted file]
lib/images/phoneug_images/C01-4_list_icon_sms.png [deleted file]
lib/images/phoneug_images/C01-4_list_icon_vt-call.png [deleted file]
lib/images/phoneug_images/C01-5_icon_voicecall.png [deleted file]
lib/images/phoneug_images/C02_button_icon_call.png [deleted file]
lib/images/phoneug_images/C02_button_icon_call_dim.png [deleted file]
lib/images/phoneug_images/C02_button_icon_call_press.png [deleted file]
lib/images/phoneug_images/C02_button_icon_delete.png [deleted file]
lib/images/phoneug_images/C02_button_icon_delete_dim.png [deleted file]
lib/images/phoneug_images/C02_button_icon_delete_press.png [deleted file]
lib/images/phoneug_images/C02_button_icon_message.png [deleted file]
lib/images/phoneug_images/C02_button_icon_message_dim.png [deleted file]
lib/images/phoneug_images/C02_button_icon_message_press.png [deleted file]
lib/images/phoneug_images/C02_button_icon_videocall.png [deleted file]
lib/images/phoneug_images/C02_button_icon_videocall_dim.png [deleted file]
lib/images/phoneug_images/C02_button_icon_videocall_press.png [deleted file]
lib/images/phoneug_images/C02_circle_icon_call.png [deleted file]
lib/images/phoneug_images/C02_circle_icon_call_press.png [deleted file]
lib/images/phoneug_images/C02_circle_icon_sms.png [deleted file]
lib/images/phoneug_images/C02_circle_icon_sms_press.png [deleted file]
lib/images/phoneug_images/C02_circle_icon_vt-call.png [deleted file]
lib/images/phoneug_images/C02_circle_icon_vt-call_press.png [deleted file]
lib/images/phoneug_images/C02_icon_call.png [deleted file]
lib/images/phoneug_images/C02_icon_chat_on.png [deleted file]
lib/images/phoneug_images/C02_icon_filetransfer.png [deleted file]
lib/images/phoneug_images/C02_icon_message.png [deleted file]
lib/images/phoneug_images/C02_icon_video_call.png [deleted file]
lib/images/phoneug_images/caller_ID_default_70x70_man.png [deleted file]
lib/images/phoneug_images/camera_mode_shutter_icon.png [deleted file]
lib/images/phoneug_images/phone.png [deleted file]
lib/list/CMakeLists.txt [deleted file]
lib/list/contacts-list-efl.xml [deleted file]
lib/list/ct-group-edit-view.h [deleted file]
lib/list/ct-group-view.cpp [deleted file]
lib/list/ct-list-contact-view.cpp [deleted file]
lib/list/ct-list-contact-view.h [deleted file]
lib/list/ct-list-edit-view.cpp [deleted file]
lib/list/ct-list-edit-view.h [deleted file]
lib/list/ct-list-main.cpp [deleted file]
lib/list/ct-list-utils.cpp [deleted file]
lib/list/ct-list-utils.h [deleted file]
lib/list/ct-list-view-ug.cpp [deleted file]
lib/list/ct-list-view-ug.h [deleted file]
lib/list/include/ct-list.h [deleted file]
lib/log/CMakeLists.txt [deleted file]
lib/log/CallDurationCounter.cpp [deleted file]
lib/log/CallDurationCounter.h [deleted file]
lib/log/CallDurationItem.cpp [deleted file]
lib/log/CallDurationItem.h [deleted file]
lib/log/CallDurationView.cpp [deleted file]
lib/log/CallDurationView.h [deleted file]
lib/log/include/phone-log.h [deleted file]
lib/log/ph-log-check-view.cpp [deleted file]
lib/log/ph-log-check-view.h [deleted file]
lib/log/ph-log-detail-view.cpp [deleted file]
lib/log/ph-log-detail-view.h [deleted file]
lib/log/ph-log-main-view.cpp [deleted file]
lib/log/ph-log-main-view.h [deleted file]
lib/log/ph-log-main.cpp [deleted file]
lib/log/ph-log-utils.cpp [deleted file]
lib/log/ph-log-utils.h [deleted file]
lib/ph-front/CMakeLists.txt [deleted file]
lib/ph-front/include/ph-front.h [deleted file]
lib/ph-front/ph-front-main.cpp [deleted file]
lib/ph-front/ph-front-view.cpp [deleted file]
lib/ph-front/ph-front-view.h [deleted file]
lib/ph-front/phone-tabui-efl.xml [deleted file]
lib/settings/CMakeLists.txt [deleted file]
lib/settings/contacts-settings-efl.xml [deleted file]
lib/settings/ct-setting-main.cpp [deleted file]
lib/settings/ct-setting-view.cpp [deleted file]
lib/settings/ct-setting-view.h [deleted file]
lib/speed/CMakeLists.txt [deleted file]
lib/speed/include/phone-speed.h [deleted file]
lib/speed/ph-speeddial-main.cpp [deleted file]
lib/speed/ph-speeddial-view.cpp [deleted file]
lib/speed/ph-speeddial-view.h [deleted file]
lib/speed/speeddial-efl.xml [deleted file]
libug-phone-efl.manifest [deleted file]
main-app/.cproject [new file with mode: 0644]
main-app/.exportMap [new file with mode: 0644]
main-app/.gitignore [new file with mode: 0644]
main-app/.project [new file with mode: 0644]
main-app/.sdk_delta.info [new file with mode: 0644]
main-app/.tproject [new file with mode: 0644]
main-app/CMakeLists.txt [new file with mode: 0644]
main-app/NOTICE [new file with mode: 0755]
main-app/org.tizen.contacts.efl [new file with mode: 0644]
main-app/org.tizen.contacts.manifest [new file with mode: 0755]
main-app/org.tizen.contacts.png [new file with mode: 0755]
main-app/org.tizen.contacts.xml [new file with mode: 0755]
main-app/org.tizen.phone.png [new file with mode: 0755]
main-app/org.tizen.vcard-importer.manifest [new file with mode: 0644]
main-app/res/CMakeLists.txt [new file with mode: 0644]
main-app/res/edje/CMakeLists.txt [new file with mode: 0644]
main-app/res/edje/contacts/WVGA-inc.edc [new file with mode: 0644]
main-app/res/edje/contacts/contacts.edc [new file with mode: 0755]
main-app/res/edje/contacts/detail_layout.edc [new file with mode: 0644]
main-app/res/edje/contacts/genlist_extended_item.edc [new file with mode: 0755]
main-app/res/edje/contacts/genlist_macro.edc [new file with mode: 0644]
main-app/res/edje/contacts/image_layout.edc [new file with mode: 0644]
main-app/res/edje/contacts/images/HD/contact_details_back_ic.png [new file with mode: 0755]
main-app/res/edje/contacts/images/HD/contacts_btn_ic_Internet.png [new file with mode: 0644]
main-app/res/edje/contacts/images/HD/contacts_btn_ic_call.png [new file with mode: 0644]
main-app/res/edje/contacts/images/HD/contacts_btn_ic_email.png [new file with mode: 0644]
main-app/res/edje/contacts/images/HD/contacts_btn_ic_message.png [new file with mode: 0644]
main-app/res/edje/contacts/images/HD/contacts_btn_ic_multiple.png [new file with mode: 0644]
main-app/res/edje/contacts/images/HD/contacts_caller_id_default.png [new file with mode: 0644]
main-app/res/edje/contacts/images/HD/contacts_caller_id_default_02.png [new file with mode: 0644]
main-app/res/edje/contacts/images/HD/contacts_caller_id_default_03.png [new file with mode: 0644]
main-app/res/edje/contacts/images/HD/contacts_caller_id_default_bg.png [new file with mode: 0644]
main-app/res/edje/contacts/images/HD/contacts_caller_id_default_bg_02.png [new file with mode: 0644]
main-app/res/edje/contacts/images/HD/contacts_caller_id_default_bg_03.png [new file with mode: 0644]
main-app/res/edje/contacts/images/HD/contacts_caller_id_default_dim.png [new file with mode: 0644]
main-app/res/edje/contacts/images/HD/contacts_caller_id_default_dim_02.png [new file with mode: 0644]
main-app/res/edje/contacts/images/HD/contacts_caller_id_default_dim_03.png [new file with mode: 0644]
main-app/res/edje/contacts/images/HD/contacts_caller_id_default_masking.png [new file with mode: 0644]
main-app/res/edje/contacts/images/HD/contacts_caller_id_default_masking_02.png [new file with mode: 0644]
main-app/res/edje/contacts/images/HD/contacts_caller_id_default_masking_03.png [new file with mode: 0644]
main-app/res/edje/contacts/images/HD/contacts_circle_btn_ic_call.png [new file with mode: 0644]
main-app/res/edje/contacts/images/HD/contacts_circle_btn_ic_email.png [new file with mode: 0644]
main-app/res/edje/contacts/images/HD/contacts_circle_btn_ic_more.png [new file with mode: 0644]
main-app/res/edje/contacts/images/HD/contacts_circle_btn_ic_note.png [new file with mode: 0644]
main-app/res/edje/contacts/images/HD/core_floating_icon_01.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/common_images/logs_default_90.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_Nocontents_picture.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_button_01.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_button_01_bg.#.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_button_01_bg_dim_ef.#.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_button_01_bg_ef.#.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_button_01_bg_focus.#.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_button_01_dim.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_button_01_focus.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_button_01_press.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_circle_thumbnail_bg.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_circle_thumbnail_bg_press.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_focus_01.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_group_index_bg.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_icon_call.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_icon_message.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_list_group_bg.#.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_list_group_bg.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_list_group_bg_bottom.#.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_list_group_bg_bottom.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_list_group_bg_bottom_press.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_list_group_bg_center.#.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_list_group_bg_center.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_list_group_bg_center_press.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_list_group_bg_press.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_list_group_bg_top.#.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_list_group_bg_top.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_list_group_bg_top_press.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_list_swipe_left.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_list_swipe_right.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_popup_bubble_02_bg.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_popup_bubble_bg.#.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_popup_bubble_bg_ef.#.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_popup_bubble_bg_line.#.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_popup_bubble_tail_bottom.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_popup_bubble_tail_left.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_popup_bubble_tail_right.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_popup_bubble_tail_top.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_popup_bubble_tail_top_ef.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_popup_bubble_tail_top_line.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_popup_list_press.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_search_bg.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_search_icon.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/00_title_bg.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C01-3_field_btn_clear.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C01-3_search_icon.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C01-4_circle_add_button.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C01-4_circle_button_big.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C01-4_circle_button_big_press.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C01-4_circle_button_small.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C01-4_circle_button_small_press.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_button_bg.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_button_delete.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_button_delete_bg.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_button_delete_ef.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_button_icon_add_account.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_circle_add_button_h.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_circle_add_button_icon.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_circle_add_button_icon_h.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_circle_button.png [moved from lib/images/contact_images/C02_circle_button.png with 100% similarity]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_circle_button_01_bg.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_circle_button_01_bg_ef.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_circle_button_01_bg_press_ef.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_circle_button_02_bg.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_circle_button_02_bg_ef.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_circle_button_02_bg_press_ef.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_circle_button_call.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_circle_button_call_02.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_circle_button_call_02_press.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_circle_button_call_press.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_circle_button_press.png [moved from lib/images/contact_images/C02_circle_button_press.png with 100% similarity]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_circle_button_sms.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_circle_button_sms_02.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_circle_button_sms_02_press.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_circle_button_sms_press.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_dialogue_circle_thumbnail_bg.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_dialogue_circle_thumbnail_bg_press.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_edit_default_blue.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_edit_default_blue_h.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_no_contacts.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_no_contacts_default.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_search_button_icon_add.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_search_button_icon_add_press.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/C02_thumbnail_icon_call.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/T01-1_divider_P.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/contacts_caller_id_default_dim.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/copy&paste_Handler_center.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/copy&paste_Handler_left.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/copy&paste_Handler_left_01.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/copy&paste_Handler_left_01_reversed.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/copy&paste_Handler_left_reversed.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/copy&paste_Handler_right.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/copy&paste_Handler_right_01.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/copy&paste_Handler_right_01_reversed.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/copy&paste_Handler_right_reversed.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/core_pattern_empty_bg.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_edc_images/core_pattern_empty_bg_h.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_images/C02_icon_phone.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contact_details_back_ic.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_badge_bg.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_btn_ic_call.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_btn_ic_email.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_btn_ic_more.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_btn_ic_note.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_caller_id_default.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_caller_id_default_02.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_caller_id_default_bg.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_caller_id_default_bg_02.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_caller_id_default_masking.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_caller_id_default_masking_02.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_default_49.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_default_90.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_default_masking_108.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_default_masking_49.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_default_masking_90.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_ic_linked.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_ic_multiple.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_icon_Internet.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_icon_badgel.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_icon_call.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_icon_call_1.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_icon_close.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_icon_delete.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_icon_email.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_icon_email_1.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_icon_link.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_icon_message.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_icon_message_1.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_icon_open.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_icon_sim_container.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_icon_videocall.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/contacts_sim_bg.png [new file with mode: 0644]
main-app/res/edje/contacts/images/WVGA/contact_images/favorites_icon_remove.PNG [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/logs_icon_badge_container.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/logs_icon_blocked.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/logs_icon_sim_1.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/logs_icon_sim_1_46.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/logs_icon_sim_2.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/logs_icon_sim_2_46.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/logs_icon_sim_container.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/logs_icon_sim_data.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/logs_icon_sim_data_46.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/logs_icon_sim_default_ic.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/logs_icon_sim_heart.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/logs_icon_sim_heart_46.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/logs_icon_sim_home.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/logs_icon_sim_home_46.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/logs_icon_sim_internet.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/logs_icon_sim_internet_46.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/logs_icon_sim_office.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/logs_icon_sim_office_46.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/logs_icon_sim_phone.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/logs_icon_sim_phone_46.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/logs_icon_sim_sms.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/logs_icon_sim_sms_46.png [new file with mode: 0755]
main-app/res/edje/contacts/images/WVGA/contact_images/noti_contact_default.png [new file with mode: 0755]
main-app/res/edje/contacts/input_theme.edc [new file with mode: 0644]
main-app/res/edje/contacts/list.edc [new file with mode: 0755]
main-app/res/edje/contacts/loading_popup.edc [new file with mode: 0644]
main-app/res/edje/contacts/progressbar_popup.edc [new file with mode: 0644]
main-app/res/edje/contacts/settings_layout.edc [new file with mode: 0644]
main-app/res/edje/contacts/sounds/S_Touch_30ms.wav [new file with mode: 0755]
main-app/res/edje/contacts/sounds/Tizen_Touch.wav [new file with mode: 0755]
main-app/res/edje/contacts/sounds/button-pressed.wav [new file with mode: 0755]
main-app/res/edje/phone/ColorClasses.h [new file with mode: 0644]
main-app/res/edje/phone/images/WVGA/common_images/keypad_emergency_bg_circle.png [new file with mode: 0755]
main-app/res/edje/phone/images/WVGA/common_images/keypad_speed_dial_bg.png [new file with mode: 0755]
main-app/res/edje/phone/images/WVGA/common_images/keypad_speed_dial_id.png [new file with mode: 0644]
main-app/res/edje/phone/images/WVGA/common_images/logs_default_masking_134.png [new file with mode: 0755]
main-app/res/edje/phone/images/WVGA/common_images/logs_id_default_bg_74.png [new file with mode: 0755]
main-app/res/edje/phone/images/WVGA/contact_images/C02_circle_add_button_icon.png [new file with mode: 0644]
main-app/res/edje/phone/images/WVGA/contact_images/contacts_default_49.png [new file with mode: 0755]
main-app/res/edje/phone/images/WVGA/contact_images/contacts_default_90.png [new file with mode: 0755]
main-app/res/edje/phone/images/WVGA/contact_images/contacts_default_masking_49.png [new file with mode: 0755]
main-app/res/edje/phone/images/WVGA/contact_images/contacts_default_masking_90.png [new file with mode: 0755]
main-app/res/edje/phone/images/WVGA/contact_images/contacts_icon_badgel.png [new file with mode: 0755]
main-app/res/edje/phone/images/WVGA/contact_images/contacts_icon_block_01.png [new file with mode: 0755]
main-app/res/edje/phone/images/WVGA/contact_images/contacts_icon_block_02.PNG [new file with mode: 0755]
main-app/res/edje/phone/images/WVGA/contact_images/contacts_icon_call.png [new file with mode: 0755]
main-app/res/edje/phone/images/WVGA/contact_images/contacts_icon_delete.png [new file with mode: 0755]
main-app/res/edje/phone/images/WVGA/contact_images/contacts_icon_email.png [new file with mode: 0755]
main-app/res/edje/phone/images/WVGA/contact_images/contacts_icon_message.png [new file with mode: 0755]
main-app/res/edje/phone/images/WVGA/contact_images/favorites_icon_remove.PNG [new file with mode: 0755]
main-app/res/edje/phone/images/WVGA/log_images/Log_carrier_ef.png [new file with mode: 0755]
main-app/res/edje/phone/images/WVGA/log_images/Log_carrier_ic.png [new file with mode: 0755]
main-app/res/edje/phone/images/WVGA/log_images/contacts_default_134.png [new file with mode: 0755]
main-app/res/edje/phone/images/WVGA/log_images/contacts_default_74.png [new file with mode: 0644]
main-app/res/edje/phone/images/WVGA/log_images/logs_address.png [new file with mode: 0755]
main-app/res/edje/phone/images/WVGA/log_images/logs_default_masking_134.png [new file with mode: 0755]
main-app/res/edje/phone/images/WVGA/log_images/logs_details_back_ic.png [new file with mode: 0755]
main-app/res/edje/phone/images/WVGA/log_images/logs_icon_badge_container_02.png [new file with mode: 0644]
main-app/res/edje/phone/images/WVGA/log_images/logs_icon_call.PNG [new file with mode: 0644]
main-app/res/edje/phone/images/WVGA/log_images/logs_icon_call_02.png [new file with mode: 0755]
main-app/res/edje/phone/images/WVGA/log_images/logs_icon_call_message.PNG [new file with mode: 0644]
main-app/res/edje/phone/images/WVGA/log_images/logs_icon_in.png [new file with mode: 0644]
main-app/res/edje/phone/images/WVGA/log_images/logs_icon_info.png [new file with mode: 0644]
main-app/res/edje/phone/images/WVGA/log_images/logs_icon_info_bg.png [new file with mode: 0644]
main-app/res/edje/phone/images/WVGA/log_images/logs_icon_missed.png [new file with mode: 0644]
main-app/res/edje/phone/images/WVGA/log_images/logs_icon_out.png [new file with mode: 0644]
main-app/res/edje/phone/images/WVGA/log_images/logs_icon_reject.png [new file with mode: 0644]
main-app/res/edje/phone/images/WVGA/log_images/logs_icon_reject_auto.png [new file with mode: 0644]
main-app/res/edje/phone/images/WVGA/log_images/logs_id_default_bg_74.png [new file with mode: 0644]
main-app/res/edje/phone/images/WVGA/log_images/logs_sim_bg.png [new file with mode: 0755]
main-app/res/edje/phone/ph-loglist.edc [new file with mode: 0755]
main-app/res/edje/phone/portrait.edc [new file with mode: 0755]
main-app/res/edje/phone/sounds/button-pressed.wav [new file with mode: 0755]
main-app/res/po/CMakeLists.txt [new file with mode: 0755]
main-app/res/po/ar.po [new file with mode: 0644]
main-app/res/po/az.po [new file with mode: 0644]
main-app/res/po/bg.po [new file with mode: 0644]
main-app/res/po/ca.po [new file with mode: 0644]
main-app/res/po/cs.po [new file with mode: 0644]
main-app/res/po/da.po [new file with mode: 0644]
main-app/res/po/de.po [new file with mode: 0644]
main-app/res/po/el_GR.po [new file with mode: 0644]
main-app/res/po/en.po [new file with mode: 0644]
main-app/res/po/en_PH.po [new file with mode: 0644]
main-app/res/po/en_US.po [new file with mode: 0644]
main-app/res/po/es_ES.po [new file with mode: 0644]
main-app/res/po/es_US.po [new file with mode: 0644]
main-app/res/po/et.po [new file with mode: 0644]
main-app/res/po/eu.po [new file with mode: 0644]
main-app/res/po/fi.po [new file with mode: 0644]
main-app/res/po/fr.po [new file with mode: 0644]
main-app/res/po/fr_CA.po [new file with mode: 0644]
main-app/res/po/ga.po [new file with mode: 0644]
main-app/res/po/gl.po [new file with mode: 0644]
main-app/res/po/hi.po [new file with mode: 0644]
main-app/res/po/hr.po [new file with mode: 0644]
main-app/res/po/hu.po [new file with mode: 0644]
main-app/res/po/hy.po [new file with mode: 0644]
main-app/res/po/is.po [new file with mode: 0644]
main-app/res/po/it_IT.po [new file with mode: 0644]
main-app/res/po/ja_JP.po [new file with mode: 0644]
main-app/res/po/ka.po [new file with mode: 0644]
main-app/res/po/kk.po [new file with mode: 0644]
main-app/res/po/kk.po~ [new file with mode: 0644]
main-app/res/po/ko_KR.po [new file with mode: 0644]
main-app/res/po/lt.po [new file with mode: 0644]
main-app/res/po/lv.po [new file with mode: 0644]
main-app/res/po/mk.po [new file with mode: 0644]
main-app/res/po/nb.po [new file with mode: 0644]
main-app/res/po/nl.po [new file with mode: 0644]
main-app/res/po/pl.po [new file with mode: 0644]
main-app/res/po/pt_BR.po [new file with mode: 0644]
main-app/res/po/pt_PT.po [new file with mode: 0644]
main-app/res/po/ro.po [new file with mode: 0644]
main-app/res/po/ru_RU.po [new file with mode: 0644]
main-app/res/po/sk.po [new file with mode: 0644]
main-app/res/po/sl.po [new file with mode: 0644]
main-app/res/po/sr.po [new file with mode: 0644]
main-app/res/po/sv.po [new file with mode: 0644]
main-app/res/po/tr_TR.po [new file with mode: 0644]
main-app/res/po/uk.po [new file with mode: 0644]
main-app/res/po/uz.po [new file with mode: 0644]
main-app/res/po/zh_CN.po [new file with mode: 0644]
main-app/res/po/zh_HK.po [new file with mode: 0644]
main-app/res/po/zh_TW.po [new file with mode: 0644]
main-app/res/temp [moved from lib/settings/mfc_option with 100% similarity, mode: 0755]
main-app/src/CMakeLists.txt [new file with mode: 0755]
main-app/src/ContactsApp.cpp [new file with mode: 0755]
main-app/src/ContactsApp.h [new file with mode: 0755]
main-app/src/ContactsAppData.cpp [new file with mode: 0755]
main-app/src/ContactsAppData.h [new file with mode: 0755]
main-app/src/PreferenceInitializer.cpp [new file with mode: 0644]
main-app/src/main.cpp [new file with mode: 0755]
main-app/tizen-manifest.xml [new file with mode: 0644]
org.tizen.contacts-appservice.manifest [deleted file]
org.tizen.contacts-appservice.rule [deleted file]
org.tizen.contacts-viewer.manifest [deleted file]
org.tizen.contacts-viewer.rule [deleted file]
org.tizen.contacts.manifest [deleted file]
org.tizen.contacts.rule [deleted file]
org.tizen.dialer.manifest [deleted file]
org.tizen.phone.manifest [deleted file]
org.tizen.phone.rule [deleted file]
packaging/phone-contacts.spec [new file with mode: 0755]
packaging/phone.changes [deleted file]
packaging/phone.spec [deleted file]
phone/CMakeLists.txt [deleted file]
phone/icon_phone.png [deleted file]
phone/org.tizen.phone.xml [deleted file]
phone/phone.cpp [deleted file]
po/CMakeLists.txt [deleted file]
po/POTFILES.in [deleted file]
po/ar.po [deleted file]
po/az.po [deleted file]
po/bg.po [deleted file]
po/ca.po [deleted file]
po/cs.po [deleted file]
po/da.po [deleted file]
po/de_DE.po [deleted file]
po/el_GR.po [deleted file]
po/en.po [deleted file]
po/en_PH.po [deleted file]
po/en_US.po [deleted file]
po/es_ES.po [deleted file]
po/es_US.po [deleted file]
po/et.po [deleted file]
po/eu.po [deleted file]
po/fi.po [deleted file]
po/fr_CA.po [deleted file]
po/fr_FR.po [deleted file]
po/ga.po [deleted file]
po/gl.po [deleted file]
po/hi.po [deleted file]
po/hr.po [deleted file]
po/hu.po [deleted file]
po/hy.po [deleted file]
po/is.po [deleted file]
po/it_IT.po [deleted file]
po/ja_JP.po [deleted file]
po/ka.po [deleted file]
po/kk.po [deleted file]
po/ko_KR.po [deleted file]
po/lt.po [deleted file]
po/lv.po [deleted file]
po/mk.po [deleted file]
po/nb.po [deleted file]
po/nl_NL.po [deleted file]
po/phone.pot [deleted file]
po/pl.po [deleted file]
po/poManager [deleted file]
po/pt_BR.po [deleted file]
po/pt_PT.po [deleted file]
po/ro.po [deleted file]
po/ru_RU.po [deleted file]
po/sk.po [deleted file]
po/sl.po [deleted file]
po/sr.po [deleted file]
po/sv.po [deleted file]
po/tr_TR.po [deleted file]
po/uk.po [deleted file]
po/update-po.sh [deleted file]
po/uz.po [deleted file]
po/zh_CN.po [deleted file]
po/zh_HK.po [deleted file]
po/zh_SG.po [deleted file]
po/zh_TW.po [deleted file]
scripts/install.sh [deleted file]
scripts/pull_binaries.sh [deleted file]
scripts/push.sh [deleted file]
scripts/run.sh [deleted file]
string_header_extractor.sh [new file with mode: 0755]
test/CMakeLists.txt [deleted file]
test/ReadMe.txt [deleted file]
test/common.cpp [deleted file]
widget/.cproject [new file with mode: 0644]
widget/.exportMap [new file with mode: 0644]
widget/.project [new file with mode: 0644]
widget/.tproject [new file with mode: 0644]
widget/CMakeLists.txt [new file with mode: 0644]
widget/inc/Widget.h [new file with mode: 0644]
widget/inc/WidgetApp.h [new file with mode: 0644]
widget/inc/WidgetDatabase.h [new file with mode: 0644]
widget/inc/WidgetGengridItem.h [new file with mode: 0644]
widget/inc/WidgetItem.h [new file with mode: 0644]
widget/inc/WidgetItemType.h [new file with mode: 0644]
widget/inc/WidgetItems.h [new file with mode: 0644]
widget/res/edje/CMakeLists.txt [new file with mode: 0644]
widget/res/edje/WidgetItemLayout.h [new file with mode: 0644]
widget/res/edje/WidgetItemLayoutMetrics.h [new file with mode: 0644]
widget/res/edje/WidgetLayout.h [new file with mode: 0644]
widget/res/edje/WidgetLayoutMetrics.h [new file with mode: 0644]
widget/res/edje/widget-item-layout.edc [new file with mode: 0644]
widget/res/edje/widget-layout-4x2.edc [new file with mode: 0644]
widget/res/edje/widget-layout-4x4.edc [new file with mode: 0644]
widget/res/edje/widget-layout.edc [new file with mode: 0644]
widget/res/images/button_add.png [new file with mode: 0644]
widget/res/images/button_add_pressed.png [new file with mode: 0644]
widget/res/images/button_delete.png [new file with mode: 0644]
widget/res/images/button_delete_pressed.png [new file with mode: 0644]
widget/res/images/icon_call.png [new file with mode: 0644]
widget/res/images/icon_email.png [new file with mode: 0644]
widget/res/images/icon_message.png [new file with mode: 0644]
widget/res/images/nocontacts_bg.#.png [new file with mode: 0644]
widget/res/images/nocontacts_bg_stroke.#.png [new file with mode: 0644]
widget/res/images/preview_4x2.png [new file with mode: 0644]
widget/res/images/preview_4x4.png [new file with mode: 0644]
widget/res/images/thumbnail_mask.png [new file with mode: 0644]
widget/src/Widget.cpp [new file with mode: 0644]
widget/src/WidgetApp.cpp [new file with mode: 0644]
widget/src/WidgetDatabase.cpp [new file with mode: 0644]
widget/src/WidgetGengridItem.cpp [new file with mode: 0644]
widget/src/WidgetItem.cpp [new file with mode: 0644]
widget/src/WidgetItems.cpp [new file with mode: 0644]
widget/src/main.cpp [new file with mode: 0644]
widget/tizen-manifest.xml [new file with mode: 0644]