TizenRefApp-8640 [Gallery] Implement custom accessibility order in 86/132986/2
authorIgor Nazarov <i.nazarov@samsung.com>
Thu, 8 Jun 2017 13:51:29 +0000 (16:51 +0300)
committerIgor Nazarov <i.nazarov@samsung.com>
Thu, 8 Jun 2017 13:55:55 +0000 (16:55 +0300)
commit1bb9af3e8e0c78e44dacabc05c5abaeb229d148c
treee740a0cb6d6936fafc446d4b474d11c4c43dc65f
parentc7bf7fc89d945a3431612a73be6853545caea428
TizenRefApp-8640 [Gallery] Implement custom accessibility order in
ThumbnailPage

- Implemented AtspiHighlightHelper presenter class;
- Fixed bug in ImageGrid with double highlight on swipe;
- Other changes.

Change-Id: I92ede1fc87a81750269b0742be6e52001ab81c2f
15 files changed:
inc/presenters/AtspiHighlightHelper.h [new file with mode: 0644]
inc/presenters/Presenter.h
inc/presenters/ThumbnailPage.h
inc/view/ImageGrid.h
inc/view/helpers.h
src/presenters/AtspiHighlightHelper.cpp [new file with mode: 0644]
src/presenters/MoreOptionsPresenter.cpp
src/presenters/Presenter.cpp
src/presenters/ProcessingPresenter.cpp
src/presenters/ThumbnailPage.cpp
src/presenters/VideoPlayerPage.cpp
src/view/ImageGrid.cpp
src/view/helpers.cpp
ucl/inc/ucl/gui/types.h
ucl/src/gui/ElmWidget.cpp