TizenRefApp-8332 [Gallery] Refactor application directory structure 08/123708/1
authorIgor Nazarov <i.nazarov@samsung.com>
Thu, 6 Apr 2017 15:33:15 +0000 (18:33 +0300)
committerIgor Nazarov <i.nazarov@samsung.com>
Thu, 6 Apr 2017 15:33:15 +0000 (18:33 +0300)
commit7226e3bca6bf92385f143d9c7c90bf5ba9909ea1
treed20984370d4cc3a179e26aad7b44fe958f8f8736
parentdef076221c5ec77c5fd6060e4097d91bbf565e52
TizenRefApp-8332 [Gallery] Refactor application directory structure

- "presentation" folder split into "presenters" and "view".

Change-Id: Ife435970d2a7dc4c5164e92644ba01089c2d6b3c
60 files changed:
inc/presentation/IImageGridListener.h [deleted file]
inc/presentation/ImageGrid.h [deleted file]
inc/presentation/ImageViewer.h [deleted file]
inc/presentation/Instance.h [deleted file]
inc/presentation/InstanceManager.h [deleted file]
inc/presentation/NoContentPage.h [deleted file]
inc/presentation/Page.h [deleted file]
inc/presentation/Page.hpp [deleted file]
inc/presentation/PreviewPage.h [deleted file]
inc/presentation/ThumbnailPage.h [deleted file]
inc/presentation/TouchParser.h [deleted file]
inc/presentation/ViewerPage.h [deleted file]
inc/presentation/types.h [deleted file]
inc/presenters/Instance.h [new file with mode: 0644]
inc/presenters/InstanceManager.h [new file with mode: 0644]
inc/presenters/NoContentPage.h [new file with mode: 0644]
inc/presenters/Page.h [new file with mode: 0644]
inc/presenters/Page.hpp [new file with mode: 0644]
inc/presenters/PreviewPage.h [new file with mode: 0644]
inc/presenters/ThumbnailPage.h [new file with mode: 0644]
inc/presenters/ViewerPage.h [new file with mode: 0644]
inc/presenters/types.h [new file with mode: 0644]
inc/resources.h
inc/view/IImageGridListener.h [new file with mode: 0644]
inc/view/ImageGrid.h [new file with mode: 0644]
inc/view/ImageViewer.h [new file with mode: 0644]
inc/view/TouchParser.h [new file with mode: 0644]
inc/view/helpers.h [new file with mode: 0644]
inc/view/types.h [new file with mode: 0644]
src/common.h
src/main.cpp
src/model/GalleryAlbum.cpp
src/model/MediaItem.cpp
src/model/common.h
src/presentation/ImageGrid.cpp [deleted file]
src/presentation/ImageViewer.cpp [deleted file]
src/presentation/Instance.cpp [deleted file]
src/presentation/InstanceManager.cpp [deleted file]
src/presentation/NoContentPage.cpp [deleted file]
src/presentation/Page.cpp [deleted file]
src/presentation/PreviewPage.cpp [deleted file]
src/presentation/ThumbnailPage.cpp [deleted file]
src/presentation/TouchParser.cpp [deleted file]
src/presentation/ViewerPage.cpp [deleted file]
src/presentation/common.h [deleted file]
src/presentation/helpers.cpp [deleted file]
src/presentation/helpers.h [deleted file]
src/presenters/Instance.cpp [new file with mode: 0644]
src/presenters/InstanceManager.cpp [new file with mode: 0644]
src/presenters/NoContentPage.cpp [new file with mode: 0644]
src/presenters/Page.cpp [new file with mode: 0644]
src/presenters/PreviewPage.cpp [new file with mode: 0644]
src/presenters/ThumbnailPage.cpp [new file with mode: 0644]
src/presenters/ViewerPage.cpp [new file with mode: 0644]
src/presenters/common.h [new file with mode: 0644]
src/view/ImageGrid.cpp [new file with mode: 0644]
src/view/ImageViewer.cpp [new file with mode: 0644]
src/view/TouchParser.cpp [new file with mode: 0644]
src/view/common.h [new file with mode: 0644]
src/view/helpers.cpp [new file with mode: 0644]