From 8b6f71d1104b1396be9af20d4c40574c0eb574f4 Mon Sep 17 00:00:00 2001 From: Denis Dolzhenko Date: Mon, 30 Jan 2017 11:51:22 +0200 Subject: [PATCH] TizenRefApp-7954 Implement main controller for Task Manager Change-Id: I212ebef250656efeed439fb0dd2d8e56aa7046af Signed-off-by: Denis Dolzhenko --- .cproject | 10 +-- inc/Config.h | 2 +- inc/Resource.h | 3 +- res/edje/main-layout.edc | 22 ++--- src/App/inc/App.h | 9 +- src/App/inc/IndexView.h | 3 +- src/App/inc/MainController.h | 20 +++-- src/App/inc/MainLayout.h | 5 +- src/App/inc/TaskListView.h | 27 ++++-- src/App/inc/TaskListViewItem.h | 1 + src/App/inc/TaskMngrService.h | 3 +- src/App/src/App.cpp | 16 +++- src/App/src/IndexView.cpp | 22 +++-- src/App/src/MainController.cpp | 74 +++++++++++++---- src/App/src/MainLayout.cpp | 27 ++++-- src/App/src/TaskListView.cpp | 132 ++++++++++++++++++++++++++++-- src/App/src/TaskListViewItem.cpp | 8 +- src/App/src/TaskMngrService.cpp | 2 +- src/Common/inc/AtspiAccessibleInterface.h | 2 +- src/Common/inc/BaseView.h | 2 +- src/Common/inc/Callback.h | 2 +- src/Common/inc/LangUtils.h | 2 +- src/Common/inc/Logger.h | 4 +- src/Common/inc/PathUtils.h | 9 +- src/Common/inc/View.h | 2 +- src/Common/inc/Window.h | 2 +- src/Common/src/Logger.cpp | 2 +- src/Common/src/PathUtils.cpp | 20 ++++- src/Common/src/View.cpp | 2 +- src/Common/src/Window.cpp | 2 +- src/main.cpp | 2 +- 31 files changed, 342 insertions(+), 97 deletions(-) diff --git a/.cproject b/.cproject index 1ad3295..baf6712 100644 --- a/.cproject +++ b/.cproject @@ -22,12 +22,12 @@ - + - + - +