Introduce a notification type and add extra notifications for KNotify
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 12 Apr 2009 08:15:31 +0000 (10:15 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 12 Apr 2009 08:15:31 +0000 (10:15 +0200)
commit9ea27e456f4163c37118f6dc34188809fc37d6d9
tree64f99fbea5ab7587dd0d5016f0502b081f1c26ab
parent371368423788eec9f5756dc4cebb01aeb93d0e7a
Introduce a notification type and add extra notifications for KNotify

We have 4 types of notifications now: for queries and for highlights,
each with and without Quassel having focus. If using KDE support, each
can now be configured separately (see #571).

The non-KDE notification backends keep the old behavior (i.e. only notify if not
focused) for now, until we get a configuration UI for this.
data/quassel.notifyrc
src/qtui/desktopnotificationbackend.cpp
src/qtui/knotificationbackend.cpp
src/qtui/mainwin.cpp
src/qtui/phononnotificationbackend.cpp
src/qtui/qtui.cpp
src/qtui/qtui.h
src/qtui/systraynotificationbackend.cpp
src/qtui/taskbarnotificationbackend.cpp
src/uisupport/abstractnotificationbackend.h