apply CNameInfo and CSort 09/35309/2
authorJehun Lim <jehun.lim@samsung.com>
Thu, 12 Feb 2015 01:01:30 +0000 (10:01 +0900)
committerJehun Lim <jehun.lim@samsung.com>
Thu, 12 Feb 2015 01:16:04 +0000 (10:16 +0900)
commit210224af2c3220320f7f4dba9bab31a2357e6ef5
tree1e2d334759d85251ef95960853a9ca8512ac5d87
parent36c9e4abff37a00bd89dac5928a466fe6544e5b0
apply CNameInfo and CSort

Change-Id: I4df332a479fcba47de1c60ed888b5532be73e9de
Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
37 files changed:
CMakeLists.txt
include/common/menudef.h
include/data/eventinfo.h [moved from include/data/eventdata.h with 53% similarity]
include/data/folderinfo.h [moved from include/data/videodata.h with 60% similarity]
include/data/imageinfo.h [moved from include/data/imagedata.h with 51% similarity]
include/data/mediadata.h
include/data/mediainfo.h [new file with mode: 0644]
include/data/videoinfo.h [new file with mode: 0644]
include/util/util.h
include/view/ctxtmenu-view/ctxtmenu_view.h
include/view/gallery-view/gallery_view.h
include/view/gallery-view/layout_all.h
include/view/gallery-view/layout_events.h
include/view/gallery-view/layout_folder.h
include/view/photo-viewer/photoviewer_view.h
include/view/photo-viewer/zoom_view.h
include/view/viewdata.h
src/common/menudef.cpp
src/data/eventdata.cpp [deleted file]
src/data/eventinfo.cpp [new file with mode: 0644]
src/data/folderinfo.cpp [new file with mode: 0644]
src/data/imagedata.cpp [deleted file]
src/data/imageinfo.cpp [new file with mode: 0644]
src/data/mediadata.cpp
src/data/mediainfo.cpp [new file with mode: 0644]
src/data/videodata.cpp [deleted file]
src/data/videoinfo.cpp [new file with mode: 0644]
src/main.cpp
src/util/util.cpp
src/view/ctxtmenu-view/ctxtmenu_view.cpp
src/view/gallery-view/gallery_view.cpp
src/view/gallery-view/layout_all.cpp
src/view/gallery-view/layout_events.cpp
src/view/gallery-view/layout_folder.cpp
src/view/photo-viewer/photoviewer_view.cpp
src/view/photo-viewer/zoom_view.cpp
src/view/video-player/video_player.cpp