Time: add dynamic time format changes. 44/103544/3
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Thu, 8 Dec 2016 14:35:21 +0000 (15:35 +0100)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Thu, 15 Dec 2016 11:28:05 +0000 (12:28 +0100)
commitae3ab87c304a6a24676e7028ad605af1ed59ced4
tree32f4f4a7bfb266c784016b8e7fe9549b65e5f9b2
parent3cd3047c48d31ad62f2959af9fd036dad967723b
Time: add dynamic time format changes.

Allow to dynamically adjust UI when system-wide time format changes.
User EventBus to broadcast event globally.

Additionally some unused fields from WorldClock related views were
removed.

Change-Id: I854f87f196d4fe5c2ed9326fc17652c45baabcb5
19 files changed:
clock/inc/Model/WorldClock.h
clock/inc/Utils/Time.h
clock/inc/View/AlarmView.h
clock/inc/View/DeleteAlarmView.h
clock/inc/View/EditAlarmView.h
clock/inc/View/WorldClockDeleteItemsView.h
clock/inc/View/WorldClockReorderView.h
clock/inc/View/WorldClockView.h
clock/res/edje/CitiesListItem.edc
clock/res/edje/WorldClockDeleteReorderList.edc
clock/res/edje/alarm.edc
clock/src/Presenter/RingPresenter.cpp
clock/src/Utils/Time.cpp
clock/src/View/AlarmView.cpp
clock/src/View/DeleteAlarmView.cpp
clock/src/View/EditAlarmView.cpp
clock/src/View/WorldClockDeleteItemsView.cpp
clock/src/View/WorldClockReorderView.cpp
clock/src/View/WorldClockView.cpp