Initial commit 06/34506/1 accepted/tizen/tv/20150129.004927 submit/tizen_tv/20150128.211822
authorJehun Lim <jehun.lim@samsung.com>
Wed, 28 Jan 2015 10:16:39 +0000 (19:16 +0900)
committerJehun Lim <jehun.lim@samsung.com>
Wed, 28 Jan 2015 10:19:42 +0000 (19:19 +0900)
commitc2025f2d1f052ce9caa03e007d2957e5f7d3f4ed
tree3786dc2c835df9a13f0dd9dde14ab8b6724fdfff
parenta501d6af7e2bd9f188abe23a2363427c7cf3a576
Initial commit

Change-Id: I9c61e64f6ccea2e67e19ecc1b86f084485b6bc6f
Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
66 files changed:
CMakeLists.txt [new file with mode: 0644]
data/CMakeLists.txt [new file with mode: 0644]
data/images/contextual_menu_bg.png [new file with mode: 0644]
data/images/function_button_foc.png [new file with mode: 0644]
data/images/function_button_nor.png [new file with mode: 0644]
data/images/ico_connect_nor.png [new file with mode: 0644]
data/images/ico_disconnect_nor.png [new file with mode: 0644]
data/images/ico_logout_nor.png [new file with mode: 0644]
data/images/ico_remove_nor.png [new file with mode: 0644]
data/images/ico_select_nor.png [new file with mode: 0644]
data/images/ico_source.png [new file with mode: 0644]
data/images/ico_source_nearby.png [new file with mode: 0644]
data/images/ico_source_plugged.png [new file with mode: 0644]
data/images/progress_wheel.png [new file with mode: 0644]
data/images/source_menu_bg.png [new file with mode: 0644]
data/org.tizen.source-list-tv-ref-theme.edc [new file with mode: 0644]
data/org.tizen.source-list-tv-ref.edc [new file with mode: 0644]
data/view/allsource_view.edc [new file with mode: 0644]
data/view/background.edc [new file with mode: 0644]
data/view/menu_view.edc [new file with mode: 0644]
data/widget/button.edc [new file with mode: 0644]
data/widget/common.h [new file with mode: 0644]
data/widget/gengrid.edc [new file with mode: 0644]
data/widget/label.edc [new file with mode: 0644]
data/widget/progressbar.edc [new file with mode: 0644]
images/ico_antenna.png [new file with mode: 0644]
images/ico_component.png [new file with mode: 0644]
images/ico_console.png [new file with mode: 0644]
images/ico_dsub.png [new file with mode: 0644]
images/ico_hdmi.png [new file with mode: 0644]
images/ico_mobile.png [new file with mode: 0644]
images/ico_nas.png [new file with mode: 0644]
images/ico_settop.png [new file with mode: 0644]
images/ico_svideo.png [new file with mode: 0644]
images/ico_usb.png [new file with mode: 0644]
include/common/dbg.h [new file with mode: 0644]
include/common/def.h [new file with mode: 0644]
include/mgr/SourceInfo.h [new file with mode: 0644]
include/mgr/external.h [new file with mode: 0644]
include/mgr/layout_mgr.h [new file with mode: 0644]
include/mgr/source_mgr.h [new file with mode: 0644]
include/mgr/usb.h [new file with mode: 0644]
include/util/util.h [new file with mode: 0644]
include/view/allsource_view.h [new file with mode: 0644]
include/view/menu_view.h [new file with mode: 0644]
include/view/nearby_layout.h [new file with mode: 0644]
include/view/plugged_layout.h [new file with mode: 0644]
org.tizen.source-list-tv-ref.manifest [new file with mode: 0644]
org.tizen.source-list-tv-ref.png [new file with mode: 0644]
org.tizen.source-list-tv-ref.xml.in [new file with mode: 0644]
packaging/org.tizen.source-list-tv-ref.spec [new file with mode: 0644]
po/CMakeLists.txt [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]
po/org.tizen.source-list.pot [new file with mode: 0644]
po/update-po.sh [new file with mode: 0644]
src/main.cpp [new file with mode: 0644]
src/mgr/SourceInfo.cpp [new file with mode: 0644]
src/mgr/external.cpp [new file with mode: 0644]
src/mgr/layout_mgr.cpp [new file with mode: 0644]
src/mgr/source_mgr.cpp [new file with mode: 0644]
src/mgr/usb.cpp [new file with mode: 0644]
src/util/util.cpp [new file with mode: 0644]
src/view/allsource_view.cpp [new file with mode: 0644]
src/view/menu_view.cpp [new file with mode: 0644]
src/view/nearby_layout.cpp [new file with mode: 0644]
src/view/plugged_layout.cpp [new file with mode: 0644]