Add shortcut that jumps to the markerline
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 29 Jun 2010 20:51:13 +0000 (22:51 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 29 Jun 2010 20:51:13 +0000 (22:51 +0200)
commit3013f4e095802e906c85878436da9e2ee3f9028c
tree054c53e6075267dc7eb352aab7f0e73c8b9a340f
parente3ed29ad5b799fa1425c137d2296f48ce5995a5b
Add shortcut that jumps to the markerline

By default (and subject to change), Ctrl+K now jumps to the markerline
(which is either set manually by Ctrl+R, or by default automatically when
switching channels).

If necessary, additional backlog will be fetched first. Note that this might require
multiple presses of Ctrl+K if you tinkered with message filters after setting the markerline,
and also for markerlines that have been set using older clients.

The markerline will now never be set on a day change message.
src/qtui/bufferwidget.cpp
src/qtui/bufferwidget.h
src/qtui/chatline.h
src/qtui/chatscene.cpp
src/qtui/chatscene.h
src/qtui/chatview.cpp
src/qtui/chatview.h
src/qtui/markerlineitem.cpp
src/qtui/markerlineitem.h