0.9.14 release -- add: TIVI-1751 Home Screen needs to use system notifications framework 67/16367/1 accepted/tizen/ivi/20140226.204656 accepted/tizen/ivi/release/20140312.115201 submit/tizen/20140214.060338 submit/tizen/20140226.193842 submit/tizen_ivi_release/20140312.071456
authorMasayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
Fri, 14 Feb 2014 05:42:56 +0000 (14:42 +0900)
committerMasayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
Fri, 14 Feb 2014 05:51:48 +0000 (14:51 +0900)
commitcd52e2669fcc51f0429d700339ef2de14ec165a3
tree6933a9623ca4f9d4223c34f55996c80b6a069c49
parentd0dea4b2e0edba93753509ec21e864a3c2ce2aad
0.9.14 release -- add: TIVI-1751 Home Screen needs to use system notifications framework

Change-Id: I647029b93ae5c41e2d5acf95639ad21d02f982f4
Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
35 files changed:
Makefile.am
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
lib/notification/CicoNotification.cpp
lib/notification/CicoNotification.h
lib/notification/CicoNotificationApp.cpp
lib/notification/CicoNotificationInterface.h
lib/notification/CicoNotificationList.cpp [new file with mode: 0644]
lib/notification/CicoNotificationList.h [new file with mode: 0644]
lib/notification/CicoNotificationService.cpp
lib/notification/CicoNotificationService.h
lib/notification/Makefile.am
packaging/ico-uxf-homescreen.changes
packaging/ico-uxf-homescreen.spec
res/org.tizen.ico.onscreen/res/config/onscreen.conf
src/homescreen/CicoHomeScreen.cpp
src/onscreen/CicoOSEFLApp.cpp
src/onscreen/CicoOSEFLApp.h
src/onscreen/CicoOnScreen.cpp
src/onscreen/CicoOnScreen.h
src/onscreen/Makefile.am
src/onscreen/on_screen_main.cpp
src/onscreen/onscreen.edc [new file with mode: 0644]
src/statusbar/CicoStatusBar.cpp
tests/Makefile.am
tests/statusbar/Makefile.am [deleted file]
tests/statusbar/send_notification.cpp [deleted file]
tool/notification/Makefile.am [new file with mode: 0644]
tool/notification/del_notification.cpp [new file with mode: 0644]
tool/notification/dump_notification.cpp [new file with mode: 0644]
tool/notification/send_notification.cpp [new file with mode: 0644]
tool/rm_autogen-file.sh