Add ToolBarActionProvider as another specialization of NetworkModelController
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 5 Feb 2009 18:26:50 +0000 (19:26 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 6 Feb 2009 00:26:32 +0000 (01:26 +0100)
commit429b13a0af3acc0599ceb560fef61feee93b068e
tree3287dbe8b9f67564893cb7ce300ec7fcfe789283
parent84d12083744a7cbe23de09d5110b9d426c58ef19
Add ToolBarActionProvider as another specialization of NetworkModelController

As toolbar actions need to be handled very differently from context menu actions, we use
another provider for them. This is supposed to keep track of MainWin's state and enable actions
as appropriate. In this first version, most actions are still not functional, as the whole
state-keeping thing hasn't been implemented yet ;-)
src/qtui/qtui.cpp
src/uisupport/CMakeLists.txt
src/uisupport/graphicalui.cpp
src/uisupport/graphicalui.h
src/uisupport/toolbaractionprovider.cpp [new file with mode: 0644]
src/uisupport/toolbaractionprovider.h [new file with mode: 0644]