TizenRefApp-8724 [Call UI] Update UCL 48/135148/1
authorIgor Olshevskyi <i.olshevskyi@samsung.com>
Tue, 20 Jun 2017 05:16:43 +0000 (08:16 +0300)
committerIgor Olshevskyi <i.olshevskyi@samsung.com>
Wed, 21 Jun 2017 05:38:11 +0000 (08:38 +0300)
commitbc34c1831ac9361523fc3bc211f8d70db2b464ce
treecc9b6374e16af71c3ae3f21a0fae239b8bd34fb1
parent6f1a77ac41617a2acfa890422720649d12b78526
TizenRefApp-8724 [Call UI] Update UCL

Change-Id: I1eb63b28a6203b3ce6b19724fa8e71903d645eec
129 files changed:
.cproject
inc/model/IBaseCallInfo.h
inc/presenters/AcceptDialog.h
inc/presenters/AcceptRejectPresenter.h
inc/presenters/AccessoryPresenter.h
inc/presenters/CallInfoPresenter.h
inc/presenters/CallStatus.h
inc/presenters/DeviceStatePresenter.h
inc/presenters/Indicator.h
inc/presenters/Instance.h
inc/presenters/KeypadPage.h
inc/presenters/MainPage.h
inc/presenters/MoreOptionsPresenter.h
inc/presenters/Page.h
inc/presenters/Presenter.h
inc/presenters/RejectMsgPresenter.h
inc/view/Slider.h
inc/view/VolumeControl.h
src/model/ActiveCall.cpp
src/model/ActiveCall.h
src/model/BatteryStateSource.h
src/model/BluetoothVolume.h
src/model/Call.cpp
src/model/Call.h
src/model/CallClient.h
src/model/CallInfo.cpp
src/model/CallInfo.h
src/model/CallManager.cpp
src/model/CallManager.h
src/model/ConferenceCallInfo.cpp
src/model/ConferenceCallInfo.h
src/model/ConnectionStateSource.h
src/model/ContactInfo.h
src/model/ContactInfoProvider.h
src/model/EndCall.cpp
src/model/EndCall.h
src/model/HeldCall.cpp
src/model/HeldCall.h
src/model/IncomingCall.cpp
src/model/IncomingCall.h
src/model/IndicatorStateProvider.cpp
src/model/IndicatorStateProvider.h
src/model/MsgClient.h
src/model/RejectMsg.cpp
src/model/RejectMsg.h
src/model/RejectMsgProvider.h
src/model/RssiStateSource.h
src/model/SoundManager.cpp
src/model/SoundManager.h
src/model/implTypes.h
src/presenters/AcceptDialog.cpp
src/presenters/AcceptRejectPresenter.cpp
src/presenters/AccessoryPresenter.cpp
src/presenters/CallInfoPresenter.cpp
src/presenters/CallStatus.cpp
src/presenters/DeviceStatePresenter.cpp
src/presenters/Indicator.cpp
src/presenters/Instance.cpp
src/presenters/KeypadPage.cpp
src/presenters/MainPage.cpp
src/presenters/MoreOptionsPresenter.cpp
src/presenters/Page.cpp
src/presenters/Presenter.cpp
src/presenters/RejectMsgPresenter.cpp
src/view/Slider.cpp
src/view/VolumeControl.cpp
ucl/inc/ucl/appfw/SysEventProvider.h
ucl/inc/ucl/appfw/SysEventProvider.hpp
ucl/inc/ucl/appfw/types.h
ucl/inc/ucl/gui/EdjeWidget.h
ucl/inc/ucl/gui/EdjeWidget.hpp
ucl/inc/ucl/gui/ElmWidget.h
ucl/inc/ucl/gui/ElmWidget.hpp
ucl/inc/ucl/gui/Layout.h
ucl/inc/ucl/gui/Naviframe.h
ucl/inc/ucl/gui/StyledWidget.h
ucl/inc/ucl/gui/Widget.h
ucl/inc/ucl/gui/Window.h
ucl/inc/ucl/gui/Window.hpp
ucl/inc/ucl/gui/types.h
ucl/inc/ucl/misc/AutoHandle.h [new file with mode: 0644]
ucl/inc/ucl/misc/Event.hpp
ucl/inc/ucl/misc/RefCountAware.h
ucl/inc/ucl/misc/RefCountAware.hpp
ucl/inc/ucl/misc/Timeout.h [new file with mode: 0644]
ucl/inc/ucl/misc/smartDelegation.h [deleted file]
ucl/inc/ucl/misc/smartDelegation/WeakDelegate.h [deleted file]
ucl/inc/ucl/misc/smartDelegation/WeakDelegate.hpp [deleted file]
ucl/inc/ucl/misc/smartDelegation/macro.h [deleted file]
ucl/inc/ucl/misc/smartDelegation/shortMacro.h [deleted file]
ucl/inc/ucl/util/delegation/BaseDelegate.h
ucl/inc/ucl/util/delegation/BaseDelegate.hpp
ucl/inc/ucl/util/delegation/Delegate.h
ucl/inc/ucl/util/delegation/Delegate.hpp
ucl/inc/ucl/util/delegation/Delegate2.h
ucl/inc/ucl/util/delegation/Delegate2.hpp
ucl/inc/ucl/util/delegation/helpers.h
ucl/inc/ucl/util/memory.h
ucl/inc/ucl/util/memory/BaseRef.h
ucl/inc/ucl/util/memory/BaseRef.hpp
ucl/inc/ucl/util/memory/IRefCountObj.h [new file with mode: 0644]
ucl/inc/ucl/util/memory/RefCountObj.h
ucl/inc/ucl/util/memory/RefCountObj.hpp
ucl/inc/ucl/util/memory/RefCountObjBase.h [deleted file]
ucl/inc/ucl/util/memory/RefCountObjBase.hpp [deleted file]
ucl/inc/ucl/util/memory/RefCounterMT.h [new file with mode: 0644]
ucl/inc/ucl/util/memory/RefCounterMT.hpp [new file with mode: 0644]
ucl/inc/ucl/util/memory/RefCounterST.h [new file with mode: 0644]
ucl/inc/ucl/util/memory/RefCounterST.hpp [new file with mode: 0644]
ucl/inc/ucl/util/memory/ReffedObj.h [new file with mode: 0644]
ucl/inc/ucl/util/memory/ReffedObj.hpp [new file with mode: 0644]
ucl/inc/ucl/util/memory/SharedRef.h
ucl/inc/ucl/util/memory/SharedRef.hpp
ucl/inc/ucl/util/memory/WeakRef.h
ucl/inc/ucl/util/memory/WeakRef.hpp
ucl/inc/ucl/util/memory/helpers.h
ucl/inc/ucl/util/memory/macro.h
ucl/inc/ucl/util/smartDelegation.h [new file with mode: 0644]
ucl/inc/ucl/util/smartDelegation/WeakDelegate.h [new file with mode: 0644]
ucl/inc/ucl/util/smartDelegation/WeakDelegate.hpp [new file with mode: 0644]
ucl/inc/ucl/util/smartDelegation/macro.h [new file with mode: 0644]
ucl/inc/ucl/util/smartDelegation/shortMacro.h [new file with mode: 0644]
ucl/inc/ucl/util/types/baseTypes.h
ucl/inc/ucl/util/types/classTypes.h
ucl/src/common.h
ucl/src/gui/ElmWidget.cpp
ucl/src/gui/Naviframe.cpp
ucl/src/gui/Widget.cpp
ucl/src/misc/Timeout.cpp [new file with mode: 0644]