kde-extraapps/kdeplasma-addons/applets/incomingmsg
Ivailo Monev 6ccf553d1e generic: prepare for Katie changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-10-14 16:21:09 +03:00
..
AUTHORS initial import of kde-plasma-addons (4.14.3) 2015-01-15 17:07:43 +00:00
CMakeLists.txt generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:12:24 +00:00
incomingmsg.cpp generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
incomingmsg.h generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
Messages.sh initial import of kde-plasma-addons (4.14.3) 2015-01-15 17:07:43 +00:00
plasma-applet-incomingmsg.desktop initial import of kde-plasma-addons (4.14.3) 2015-01-15 17:07:43 +00:00
README initial import of kde-plasma-addons (4.14.3) 2015-01-15 17:07:43 +00:00
TODO initial import of kde-plasma-addons (4.14.3) 2015-01-15 17:07:43 +00:00
widget.ui generic: prepare for Katie changes 2022-10-14 16:21:09 +03:00

This is a basic plasmoid to notify you about
new messages from any service you have running.
This is particularly useful and designed for locked
screen with the plasma-overlay so you don't have to
unlock just to check if you got new messages (mail,im,
any other service, ...).
It uses DBus and only adds information for apps that are
running (it checks for the dbus interface). At the moment
sadly only kmail notifies over DBus for new messages.
Also qutIM notifies about count of unreaded messages.
Hack on it as you like.