worldclock: custom locations list layout created. 71/90171/3
authorRadoslaw Czerski <r.czerski@samsung.com>
Fri, 30 Sep 2016 12:40:02 +0000 (14:40 +0200)
committerRadoslaw Czerski <r.czerski@samsung.com>
Fri, 30 Sep 2016 12:40:02 +0000 (14:40 +0200)
commitf2a9f1ef236d71dc261b9aa76e2bdd80417f6189
tree43229d395ad8ff063c4cac8a95dcea797f438e4a
parentbc580896b37fa27c3495e4c366c4d9e3aa5a57d8
worldclock: custom locations list layout created.

The list is connected to Map
which shows timezone related to clicked list item.

MVP patter is not implemented yet(will be added in next commit)

Change-Id: Ia8be8f6ab05371a3bc0218eacd489c9622679e61
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
clock/inc/Internal/WorldClockDefs.h
clock/inc/Model/Location.h
clock/inc/Model/WorldClock.h
clock/inc/Utils/Time.h
clock/inc/View/WorldClockView.h
clock/res/edje/CitiesListItem.edc [new file with mode: 0644]
clock/res/edje/WorldClock.edc
clock/src/Model/WorldClock.cpp
clock/src/Utils/Time.cpp
clock/src/View/WorldClockView.cpp