Worldclock Map View and timezone details added.
authorRadoslaw Czerski <r.czerski@samsung.com>
Tue, 13 Sep 2016 13:48:32 +0000 (15:48 +0200)
committerRadoslaw Czerski <r.czerski@samsung.com>
Tue, 13 Sep 2016 13:48:32 +0000 (15:48 +0200)
commit191eb5af90ac193dd1c09f908ca6835bb26fa422
tree7ba209aa1e1565bca4c7fe8770b39e62077684c2
parent6b0ec41464c8b30cc237bf4977baacf26da30dad
Worldclock Map View and timezone details added.

MVP model is not implemented yet and will be added in separate commit.

Change-Id: Iad0aa1d8950856f9cfe6810811c4d941c3ddb8cb
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
20 files changed:
clock/inc/Internal/WorldClockDefs.h [new file with mode: 0644]
clock/inc/Model/Location.h
clock/inc/Model/WordlClock.h [deleted file]
clock/inc/Model/WorldClock.h [new file with mode: 0644]
clock/inc/Utils/Time.h
clock/inc/View/WorldClockView.h
clock/project_def.prop
clock/res/edje/WorldClock.edc [new file with mode: 0644]
clock/res/edje/color_classes.edc [new file with mode: 0644]
clock/res/edje/images/arrow_bg.png [new file with mode: 0644]
clock/res/edje/images/clock_icon_world_clock_arrow_left.png [new file with mode: 0644]
clock/res/edje/images/clock_icon_world_clock_arrow_right.png [new file with mode: 0644]
clock/res/edje/images/clock_world_gmt_area.#.png [new file with mode: 0644]
clock/res/edje/images/clock_world_location_dot.png [new file with mode: 0644]
clock/res/edje/images/clock_world_location_ring.png [new file with mode: 0644]
clock/res/edje/images/clock_world_map_01.png [new file with mode: 0644]
clock/res/po/en_US.po [new file with mode: 0644]
clock/src/Model/WorldClock.cpp [new file with mode: 0644]
clock/src/Utils/Time.cpp
clock/src/View/WorldClockView.cpp