client: /list automatically requests channel list
authorShane Synan <digitalcircuit36939@gmail.com>
Fri, 22 Jun 2018 01:56:14 +0000 (20:56 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 12 Jul 2018 22:36:39 +0000 (00:36 +0200)
commit70955828d6ffab8c39435fe48a923d0c7dbbb678
tree9703fc1004f58dd623b0bbd8785418f186061a9e
parentefe1292ee3dffb7fe2f8cee2c4c2767cd53efb34
client: /list automatically requests channel list

When using "/list" or "/list <params" to open Channel List dialog,
automatically request the channel list.  This mimics the behavior
before the UI interception and minimizes effort needed to use the
dialog.
src/client/client.h
src/client/clientuserinputhandler.cpp
src/qtui/channellistdlg.cpp
src/qtui/channellistdlg.h
src/qtui/mainwin.cpp
src/qtui/mainwin.h
src/uisupport/networkmodelcontroller.cpp
src/uisupport/networkmodelcontroller.h