Introducing: Audio Notifications!
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 18 Dec 2008 23:17:38 +0000 (00:17 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 18 Dec 2008 23:22:16 +0000 (00:22 +0100)
commit5d627d362db7f8e1241fcb0c7164679e7847fdfa
treebaed8c3b1728e910f3b07792669610434ac93de0
parent603f1fd2e9501d84a320554f068df26861ebde71
Introducing: Audio Notifications!

Finally, you can get notified with an arbitrary sound.
Thanks to Phonon, this should work on all platforms as long as Phonon
(either Qt's or KDE's) is available.

Enable sound notifications via F7 -> Behavior -> Notifications.
src/qtui/CMakeLists.txt
src/qtui/mainwin.cpp
src/qtui/phononnotificationbackend.cpp [new file with mode: 0644]
src/qtui/phononnotificationbackend.h [new file with mode: 0644]
src/qtui/settingspages/notificationssettingspage.cpp
src/qtui/ui/phononnotificationconfigwidget.ui [new file with mode: 0644]