Buffer activity levels are now synced between clients, meaning that seeing a buffer...
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 18 Feb 2008 00:33:29 +0000 (00:33 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 18 Feb 2008 00:33:29 +0000 (00:33 +0000)
commit8010224cf5bfe5685dc2cf535e8dc1ec19c4c364
tree21165a7f057fc996e411264b902c652a65d459c6
parent1f02b7201ab7b86238e705d2ce5b22f50bf6acfe
Buffer activity levels are now synced between clients, meaning that seeing a buffer in one client
will clear activity for that buffer in other clients too.
NOTE: Activity state is not yet remembered between core restarts,
      since there are still some database issues.

Client/core protocol updated, distclean mandatory.
25 files changed:
Quassel.kdevelop.filelist
src/client/buffer.cpp
src/client/buffer.h
src/client/buffermodel.cpp
src/client/buffermodel.h
src/client/client.cpp
src/client/client.h
src/client/clientsyncer.cpp
src/client/networkmodel.cpp
src/client/networkmodel.h
src/common/buffersyncer.cpp [new file with mode: 0644]
src/common/buffersyncer.h [new file with mode: 0644]
src/common/common.pri
src/common/message.cpp
src/common/network.cpp
src/core/coresession.cpp
src/core/coresession.h
src/core/networkconnection.cpp
src/qtui/bufferwidget.cpp
src/qtui/bufferwidget.h
src/qtui/mainwin.cpp
src/qtui/settingspages/networkssettingspage.cpp
src/uisupport/bufferviewfilter.cpp
src/uisupport/uistyle.cpp
version.inc