Close notifications on other connected clients as well
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 13 Apr 2010 21:18:22 +0000 (23:18 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 13 Apr 2010 21:18:22 +0000 (23:18 +0200)
Client now emits a bufferMarkedAsRead() signal that is used for triggering
the closing of notifications. This is synced between clients.

This requires both uptodate clients and core and will spam your log with warnings
if one is too old (but continue to work like it used to). "Too old" means "does not
contain this commit", i.e. a 0.6.0 client will work fine with a git master core and
the other way round, but earlier versions won't.


No differences found