From: Manuel Nickschas Date: Mon, 5 Jan 2009 13:00:20 +0000 (+0100) Subject: Notification backends now can emit a signal activated() that tells MainWin to raise... X-Git-Tag: 0.4.0~266 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;h=b324a124e384bd8c9f54d97c5b5d6a5cc50fd91b;hp=b324a124e384bd8c9f54d97c5b5d6a5cc50fd91b;p=quassel.git Notification backends now can emit a signal activated() that tells MainWin to raise itself For now, this signal is emitted by systray, dbus and knotify. Unfortunately, raise() does not seem to work with kwin and (according to docs) neither on Windows. Furthermore, my knotify seems to be broken and doesn't signal a click at all. Thus, this whole thing got "limited" testing by me :) Take it as "might work under some circumstances in some environments". Feedback welcome. ---