World Clock: Delete Items view implemented. 79/92979/6
authorRadoslaw Czerski <r.czerski@samsung.com>
Wed, 26 Oct 2016 15:56:47 +0000 (17:56 +0200)
committerRadoslaw Czerski <r.czerski@samsung.com>
Wed, 26 Oct 2016 15:56:47 +0000 (17:56 +0200)
commit168a76f7da8aab4c82e6e095d31679e5757df987
treeb19e021b01ec6f2a7c2d1331088e0df8213b00d2
parent8423427d41f598aaa0fcba81bd9d7dc138976d0f
World Clock: Delete Items view implemented.

Change-Id: I5104ca3d1e5e400f708ecda2e18a038c3849bf8f
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
18 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/Log.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