bug fix: HomeScreen sometimes fails in connection with SystemController at the time... 03/17303/2
authorMasayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
Thu, 6 Mar 2014 07:26:53 +0000 (16:26 +0900)
committerOssama Othman <ossama.othman@intel.com>
Tue, 25 Mar 2014 18:33:01 +0000 (11:33 -0700)
commitdc6a68dcf26f1a3165372c14b8c0df56fc258b47
tree23f9a2e44b4b651daad42d510312268fa12e3e2a
parent4f24029c42cd159fda7a638a90d329f2401d9fae
bug fix: HomeScreen sometimes fails in connection with SystemController at the time of starting.
bug fix: Local time is supported in the clock display of StatusBar.
improve: A multiplex notice is supported in OnScreen.
bug fix:LiveThumbnail of HomeScreen not works when APP installed.Homescreen take over the SURFACE of the old menu to the new menu, when that regenerate the menu.

Change-Id: I5ec88f76256018e03b45cd1b854d4125799a1764
Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
36 files changed:
include/ico_syc_common.h
include/ico_syc_inputctl.h
include/ico_syc_msg_cmd_def.h
include/ico_syc_sysdef.h
include/ico_syc_type.h
include/ico_syc_winctl.h
lib/apps-framework/ico_syc_common.c
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/CicoSCCommand.cpp
lib/system-controller/CicoSCCommand.h
lib/system-controller/CicoSCInputController.cpp
lib/system-controller/CicoSCInputController.h
lib/system-controller/CicoSCWayland.cpp
lib/system-controller/CicoSCWaylandIF.cpp
lib/system-controller/CicoSCWaylandIF.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
src/homescreen/CicoHSAppInfo.cpp
src/homescreen/CicoHSMenuTile.cpp
src/homescreen/CicoHSMenuTile.h
src/homescreen/CicoHSMenuWindow.cpp
src/homescreen/CicoHSSwipeInputWindow.cpp
src/homescreen/CicoHSSwipeTouch.h
src/homescreen/CicoHSWindow.cpp
src/homescreen/CicoHomeScreen.cpp
src/onscreen/CicoOSPopWindow.cpp
src/onscreen/CicoOSPopWindow.h
src/onscreen/CicoOnScreen.cpp
src/statusbar/CicoComponentImplementation.cpp