Remove popup dependency from wrt-commons
authorLukasz Marek <l.marek@samsung.com>
Tue, 11 Dec 2012 18:20:19 +0000 (19:20 +0100)
committerLukasz Marek <l.marek@samsung.com>
Thu, 13 Dec 2012 12:15:55 +0000 (13:15 +0100)
commitb3c95dbe7ac1455db9f8d86d089b4b914e026361
treec5836ebcbe597187d79e77a75bf263d37c7b928a
parent65f7213f6b2dd2a7bbfd656edb891584a361482d
Remove popup dependency from wrt-commons

[Issue#]
[Bug] N/A
[Cause] Popup implementation is splitted into several repositories.
[Solution] This commit moves DPL implementation into place where it is used
[Verification] Build repository, run widget with popups

Change-Id: I3bfbcaa97829b75426b66f9bc77650b3e744660a
17 files changed:
src/wrt-popup/wrt/popup-bin/CMakeLists.txt
src/wrt-popup/wrt/popup-bin/InfoPopup.cpp
src/wrt-popup/wrt/popup-bin/InfoPopup.h
src/wrt-popup/wrt/popup-bin/YesNoPopup.cpp
src/wrt-popup/wrt/popup-bin/YesNoPopup.h
src/wrt-popup/wrt/popup-bin/renderer/evas_object.cpp [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/renderer/evas_object.h [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/renderer/popup.h [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/renderer/popup_controller.cpp [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/renderer/popup_controller.h [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/renderer/popup_manager.cpp [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/renderer/popup_manager.h [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/renderer/popup_object.h [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/renderer/popup_renderer.cpp [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/renderer/popup_renderer.h [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/wrt-popup.cpp
src/wrt-popup/wrt/popup-bin/wrt-popup.h