TizenRefApp-8219 [Gallery] Integrate rotatry support into thumbnail page 07/121307/2
authorIgor Nazarov <i.nazarov@samsung.com>
Mon, 27 Mar 2017 13:15:48 +0000 (16:15 +0300)
committerIgor Nazarov <i.nazarov@samsung.com>
Tue, 28 Mar 2017 09:09:31 +0000 (12:09 +0300)
commit4de00433d59cfbcbe20c73f1c040a87a7d5c9bb9
tree3ce525013e129586efd1a0f74438745dfb6e401e
parent255f9246510d0ecc832235ec041329d9b73c7bc2
TizenRefApp-8219 [Gallery] Integrate rotatry support into thumbnail page

- Added presentation/helpers.h with Circle Surface functionality;
- Circle Surface functionality integretaed into Instance, ThumbnailPage
  and ImageGrid classes;
- Files from "main" folder moved to "presentation" folder except
  "main.cpp";
- UCL functionality extended.

Change-Id: I390c29e58b87f1642fc1b448f7ae8b9436b28519
25 files changed:
inc/main/Instance.h [deleted file]
inc/main/InstanceManager.h [deleted file]
inc/presentation/ImageGrid.h
inc/presentation/Instance.h [new file with mode: 0644]
inc/presentation/InstanceManager.h [new file with mode: 0644]
inc/presentation/ThumbnailPage.h
inc/presentation/types.h
src/main.cpp [new file with mode: 0644]
src/main/Instance.cpp [deleted file]
src/main/InstanceManager.cpp [deleted file]
src/main/main.cpp [deleted file]
src/presentation/ImageGrid.cpp
src/presentation/Instance.cpp [new file with mode: 0644]
src/presentation/InstanceManager.cpp [new file with mode: 0644]
src/presentation/Page.cpp
src/presentation/ThumbnailPage.cpp
src/presentation/common.h
src/presentation/helpers.cpp [new file with mode: 0644]
src/presentation/helpers.h [new file with mode: 0644]
ucl/inc/ucl/gui/ElmWidget.h
ucl/inc/ucl/gui/ElmWidget.hpp
ucl/inc/ucl/gui/Widget.h
ucl/inc/ucl/gui/Widget.hpp
ucl/inc/ucl/gui/types.h
ucl/src/gui/ElmWidget.cpp