Refact MsgThread controller, Fixed: TizenRefApp-5082 09/56609/3
authorDenis Dolzhenko <d.dolzhenko@samsung.com>
Mon, 11 Jan 2016 10:09:42 +0000 (12:09 +0200)
committerDenis Dolzhenko <d.dolzhenko@samsung.com>
Mon, 11 Jan 2016 12:55:02 +0000 (14:55 +0200)
commit69ac01b70647271054dac1420d3aceb4a6748f83
treeeb54a37f6106a417c2f8ae4085b995da1919cbd6
parent6e9fb6406e89cc58b3fed1feda39d4f43a6bfd4a
Refact MsgThread controller, Fixed: TizenRefApp-5082
Show "no content layout" in case of no threads in thread-list view

Change-Id: I78818a5bdf867a35d2dd05f213ce81e964b78c02
Signed-off-by: Denis Dolzhenko <d.dolzhenko@samsung.com>
21 files changed:
res/edje/macros.inl
res/edje/msg_thread.edc
src/Common/MsgEngine/inc/MsgList.h
src/Common/View/inc/ListItem.h
src/Common/View/inc/ListView.h
src/Common/View/inc/View.h
src/Common/View/src/ListView.cpp
src/MsgThread/Controller/inc/MsgThread.h
src/MsgThread/Controller/inc/ThreadList.h [new file with mode: 0644]
src/MsgThread/Controller/inc/ThreadSearchList.h [moved from src/MsgThread/View/inc/ThreadListView.h with 70% similarity]
src/MsgThread/Controller/src/MsgThread.cpp
src/MsgThread/Controller/src/MsgThreadSearch.cpp [deleted file]
src/MsgThread/Controller/src/ThreadList.cpp [new file with mode: 0644]
src/MsgThread/Controller/src/ThreadSearchList.cpp [moved from src/MsgThread/Controller/inc/ThreadListItemType.h with 73% similarity]
src/MsgThread/View/inc/MsgThreadLayout.h
src/MsgThread/View/inc/MsgThreadSearchPanel.h
src/MsgThread/View/src/MsgThreadLayout.cpp
src/MsgThread/View/src/MsgThreadSearchPanel.cpp
src/MsgThread/View/src/ThreadListView.cpp [deleted file]
src/MsgThread/View/src/ThreadListViewItem.cpp
src/Settings/Controller/src/SimListViewItem.cpp