Change Livebox to AppWidget
authorChoi Munseok <ms47.choi@samsung.com>
Sat, 16 Mar 2013 03:43:26 +0000 (12:43 +0900)
committerChoi Munseok <ms47.choi@samsung.com>
Sat, 16 Mar 2013 03:43:26 +0000 (12:43 +0900)
commit1f2b27e5dbca08d76e79b46ffa97f17f8d17c584
treeb86acaef6d181c7a0e015699a2a032e5f0222854
parentd3ad06986abfa32af95ec4d20e3428a30a68e21a
Change Livebox to AppWidget

Change-Id: Ic5a5cc2c5b4b84d6daa5269a667344f502de0806
Signed-off-by: Choi Munseok <ms47.choi@samsung.com>
100 files changed:
inc/FShell.h
inc/FShellAppWidgetFrame.h [moved from inc/FShellLiveboxFrame.h with 73% similarity]
inc/FShellAppWidgetManager.h [moved from inc/FShellLiveboxManager.h with 59% similarity, mode: 0644]
inc/FShellAppWidgetPopup.h [moved from inc/FShellLiveboxPopup.h with 79% similarity]
inc/FShellAppWidgetPopupProvider.h [new file with mode: 0644]
inc/FShellAppWidgetProvider.h [new file with mode: 0644]
inc/FShellAppWidgetProviderInfo.h [moved from inc/FShellLiveboxProviderInfo.h with 63% similarity]
inc/FShellAppWidgetProviderManager.h [new file with mode: 0644]
inc/FShellAppWidgetSizeInfo.h [moved from inc/FShellLiveboxSizeInfo.h with 65% similarity]
inc/FShellAppWidgetView.h [moved from inc/FShellLiveboxView.h with 76% similarity]
inc/FShellIAppWidgetAddRequestListener.h [moved from inc/FShellILiveboxAddRequestListener.h with 51% similarity, mode: 0644]
inc/FShellIAppWidgetPopupProviderFactory.h [moved from inc/FShellILiveboxPopupProviderFactory.h with 51% similarity]
inc/FShellIAppWidgetProviderFactory.h [moved from inc/FShellILiveboxProviderFactory.h with 50% similarity]
inc/FShellIAppWidgetViewEventListener.h
inc/FShellLiveboxPopupProvider.h [deleted file]
inc/FShellLiveboxProvider.h [deleted file]
inc/FShellLiveboxProviderManager.h [deleted file]
src/CMakeLists.txt
src/FShellAppWidgetFrame.cpp [moved from src/FShellLiveboxFrame.cpp with 74% similarity]
src/FShellAppWidgetManager.cpp [moved from src/FShellLiveboxManager.cpp with 55% similarity, mode: 0644]
src/FShellAppWidgetPopup.cpp [moved from src/FShellLiveboxPopup.cpp with 68% similarity]
src/FShellAppWidgetPopupProvider.cpp [new file with mode: 0644]
src/FShellAppWidgetProvider.cpp [new file with mode: 0644]
src/FShellAppWidgetProviderInfo.cpp [new file with mode: 0644]
src/FShellAppWidgetProviderManager.cpp [new file with mode: 0644]
src/FShellAppWidgetSizeInfo.cpp [moved from src/FShellLiveboxSizeInfo.cpp with 54% similarity]
src/FShellAppWidgetView.cpp [moved from src/FShellLiveboxView.cpp with 68% similarity]
src/FShellLiveboxPopupProvider.cpp [deleted file]
src/FShellLiveboxProvider.cpp [deleted file]
src/FShellLiveboxProviderInfo.cpp [deleted file]
src/FShellLiveboxProviderManager.cpp [deleted file]
src/FShell_AppWidgetFrame.cpp [moved from src/FShell_LiveboxFrame.cpp with 53% similarity]
src/FShell_AppWidgetFrame.h [moved from src/FShell_LiveboxFrame.h with 63% similarity]
src/FShell_AppWidgetFrameImpl.cpp [new file with mode: 0644]
src/FShell_AppWidgetFrameImpl.h [new file with mode: 0644]
src/FShell_AppWidgetFrameModel.cpp [moved from src/FShell_LiveboxFrameModel.cpp with 69% similarity]
src/FShell_AppWidgetFrameModel.h [moved from src/FShell_LiveboxFrameModel.h with 62% similarity]
src/FShell_AppWidgetFramePresenter.cpp [moved from src/FShell_LiveboxFramePresenter.cpp with 50% similarity]
src/FShell_AppWidgetFramePresenter.h [moved from src/FShell_LiveboxFramePresenter.h with 52% similarity]
src/FShell_AppWidgetLayer.cpp [moved from src/FShell_LiveboxLayer.cpp with 81% similarity]
src/FShell_AppWidgetLayer.h [moved from src/FShell_LiveboxLayer.h with 77% similarity]
src/FShell_AppWidgetManagerImpl.cpp [new file with mode: 0644]
src/FShell_AppWidgetManagerIpcMessage.cpp [moved from src/FShell_LiveboxManagerIpcMessage.cpp with 79% similarity]
src/FShell_AppWidgetManagerProxy.cpp [moved from src/FShell_LiveboxManagerProxy.cpp with 51% similarity]
src/FShell_AppWidgetPopup.cpp [moved from src/FShell_LiveboxPopup.cpp with 55% similarity, mode: 0644]
src/FShell_AppWidgetPopup.h [moved from src/FShell_LiveboxPopup.h with 67% similarity]
src/FShell_AppWidgetPopupImpl.cpp [new file with mode: 0644]
src/FShell_AppWidgetPopupImpl.h [moved from src/FShell_LiveboxPopupImpl.h with 59% similarity]
src/FShell_AppWidgetPopupModel.cpp [moved from src/FShell_LiveboxPopupModel.cpp with 65% similarity]
src/FShell_AppWidgetPopupModel.h [moved from src/FShell_LiveboxPopupModel.h with 66% similarity]
src/FShell_AppWidgetPopupPresenter.cpp [moved from src/FShell_LiveboxPopupPresenter.cpp with 68% similarity]
src/FShell_AppWidgetPopupPresenter.h [moved from src/FShell_LiveboxPopupPresenter.h with 63% similarity]
src/FShell_AppWidgetPopupProviderImpl.cpp [new file with mode: 0644]
src/FShell_AppWidgetPopupView.cpp [moved from src/FShell_LiveboxPopupView.cpp with 70% similarity]
src/FShell_AppWidgetPopupView.h [moved from src/FShell_LiveboxPopupView.h with 69% similarity]
src/FShell_AppWidgetPopupViewEvent.cpp [new file with mode: 0644]
src/FShell_AppWidgetPopupViewEvent.h [moved from src/FShell_LiveboxPopupViewEvent.h with 59% similarity]
src/FShell_AppWidgetPopupViewPresenter.cpp [moved from src/FShell_LiveboxPopupViewPresenter.cpp with 62% similarity]
src/FShell_AppWidgetPopupViewPresenter.h [new file with mode: 0644]
src/FShell_AppWidgetProviderImpl.cpp [new file with mode: 0644]
src/FShell_AppWidgetProviderInfoImpl.cpp [moved from src/FShell_LiveboxProviderInfoImpl.cpp with 58% similarity]
src/FShell_AppWidgetProviderManagerImpl.cpp [moved from src/FShell_LiveboxProviderManagerImpl.cpp with 59% similarity]
src/FShell_AppWidgetSizeInfoImpl.cpp [moved from src/FShell_LiveboxSizeInfoImpl.cpp with 58% similarity]
src/FShell_AppWidgetView.cpp [moved from src/FShell_LiveboxView.cpp with 70% similarity]
src/FShell_AppWidgetView.h [moved from src/FShell_LiveboxView.h with 72% similarity]
src/FShell_AppWidgetViewImpl.cpp [moved from src/FShell_LiveboxViewImpl.cpp with 60% similarity]
src/FShell_AppWidgetViewImpl.h [moved from src/FShell_LiveboxViewImpl.h with 60% similarity]
src/FShell_AppWidgetViewManager.cpp [moved from src/FShell_LiveboxViewManager.cpp with 65% similarity]
src/FShell_AppWidgetViewManager.h [new file with mode: 0644]
src/FShell_AppWidgetViewModel.cpp [new file with mode: 0644]
src/FShell_AppWidgetViewModel.h [moved from src/FShell_LiveboxViewModel.h with 61% similarity]
src/FShell_AppWidgetViewPresenter.cpp [moved from src/FShell_LiveboxViewPresenter.cpp with 64% similarity]
src/FShell_AppWidgetViewPresenter.h [moved from src/FShell_LiveboxViewPresenter.h with 63% similarity]
src/FShell_IAppWidgetPopupViewEventListener.h [moved from src/FShell_ILiveboxPopupViewEventListener.h with 55% similarity]
src/FShell_IAppWidgetViewEventListener.h
src/FShell_LiveboxFrameImpl.cpp [deleted file]
src/FShell_LiveboxFrameImpl.h [deleted file]
src/FShell_LiveboxManagerImpl.cpp [deleted file]
src/FShell_LiveboxPopupImpl.cpp [deleted file]
src/FShell_LiveboxPopupProviderImpl.cpp [deleted file]
src/FShell_LiveboxPopupViewEvent.cpp [deleted file]
src/FShell_LiveboxPopupViewPresenter.h [deleted file]
src/FShell_LiveboxProviderImpl.cpp [deleted file]
src/FShell_LiveboxViewManager.h [deleted file]
src/FShell_LiveboxViewModel.cpp [deleted file]
src/core/FShellLockManager.cpp
src/core/FShell_ShortcutManagerImpl.cpp
src/inc/FShell_AppWidgetManagerImpl.h [moved from src/inc/FShell_LiveboxManagerImpl.h with 52% similarity]
src/inc/FShell_AppWidgetManagerIpcMessage.h [new file with mode: 0644]
src/inc/FShell_AppWidgetManagerProxy.h [moved from src/inc/FShell_LiveboxManagerProxy.h with 81% similarity]
src/inc/FShell_AppWidgetPopupProviderImpl.h [new file with mode: 0644]
src/inc/FShell_AppWidgetProviderImpl.h [moved from src/inc/FShell_LiveboxProviderImpl.h with 59% similarity]
src/inc/FShell_AppWidgetProviderInfoImpl.h [moved from src/inc/FShell_LiveboxProviderInfoImpl.h with 58% similarity]
src/inc/FShell_AppWidgetProviderManagerImpl.h [new file with mode: 0644]
src/inc/FShell_AppWidgetSizeInfoImpl.h [moved from src/inc/FShell_LiveboxSizeInfoImpl.h with 55% similarity]
src/inc/FShell_IAppWidgetTouchEventListener.h [moved from src/inc/FShell_ILiveboxTouchEventListener.h with 65% similarity]
src/inc/FShell_LiveboxManagerIpcMessage.h [deleted file]
src/inc/FShell_LiveboxPopupProviderImpl.h [deleted file]
src/inc/FShell_LiveboxProviderManagerImpl.h [deleted file]
src/inc/FShell_ShortcutManagerImpl.h