TizenRefApp-8516 [Gallery] Implement VideoPlayerPage video functionality 63/129663/4
authorIgor Nazarov <i.nazarov@samsung.com>
Tue, 16 May 2017 18:26:00 +0000 (21:26 +0300)
committerIgor Nazarov <i.nazarov@samsung.com>
Thu, 18 May 2017 10:38:19 +0000 (13:38 +0300)
commite0ddb963aeb9ec8eeaf2b27c3c61f6c73c9789b3
tree39745a07881aef25ce016b9f27b45c7333d21e94
parentaa6a3b29c3d5fc23dcb19a52e8943e5a7bc596b0
TizenRefApp-8516 [Gallery] Implement VideoPlayerPage video functionality

- Implemented VideoPlayerPage with video playback functionality (no sound
  control);
- Added MIME parsing to MediaItem;
- VideoPlayerPage integrated to view operation;
- src/helpers.h ranamed to src/internal.h;
- Other minir changes and fixes.

Change-Id: I8bc057d6a38cf89ca82a1c100c865af3b855ba7e
27 files changed:
inc/presenters/Instance.h
inc/presenters/Presenter.h
inc/presenters/VideoPlayerPage.h [new file with mode: 0644]
inc/presenters/types.h
src/common.h
src/helpers.h [deleted file]
src/helpers.hpp [deleted file]
src/internal.h [new file with mode: 0644]
src/internal.hpp [new file with mode: 0644]
src/model/MediaItem.cpp
src/model/common.h
src/model/helpers.cpp [deleted file]
src/model/helpers.h [deleted file]
src/model/helpers.hpp [deleted file]
src/model/internal.cpp [new file with mode: 0644]
src/model/internal.h [new file with mode: 0644]
src/model/internal.hpp [new file with mode: 0644]
src/presenters/AlertDialog.cpp
src/presenters/Instance.cpp
src/presenters/MoreOptionsPresenter.cpp
src/presenters/Presenter.cpp
src/presenters/VideoPlayerPage.cpp [new file with mode: 0644]
src/presenters/ViewerPage.cpp
src/presenters/common.h
src/presenters/internal.cpp [new file with mode: 0644]
src/presenters/internal.h [new file with mode: 0644]
tizen-manifest.xml