Refactoring homescreen. 08/9008/1
authorNakamura Hayato <hayato.nakamura@mail.toyota-td.jp>
Fri, 30 Aug 2013 11:42:49 +0000 (20:42 +0900)
committerNakamura Hayato <hayato.nakamura@mail.toyota-td.jp>
Fri, 30 Aug 2013 11:44:29 +0000 (20:44 +0900)
commit64e0084075ebe83abfe09214de8eaf16847f0c12
tree5bac26c23d470005a753de955167cd5c122e0390
parente3a7df69f16c972d82bff5298b4f69f34b57b704
Refactoring homescreen.

Change-Id: I9e6fda06d2b63a8f52cc60a5bf16c6dfbab4733c
Signed-off-by: Nakamura Hayato <hayato.nakamura@mail.toyota-td.jp>
452 files changed:
LICENSE-2.0 [deleted file]
Makefile.am
apps_controller/Makefile.am [deleted file]
apps_controller/ico_syc_apc_control.c [deleted file]
apps_controller/ico_syc_apc_private.h [deleted file]
apps_controller/ico_syc_apc_regulation.c [deleted file]
apps_controller/test/Makefile.am [deleted file]
apps_controller/test/apc_test.c [deleted file]
apps_controller/test/goapc_test.sh [deleted file]
configure.ac
data/lib/systemd/user/ico-system-controller.service [new file with mode: 0644]
data/share/applications/org.tizen.ico.homescreen.desktop
data/share/applications/org.tizen.ico.homescreen.desktop_bk [new file with mode: 0644]
data/share/applications/org.tizen.ico.onscreen.desktop
data/share/applications/org.tizen.ico.sample.alignment.desktop [new file with mode: 0644]
data/share/applications/org.tizen.ico.sample.browser.desktop [new file with mode: 0644]
data/share/applications/org.tizen.ico.sample.enginestatus.desktop [new file with mode: 0644]
data/share/applications/org.tizen.ico.sample.mail.desktop [new file with mode: 0644]
data/share/applications/org.tizen.ico.sample.meter.desktop [new file with mode: 0644]
data/share/applications/org.tizen.ico.sample.music.desktop [new file with mode: 0644]
data/share/applications/org.tizen.ico.sample.seatarrange.desktop [new file with mode: 0644]
data/share/applications/org.tizen.ico.sample.setup.desktop [new file with mode: 0644]
data/share/applications/org.tizen.ico.sample.weather.desktop [new file with mode: 0644]
data/share/applications/org.tizen.ico.statusbar.desktop
data/share/packages/org.tizen.ico.homescreen.xml
data/share/packages/org.tizen.ico.onscreen.xml [deleted file]
data/share/packages/org.tizen.ico.statusbar.xml
data/share/packages/org.tizen.ico.system-controller.xml [new file with mode: 0644]
ico-app-framework/Makefile.am [deleted file]
ico-app-framework/ico_apf_apimacro.h [deleted file]
ico-app-framework/ico_apf_appmgr.c [deleted file]
ico-app-framework/ico_apf_communication.c [deleted file]
ico-app-framework/ico_apf_ecore.c [deleted file]
ico-app-framework/ico_apf_log.c [deleted file]
ico-app-framework/ico_apf_private.h [deleted file]
ico-app-framework/ico_apf_resource_control.c [deleted file]
ico-app-framework/ico_uxf_conf_app.c [deleted file]
ico-app-framework/ico_uxf_conf_common.c [deleted file]
ico-app-framework/ico_uxf_conf_ecore.c [deleted file]
ico-app-framework/ico_uxf_conf_sys.c [deleted file]
ico-app-framework/ico_uxf_init.c [deleted file]
ico-app-framework/ico_uxf_inputdev.c [deleted file]
ico-app-framework/ico_uxf_launcher.c [deleted file]
ico-app-framework/ico_uxf_private.h [deleted file]
ico-app-framework/ico_uxf_window.c [deleted file]
ico-app-framework/test/Makefile.am [deleted file]
ico-app-framework/test/gotest_client.sh [deleted file]
ico-app-framework/test/gotest_server.sh [deleted file]
ico-app-framework/test/test_client.c [deleted file]
ico-app-framework/test/test_server.c [deleted file]
include/home_screen.h [deleted file]
include/home_screen_conf.h [deleted file]
include/home_screen_lib.h [deleted file]
include/home_screen_parser.h [deleted file]
include/ico_apf.h [deleted file]
include/ico_apf_ecore.h [deleted file]
include/ico_apf_error.h [deleted file]
include/ico_apf_log.h [deleted file]
include/ico_apf_resource_control.h [deleted file]
include/ico_syc_apc.h [deleted file]
include/ico_syc_application.h [new file with mode: 0644]
include/ico_syc_appresctl.h [new file with mode: 0644]
include/ico_syc_common.h [new file with mode: 0644]
include/ico_syc_def.h [deleted file]
include/ico_syc_error.h [new file with mode: 0644]
include/ico_syc_inputctl.h [new file with mode: 0644]
include/ico_syc_msg.h [new file with mode: 0644]
include/ico_syc_msg_cmd_def.h [new file with mode: 0644]
include/ico_syc_private.h [new file with mode: 0644]
include/ico_syc_privilege.h [new file with mode: 0644]
include/ico_syc_type.h [new file with mode: 0644]
include/ico_syc_userctl.h [new file with mode: 0644]
include/ico_syc_winctl.h [new file with mode: 0644]
include/ico_uxf.h [deleted file]
include/ico_uxf_conf.h [deleted file]
include/ico_uxf_conf_common.h [deleted file]
include/ico_uxf_conf_def.h [deleted file]
include/ico_uxf_conf_ecore.h [deleted file]
include/ico_uxf_def.h [deleted file]
include/ico_uxf_proto.h [deleted file]
include/ico_uxf_sysdef.h [deleted file]
include/ico_uxf_typedef.h [deleted file]
install-appcore.sh [deleted file]
lib/Makefile.am [new file with mode: 0644]
lib/apps-framework/Makefile.am [new file with mode: 0644]
lib/apps-framework/ico_syc_appresctl.c [new file with mode: 0644]
lib/apps-framework/ico_syc_common.c [new file with mode: 0644]
lib/apps-framework/ico_syc_inputctl.c [new file with mode: 0644]
lib/apps-framework/ico_syc_msg.c [new file with mode: 0644]
lib/apps-framework/ico_syc_userctl.c [new file with mode: 0644]
lib/apps-framework/ico_syc_winctl.c [new file with mode: 0644]
lib/misc/Makefile.am [new file with mode: 0644]
lib/misc/state-machine/CicoBlockParser.cpp [new file with mode: 0644]
lib/misc/state-machine/CicoBlockParser.h [new file with mode: 0644]
lib/misc/state-machine/CicoEvent.cpp [new file with mode: 0644]
lib/misc/state-machine/CicoEvent.h [new file with mode: 0644]
lib/misc/state-machine/CicoEventInfo.cpp [new file with mode: 0644]
lib/misc/state-machine/CicoEventInfo.h [new file with mode: 0644]
lib/misc/state-machine/CicoFinalState.cpp [new file with mode: 0644]
lib/misc/state-machine/CicoFinalState.h [new file with mode: 0644]
lib/misc/state-machine/CicoHistoryState.cpp [new file with mode: 0644]
lib/misc/state-machine/CicoHistoryState.h [new file with mode: 0644]
lib/misc/state-machine/CicoState.cpp [new file with mode: 0644]
lib/misc/state-machine/CicoState.h [new file with mode: 0644]
lib/misc/state-machine/CicoStateAction.cpp [new file with mode: 0644]
lib/misc/state-machine/CicoStateAction.h [new file with mode: 0644]
lib/misc/state-machine/CicoStateCore.cpp [new file with mode: 0644]
lib/misc/state-machine/CicoStateCore.h [new file with mode: 0644]
lib/misc/state-machine/CicoStateInternal.h [new file with mode: 0644]
lib/misc/state-machine/CicoStateMachine.cpp [new file with mode: 0644]
lib/misc/state-machine/CicoStateMachine.h [new file with mode: 0644]
lib/misc/state-machine/CicoStateMachineCreator.cpp [new file with mode: 0644]
lib/misc/state-machine/CicoStateMachineCreator.h [new file with mode: 0644]
lib/misc/state-machine/Makefile.am [new file with mode: 0644]
lib/misc/state-machine/ico_StateMachine_CWrapper.cpp [new file with mode: 0644]
lib/misc/state-machine/ico_StateMachine_CWrapper.h [new file with mode: 0644]
lib/misc/state-machine/ico_log.c [new file with mode: 0644]
lib/misc/state-machine/ico_log.h [new file with mode: 0644]
lib/misc/state-machine/picojson.h [new file with mode: 0644]
lib/system-controller/CicoLog.h [new file with mode: 0644]
lib/system-controller/CicoSCAilItems.cpp [new file with mode: 0644]
lib/system-controller/CicoSCAilItems.h [new file with mode: 0644]
lib/system-controller/CicoSCAulItems.cpp [new file with mode: 0644]
lib/system-controller/CicoSCAulItems.h [new file with mode: 0644]
lib/system-controller/CicoSCCommandParser.cpp [new file with mode: 0644]
lib/system-controller/CicoSCCommandParser.h [new file with mode: 0644]
lib/system-controller/CicoSCConf.h [new file with mode: 0644]
lib/system-controller/CicoSCDisplay.cpp [new file with mode: 0644]
lib/system-controller/CicoSCDisplay.h [new file with mode: 0644]
lib/system-controller/CicoSCDisplayZone.cpp [new file with mode: 0644]
lib/system-controller/CicoSCDisplayZone.h [new file with mode: 0644]
lib/system-controller/CicoSCInputController.cpp [new file with mode: 0644]
lib/system-controller/CicoSCInputController.h [new file with mode: 0644]
lib/system-controller/CicoSCInputDev.cpp [new file with mode: 0644]
lib/system-controller/CicoSCInputDev.h [new file with mode: 0644]
lib/system-controller/CicoSCLayer.cpp [new file with mode: 0644]
lib/system-controller/CicoSCLayer.h [new file with mode: 0644]
lib/system-controller/CicoSCLifeCycleController.cpp [new file with mode: 0644]
lib/system-controller/CicoSCLifeCycleController.h [new file with mode: 0644]
lib/system-controller/CicoSCMessage.cpp [new file with mode: 0644]
lib/system-controller/CicoSCMessage.h [new file with mode: 0644]
lib/system-controller/CicoSCPolicyManager.cpp [new file with mode: 0644]
lib/system-controller/CicoSCPolicyManager.h [new file with mode: 0644]
lib/system-controller/CicoSCResourceManager.cpp [new file with mode: 0644]
lib/system-controller/CicoSCResourceManager.h [new file with mode: 0644]
lib/system-controller/CicoSCServer.cpp [new file with mode: 0644]
lib/system-controller/CicoSCServer.h [new file with mode: 0644]
lib/system-controller/CicoSCSwitch.cpp [new file with mode: 0644]
lib/system-controller/CicoSCSwitch.h [new file with mode: 0644]
lib/system-controller/CicoSCSysResourceController.cpp [new file with mode: 0644]
lib/system-controller/CicoSCSysResourceController.h [new file with mode: 0644]
lib/system-controller/CicoSCSysResourceMonitor.cpp [new file with mode: 0644]
lib/system-controller/CicoSCSysResourceMonitor.h [new file with mode: 0644]
lib/system-controller/CicoSCSystemConfig.cpp [new file with mode: 0644]
lib/system-controller/CicoSCSystemConfig.h [new file with mode: 0644]
lib/system-controller/CicoSCUser.cpp [new file with mode: 0644]
lib/system-controller/CicoSCUser.h [new file with mode: 0644]
lib/system-controller/CicoSCUserManager.cpp [new file with mode: 0644]
lib/system-controller/CicoSCUserManager.h [new file with mode: 0644]
lib/system-controller/CicoSCWayland.cpp [new file with mode: 0644]
lib/system-controller/CicoSCWayland.h [new file with mode: 0644]
lib/system-controller/CicoSCWaylandIF.cpp [new file with mode: 0644]
lib/system-controller/CicoSCWaylandIF.h [new file with mode: 0644]
lib/system-controller/CicoSCWindow.cpp [new file with mode: 0644]
lib/system-controller/CicoSCWindow.h [new file with mode: 0644]
lib/system-controller/CicoSCWindowController.cpp [new file with mode: 0644]
lib/system-controller/CicoSCWindowController.h [new file with mode: 0644]
lib/system-controller/CicoSCWlInputMgrIF.cpp [new file with mode: 0644]
lib/system-controller/CicoSCWlInputMgrIF.h [new file with mode: 0644]
lib/system-controller/CicoSCWlWinMgrIF.cpp [new file with mode: 0644]
lib/system-controller/CicoSCWlWinMgrIF.h [new file with mode: 0644]
lib/system-controller/Makefile.am [new file with mode: 0644]
lib/system-controller/ico_log.c [new file with mode: 0644]
lib/system-controller/ico_log.h [new file with mode: 0644]
lib/system-controller/ico_syc_error.h [new file with mode: 0644]
lib/system-controller/ico_syc_mrp_resource.c [new file with mode: 0644]
lib/system-controller/ico_syc_mrp_resource_private.h [new file with mode: 0644]
packaging/ico-uxf-homescreen.changes
packaging/ico-uxf-homescreen.spec
reload_appcore.sh [deleted file]
res/apps/org.tizen.ico.homescreen/homescreen.conf.VERTICAL [deleted file]
res/config/system.conf [deleted file]
res/images/applist_off.png [deleted file]
res/org.tizen.ico.homescreen/res/apps/org.tizen.ico.homescreen/homescreen.conf [moved from res/apps/org.tizen.ico.homescreen/homescreen.conf with 91% similarity]
res/org.tizen.ico.homescreen/res/apps/org.tizen.ico.onscreen/onscreen.conf [moved from res/apps/org.tizen.ico.onscreen/onscreen.conf with 73% similarity]
res/org.tizen.ico.homescreen/res/apps/org.tizen.ico.statusbar/statusbar.conf [moved from res/apps/org.tizen.ico.statusbar/statusbar.conf with 74% similarity]
res/org.tizen.ico.homescreen/res/config/app_attr.conf [new file with mode: 0644]
res/org.tizen.ico.homescreen/res/config/system.conf [moved from res/config/system.conf.VERTICAL with 96% similarity]
res/org.tizen.ico.homescreen/res/images/DejaVuSans.ttf [moved from res/images/DejaVuSans.ttf with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_all_off.png [moved from res/images/api_all_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_all_on.png [moved from res/images/api_all_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_back.png [moved from res/images/api_back.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_l_01_off.png [moved from res/images/api_l_01_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_l_01_on.png [moved from res/images/api_l_01_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_l_02_off.png [moved from res/images/api_l_02_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_l_02_on.png [moved from res/images/api_l_02_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_l_03_off.png [moved from res/images/api_l_03_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_l_03_on.png [moved from res/images/api_l_03_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_l_04_off.png [moved from res/images/api_l_04_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_l_04_on.png [moved from res/images/api_l_04_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_l_05_off.png [moved from res/images/api_l_05_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_l_05_on.png [moved from res/images/api_l_05_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_l_06_off.png [moved from res/images/api_l_06_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_l_06_on.png [moved from res/images/api_l_06_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_l_12_off.png [moved from res/images/api_l_12_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_l_12_on.png [moved from res/images/api_l_12_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_01_off.png [moved from res/images/api_s_01_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_01_on.png [moved from res/images/api_s_01_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_02_off.png [moved from res/images/api_s_02_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_02_on.png [moved from res/images/api_s_02_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_03_off.png [moved from res/images/api_s_03_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_03_on.png [moved from res/images/api_s_03_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_04_off.png [moved from res/images/api_s_04_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_04_on.png [moved from res/images/api_s_04_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_05_off.png [moved from res/images/api_s_05_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_05_on.png [moved from res/images/api_s_05_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_06_off.png [moved from res/images/api_s_06_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_06_on.png [moved from res/images/api_s_06_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_07_off.png [moved from res/images/api_s_07_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_07_on.png [moved from res/images/api_s_07_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_08_off.png [moved from res/images/api_s_08_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_08_on.png [moved from res/images/api_s_08_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_09_off.png [moved from res/images/api_s_09_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_09_on.png [moved from res/images/api_s_09_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_10_off.png [moved from res/images/api_s_10_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_10_on.png [moved from res/images/api_s_10_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_11_off.png [moved from res/images/api_s_11_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_11_on.png [moved from res/images/api_s_11_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_12_off.png [moved from res/images/api_s_12_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_12_on.png [moved from res/images/api_s_12_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_13_off.png [moved from res/images/api_s_13_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_13_on.png [moved from res/images/api_s_13_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_14_off.png [moved from res/images/api_s_14_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_14_on.png [moved from res/images/api_s_14_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_15_off.png [moved from res/images/api_s_15_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/api_s_15_on.png [moved from res/images/api_s_15_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/applist_off.png [new file with mode: 0755]
res/org.tizen.ico.homescreen/res/images/applist_on.png [moved from res/images/applist_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/back_b_01.png [moved from res/images/back_b_01.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/back_b_02.png [moved from res/images/back_b_02.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/bg.png [new file with mode: 0644]
res/org.tizen.ico.homescreen/res/images/bg_bk.png [new file with mode: 0644]
res/org.tizen.ico.homescreen/res/images/button_no.png [new file with mode: 0644]
res/org.tizen.ico.homescreen/res/images/button_really.png [new file with mode: 0644]
res/org.tizen.ico.homescreen/res/images/button_yes.png [new file with mode: 0644]
res/org.tizen.ico.homescreen/res/images/cancel_bt_off.png [moved from res/images/cancel_bt_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/cancel_bt_on.png [moved from res/images/cancel_bt_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/ctrl.png [new file with mode: 0644]
res/org.tizen.ico.homescreen/res/images/end_bt.png [moved from res/images/end_bt.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/home_off.png [moved from res/images/home_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/home_on.png [moved from res/images/home_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/na_bt1_off.png [moved from res/images/na_bt1_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/na_bt1_on.png [moved from res/images/na_bt1_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/na_bt2_off.png [moved from res/images/na_bt2_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/na_bt2_on.png [moved from res/images/na_bt2_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/na_bt3_off.png [moved from res/images/na_bt3_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/na_bt3_on.png [moved from res/images/na_bt3_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/na_goal_text.png [moved from res/images/na_goal_text.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/na_pa_01.png [moved from res/images/na_pa_01.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/na_pa_02.png [moved from res/images/na_pa_02.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/na_pa_03.png [moved from res/images/na_pa_03.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/na_pa_04.png [moved from res/images/na_pa_04.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/nai_01_off.png [moved from res/images/nai_01_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/nai_01_on.png [moved from res/images/nai_01_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/nai_02_off.png [moved from res/images/nai_02_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/nai_03_off.png [moved from res/images/nai_03_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/nai_04_off.png [moved from res/images/nai_04_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/nai_05_off.png [moved from res/images/nai_05_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/nai_06_off.png [moved from res/images/nai_06_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/nai_07_off.png [moved from res/images/nai_07_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/nai_08_off.png [moved from res/images/nai_08_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/nai_09_off.png [moved from res/images/nai_09_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/nai_10_off.png [moved from res/images/nai_10_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/nai_11_off.png [moved from res/images/nai_11_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/nai_12_off.png [moved from res/images/nai_12_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/nai_12_on.png [moved from res/images/nai_12_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/next_bt_off.png [moved from res/images/next_bt_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/next_bt_on.png [moved from res/images/next_bt_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/ok_bt_off.png [moved from res/images/ok_bt_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/ok_bt_on.png [moved from res/images/ok_bt_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/pagePointer_n.png [new file with mode: 0644]
res/org.tizen.ico.homescreen/res/images/pagePointer_p.png [new file with mode: 0644]
res/org.tizen.ico.homescreen/res/images/smi_01.png [moved from res/images/smi_01.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/smi_02.png [moved from res/images/smi_02.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/smi_03.png [moved from res/images/smi_03.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/smi_04.png [moved from res/images/smi_04.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/st_logo_off.png [moved from res/images/st_logo_off.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/st_logo_on.png [moved from res/images/st_logo_on.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/termIcon.png [new file with mode: 0644]
res/org.tizen.ico.homescreen/res/images/time_0.png [moved from res/images/time_0.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/time_1.png [moved from res/images/time_1.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/time_2.png [moved from res/images/time_2.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/time_3.png [moved from res/images/time_3.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/time_4.png [moved from res/images/time_4.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/time_5.png [moved from res/images/time_5.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/time_6.png [moved from res/images/time_6.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/time_7.png [moved from res/images/time_7.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/time_8.png [moved from res/images/time_8.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/time_9.png [moved from res/images/time_9.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/time_am.png [moved from res/images/time_am.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/time_pm.png [moved from res/images/time_pm.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/time_ten.png [moved from res/images/time_ten.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/tizen_32.png [moved from res/images/tizen_32.png with 100% similarity]
res/org.tizen.ico.homescreen/res/images/ttf-japanese-gothic.ttf [moved from res/images/ttf-japanese-gothic.ttf with 100% similarity]
res/org.tizen.ico.system-controller/res/config/CicoSCSysResourceSM.json [new file with mode: 0644]
res/org.tizen.ico.system-controller/res/config/app_attr.conf [moved from res/config/app_attr.conf with 67% similarity]
res/org.tizen.ico.system-controller/res/config/policy.json [new file with mode: 0644]
res/org.tizen.ico.system-controller/res/config/system.xml [new file with mode: 0644]
res/org.tizen.ico.system-controller/res/config/user.xml [new file with mode: 0644]
settings/ico_homescreen.service [deleted file]
settings/ico_homescreen.sh [deleted file]
settings/mediation_table.txt [deleted file]
src/Makefile.am
src/home_screen_lib.c [deleted file]
src/home_screen_main.c [deleted file]
src/home_screen_parser.c [deleted file]
src/home_screen_sound.c [deleted file]
src/homescreen/CicoHSAppInfo.cpp [new file with mode: 0644]
src/homescreen/CicoHSAppInfo.h [new file with mode: 0644]
src/homescreen/CicoHSBackWindow.cpp [new file with mode: 0644]
src/homescreen/CicoHSBackWindow.h [new file with mode: 0644]
src/homescreen/CicoHSControlBarTouch.cpp [new file with mode: 0644]
src/homescreen/CicoHSControlBarTouch.h [new file with mode: 0644]
src/homescreen/CicoHSControlBarWindow.cpp [new file with mode: 0644]
src/homescreen/CicoHSControlBarWindow.h [new file with mode: 0644]
src/homescreen/CicoHSMenuTile.cpp [new file with mode: 0644]
src/homescreen/CicoHSMenuTile.h [new file with mode: 0644]
src/homescreen/CicoHSMenuTouch.cpp [new file with mode: 0644]
src/homescreen/CicoHSMenuTouch.h [new file with mode: 0644]
src/homescreen/CicoHSMenuWindow.cpp [new file with mode: 0644]
src/homescreen/CicoHSMenuWindow.h [new file with mode: 0644]
src/homescreen/CicoHSWindow.cpp [new file with mode: 0644]
src/homescreen/CicoHSWindow.h [new file with mode: 0644]
src/homescreen/CicoHSWindowController.cpp [new file with mode: 0644]
src/homescreen/CicoHSWindowController.h [new file with mode: 0644]
src/homescreen/CicoHomeScreen.cpp [new file with mode: 0644]
src/homescreen/CicoHomeScreen.h [new file with mode: 0644]
src/homescreen/CicoHomeScreenCommon.h [new file with mode: 0644]
src/homescreen/CicoHomeScreenConfig.cpp [moved from src/home_screen_conf.c with 61% similarity]
src/homescreen/CicoHomeScreenConfig.h [new file with mode: 0644]
src/homescreen/CicoHomeScreenResourceConfig.cpp [moved from src/resource_conf.c with 80% similarity]
src/homescreen/CicoHomeScreenResourceConfig.h [new file with mode: 0644]
src/homescreen/CicoHomeScreenSound.cpp [new file with mode: 0644]
src/homescreen/CicoHomeScreenSound.h [new file with mode: 0644]
src/homescreen/CicoHomeScreenSoundConfig.cpp [new file with mode: 0644]
src/homescreen/CicoHomeScreenSoundConfig.h [new file with mode: 0644]
src/homescreen/CicoLog.cpp [new file with mode: 0644]
src/homescreen/CicoLog.h [new file with mode: 0644]
src/homescreen/CicoOnScreenAction.cpp [new file with mode: 0644]
src/homescreen/CicoOnScreenAction.h [new file with mode: 0644]
src/homescreen/CicoOnScreenAppList.cpp [new file with mode: 0644]
src/homescreen/CicoOnScreenAppList.h [new file with mode: 0644]
src/homescreen/CicoOnScreenContext.cpp [new file with mode: 0644]
src/homescreen/CicoOnScreenContext.h [new file with mode: 0644]
src/homescreen/CicoOnScreenControlWindow.cpp [new file with mode: 0644]
src/homescreen/CicoOnScreenControlWindow.h [new file with mode: 0644]
src/homescreen/CicoSCAilItems.cpp [new file with mode: 0644]
src/homescreen/CicoSCAilItems.h [new file with mode: 0644]
src/homescreen/CicoSCAulItems.cpp [new file with mode: 0644]
src/homescreen/CicoSCAulItems.h [new file with mode: 0644]
src/homescreen/CicoSCConf.h [new file with mode: 0644]
src/homescreen/CicoSCLifeCycleController.cpp [new file with mode: 0644]
src/homescreen/CicoSCLifeCycleController.h [new file with mode: 0644]
src/homescreen/CicoSCSystemConfig.cpp [new file with mode: 0644]
src/homescreen/CicoSCSystemConfig.h [new file with mode: 0644]
src/homescreen/CicoStatusBarControlWindow.cpp [new file with mode: 0644]
src/homescreen/CicoStatusBarControlWindow.h [new file with mode: 0644]
src/homescreen/CicoStatusBarTime.cpp [new file with mode: 0644]
src/homescreen/CicoStatusBarTime.h [new file with mode: 0644]
src/homescreen/Makefile.am [new file with mode: 0644]
src/homescreen/appli_kill.edc [moved from src/appli_kill.edc with 100% similarity]
src/homescreen/appli_list.edc [moved from src/appli_list.edc with 100% similarity]
src/homescreen/home_screen_bg.edc [moved from src/home_screen_bg.edc with 100% similarity]
src/homescreen/home_screen_main.cpp [new file with mode: 0644]
src/homescreen/home_screen_main.h [new file with mode: 0644]
src/homescreen/home_screen_res.h [moved from include/home_screen_res.h with 100% similarity]
src/homescreen/home_screen_touch.edc [moved from src/home_screen_touch.edc with 100% similarity]
src/homescreen/ico_log.c [new file with mode: 0644]
src/homescreen/ico_log.h [new file with mode: 0644]
src/homescreen/on_screen.cpp [new file with mode: 0644]
src/homescreen/on_screen.h [new file with mode: 0644]
src/homescreen/status_bar.cpp [new file with mode: 0644]
src/homescreen/status_bar.h [new file with mode: 0644]
src/homescreen/translucent_bg.edc [moved from src/translucent_bg.edc with 100% similarity]
src/on_screen.c [deleted file]
src/status_bar.c [deleted file]
src/syscond/CicoEFLApp.cpp [new file with mode: 0644]
src/syscond/CicoEFLApp.h [new file with mode: 0644]
src/syscond/CicoSysConDaemon.cpp [new file with mode: 0644]
src/syscond/CicoSysConDaemon.h [new file with mode: 0644]
src/syscond/Makefile.am [new file with mode: 0644]
src/syscond/main.cpp [new file with mode: 0644]
start_homescreen [deleted file]
test/start_hsfork [deleted file]
test/start_hsonly [deleted file]
test/start_weston [deleted file]
test/testdata/gui-test.dat [deleted file]
tests/Makefile.am [new file with mode: 0644]
tests/homescreen/Makefile.am [moved from test/Makefile.am with 84% similarity]
tests/homescreen/homescreen-test-makedat.sh [moved from test/homescreen-test-makedat.sh with 100% similarity]
tests/homescreen/homescreen-test-startall.sh [moved from test/homescreen-test-startall.sh with 100% similarity]
tests/homescreen/homescreen-test.sh [moved from test/homescreen-test.sh with 100% similarity]
tests/homescreen/ico_send_hscommand.c [moved from test/ico_send_hscommand.c with 100% similarity]
tests/homescreen/ico_send_inputevent.c [moved from test/ico_send_inputevent.c with 100% similarity]
tests/homescreen/ico_set_vehicleinfo.c [moved from test/ico_set_vehicleinfo.c with 51% similarity]
tests/homescreen/json/exec-app1.json [moved from test/json/exec-app1.json with 100% similarity]
tests/homescreen/json/geom-app1-1.json [moved from test/json/geom-app1-1.json with 100% similarity]
tests/homescreen/json/geom-app1-2.json [moved from test/json/geom-app1-2.json with 100% similarity]
tests/homescreen/json/geom-app1-3.json [moved from test/json/geom-app1-3.json with 100% similarity]
tests/homescreen/json/hide-tile.json [moved from test/json/hide-tile.json with 100% similarity]
tests/homescreen/json/show-app1.json [moved from test/json/show-app1.json with 100% similarity]
tests/homescreen/json/show-tile.json [moved from test/json/show-tile.json with 100% similarity]
tests/homescreen/json/term-app1.json [moved from test/json/term-app1.json with 100% similarity]
tests/homescreen/testdata/gui-test-FHD-next.dat [moved from test/testdata/gui-test-FHD-next.dat with 100% similarity]
tests/homescreen/testdata/gui-test-FHD.dat [moved from test/testdata/gui-test-FHD.dat with 100% similarity]
tests/homescreen/testdata/gui-test-XGA-next.dat [moved from test/testdata/gui-test-XGA-next.dat with 100% similarity]
tests/homescreen/testdata/gui-test-XGA.dat [moved from test/testdata/gui-test-XGA.dat with 100% similarity]
tests/homescreen/testdata/gui-test-launch-template.dat [moved from test/testdata/gui-test-launch-template.dat with 100% similarity]
tests/system-controller/Makefile.am [new file with mode: 0644]
tests/system-controller/apps-framework/Makefile.am [new file with mode: 0644]
tests/system-controller/apps-framework/data/test.ico.res.app.desktop [new file with mode: 0644]
tests/system-controller/apps-framework/run_test.sh [new file with mode: 0755]
tests/system-controller/apps-framework/tst_appresctl.c [new file with mode: 0644]
tests/system-controller/apps-framework/tst_appresctl_main.c [new file with mode: 0644]
tests/system-controller/apps-framework/tst_common.c [new file with mode: 0644]
tests/system-controller/apps-framework/tst_common.h [new file with mode: 0644]
tests/system-controller/apps-framework/tst_inputctl.c [new file with mode: 0644]
tests/system-controller/apps-framework/tst_server.c [new file with mode: 0644]
tests/system-controller/apps-framework/tst_userctl.c [new file with mode: 0644]
tests/system-controller/apps-framework/tst_winctl.c [new file with mode: 0644]
tests/system-controller/test-dummy-hs/CicoBackground.cpp [new file with mode: 0644]
tests/system-controller/test-dummy-hs/CicoBackground.h [new file with mode: 0644]
tests/system-controller/test-dummy-hs/CicoBaseWin.cpp [new file with mode: 0644]
tests/system-controller/test-dummy-hs/CicoBaseWin.h [new file with mode: 0644]
tests/system-controller/test-dummy-hs/CicoColor.cpp [new file with mode: 0644]
tests/system-controller/test-dummy-hs/CicoColor.h [new file with mode: 0644]
tests/system-controller/test-dummy-hs/CicoEFLApp.cpp [new file with mode: 0644]
tests/system-controller/test-dummy-hs/CicoEFLApp.h [new file with mode: 0644]
tests/system-controller/test-dummy-hs/CicoEvasObject.cpp [new file with mode: 0644]
tests/system-controller/test-dummy-hs/CicoEvasObject.h [new file with mode: 0644]
tests/system-controller/test-dummy-hs/CicoGeometry.cpp [new file with mode: 0644]
tests/system-controller/test-dummy-hs/CicoGeometry.h [new file with mode: 0644]
tests/system-controller/test-dummy-hs/CicoLog.cpp [new file with mode: 0644]
tests/system-controller/test-dummy-hs/CicoLog.h [new file with mode: 0644]
tests/system-controller/test-dummy-hs/CicoUISample.cpp [new file with mode: 0644]
tests/system-controller/test-dummy-hs/CicoUISample.h [new file with mode: 0644]
tests/system-controller/test-dummy-hs/Makefile.am [new file with mode: 0644]
tests/system-controller/test-dummy-hs/main.cpp [new file with mode: 0644]
tests/system-controller/test-dummy-hs/org.tizen.ico.dummy-homescreen.xml [new file with mode: 0644]
tool/kill_syscond.sh [moved from kill_homescreen with 77% similarity]
tool/start_syscond.sh [new file with mode: 0755]
update-exec.sh [deleted file]