Initial commit 58/34358/1 accepted/tizen/tv/20150126.085113 submit/tizen_tv/20150126.072415
authorMinkyu Kang <mk7.kang@samsung.com>
Fri, 23 Jan 2015 08:03:59 +0000 (17:03 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 26 Jan 2015 06:14:38 +0000 (15:14 +0900)
commit25b318ade476d4af918b82a9fa94d32428448ee2
treeb13f522a86821c3a1a490c941f6bb13d681fe910
parent57e1bce6657d4dea2e569dd2e69a589944578e73
Initial commit

Change-Id: I372b888bf55bfe6c1cfac682a3d94f189c72585e
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
68 files changed:
CMakeLists.txt [new file with mode: 0644]
include/control.h [new file with mode: 0644]
include/dbg.h [new file with mode: 0644]
include/define.h [new file with mode: 0644]
include/i18n.h [new file with mode: 0644]
include/mediadata.h [new file with mode: 0644]
include/playermgr.h [new file with mode: 0644]
include/slider.h [new file with mode: 0644]
include/timeout_handler.h [new file with mode: 0644]
include/videodata.h [new file with mode: 0644]
include/view_player.h [new file with mode: 0644]
include/volume.h [new file with mode: 0644]
org.tizen.video-player-tv-ref.manifest [new file with mode: 0644]
org.tizen.video-player-tv-ref.png [new file with mode: 0644]
org.tizen.video-player-tv-ref.xml.in [new file with mode: 0644]
packaging/org.tizen.video-player-tv-ref.spec [new file with mode: 0644]
res/edc/CMakeLists.txt [new file with mode: 0644]
res/edc/images/btn_video_ff_foc.png [new file with mode: 0644]
res/edc/images/btn_video_ff_nor.png [new file with mode: 0644]
res/edc/images/btn_video_next_foc.png [new file with mode: 0644]
res/edc/images/btn_video_next_nor.png [new file with mode: 0644]
res/edc/images/btn_video_offrepeat_foc.png [new file with mode: 0644]
res/edc/images/btn_video_offrepeat_nor.png [new file with mode: 0644]
res/edc/images/btn_video_pause_foc.png [new file with mode: 0644]
res/edc/images/btn_video_pause_nor.png [new file with mode: 0644]
res/edc/images/btn_video_play_foc.png [new file with mode: 0644]
res/edc/images/btn_video_play_nor.png [new file with mode: 0644]
res/edc/images/btn_video_prev_foc.png [new file with mode: 0644]
res/edc/images/btn_video_prev_nor.png [new file with mode: 0644]
res/edc/images/btn_video_repeatall_foc.png [new file with mode: 0644]
res/edc/images/btn_video_repeatall_nor.png [new file with mode: 0644]
res/edc/images/btn_video_repeatone_foc.png [new file with mode: 0644]
res/edc/images/btn_video_repeatone_nor.png [new file with mode: 0644]
res/edc/images/btn_video_rew_foc.png [new file with mode: 0644]
res/edc/images/btn_video_rew_nor.png [new file with mode: 0644]
res/edc/images/btn_video_setting_foc.png [new file with mode: 0644]
res/edc/images/btn_video_setting_high.png [new file with mode: 0644]
res/edc/images/btn_video_setting_nor.png [new file with mode: 0644]
res/edc/images/ico_check_foc.png [new file with mode: 0644]
res/edc/images/ico_check_high.png [new file with mode: 0644]
res/edc/images/ico_mute.png [new file with mode: 0644]
res/edc/images/ico_vol.png [new file with mode: 0644]
res/edc/images/progressbar_thumb_foc.png [new file with mode: 0644]
res/edc/images/progressbar_thumb_nor.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: 0644]
res/edc/images/tooltip_center.png [new file with mode: 0644]
res/edc/images/tooltip_left.png [new file with mode: 0644]
res/edc/images/tooltip_right.png [new file with mode: 0644]
res/edc/images/videoplay_progress_foc_bg.png [new file with mode: 0644]
res/edc/video-player-tv-ref-theme.edc [new file with mode: 0644]
res/edc/video-player-tv-ref.edc [new file with mode: 0644]
res/edc/volume.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: 0644]
res/edc/widgets/progressbar.edc [new file with mode: 0644]
res/edc/widgets/slider.edc [new file with mode: 0644]
res/edc/widgets/style.edc [new file with mode: 0644]
res/images/menubtn.png [new file with mode: 0644]
src/control.c [new file with mode: 0644]
src/main.c [new file with mode: 0644]
src/mediadata.c [new file with mode: 0644]
src/playermgr.c [new file with mode: 0644]
src/slider.c [new file with mode: 0644]
src/timeout_handler.c [new file with mode: 0644]
src/videodata.c [new file with mode: 0644]
src/view_player.c [new file with mode: 0644]
src/volume.c [new file with mode: 0644]