D28509: RFC: [libnotificationmanager] introduce the notification watcher
Bhushan Shah
noreply at phabricator.kde.org
Thu Apr 2 10:56:30 BST 2020
bshah created this revision.
bshah added reviewers: Plasma, broulik, davidedmundson.
Herald added a project: Plasma.
Herald added a subscriber: plasma-devel.
bshah requested review of this revision.
REVISION SUMMARY
This allows one to subscribe to notifications from notification server.
Currently it is mostly RFC, and there's several todo before this can be
actually useful,
- Don't dispatch all the notification, have some method of authentication
- Provide a simpler notification model which can be used along with the notification
- Way to interact with notifications (actions)
TEST PLAN
tested using very simple QML
import QtQuick 2.0
import org.kde.notificationmanager 1.1 as Notifications
Rectangle {
id: red
height: 200
width: 200
color: "green"
Notifications.NotificationWatcher {
id: foo
}
}
REPOSITORY
R120 Plasma Workspace
BRANCH
bshah/notification-watcher
REVISION DETAIL
https://phabricator.kde.org/D28509
AFFECTED FILES
libnotificationmanager/CMakeLists.txt
libnotificationmanager/dbus/org.freedesktop.Notifications.xml
libnotificationmanager/declarative/notificationmanagerplugin.cpp
libnotificationmanager/notificationwatcher.cpp
libnotificationmanager/notificationwatcher.h
libnotificationmanager/server_p.cpp
libnotificationmanager/server_p.h
To: bshah, #plasma, broulik, davidedmundson
Cc: nicolasfella, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20200402/7027484a/attachment.html>
More information about the Plasma-devel
mailing list