bug fix: TC-127 31/29531/2
authorRyota Okubi <ryota.okubi@mail.toyota-td.jp>
Thu, 16 Oct 2014 05:17:19 +0000 (14:17 +0900)
committerRyota Okubi <ryota.okubi@mail.toyota-td.jp>
Wed, 29 Oct 2014 08:38:54 +0000 (17:38 +0900)
commit6bc5eb18d84688cbb9682ab499c9d632c467f58f
tree19f37dc96e9a8afc856d76b930da06b7d89ebfc0
parent7751ddc01c7fd241cc65e2a5b14abc31526b7506
bug fix: TC-127

TC-127 - No notification pop up while incoming call comes on.
It is a phenomenon in which pop-up of OnScreen is not displayed by
notification.Since OnScreen will generate and show Surface if notification
comes, but SystemController does not assume that one application makes two
or more Surfaces.
Repair displayed all the norifications by one surface at OnScreen.

Change-Id: I503a5a9a23eb18ec19b4874afc067ff5e5e314ea
Bug-Tizen: TC-127
Signed-off-by: Ryota Okubi <ryota.okubi@mail.toyota-td.jp>
include/ico_syc_type.h
include/ico_syc_winctl.h
lib/apps-framework/ico_syc_appresctl.c
lib/apps-framework/ico_syc_userctl.c
lib/apps-framework/ico_syc_winctl.c
src/homescreen/CicoHomeScreen.cpp
src/onscreen/CicoOSPopWindow.cpp
src/onscreen/CicoOSPopWindow.h
src/onscreen/CicoOnScreen.cpp
src/onscreen/CicoOnScreen.h
tool/notification/send_notification.cpp