TizenRefApp-8424 [Gallery] Implement ProcessingPresenter 84/126684/1
authorIgor Nazarov <i.nazarov@samsung.com>
Mon, 24 Apr 2017 18:18:38 +0000 (21:18 +0300)
committerIgor Nazarov <i.nazarov@samsung.com>
Mon, 24 Apr 2017 18:18:38 +0000 (21:18 +0300)
commit80fad55453552db2439e1a1850b59bdc29fc3bac
treec70e818606676366bb5e309db65047712f4bf816
parentfc6c182d7db211c1ad96b2e2fbba3bd851a1591a
TizenRefApp-8424 [Gallery] Implement ProcessingPresenter

- Implemented ProcessingPresenter class;
- Added PageContent::Part::OVERLAY part;
- UCL "common.h" include refactoring (minimizing of "..").

Change-Id: I634e874c22a451aa00abacf1d560dc6795a46bd8
20 files changed:
edc/images/check_18.png [new file with mode: 0644]
edc/layouts.edc
inc/presenters/ProcessingPresenter.h [new file with mode: 0644]
inc/presenters/types.h
inc/view/PageContent.h
res/edje/theme.edc
src/presenters/ProcessingPresenter.cpp [new file with mode: 0644]
src/view/PageContent.cpp
ucl/src/appfw/InstanceManagerBase.cpp
ucl/src/appfw/SysEventProvider.cpp
ucl/src/appfw/UIApp.cpp
ucl/src/appfw/common.h [new file with mode: 0644]
ucl/src/appfw/helpers.cpp
ucl/src/gui/Layout.cpp
ucl/src/gui/Naviframe.cpp
ucl/src/gui/Widget.cpp
ucl/src/gui/Window.cpp
ucl/src/gui/common.h [new file with mode: 0644]
ucl/src/misc/Variant.cpp
ucl/src/misc/common.h [new file with mode: 0644]