Introduce the concept of an "active" bufferview
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 20 Jul 2010 07:04:51 +0000 (09:04 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 5 Aug 2010 09:21:39 +0000 (11:21 +0200)
commit56288a13972bf8466b57c9d5d1ec382fc7e287cc
treec51e89ed1de61c86ed0d7ae1811ccdbd13090234
parente670ca6e245c9e1044879b12afb1a7a38667b264
Introduce the concept of an "active" bufferview

For things like keyboard navigation, we need to mark a given bufferview as the active
one, so concepts like "next/previous channel" have something to refer to. We now mark
the active bufferview by a little dot. The user can switch through the visible views
using the "Forward" and "Back" standard keys, which usually map to Alt + Right/Left.

No (re)storing of the active view yet.
src/qtui/mainwin.cpp
src/qtui/mainwin.h
src/uisupport/bufferview.cpp
src/uisupport/bufferview.h