ChatView now asks the scene if scrolling is ok on message appending
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 7 Nov 2008 10:38:32 +0000 (11:38 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 7 Nov 2008 10:41:02 +0000 (11:41 +0100)
commit3271ab1dff7df6f6464cb714d675291aae791639
treecd01b82ea7068f712e0317600f19b572db4c817f
parent45189a3cff5c5365cd83863fc72c8a57a6f88aea
ChatView now asks the scene if scrolling is ok on message appending

That way, the scene can inhibit autoscroll for example while selecting, or during
a click sequence (nothing is more annoying than a link that scrolls away while you have
the button still pressed...). The former is already implemented, the latter follows next
as soon as I get a decent click handling going.
src/qtui/chatscene.cpp
src/qtui/chatscene.h
src/qtui/chatview.cpp