Add Livebox
authorChoi Munseok <ms47.choi@samsung.com>
Mon, 17 Dec 2012 05:50:54 +0000 (14:50 +0900)
committerChoi Munseok <ms47.choi@samsung.com>
Mon, 17 Dec 2012 05:50:54 +0000 (14:50 +0900)
commit0dd61df5ec29ceb9b423b7525c2b7b7d410a914d
tree11b39516aab788c87e1b1be189459513ad998ccc
parenta25cf292eb79a76cc71279232cd7be8d8f84a357
Add Livebox

Change-Id: Ic736e8860748b26bb9779fbbe0ae4f5e0fc6be76
Signed-off-by: Choi Munseok <ms47.choi@samsung.com>
72 files changed:
inc/FShellILiveboxPopupProviderFactory.h [new file with mode: 0644]
inc/FShellILiveboxProviderFactory.h [new file with mode: 0644]
inc/FShellLivebox.h [new file with mode: 0644]
inc/FShellLiveboxFrame.h [new file with mode: 0644]
inc/FShellLiveboxManager.h [new file with mode: 0644]
inc/FShellLiveboxPopup.h [new file with mode: 0644]
inc/FShellLiveboxPopupProvider.h [new file with mode: 0644]
inc/FShellLiveboxProvider.h [new file with mode: 0644]
inc/FShellLiveboxProviderInfo.h [new file with mode: 0644]
inc/FShellLiveboxSizeInfo.h [new file with mode: 0644]
inc/FShellLiveboxView.h [new file with mode: 0644]
packaging/osp-shell.spec
src/CMakeLists.txt
src/FShellLiveboxFrame.cpp [new file with mode: 0644]
src/FShellLiveboxManager.cpp [new file with mode: 0644]
src/FShellLiveboxPopup.cpp [new file with mode: 0644]
src/FShellLiveboxPopupProvider.cpp [new file with mode: 0644]
src/FShellLiveboxProvider.cpp [new file with mode: 0644]
src/FShellLiveboxProviderInfo.cpp [new file with mode: 0644]
src/FShellLiveboxSizeInfo.cpp [new file with mode: 0644]
src/FShellLiveboxView.cpp [new file with mode: 0644]
src/FShell_ILiveboxPopupViewEventListener.h [new file with mode: 0644]
src/FShell_LiveboxFrame.cpp [new file with mode: 0644]
src/FShell_LiveboxFrame.h [new file with mode: 0644]
src/FShell_LiveboxFrameImpl.cpp [new file with mode: 0644]
src/FShell_LiveboxFrameImpl.h [new file with mode: 0644]
src/FShell_LiveboxFrameModel.cpp [new file with mode: 0644]
src/FShell_LiveboxFrameModel.h [new file with mode: 0644]
src/FShell_LiveboxFramePresenter.cpp [new file with mode: 0644]
src/FShell_LiveboxFramePresenter.h [new file with mode: 0644]
src/FShell_LiveboxLayer.cpp [new file with mode: 0644]
src/FShell_LiveboxLayer.h [new file with mode: 0644]
src/FShell_LiveboxManagerImpl.cpp [new file with mode: 0644]
src/FShell_LiveboxManagerIpcMessage.cpp [new file with mode: 0644]
src/FShell_LiveboxManagerProxy.cpp [new file with mode: 0644]
src/FShell_LiveboxPopup.cpp [new file with mode: 0644]
src/FShell_LiveboxPopup.h [new file with mode: 0644]
src/FShell_LiveboxPopupImpl.cpp [new file with mode: 0644]
src/FShell_LiveboxPopupImpl.h [new file with mode: 0644]
src/FShell_LiveboxPopupModel.cpp [new file with mode: 0644]
src/FShell_LiveboxPopupModel.h [new file with mode: 0644]
src/FShell_LiveboxPopupPresenter.cpp [new file with mode: 0644]
src/FShell_LiveboxPopupPresenter.h [new file with mode: 0644]
src/FShell_LiveboxPopupProviderImpl.cpp [new file with mode: 0644]
src/FShell_LiveboxPopupView.cpp [new file with mode: 0644]
src/FShell_LiveboxPopupView.h [new file with mode: 0644]
src/FShell_LiveboxPopupViewEvent.cpp [new file with mode: 0644]
src/FShell_LiveboxPopupViewEvent.h [new file with mode: 0644]
src/FShell_LiveboxPopupViewPresenter.cpp [new file with mode: 0644]
src/FShell_LiveboxPopupViewPresenter.h [new file with mode: 0644]
src/FShell_LiveboxProviderImpl.cpp [new file with mode: 0644]
src/FShell_LiveboxProviderInfoImpl.cpp [new file with mode: 0644]
src/FShell_LiveboxSizeInfoImpl.cpp [new file with mode: 0644]
src/FShell_LiveboxView.cpp [new file with mode: 0644]
src/FShell_LiveboxView.h [new file with mode: 0644]
src/FShell_LiveboxViewImpl.cpp [new file with mode: 0644]
src/FShell_LiveboxViewImpl.h [new file with mode: 0644]
src/FShell_LiveboxViewManager.cpp [new file with mode: 0644]
src/FShell_LiveboxViewManager.h [new file with mode: 0644]
src/FShell_LiveboxViewModel.cpp [new file with mode: 0644]
src/FShell_LiveboxViewModel.h [new file with mode: 0644]
src/FShell_LiveboxViewPresenter.cpp [new file with mode: 0644]
src/FShell_LiveboxViewPresenter.h [new file with mode: 0644]
src/inc/FShell_ILiveboxTouchEventListener.h [new file with mode: 0644]
src/inc/FShell_LiveboxManagerImpl.h [new file with mode: 0644]
src/inc/FShell_LiveboxManagerIpcMessage.h [new file with mode: 0644]
src/inc/FShell_LiveboxManagerProxy.h [new file with mode: 0644]
src/inc/FShell_LiveboxPopupProviderImpl.h [new file with mode: 0644]
src/inc/FShell_LiveboxProviderImpl.h [new file with mode: 0644]
src/inc/FShell_LiveboxProviderInfoImpl.h [new file with mode: 0644]
src/inc/FShell_LiveboxSizeInfoImpl.h [new file with mode: 0644]
src/inc/FShell_TemplateUtil.h [new file with mode: 0644]