Add notification daemon 53/72853/8
authorOskar Świtalski <o.switalski@samsung.com>
Wed, 1 Jun 2016 14:45:36 +0000 (16:45 +0200)
committerOskar Świtalski <o.switalski@samsung.com>
Fri, 10 Jun 2016 15:48:33 +0000 (17:48 +0200)
commitf950f46fd553ce24ea0b1e579676b90c32840f0a
tree1a099ca25d80feb834bb71d4813d5b4df6fc2b52
parent112f8cce4dcabd4be3b6fcf836fc875830e441f3
Add notification daemon

Change-Id: Icf5dc30074d5c538144da39e0d2b1c9c99bbdef3
19 files changed:
CMakeLists.txt
packaging/askuser-notification.manifest [new file with mode: 0644]
packaging/askuser.spec
src/agent/CMakeLists.txt
src/agent/main/NotificationTalker.cpp [new file with mode: 0644]
src/agent/main/NotificationTalker.h [new file with mode: 0644]
src/agent/notification-daemon/AskUserTalker.cpp [new file with mode: 0644]
src/agent/notification-daemon/AskUserTalker.h [new file with mode: 0644]
src/agent/notification-daemon/CMakeLists.txt [new file with mode: 0644]
src/agent/notification-daemon/GuiRunner.cpp [new file with mode: 0644]
src/agent/notification-daemon/GuiRunner.h [new file with mode: 0644]
src/agent/notification-daemon/main.cpp [new file with mode: 0644]
src/agent/notification-daemon/po/CMakeLists.txt [moved from src/agent/po/CMakeLists.txt with 95% similarity]
src/agent/notification-daemon/po/en.po [new file with mode: 0644]
src/agent/notification-daemon/po/pl.po [new file with mode: 0644]
src/agent/po/en.po [deleted file]
src/agent/po/pl.po [deleted file]
systemd/CMakeLists.txt
systemd/askuser-notification.service [new file with mode: 0644]