TizenRefApp-8670 [Gallery] Reimplement UCL memory module 14/134114/3
authorIgor Nazarov <i.nazarov@samsung.com>
Wed, 14 Jun 2017 11:17:00 +0000 (14:17 +0300)
committerIgor Nazarov <i.nazarov@samsung.com>
Wed, 14 Jun 2017 18:40:15 +0000 (21:40 +0300)
commit37fd7cc264588d6cb838494ad8a1c9501fa8f9d4
tree54a67acbbbff445d1aa29bd0f3a11a65e92718de
parente7c62ecf56984f6f5fc651f5c22aaa72fa293409
TizenRefApp-8670 [Gallery] Reimplement UCL memory module

Change-Id: I152c4353e54b99719b472e6e07a5f91c2936cb14
85 files changed:
inc/gallery/model/Gallery.h
inc/gallery/model/MediaItem.h
inc/gallery/model/SoundManager.h
inc/gallery/presenters/AlertDialog.h
inc/gallery/presenters/AtspiHighlightHelper.h
inc/gallery/presenters/Instance.h
inc/gallery/presenters/MoreOptionsPresenter.h
inc/gallery/presenters/NoContentPage.h
inc/gallery/presenters/Page.h
inc/gallery/presenters/Presenter.h
inc/gallery/presenters/PreviewPage.h
inc/gallery/presenters/ProcessingPresenter.h
inc/gallery/presenters/SelectModePresenter.h
inc/gallery/presenters/ThumbnailPage.h
inc/gallery/presenters/VideoPlayerPage.h
inc/gallery/presenters/ViewerPage.h
inc/gallery/view/ImageGrid.h
inc/gallery/view/ImageViewer.h
inc/gallery/view/PageContent.h
inc/gallery/view/TouchParser.h
src/common.h
src/model/GalleryAlbum.h
src/model/MediaItem.cpp
src/presenters/AlertDialog.cpp
src/presenters/AtspiHighlightHelper.cpp
src/presenters/Instance.cpp
src/presenters/MoreOptionsPresenter.cpp
src/presenters/NoContentPage.cpp
src/presenters/Page.cpp
src/presenters/Presenter.cpp
src/presenters/PreviewPage.cpp
src/presenters/ProcessingPresenter.cpp
src/presenters/SelectModePresenter.cpp
src/presenters/ThumbnailPage.cpp
src/presenters/VideoPlayerPage.cpp
src/presenters/ViewerPage.cpp
src/view/ImageGrid.cpp
src/view/ImageViewer.cpp
src/view/PageContent.cpp
src/view/TouchParser.cpp
ucl/inc/ucl/gui/EdjeWidget.h
ucl/inc/ucl/gui/EdjeWidget.hpp
ucl/inc/ucl/gui/ElmWidget.h
ucl/inc/ucl/gui/Layout.h
ucl/inc/ucl/gui/Naviframe.h
ucl/inc/ucl/gui/StyledWidget.h
ucl/inc/ucl/gui/Widget.h
ucl/inc/ucl/gui/Window.h
ucl/inc/ucl/gui/Window.hpp
ucl/inc/ucl/misc/Event.hpp
ucl/inc/ucl/misc/RefCountAware.h
ucl/inc/ucl/misc/RefCountAware.hpp
ucl/inc/ucl/misc/Timeout.h
ucl/inc/ucl/util/delegation/BaseDelegate.h
ucl/inc/ucl/util/delegation/BaseDelegate.hpp
ucl/inc/ucl/util/delegation/Delegate.h
ucl/inc/ucl/util/delegation/Delegate.hpp
ucl/inc/ucl/util/delegation/Delegate2.h
ucl/inc/ucl/util/delegation/Delegate2.hpp
ucl/inc/ucl/util/delegation/helpers.h
ucl/inc/ucl/util/memory.h
ucl/inc/ucl/util/memory/BaseRef.h
ucl/inc/ucl/util/memory/BaseRef.hpp
ucl/inc/ucl/util/memory/IRefCountObj.h [new file with mode: 0644]
ucl/inc/ucl/util/memory/RefCountObj.h
ucl/inc/ucl/util/memory/RefCountObj.hpp
ucl/inc/ucl/util/memory/RefCountObjBase.h [deleted file]
ucl/inc/ucl/util/memory/RefCountObjBase.hpp [deleted file]
ucl/inc/ucl/util/memory/RefCounterMT.h [new file with mode: 0644]
ucl/inc/ucl/util/memory/RefCounterMT.hpp [new file with mode: 0644]
ucl/inc/ucl/util/memory/RefCounterST.h [new file with mode: 0644]
ucl/inc/ucl/util/memory/RefCounterST.hpp [new file with mode: 0644]
ucl/inc/ucl/util/memory/ReffedObj.h [new file with mode: 0644]
ucl/inc/ucl/util/memory/ReffedObj.hpp [new file with mode: 0644]
ucl/inc/ucl/util/memory/SharedRef.h
ucl/inc/ucl/util/memory/SharedRef.hpp
ucl/inc/ucl/util/memory/WeakRef.h
ucl/inc/ucl/util/memory/WeakRef.hpp
ucl/inc/ucl/util/memory/helpers.h
ucl/inc/ucl/util/smartDelegation/WeakDelegate.h
ucl/inc/ucl/util/smartDelegation/WeakDelegate.hpp
ucl/inc/ucl/util/types/baseTypes.h
ucl/src/gui/ElmWidget.cpp
ucl/src/gui/Naviframe.cpp
ucl/src/gui/Widget.cpp