0.9.21 release -- It changes so that the layer controlling function of GENIVI may... 40/16740/1
authorMasayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
Mon, 24 Feb 2014 11:58:49 +0000 (20:58 +0900)
committerMasayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
Mon, 24 Feb 2014 11:58:49 +0000 (20:58 +0900)
commit48e0ecfa45d170f5e069dfd3454c84728bcf2419
tree4cbd5b0a3be63000bb3a295d98a5edd04c1191d7
parentcd52e2669fcc51f0429d700339ef2de14ec165a3
0.9.21 release -- It changes so that the layer controlling function of GENIVI may be used for surface management and layer management. But it has not been tested yet. Because function of GENIVI was not released yet.

Change-Id: Ic11640be957593f75b9410ec9f9780432349d933
Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
55 files changed:
configure.ac
data/share/packages/org.tizen.ico.homescreen.xml
data/share/packages/org.tizen.ico.onscreen.xml
data/share/packages/org.tizen.ico.statusbar.xml
data/share/packages/org.tizen.ico.system-controller.xml
include/ico_syc_inputctl.h
include/ico_syc_msg_cmd_def.h
include/ico_syc_sysdef.h [new file with mode: 0644]
include/ico_syc_type.h
include/ico_syc_winctl.h
lib/apps-framework/Makefile.am
lib/apps-framework/ico_syc_inputctl.c
lib/apps-framework/ico_syc_winctl.c
lib/common/CicoSystemConfig.cpp
lib/common/CicoSystemConfig.h
lib/system-controller/CicoSCInputController.cpp
lib/system-controller/CicoSCInputController.h
lib/system-controller/CicoSCLayer.cpp
lib/system-controller/CicoSCLayer.h
lib/system-controller/CicoSCLifeCycleController.cpp
lib/system-controller/CicoSCMessageRes.cpp [new file with mode: 0644]
lib/system-controller/CicoSCMessageRes.h [new file with mode: 0644]
lib/system-controller/CicoSCServer.cpp
lib/system-controller/CicoSCUserManager.cpp
lib/system-controller/CicoSCVInfoManager.cpp
lib/system-controller/CicoSCWayland.cpp
lib/system-controller/CicoSCWaylandIF.cpp
lib/system-controller/CicoSCWaylandIF.h
lib/system-controller/CicoSCWindow.cpp
lib/system-controller/CicoSCWindow.h
lib/system-controller/CicoSCWindowController.cpp
lib/system-controller/CicoSCWindowController.h
lib/system-controller/CicoSCWlInputMgrIF.cpp
lib/system-controller/CicoSCWlInputMgrIF.h
lib/system-controller/CicoSCWlWinMgrIF.cpp
lib/system-controller/CicoSCWlWinMgrIF.h
lib/system-controller/Makefile.am
packaging/ico-uxf-homescreen.spec
src/homescreen/CicoHSAppControl.cpp
src/homescreen/CicoHSAppHistoryExt.cpp
src/homescreen/CicoHSCommand.h
src/homescreen/CicoHSMenuTile.cpp
src/homescreen/CicoHSMenuTile.h
src/homescreen/CicoHSSwipeTouch.cpp
src/homescreen/CicoHSSwipeTouch.h
src/homescreen/CicoHomeScreen.cpp
src/homescreen/CicoHomeScreenCommon.h
src/homescreen/home_screen_res.h
src/onscreen/CicoOSPopWindow.cpp [new file with mode: 0644]
src/onscreen/CicoOSPopWindow.h [new file with mode: 0644]
src/syscond/Makefile.am
tests/system-controller/apps-framework/tst_inputctl.c
tests/system-controller/apps-framework/tst_server.c
tests/system-controller/apps-framework/tst_winctl.c
tool/Makefile.am