Initial commit 52/34452/1 accepted/tizen/tv/20150128.122330 submit/tizen_tv/20150127.211408
authorJehun Lim <jehun.lim@samsung.com>
Tue, 27 Jan 2015 08:53:00 +0000 (17:53 +0900)
committerJehun Lim <jehun.lim@samsung.com>
Tue, 27 Jan 2015 11:30:45 +0000 (20:30 +0900)
commit6816fe045ed88cf0892707b82b1056ec2c0a0326
treefcdabefa22642e8737c0e8e2a2a07cb7524abc0c
parent9335a9cdcc20452c755e16123a860c13d4990708
Initial commit

Displays media data in various sources

Change-Id: I97c104111fcc4b90d2ceadbc3e84a9acc201bcc6
Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
116 files changed:
CMakeLists.txt [new file with mode: 0644]
include/common/dbg.h [new file with mode: 0644]
include/common/define.h [new file with mode: 0644]
include/common/i18n.h [new file with mode: 0644]
include/common/menudef.h [new file with mode: 0644]
include/data/eventdata.h [new file with mode: 0644]
include/data/imagedata.h [new file with mode: 0644]
include/data/mediadata.h [new file with mode: 0644]
include/data/videodata.h [new file with mode: 0644]
include/util/timeout_handler.h [new file with mode: 0644]
include/util/util.h [new file with mode: 0644]
include/view/ctxtmenu-view/ctxtmenu_view.h [new file with mode: 0644]
include/view/gallery-view/gallery_view.h [new file with mode: 0644]
include/view/gallery-view/layout_all.h [new file with mode: 0644]
include/view/gallery-view/layout_events.h [new file with mode: 0644]
include/view/gallery-view/layout_folder.h [new file with mode: 0644]
include/view/photo-viewer/photoviewer_view.h [new file with mode: 0644]
include/view/photo-viewer/zoom_view.h [new file with mode: 0644]
include/view/video-player/video_player.h [new file with mode: 0644]
include/view/video-player/videoplayer_view.h [new file with mode: 0644]
include/view/viewdata.h [new file with mode: 0644]
org.tizen.gallery-tv-ref.manifest [new file with mode: 0644]
org.tizen.gallery-tv-ref.png [new file with mode: 0644]
org.tizen.gallery-tv-ref.xml.in [new file with mode: 0644]
org.tizen.gallery-tv-ref_4x2.png [new file with mode: 0644]
packaging/org.tizen.gallery-tv-ref.spec [new file with mode: 0644]
res/edc/CMakeLists.txt [new file with mode: 0644]
res/edc/gallery-tv-ref-theme.edc [new file with mode: 0644]
res/edc/gallery-tv-ref.edc [new file with mode: 0644]
res/edc/images/allbrowser_menu_bg.png [new file with mode: 0755]
res/edc/images/btn_next_foc.png [new file with mode: 0755]
res/edc/images/btn_next_nor.png [new file with mode: 0755]
res/edc/images/btn_previous_foc.png [new file with mode: 0755]
res/edc/images/btn_previous_nor.png [new file with mode: 0755]
res/edc/images/btn_rotate_foc.png [new file with mode: 0755]
res/edc/images/btn_rotate_nor.png [new file with mode: 0755]
res/edc/images/btn_slideshow_pause_foc.png [new file with mode: 0755]
res/edc/images/btn_slideshow_pause_nor.png [new file with mode: 0755]
res/edc/images/btn_slideshow_play_foc.png [new file with mode: 0755]
res/edc/images/btn_slideshow_play_nor.png [new file with mode: 0755]
res/edc/images/btn_slideshow_setting_foc.png [new file with mode: 0755]
res/edc/images/btn_slideshow_setting_high.png [new file with mode: 0755]
res/edc/images/btn_slideshow_setting_nor.png [new file with mode: 0755]
res/edc/images/btn_zoom_foc.png [new file with mode: 0755]
res/edc/images/btn_zoom_high.png [new file with mode: 0755]
res/edc/images/btn_zoom_nor.png [new file with mode: 0755]
res/edc/images/content_innershadow.png [new file with mode: 0755]
res/edc/images/content_video_thumbnail_shadow.png [new file with mode: 0755]
res/edc/images/contextual_menu_bg.png [new file with mode: 0644]
res/edc/images/folder_frame.png [new file with mode: 0755]
res/edc/images/function_button_foc.png [new file with mode: 0644]
res/edc/images/function_button_nor.png [new file with mode: 0644]
res/edc/images/ico_check_foc.png [new file with mode: 0755]
res/edc/images/ico_check_high.png [new file with mode: 0755]
res/edc/images/ico_default_photo_126.png [new file with mode: 0755]
res/edc/images/ico_default_photo_40.png [new file with mode: 0755]
res/edc/images/ico_default_video_126.png [new file with mode: 0755]
res/edc/images/ico_default_video_126_w.png [new file with mode: 0755]
res/edc/images/ico_default_video_40.png [new file with mode: 0755]
res/edc/images/ico_folder.png [new file with mode: 0755]
res/edc/images/ico_item_cal.png [new file with mode: 0755]
res/edc/images/ico_photo_video.png [new file with mode: 0755]
res/edc/images/ico_pulldown_nor.png [new file with mode: 0755]
res/edc/images/round_rectangle_4X4.png [new file with mode: 0755]
res/edc/images/round_rectangle_4X4_2.png [new file with mode: 0644]
res/edc/images/round_rectangle_9X9.png [new file with mode: 0644]
res/edc/images/tooltip_arrow.png [new file with mode: 0755]
res/edc/images/tooltip_center.png [new file with mode: 0755]
res/edc/images/tooltip_left.png [new file with mode: 0755]
res/edc/images/tooltip_right.png [new file with mode: 0755]
res/edc/views/ctxtmenu_view.edc [new file with mode: 0644]
res/edc/views/gallery_view.edc [new file with mode: 0644]
res/edc/views/layout_all.edc [new file with mode: 0644]
res/edc/views/layout_events.edc [new file with mode: 0644]
res/edc/views/photoviewer_view.edc [new file with mode: 0644]
res/edc/views/videoplayer_view.edc [new file with mode: 0644]
res/edc/views/zoom_view.edc [new file with mode: 0644]
res/edc/widgets/button.edc [new file with mode: 0644]
res/edc/widgets/ctxpopup.edc [new file with mode: 0755]
res/edc/widgets/gengrid.edc [new file with mode: 0644]
res/edc/widgets/photocam.edc [new file with mode: 0644]
res/edc/widgets/style.edc [new file with mode: 0644]
res/edc/widgets/tooltip.edc [new file with mode: 0644]
res/images/ico_controller_play.png [new file with mode: 0644]
res/images/ico_default_photo_126.png [new file with mode: 0644]
res/images/ico_default_video_126.png [new file with mode: 0644]
res/images/ico_del_nor.png [new file with mode: 0644]
res/images/ico_dropdown_date_arrow_down.png [new file with mode: 0644]
res/images/ico_dropdown_date_arrow_up.png [new file with mode: 0644]
res/images/ico_fullview_all.png [new file with mode: 0644]
res/images/ico_fullview_event.png [new file with mode: 0644]
res/images/ico_fullview_folder.png [new file with mode: 0644]
res/images/ico_photozoom_arrow_down.png [new file with mode: 0644]
res/images/ico_photozoom_arrow_left.png [new file with mode: 0644]
res/images/ico_photozoom_arrow_right.png [new file with mode: 0644]
res/images/ico_photozoom_arrow_up.png [new file with mode: 0644]
res/images/ico_vod_nor.png [new file with mode: 0644]
res/images/loading_48_01.png [new file with mode: 0644]
res/images/zoom_navigator.png [new file with mode: 0644]
res/images/zoom_navigator_border.png [new file with mode: 0644]
src/common/menudef.cpp [new file with mode: 0644]
src/data/eventdata.cpp [new file with mode: 0644]
src/data/imagedata.cpp [new file with mode: 0644]
src/data/mediadata.cpp [new file with mode: 0644]
src/data/videodata.cpp [new file with mode: 0644]
src/main.cpp [new file with mode: 0644]
src/util/timeout_handler.cpp [new file with mode: 0644]
src/util/util.cpp [new file with mode: 0644]
src/view/ctxtmenu-view/ctxtmenu_view.cpp [new file with mode: 0644]
src/view/gallery-view/gallery_view.cpp [new file with mode: 0644]
src/view/gallery-view/layout_all.cpp [new file with mode: 0644]
src/view/gallery-view/layout_events.cpp [new file with mode: 0644]
src/view/gallery-view/layout_folder.cpp [new file with mode: 0644]
src/view/photo-viewer/photoviewer_view.cpp [new file with mode: 0644]
src/view/photo-viewer/zoom_view.cpp [new file with mode: 0644]
src/view/video-player/video_player.cpp [new file with mode: 0644]