Refactor MainView and Controller 25/63925/7
authorAndriy Kolesnichenko <a.kolesniche@samsung.com>
Thu, 31 Mar 2016 20:20:59 +0000 (23:20 +0300)
committerAndriy Kolesnichenko <a.kolesniche@samsung.com>
Thu, 7 Apr 2016 12:06:00 +0000 (15:06 +0300)
commit6febc3086beb6d8cda13001bb9b2f799f01d27b1
tree6f0fad4cbc2823af752bf60178b4a4dd56a0dc1c
parent7ee5a488cb5da2b6520cfa29b6583040d8937d15
Refactor MainView and Controller

Change-Id: I991cf9ff0bd13eb4dd4b60e3d5fabc58f56f7125
Signed-off-by: Andriy Kolesnichenko <a.kolesniche@samsung.com>
32 files changed:
SDK-Project/inc/App/Application.h
SDK-Project/inc/Controller/MainView/MainViewController.h
SDK-Project/inc/Controller/ViewController.h
SDK-Project/inc/Model/Settings/ISettingsManager.h
SDK-Project/inc/Model/Settings/SettingsManager.h
SDK-Project/inc/Utils/Common.h
SDK-Project/inc/View/MainView/CallAceptOption.h [deleted file]
SDK-Project/inc/View/MainView/MainView.h
SDK-Project/inc/View/MainView/MoreOption.h [deleted file]
SDK-Project/inc/View/ViewManager/BaseView.h
SDK-Project/inc/View/Widgets/BaseListItems.h [new file with mode: 0644]
SDK-Project/inc/View/Widgets/Genlist.h
SDK-Project/inc/View/Widgets/GenlistItem.h
SDK-Project/inc/View/Widgets/OptionItem.h [moved from SDK-Project/inc/View/MainView/RejectMsgOption.h with 73% similarity]
SDK-Project/inc/View/Widgets/Widget.h
SDK-Project/inc/View/Widgets/WidgetItem.h
SDK-Project/src/App/Application.cpp
SDK-Project/src/Controller/MainView/MainViewController.cpp
SDK-Project/src/Controller/ViewController.cpp
SDK-Project/src/Model/Settings/SettingsManager.cpp
SDK-Project/src/View/MainView/CallAceptOption.cpp [deleted file]
SDK-Project/src/View/MainView/MainView.cpp
SDK-Project/src/View/MainView/MoreOption.cpp [deleted file]
SDK-Project/src/View/ViewManager/BaseView.cpp
SDK-Project/src/View/ViewManager/ViewManager.cpp
SDK-Project/src/View/Widgets/BaseListItems.cpp [new file with mode: 0644]
SDK-Project/src/View/Widgets/Genlist.cpp
SDK-Project/src/View/Widgets/GenlistItem.cpp
SDK-Project/src/View/Widgets/NaviItem.cpp
SDK-Project/src/View/Widgets/OptionItem.cpp [moved from SDK-Project/src/View/MainView/RejectMsgOption.cpp with 60% similarity]
SDK-Project/src/View/Widgets/Widget.cpp
SDK-Project/src/View/Widgets/WidgetItem.cpp