TizenRefApp-8237 [Gallery] Integrate ThumbnailPage into application 02/120902/1
authorIgor Nazarov <i.nazarov@samsung.com>
Fri, 24 Mar 2017 13:53:58 +0000 (15:53 +0200)
committerIgor Nazarov <i.nazarov@samsung.com>
Fri, 24 Mar 2017 14:01:11 +0000 (16:01 +0200)
commit255f9246510d0ecc832235ec041329d9b73c7bc2
tree44137d184a83e171f95146874f04b1aad30d9c82
parentb43d9dd755f1fb377b8d610478928768eafe5063
TizenRefApp-8237 [Gallery] Integrate ThumbnailPage into application

- Implemented code in Instance that integrates ThumbnailPage as a main
  page;
- Added SCAN_MEDIA_ON_RESUME temporary feature;
- Added Theme class to UCL;
- IInstance * changed to IInstanceSRef in UCL appfw module;
- Added helpers to UCL appfw.

Change-Id: I385bc669d13dcbcc71354714905238cd4c508490
20 files changed:
.project
inc/config.h
inc/main/Instance.h
inc/main/InstanceManager.h
inc/presentation/ThumbnailPage.h
inc/resources.h [new file with mode: 0644]
src/main/Instance.cpp
src/main/InstanceManager.cpp
src/presentation/ImageGrid.cpp
src/presentation/ThumbnailPage.cpp
ucl/inc/ucl/appfw/IInstance.h
ucl/inc/ucl/appfw/InstanceManagerBase.h
ucl/inc/ucl/appfw/UIApp.h
ucl/inc/ucl/appfw/helpers.h [new file with mode: 0644]
ucl/inc/ucl/gui/ElmWidget.h
ucl/inc/ucl/gui/ElmWidget.hpp
ucl/inc/ucl/gui/Theme.h [new file with mode: 0644]
ucl/inc/ucl/gui/Theme.hpp [new file with mode: 0644]
ucl/src/appfw/UIApp.cpp
ucl/src/appfw/helpers.cpp [new file with mode: 0644]