TizenRefApp-8211 [Gallery] Implement Model 36/120136/1
authorIgor Nazarov <i.nazarov@samsung.com>
Tue, 21 Mar 2017 15:14:48 +0000 (17:14 +0200)
committerIgor Nazarov <i.nazarov@samsung.com>
Tue, 21 Mar 2017 18:03:21 +0000 (20:03 +0200)
commit69419daae15baf4a614115aa5cd61008b21402f0
tree70fb8f8558d3d109b9463966648414f1499fa39e
parent1916c36337bbe723ee75c31410d83260de286153
TizenRefApp-8211 [Gallery] Implement Model

- Implemented Model functionality;
- Fixed LLVM build errors/warnings in UCL.

Change-Id: Ibfc3eb57d4955219991428db9947a50e49b8b742
21 files changed:
inc/model/Gallery.h
inc/model/IMediaAlbum.h
inc/model/MediaItem.h
inc/model/types.h
src/common.h
src/model/Gallery.cpp
src/model/GalleryAlbum.cpp [new file with mode: 0644]
src/model/GalleryAlbum.h [new file with mode: 0644]
src/model/MediaItem.cpp
src/model/common.h [new file with mode: 0644]
src/model/helpers.cpp [new file with mode: 0644]
src/model/helpers.h [new file with mode: 0644]
src/model/helpers.hpp [new file with mode: 0644]
src/view/ImageGrid.cpp
tizen-manifest.xml
ucl/inc/ucl/misc/RefCountAware.hpp
ucl/inc/ucl/util/helpers.h
ucl/inc/ucl/util/helpers.hpp
ucl/inc/ucl/util/logging.h
ucl/inc/ucl/util/types/Result.h
ucl/src/util/types/Result.cpp