Bug fix: TIVI-1996. 61/11861/1 accepted/tizen/20131107.180848 accepted/tizen/20131111.231327 accepted/tizen_ivi_stable/20131119.040218 submit/tizen/20131107.013353 submit/tizen_ivi_stable/20131119.040131
authorHayato Nakamura <hayato.nakamura@mail.toyota-td.jp>
Wed, 6 Nov 2013 09:31:15 +0000 (18:31 +0900)
committerHayato Nakamura <hayato.nakamura@mail.toyota-td.jp>
Wed, 6 Nov 2013 09:34:47 +0000 (18:34 +0900)
commit97585f045c411a298241f26fd27ded0c4ebf29cc
tree874184c8c5e52cdd9c9366ad3a95345ad1626f9e
parent53b43aa6357a1b14546b6ff809d2e7c5c673f1e8
Bug fix: TIVI-1996.

Change-Id: Ibe0f529de5857ef4a9451fd62182b125ea322267
Signed-off-by: Hayato Nakamura <hayato.nakamura@mail.toyota-td.jp>
81 files changed:
configure.ac
include/ico_syc_application.h
include/ico_syc_msg_cmd_def.h
lib/apps-framework/ico_syc_common.c
lib/apps-framework/ico_syc_userctl.c
lib/apps-framework/ico_syc_winctl.c
lib/system-controller/CicoSCAulItems.cpp
lib/system-controller/CicoSCCommonDef.h [new file with mode: 0644]
lib/system-controller/CicoSCConf.h
lib/system-controller/CicoSCDisplay.cpp
lib/system-controller/CicoSCDisplay.h
lib/system-controller/CicoSCDisplayZone.cpp
lib/system-controller/CicoSCDisplayZone.h
lib/system-controller/CicoSCInputController.cpp
lib/system-controller/CicoSCLayer.h
lib/system-controller/CicoSCLifeCycleController.cpp
lib/system-controller/CicoSCPolicyDef.h
lib/system-controller/CicoSCPolicyManager.cpp
lib/system-controller/CicoSCPolicyManager.h
lib/system-controller/CicoSCResourceManager.cpp
lib/system-controller/CicoSCResourceManager.h
lib/system-controller/CicoSCServer.cpp
lib/system-controller/CicoSCServer.h
lib/system-controller/CicoSCSystemConfig.cpp
lib/system-controller/CicoSCUserManager.cpp
lib/system-controller/CicoSCUserManager.h
lib/system-controller/CicoSCWindow.cpp
lib/system-controller/CicoSCWindow.h
lib/system-controller/CicoSCWindowController.cpp
lib/system-controller/CicoSCWindowController.h
lib/system-controller/CicoSCWlWinMgrIF.cpp
lib/system-controller/CicoSCWlWinMgrIF.h
lib/system-controller/Cico_aul_listen_app.cpp [new file with mode: 0644]
lib/system-controller/Cico_aul_listen_app.h [new file with mode: 0644]
lib/system-controller/Makefile.am
packaging/ico-uxf-homescreen.changes
packaging/ico-uxf-homescreen.spec
res/org.tizen.ico.homescreen/res/config/homescreen.conf
res/org.tizen.ico.homescreen/res/images/bg.png
res/org.tizen.ico.homescreen/res/images/termIcon.png [changed mode: 0644->0755]
res/org.tizen.ico.homescreen/res/sound/failure.wav [new file with mode: 0644]
res/org.tizen.ico.homescreen/res/sound/operation.wav [new file with mode: 0644]
res/org.tizen.ico.homescreen/res/sound/success.wav [new file with mode: 0644]
res/org.tizen.ico.system-controller/res/config/policy.json
res/org.tizen.ico.system-controller/res/config/system.xml
src/homescreen/CicoHSAppHistoryExt.cpp
src/homescreen/CicoHSAppHistoryExt.h
src/homescreen/CicoHSAppInfo.cpp
src/homescreen/CicoHSAppInfo.h
src/homescreen/CicoHSControlBarTouch.cpp
src/homescreen/CicoHSControlBarWindow.cpp
src/homescreen/CicoHSControlBarWindow.h
src/homescreen/CicoHSFlickTouch.cpp [deleted file]
src/homescreen/CicoHSMenuTile.cpp
src/homescreen/CicoHSMenuTile.h
src/homescreen/CicoHSMenuTouch.cpp
src/homescreen/CicoHSMenuWindow.cpp
src/homescreen/CicoHSMenuWindow.h
src/homescreen/CicoHSSwipeInputWindow.cpp [moved from src/homescreen/CicoHSFlickInputWindow.cpp with 68% similarity]
src/homescreen/CicoHSSwipeInputWindow.h [moved from src/homescreen/CicoHSFlickInputWindow.h with 71% similarity]
src/homescreen/CicoHSSwipeTouch.cpp [new file with mode: 0644]
src/homescreen/CicoHSSwipeTouch.h [moved from src/homescreen/CicoHSFlickTouch.h with 57% similarity]
src/homescreen/CicoHSWindowController.cpp
src/homescreen/CicoHomeScreen.cpp
src/homescreen/CicoHomeScreen.h
src/homescreen/CicoHomeScreenCommon.h
src/homescreen/CicoSCAulItems.cpp
src/homescreen/CicoSCCommonDef.h [new file with mode: 0644]
src/homescreen/CicoSCConf.h
src/homescreen/CicoSCLifeCycleController.cpp
src/homescreen/CicoSCSystemConfig.cpp
src/homescreen/CicoSound.cpp [new file with mode: 0644]
src/homescreen/CicoSound.h [new file with mode: 0644]
src/homescreen/Makefile.am
src/homescreen/home_screen_main.cpp
src/syscond/CicoSysConDaemon.cpp
src/syscond/Makefile.am
tool/ico_change_loginuser.c
tool/kill_syscond.sh
tool/rm_autogen-file.sh
tool/start_syscond.sh