Update some items 04/200304/13
authormk5004.lee <mk5004.lee@samsung.com>
Thu, 21 Feb 2019 09:13:19 +0000 (18:13 +0900)
committermk5004.lee <mk5004.lee@samsung.com>
Thu, 28 Feb 2019 02:28:50 +0000 (11:28 +0900)
commitbc323136ed8e6aab7bdfa589a6455412cb213be4
tree6e13e61de75a27965a53c28967e669e0fe9dbd70
parent7ce27d9bda8cd08f1cb24606f8350ab0af4e93fd
Update some items

- image, icon, icontext, checkbox, time, chatmessage

Change-Id: I74f8b7192037da6ae8f608ea08d542e4fa803716
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
28 files changed:
notification-ex/abstract_item.h
notification-ex/chat_message_item.cc [new file with mode: 0644]
notification-ex/chat_message_item.h [new file with mode: 0644]
notification-ex/chat_message_item_implementation.h [new file with mode: 0644]
notification-ex/checkbox_item.cc [new file with mode: 0644]
notification-ex/checkbox_item.h [new file with mode: 0644]
notification-ex/checkbox_item_implementation.h [new file with mode: 0644]
notification-ex/icon_item.cc [new file with mode: 0644]
notification-ex/icon_item.h [new file with mode: 0644]
notification-ex/icon_item_implementation.h [new file with mode: 0644]
notification-ex/icon_text_item.cc [new file with mode: 0644]
notification-ex/icon_text_item.h [new file with mode: 0644]
notification-ex/icon_text_item_implementation.h [new file with mode: 0644]
notification-ex/image_item.cc [new file with mode: 0644]
notification-ex/image_item.h [new file with mode: 0644]
notification-ex/image_item_implementation.h [new file with mode: 0644]
notification-ex/item.h
notification-ex/item_factory.cc
notification-ex/time_item.cc [new file with mode: 0644]
notification-ex/time_item.h [new file with mode: 0644]
notification-ex/time_item_implementation.h [new file with mode: 0644]
unittest/CMakeLists.txt
unittest/src/test_chat_message_item.cc [new file with mode: 0644]
unittest/src/test_checkbox_item.cc [new file with mode: 0644]
unittest/src/test_icon_item.cc [new file with mode: 0644]
unittest/src/test_icon_text_item.cc [new file with mode: 0644]
unittest/src/test_image_item.cc [new file with mode: 0644]
unittest/src/test_time_item.cc [new file with mode: 0644]