Add DesktopNotificationBackend
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 9 Oct 2008 14:35:11 +0000 (16:35 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 12 Oct 2008 18:38:43 +0000 (20:38 +0200)
commit2c93873e740b12b4bc9d9aa97ad906aaf0e0c8ee
treee097a3eda3d87719ae921700ba107e8d51d07d2d
parent5c78a50fa720e5f82fcaa03c0176feab71d74c8e
Add DesktopNotificationBackend

This handles notifications via D-Bus and mostly contains the code from MainWin
wrap into our new pluggable notification backend stuff.
Not tested yet, as we don't actually use the latter yet :)
src/qtui/CMakeLists.txt
src/qtui/desktopnotificationbackend.cpp [new file with mode: 0644]
src/qtui/desktopnotificationbackend.h [new file with mode: 0644]