1) _AppWidgetContextBase is removed and _AppWidgetContext includes the drop view.
authorkyeongwoo.lee <kyeongwoo.lee@samsung.com>
Tue, 9 Jul 2013 08:28:31 +0000 (17:28 +0900)
committerkyeongwoo.lee <kyeongwoo.lee@samsung.com>
Wed, 10 Jul 2013 09:02:11 +0000 (18:02 +0900)
commit29246f80dec98f105e0ee2577de9de482daabdd7
treeaece5f5b676d532905da8c0e7ea429b16fe8e0e7
parent15ab4e9282cffbf0289bac3a6d3ab0ba2c426eae
1) _AppWidgetContextBase is removed and _AppWidgetContext includes the drop view.
2) add _AppWidgetRemoteBuffer class
3) remove dependency between _AppWidgetManagerService and _AppWidgetRemoteBuffer
4) add listener for touch event

Change-Id: Id688494d5dbb5a591b48c0af3e9187ea5f916483
CMakeLists.txt
inc/FShell_AppWidgetContext.h
inc/FShell_AppWidgetContextBase.h [deleted file]
inc/FShell_AppWidgetPopupContext.h
inc/FShell_AppWidgetRemoteBuffer.h [new file with mode: 0644]
src/FShell_AppWidgetContext.cpp
src/FShell_AppWidgetContextBase.cpp [deleted file]
src/FShell_AppWidgetContextHelper.cpp
src/FShell_AppWidgetManagerService.cpp
src/FShell_AppWidgetPopupContext.cpp
src/FShell_AppWidgetRemoteBuffer.cpp [new file with mode: 0644]