No longer disable the input widget for inactive buffers
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 5 Aug 2010 19:34:15 +0000 (21:34 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 5 Aug 2010 20:46:09 +0000 (22:46 +0200)
commit1b9dc90e54c1c7c2012decfb87cce80dbae60be9
tree0b58e2fedce7a28d8215237286f7587481c574af
parent83efa7dcd9771008e7600b4c35db0dde6e0bc995
No longer disable the input widget for inactive buffers

Some users need or want to be able to enter text even in inactive buffers, so
don't stop them from doing so, other clients don't either.

Also, disabling the input line seems to eat global QAction shortcuts for some bizarr
reason (even though the MainWin is marked as focusWidget, it doesn't receive any keypresses
when the input line is disabled).

Fixes #462.
src/qtui/inputwidget.cpp