Base code / protex done / build check done (32/64bit) 65/34565/1 accepted/tizen/tv/20150130.000900 submit/tizen_tv/20150129.095141
authorJuWan Kim <juwan.kim@samsung.com>
Thu, 29 Jan 2015 06:32:02 +0000 (15:32 +0900)
committerJuWan Kim <juwan.kim@samsung.com>
Thu, 29 Jan 2015 06:32:02 +0000 (15:32 +0900)
commit339eab3ada8582d1b6ff443f4518412a7e5ba158
tree213aef3a174c7c8749e07cdd31ec3e009c0d3161
parent587374dec12d7d1bfe0732e8bb2cda2bc6f5f900
Base code / protex done / build check done (32/64bit)

Change-Id: Ie572ec19fc5afdad3c7018201036b71bd43193c8
Signed-off-by: JuWan Kim <juwan.kim@samsung.com>
294 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
data/CMakeLists.txt [new file with mode: 0644]
data/images/allbrowser_menu_bg.png [new file with mode: 0644]
data/images/btn_down.png [new file with mode: 0644]
data/images/btn_text_foc.png [new file with mode: 0644]
data/images/btn_text_nor.png [new file with mode: 0644]
data/images/btn_up.png [new file with mode: 0644]
data/images/checkbox_check_foc.png [new file with mode: 0644]
data/images/checkbox_check_nor.png [new file with mode: 0644]
data/images/checkbox_uncheck_foc.png [new file with mode: 0644]
data/images/checkbox_uncheck_nor.png [new file with mode: 0644]
data/images/ico_arrow_down.png [new file with mode: 0644]
data/images/ico_arrow_up.png [new file with mode: 0644]
data/images/ico_hyperlink_arrow.png [new file with mode: 0644]
data/images/ico_settings.png [new file with mode: 0644]
data/images/ico_settings_channel.png [new file with mode: 0644]
data/images/ico_settings_device.png [new file with mode: 0644]
data/images/ico_settings_network.png [new file with mode: 0644]
data/images/ico_settings_picture.png [new file with mode: 0644]
data/images/ico_settings_sound.png [new file with mode: 0644]
data/images/ico_settings_support.png [new file with mode: 0644]
data/images/ico_settings_system.png [new file with mode: 0644]
data/images/ico_spincontrol_check.png [new file with mode: 0644]
data/images/input_box_highlight.png [new file with mode: 0644]
data/images/input_box_nor.png [new file with mode: 0644]
data/images/list_highlight.png [new file with mode: 0644]
data/images/listview_menu_bg.png [new file with mode: 0644]
data/images/modal_dialogs_bg.png [new file with mode: 0644]
data/images/progress_wheel.png [new file with mode: 0644]
data/images/radiobtn_br_off_nor.png [new file with mode: 0644]
data/images/radiobtn_on_foc.png [new file with mode: 0644]
data/images/round_rectangle_4X4.png [new file with mode: 0644]
data/images/round_rectangle_8X8_top.png [new file with mode: 0644]
data/images/scrollbar_horizontal.png [new file with mode: 0644]
data/images/scrollbar_vertical.png [new file with mode: 0644]
data/images/search_searchbar_bg_foc.png [new file with mode: 0644]
data/images/search_searchbar_bg_nor.png [new file with mode: 0644]
data/images/search_searchbar_small_bg_foc.png [new file with mode: 0644]
data/images/search_searchbar_small_bg_nor.png [new file with mode: 0644]
data/images/second_depth_bg.png [new file with mode: 0644]
data/images/setting_highlight.png [new file with mode: 0644]
data/images/setting_list_dot.png [new file with mode: 0644]
data/images/setting_list_dot_s.png [new file with mode: 0644]
data/images/settings_bg.png [new file with mode: 0644]
data/images/settings_bg_shadow.png [new file with mode: 0644]
data/images/slider_thumb.png [new file with mode: 0644]
data/images/tooltip_arrow.png [new file with mode: 0644]
data/images/tooltip_bg.png [new file with mode: 0644]
data/org.tizen.settings-tv-ref-theme.edc [new file with mode: 0644]
data/org.tizen.settings-tv-ref.edc [new file with mode: 0644]
data/viewer/change_passcode.edc [new file with mode: 0644]
data/viewer/icon.edc [new file with mode: 0644]
data/viewer/maincatalog.edc [new file with mode: 0755]
data/viewer/sublist.edc [new file with mode: 0644]
data/widget/button.edc [new file with mode: 0644]
data/widget/ctxpopup.edc [new file with mode: 0644]
data/widget/progressbar.edc [new file with mode: 0644]
data/widget/scroller.edc [new file with mode: 0644]
include/data_wrapper.h [new file with mode: 0644]
include/dbg.h [new file with mode: 0644]
include/def.h [new file with mode: 0644]
include/json_marco.h [new file with mode: 0644]
include/parser.h [new file with mode: 0644]
include/settings_provider.h [new file with mode: 0644]
include/timeout_handler.h [new file with mode: 0644]
include/utils.h [new file with mode: 0644]
include/view_bottomslider.h [new file with mode: 0644]
include/view_bottomsublist.h [new file with mode: 0644]
include/view_device_manager.h [new file with mode: 0644]
include/view_maincatalog.h [new file with mode: 0644]
include/view_need_pwd.h [new file with mode: 0644]
include/view_pwd_popup.h [new file with mode: 0644]
include/view_resetpopup.h [new file with mode: 0644]
include/view_sublist.h [new file with mode: 0644]
include/view_system_clock.h [new file with mode: 0644]
include/view_uigadget.h [new file with mode: 0644]
include/view_upgrade_popup.h [new file with mode: 0644]
include/viewmgr.h [new file with mode: 0644]
json/channel-lock.json [new file with mode: 0644]
json/channel.json [new file with mode: 0644]
json/clock.json [new file with mode: 0644]
json/device-manager.json [new file with mode: 0644]
json/helper.json [new file with mode: 0644]
json/maincatalog.json [new file with mode: 0644]
json/network.json [new file with mode: 0644]
json/picture.json [new file with mode: 0644]
json/sound.json [new file with mode: 0644]
json/support.json [new file with mode: 0644]
json/system.json [new file with mode: 0644]
log.txt [new file with mode: 0644]
org.tizen.settings-tv-ref.manifest [new file with mode: 0755]
org.tizen.settings-tv-ref.png [new file with mode: 0644]
org.tizen.settings-tv-ref.xml.in [new file with mode: 0644]
org.tizen.settings-tv-ref_4x2.png [new file with mode: 0644]
packaging/org.tizen.settings-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.settings.pot [new file with mode: 0644]
po/update-po.sh [new file with mode: 0644]
src/data_wrapper.c [new file with mode: 0644]
src/main.c [new file with mode: 0644]
src/parser.c [new file with mode: 0644]
src/settings_provider.c [new file with mode: 0644]
src/timeout_handler.c [new file with mode: 0644]
src/utils.c [new file with mode: 0644]
src/view_bottomslider.c [new file with mode: 0644]
src/view_bottomsublist.c [new file with mode: 0644]
src/view_device_manager.c [new file with mode: 0644]
src/view_maincatalog.c [new file with mode: 0644]
src/view_need_pwd.c [new file with mode: 0644]
src/view_pwd_popup.c [new file with mode: 0644]
src/view_resetpopup.c [new file with mode: 0644]
src/view_sublist.c [new file with mode: 0644]
src/view_system_clock.c [new file with mode: 0644]
src/view_uigadget.c [new file with mode: 0644]
src/view_upgrade_popup.c [new file with mode: 0644]
src/viewmgr.c [new file with mode: 0644]
ug/channel/CMakeLists.txt [new file with mode: 0644]
ug/channel/edje/CMakeLists.txt [new file with mode: 0644]
ug/channel/edje/images/btn_text_foc.png [new file with mode: 0644]
ug/channel/edje/images/btn_text_nor.png [new file with mode: 0644]
ug/channel/edje/images/list_highlight.png [new file with mode: 0644]
ug/channel/edje/images/radiobtn_off_br.png [new file with mode: 0644]
ug/channel/edje/images/radiobtn_off_dark.png [new file with mode: 0644]
ug/channel/edje/images/radiobtn_on_br.png [new file with mode: 0644]
ug/channel/edje/images/radiobtn_on_dark.png [new file with mode: 0644]
ug/channel/edje/images/round_rectangle_4X4.png [new file with mode: 0644]
ug/channel/edje/images/second_depth_bg.png [new file with mode: 0644]
ug/channel/edje/images/thumbnail_highlight_glowrect.png [new file with mode: 0644]
ug/channel/edje/images/wi_progress_bar.png [new file with mode: 0644]
ug/channel/edje/images/wi_progress_bg.png [new file with mode: 0644]
ug/channel/edje/tizen-hd-inc.edc [new file with mode: 0644]
ug/channel/edje/ug_auto_program.edc [new file with mode: 0644]
ug/channel/edje/ug_auto_program_theme.edc [new file with mode: 0644]
ug/channel/edje/widgets/button.edc [new file with mode: 0644]
ug/channel/edje/widgets/progressbar.edc [new file with mode: 0644]
ug/channel/include/dbg.h [new file with mode: 0644]
ug/channel/include/defs.h [new file with mode: 0644]
ug/channel/include/tv_scan.h [new file with mode: 0644]
ug/channel/include/ug_auto_program.h [new file with mode: 0644]
ug/channel/include/util.h [new file with mode: 0644]
ug/channel/include/view_result_page.h [new file with mode: 0644]
ug/channel/include/view_scan_start.h [new file with mode: 0644]
ug/channel/include/view_search_page.h [new file with mode: 0644]
ug/channel/include/viewmgr_auto_program.h [new file with mode: 0644]
ug/channel/src/tv_scan.c [new file with mode: 0644]
ug/channel/src/ug_auto_program.c [new file with mode: 0644]
ug/channel/src/util.c [new file with mode: 0644]
ug/channel/src/view_result_page.c [new file with mode: 0644]
ug/channel/src/view_scan_start.c [new file with mode: 0644]
ug/channel/src/view_search_page.c [new file with mode: 0644]
ug/channel/src/viewmgr_auto_program.c [new file with mode: 0644]
ug/network/CMakeLists.txt [new file with mode: 0644]
ug/network/edje/CMakeLists.txt [new file with mode: 0644]
ug/network/edje/images/btn_down.png [new file with mode: 0644]
ug/network/edje/images/btn_focused.png [new file with mode: 0644]
ug/network/edje/images/btn_normal.png [new file with mode: 0644]
ug/network/edje/images/btn_up.png [new file with mode: 0644]
ug/network/edje/images/check_foc.png [new file with mode: 0644]
ug/network/edje/images/check_nor.png [new file with mode: 0644]
ug/network/edje/images/ico_dropdown_menu_check.png [new file with mode: 0644]
ug/network/edje/images/ico_spincontrol_check.png [new file with mode: 0644]
ug/network/edje/images/ico_spincontrol_down.png [new file with mode: 0644]
ug/network/edje/images/ico_spincontrol_up.png [new file with mode: 0644]
ug/network/edje/images/ico_wifi.png [new file with mode: 0644]
ug/network/edje/images/ico_wifi_lock.png [new file with mode: 0644]
ug/network/edje/images/modal_dialogs_bg.png [new file with mode: 0644]
ug/network/edje/images/progress_wheel.png [new file with mode: 0644]
ug/network/edje/images/radiobtn_br_off_nor.png [new file with mode: 0644]
ug/network/edje/images/radiobtn_off_foc.png [new file with mode: 0644]
ug/network/edje/images/radiobtn_off_nor.png [new file with mode: 0644]
ug/network/edje/images/radiobtn_on_foc.png [new file with mode: 0644]
ug/network/edje/images/radiobtn_on_nor.png [new file with mode: 0644]
ug/network/edje/images/round_rectangle_4X4.png [new file with mode: 0644]
ug/network/edje/images/round_rectangle_4X4_bottom.png [new file with mode: 0644]
ug/network/edje/images/round_rectangle_4X4_top.png [new file with mode: 0644]
ug/network/edje/images/round_rectangle_8X8_top.png [new file with mode: 0644]
ug/network/edje/images/second_depth_bg.png [new file with mode: 0644]
ug/network/edje/images/setting_ico_no_network.png [new file with mode: 0644]
ug/network/edje/images/setting_ico_no_network.png.png [new file with mode: 0644]
ug/network/edje/images/setting_ico_plug_network_Cable.png [new file with mode: 0644]
ug/network/edje/images/sub_popup_bg.png [new file with mode: 0644]
ug/network/edje/ug-network-settings-theme.edc [new file with mode: 0644]
ug/network/edje/ug-network-settings.edc [new file with mode: 0644]
ug/network/edje/widgets/button.edc [new file with mode: 0644]
ug/network/edje/widgets/genlist.edc [new file with mode: 0644]
ug/network/include/common.h [new file with mode: 0644]
ug/network/include/connection_mgr.h [new file with mode: 0644]
ug/network/include/dbg.h [new file with mode: 0644]
ug/network/include/defs.h [new file with mode: 0644]
ug/network/include/i18n.h [new file with mode: 0644]
ug/network/include/ip_setting_view.h [new file with mode: 0644]
ug/network/include/main_view.h [new file with mode: 0644]
ug/network/include/network_viewmgr.h [new file with mode: 0644]
ug/network/include/util.h [new file with mode: 0644]
ug/network/include/vconf_mgr.h [new file with mode: 0644]
ug/network/include/wifi_mgr.h [new file with mode: 0644]
ug/network/include/wifi_passcode_view.h [new file with mode: 0644]
ug/network/src/connection_mgr.c [new file with mode: 0644]
ug/network/src/ip_setting_view.c [new file with mode: 0644]
ug/network/src/main_view.c [new file with mode: 0644]
ug/network/src/network_viewmgr.c [new file with mode: 0644]
ug/network/src/ug_network_settings.c [new file with mode: 0644]
ug/network/src/util.c [new file with mode: 0644]
ug/network/src/vconf_mgr.c [new file with mode: 0644]
ug/network/src/wifi_mgr.c [new file with mode: 0644]
ug/network/src/wifi_passcode_view.c [new file with mode: 0644]
ug/proxy/CMakeLists.txt [new file with mode: 0644]
ug/proxy/edje/CMakeLists.txt [new file with mode: 0644]
ug/proxy/edje/images/ico_dropdown_menu_check.png [new file with mode: 0644]
ug/proxy/edje/images/ico_spincontrol_down.png [new file with mode: 0644]
ug/proxy/edje/images/ico_spincontrol_up.png [new file with mode: 0644]
ug/proxy/edje/images/modal_dialogs_bg.png [new file with mode: 0644]
ug/proxy/edje/images/round_rectangle_4X4.png [new file with mode: 0644]
ug/proxy/edje/images/round_rectangle_8X8_top.png [new file with mode: 0644]
ug/proxy/edje/ug-proxy-settings-theme.edc [new file with mode: 0644]
ug/proxy/edje/ug-proxy-settings.edc [new file with mode: 0644]
ug/proxy/edje/widgets/button.edc [new file with mode: 0644]
ug/proxy/include/common.h [new file with mode: 0644]
ug/proxy/include/connection_mgr.h [new file with mode: 0644]
ug/proxy/include/dbg.h [new file with mode: 0644]
ug/proxy/include/defs.h [new file with mode: 0644]
ug/proxy/include/i18n.h [new file with mode: 0644]
ug/proxy/include/main_view.h [new file with mode: 0644]
ug/proxy/include/util.h [new file with mode: 0644]
ug/proxy/include/vconf_mgr.h [new file with mode: 0644]
ug/proxy/include/wifi_mgr.h [new file with mode: 0644]
ug/proxy/src/connection_mgr.c [new file with mode: 0644]
ug/proxy/src/main_view.c [new file with mode: 0644]
ug/proxy/src/ug_proxy_settings.c [new file with mode: 0644]
ug/proxy/src/util.c [new file with mode: 0644]
ug/proxy/src/vconf_mgr.c [new file with mode: 0644]
ug/proxy/src/wifi_mgr.c [new file with mode: 0644]
ug/system/clock/CMakeLists.txt [new file with mode: 0755]
ug/system/clock/edje/CMakeLists.txt [new file with mode: 0755]
ug/system/clock/edje/images/ico_dropdown_menu_check.png [new file with mode: 0644]
ug/system/clock/edje/images/round_rectangle_4X4.png [new file with mode: 0644]
ug/system/clock/edje/images/second_depth_bg.png [new file with mode: 0644]
ug/system/clock/edje/images/spincontrol_arrow_down.png [new file with mode: 0644]
ug/system/clock/edje/images/spincontrol_arrow_up.png [new file with mode: 0644]
ug/system/clock/edje/ug_clock.edc [new file with mode: 0755]
ug/system/clock/edje/ug_clock_theme.edc [new file with mode: 0755]
ug/system/clock/edje/widgets/button.edc [new file with mode: 0755]
ug/system/clock/include/dbg.h [new file with mode: 0755]
ug/system/clock/include/ug_clock.h [new file with mode: 0755]
ug/system/clock/include/ug_clock_define.h [new file with mode: 0755]
ug/system/clock/include/ug_clock_spin_control.h [new file with mode: 0755]
ug/system/clock/include/ug_clock_sublist.h [new file with mode: 0755]
ug/system/clock/include/ug_clock_time_spin_control.h [new file with mode: 0755]
ug/system/clock/include/ug_clock_utils.h [new file with mode: 0755]
ug/system/clock/src/ug_clock.c [new file with mode: 0755]
ug/system/clock/src/ug_clock_spin_control.c [new file with mode: 0644]
ug/system/clock/src/ug_clock_sublist.c [new file with mode: 0644]
ug/system/clock/src/ug_clock_time_spin_control.c [new file with mode: 0644]
ug/system/clock/src/ug_clock_utils.c [new file with mode: 0755]
ug/wifi-direct/CMakeLists.txt [new file with mode: 0644]
ug/wifi-direct/edje/CMakeLists.txt [new file with mode: 0644]
ug/wifi-direct/edje/images/ico_dropdown_menu_check.png [new file with mode: 0644]
ug/wifi-direct/edje/images/loading_96_01.png [new file with mode: 0644]
ug/wifi-direct/edje/images/loading_96_02.png [new file with mode: 0644]
ug/wifi-direct/edje/images/loading_96_03.png [new file with mode: 0644]
ug/wifi-direct/edje/images/loading_96_04.png [new file with mode: 0644]
ug/wifi-direct/edje/images/loading_96_05.png [new file with mode: 0644]
ug/wifi-direct/edje/images/loading_96_06.png [new file with mode: 0644]
ug/wifi-direct/edje/images/loading_96_07.png [new file with mode: 0644]
ug/wifi-direct/edje/images/loading_96_08.png [new file with mode: 0644]
ug/wifi-direct/edje/images/loading_96_09.png [new file with mode: 0644]
ug/wifi-direct/edje/images/loading_96_10.png [new file with mode: 0644]
ug/wifi-direct/edje/images/loading_96_11.png [new file with mode: 0644]
ug/wifi-direct/edje/images/loading_96_12.png [new file with mode: 0644]
ug/wifi-direct/edje/images/loading_96_13.png [new file with mode: 0644]
ug/wifi-direct/edje/images/loading_96_14.png [new file with mode: 0644]
ug/wifi-direct/edje/images/loading_96_15.png [new file with mode: 0644]
ug/wifi-direct/edje/images/loading_96_16.png [new file with mode: 0644]
ug/wifi-direct/edje/images/loading_96_17.png [new file with mode: 0644]
ug/wifi-direct/edje/images/loading_96_18.png [new file with mode: 0644]
ug/wifi-direct/edje/images/round_rectangle_4X4.png [new file with mode: 0644]
ug/wifi-direct/edje/images/second_depth_bg.png [new file with mode: 0644]
ug/wifi-direct/edje/ug-wifi-direct-theme.edc [new file with mode: 0644]
ug/wifi-direct/edje/ug-wifi-direct.edc [new file with mode: 0644]
ug/wifi-direct/edje/widgets/button.edc [new file with mode: 0644]
ug/wifi-direct/edje/widgets/genlist.edc [new file with mode: 0644]
ug/wifi-direct/edje/widgets/progressbar.edc [new file with mode: 0644]
ug/wifi-direct/include/dbg.h [new file with mode: 0644]
ug/wifi-direct/include/defs.h [new file with mode: 0644]
ug/wifi-direct/include/i18n.h [new file with mode: 0644]
ug/wifi-direct/include/util.h [new file with mode: 0644]
ug/wifi-direct/include/wifi_direct_mgr.h [new file with mode: 0644]
ug/wifi-direct/include/wifi_direct_view.h [new file with mode: 0644]
ug/wifi-direct/src/ug_wifi_direct.c [new file with mode: 0644]
ug/wifi-direct/src/util.c [new file with mode: 0644]
ug/wifi-direct/src/wifi_direct_mgr.c [new file with mode: 0644]
ug/wifi-direct/src/wifi_direct_view.c [new file with mode: 0644]