Time: reimplementation 34/90334/9
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Thu, 22 Sep 2016 07:23:15 +0000 (09:23 +0200)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Thu, 13 Oct 2016 14:39:56 +0000 (16:39 +0200)
commitf74b40ce240dcec2b0a61806e6df3ed2989f7e9a
treee8daec3c01ed01465900e80b6ab2de5a8d59a076
parent6e552657496de21212f32d6f872bd1bc40731f26
Time: reimplementation

Reimplementation of Time class to better handle timezones
and local preferences. Time class keeps absolute time and timezone
information in order to provide localized formatting.

Change-Id: Ifc644317d633e44fffe9d275f39c835ee9b6479e
16 files changed:
clock-tests/.cproject
clock-tests/src/AlarmPresenterTestCase.cpp
clock-tests/src/TimeTest.cpp [new file with mode: 0644]
clock-tests/unittest.xml
clock/.cproject
clock/inc/Presenter/StopWatchPresenter.h
clock/inc/Utils/Time.h
clock/inc/View/TimerView.h
clock/src/Model/Alarm.cpp
clock/src/Presenter/RingPresenter.cpp
clock/src/Presenter/StopWatchPresenter.cpp
clock/src/Utils/Time.cpp
clock/src/View/AlarmView.cpp
clock/src/View/DeleteAlarmView.cpp
clock/src/View/EditAlarmView.cpp
clock/src/View/WorldClockView.cpp