Add manager implementation 53/201053/24
authorhyunho <hhstark.kang@samsung.com>
Thu, 7 Mar 2019 23:31:28 +0000 (08:31 +0900)
committerhyunho <hhstark.kang@samsung.com>
Tue, 19 Mar 2019 01:48:34 +0000 (10:48 +0900)
commit7ddc5ea5dc28108b4286beac65e4a0c72392b3c3
treeeeb7f4efeaa7d870d3e476a6eb0b8c6bdfafd9a0
parent690cba7400e8e97044d97580cbb0ccc16cd9a825
Add manager implementation

Change-Id: I9e9f26145752d8384f43634c25efac1324ddaa87
Signed-off-by: hyunho <hhstark.kang@samsung.com>
77 files changed:
notification-ex/CMakeLists.txt
notification-ex/abstract_action.cc
notification-ex/abstract_action.h
notification-ex/abstract_item.cc
notification-ex/abstract_item.h
notification-ex/abstract_item_implementation.h
notification-ex/app_control_action.cc
notification-ex/app_control_action.h
notification-ex/button_item.cc
notification-ex/button_item.h
notification-ex/chat_message_item.cc
notification-ex/chat_message_item.h
notification-ex/checkbox_item.cc
notification-ex/checkbox_item.h
notification-ex/common.h
notification-ex/dbus_connection_manager.cc [new file with mode: 0644]
notification-ex/dbus_connection_manager.h [moved from notification-ex/dbus_manager.h with 67% similarity]
notification-ex/dbus_event_listener.cc [new file with mode: 0644]
notification-ex/dbus_event_listener.h [moved from notification-ex/dbus_listener.h with 60% similarity]
notification-ex/dbus_event_listener_implementation.h [new file with mode: 0644]
notification-ex/dbus_sender.cc [new file with mode: 0644]
notification-ex/dbus_sender.h
notification-ex/dbus_sender_implementation.h [new file with mode: 0644]
notification-ex/entry_item.cc
notification-ex/entry_item.h
notification-ex/event_info.cc [new file with mode: 0644]
notification-ex/event_info.h
notification-ex/event_info_implementation.h [new file with mode: 0644]
notification-ex/event_listener_interface.h
notification-ex/event_observer_interface.h [moved from notification-ex/observer_interface.h with 84% similarity]
notification-ex/event_sender_interface.h
notification-ex/ex_bundle.h
notification-ex/ex_util.cc [new file with mode: 0644]
notification-ex/ex_util.h [new file with mode: 0644]
notification-ex/group_item.cc
notification-ex/group_item.h
notification-ex/icon_text_item.cc
notification-ex/icon_text_item.h
notification-ex/iitem_info_internal.h
notification-ex/image_item.cc
notification-ex/image_item.h
notification-ex/input_selector_item.cc
notification-ex/input_selector_item.h
notification-ex/item_info.cc
notification-ex/item_info_internal.h
notification-ex/manager.cc [new file with mode: 0644]
notification-ex/manager.h
notification-ex/manager_implementation.h [new file with mode: 0644]
notification-ex/mock_sender.h
notification-ex/notification-ex.pc.in
notification-ex/null_item.cc
notification-ex/null_item.h
notification-ex/progress_item.cc
notification-ex/progress_item.h
notification-ex/reporter.cc [new file with mode: 0644]
notification-ex/reporter.h [moved from notification-ex/repoter.h with 50% similarity]
notification-ex/reporter_implementation.h [new file with mode: 0644]
notification-ex/text_item.cc
notification-ex/text_item.h
notification-ex/time_item.cc
notification-ex/time_item.h
notification-ex/visibility_action.cc
notification-ex/visibility_action.h
packaging/notification.spec
unittest/CMakeLists.txt
unittest/src/test_button_item.cc
unittest/src/test_chat_message_item.cc
unittest/src/test_checkbox_item.cc
unittest/src/test_entry_item.cc
unittest/src/test_group_item.cc
unittest/src/test_icon_item.cc
unittest/src/test_icon_text_item.cc
unittest/src/test_image_item.cc
unittest/src/test_input_selector_item.cc
unittest/src/test_progress_item.cc
unittest/src/test_text_item.cc
unittest/src/test_time_item.cc