Add info square view 71/41471/2
authorjinwoo.shin <jw0227.shin@samsung.com>
Tue, 16 Jun 2015 02:32:41 +0000 (11:32 +0900)
committerjinwoo.shin <jw0227.shin@samsung.com>
Tue, 16 Jun 2015 05:02:51 +0000 (14:02 +0900)
commit3659d25af866497eac9ed0a2a77f41136d9fda72
tree75bb45c5b69de6d17b1119a633fed91017cd33dd
parent76a257f65056b2124c6043d30456792ff9d483ba
Add info square view

Change-Id: Ic319bc20b3398726d4135aa78b1c63e6db908c18
Signed-off-by: jinwoo.shin <jw0227.shin@samsung.com>
34 files changed:
CMakeLists.txt
data/CMakeLists.txt
data/infosquare-theme.edc
data/infosquare.edc
data/view/notification_view.edc [new file with mode: 0644]
data/view/square_view.edc [new file with mode: 0644]
images/btn_noti_list_clearall_dis.png [new file with mode: 0644]
images/btn_noti_list_clearall_foc.png [new file with mode: 0644]
images/btn_noti_list_clearall_nor.png [new file with mode: 0644]
images/ic_info_time.png [new file with mode: 0644]
images/ic_info_weather_clean.png [new file with mode: 0644]
images/ic_info_weather_slash.png [new file with mode: 0644]
images/ic_info_weather_temp.png [new file with mode: 0644]
images/ic_noti_list_complete.png [new file with mode: 0644]
images/ic_noti_list_connection.png [new file with mode: 0644]
images/ic_noti_list_download.png [new file with mode: 0644]
images/ic_noti_list_email.png [new file with mode: 0644]
images/ic_noti_list_event.png [new file with mode: 0644]
images/ic_noti_list_fovorite.png [new file with mode: 0644]
images/ic_noti_list_memo.png [new file with mode: 0644]
images/ic_noti_list_noti.png [new file with mode: 0644]
images/ic_noti_list_recording.png [new file with mode: 0644]
images/ic_noti_list_reservation.png [new file with mode: 0644]
images/ic_noti_list_sns.png [new file with mode: 0644]
images/ic_noti_list_things.png [new file with mode: 0644]
images/ic_noti_list_upload.png [new file with mode: 0644]
include/define.h
include/notification_view.h [new file with mode: 0644]
include/square_view.h [moved from include/main_view.h with 70% similarity]
include/strings.h [new file with mode: 0644]
packaging/org.tizen.infosquare.spec
src/main.c
src/notification_view.c [moved from src/main_view.c with 88% similarity]
src/square_view.c [new file with mode: 0644]