Untie the marker line from lastSeenMsg
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 8 Oct 2009 08:54:11 +0000 (10:54 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 1 Jan 2010 21:07:56 +0000 (22:07 +0100)
commit541013790cdbd0c32d81debf8f42ac6b5183a4aa
tree896b651f0df1c0376f591ec79ea1ce1c45e9ca2a
parent7aa691713f4185fe142f54e14d6b623ee706f77a
Untie the marker line from lastSeenMsg

We now handle the marker line position independently from lastSeenMsg in the backend. This will
allow for setting the marker line manually in the future, for people who don't want the automatic
mark-as-read thingy. Currently, it's still set on buffer change, and the behavior should be the same
as before.

Note that this needs an updated core to work correctly, and will be disabled (= forced auto) else.
14 files changed:
src/client/client.cpp
src/client/client.h
src/client/networkmodel.cpp
src/client/networkmodel.h
src/common/buffersyncer.cpp
src/common/buffersyncer.h
src/core/corebuffersyncer.cpp
src/core/corebuffersyncer.h
src/qtui/chatitem.cpp
src/qtui/chatitem.h
src/qtui/chatline.cpp
src/qtui/chatviewsearchcontroller.cpp
src/uisupport/abstractbuffercontainer.cpp
src/uisupport/abstractbuffercontainer.h