World Clock: Delete Items view implemented. 79/90379/8
authorRadoslaw Czerski <r.czerski@samsung.com>
Wed, 19 Oct 2016 16:16:32 +0000 (18:16 +0200)
committerRadoslaw Czerski <r.czerski@samsung.com>
Wed, 19 Oct 2016 16:16:32 +0000 (18:16 +0200)
commit697cb03187efd569449a46c8a77ca4e605a618de
treec838d754a4798aaeac0421d2fee0cec7005711b3
parent3b4d70c1b06ee93e5b90b60dc81a5a858baad09d
World Clock: Delete Items view implemented.

Change-Id: I1d35c5ab3e5988d6f9c4cfef7a54b306475c464d
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
17 files changed:
clock/inc/Controller/MainController.h
clock/inc/Model/WorldClock.h
clock/inc/Model/WorldClockEvents.h [new file with mode: 0644]
clock/inc/Presenter/WorldClockDeletePresenter.h [new file with mode: 0644]
clock/inc/Presenter/WorldClockPresenter.h
clock/inc/Utils/WorldClock.h [new file with mode: 0644]
clock/inc/View/WorldClockDeleteItemsView.h [new file with mode: 0644]
clock/inc/View/WorldClockView.h
clock/res/edje/CitiesListItem.edc
clock/res/edje/WorldClockDeleteList.edc [new file with mode: 0644]
clock/src/Controller/MainController.cpp
clock/src/Model/WorldClock.cpp
clock/src/Presenter/WorldClockDeletePresenter.cpp [new file with mode: 0644]
clock/src/Presenter/WorldClockPresenter.cpp
clock/src/Utils/WorldClock.cpp [new file with mode: 0644]
clock/src/View/WorldClockDeleteItemsView.cpp [new file with mode: 0644]
clock/src/View/WorldClockView.cpp