We now have back a real BufferModel. It's basically a ProxyModel to
authorMarcus Eggenberger <egs@quassel-irc.org>
Tue, 8 Jan 2008 19:29:30 +0000 (19:29 +0000)
committerMarcus Eggenberger <egs@quassel-irc.org>
Tue, 8 Jan 2008 19:29:30 +0000 (19:29 +0000)
commit2f05c5d7e94d5e96d2b4bae59140fd3b60a7a62f
tree571a742ab464550bda483ccdb32d40775f6f587e
parent1989f165c2b754a42d3f06dfb5c33afd6111d820
We now have back a real BufferModel. It's basically a ProxyModel to
the recently introduced NetworkModel.
Activity displays in the BufferViews are now a bit crippled (new
Activity levels will be shown even when the buffer is selected).

Now We can Use The Nickviews with the NetworkModel and get Rid of the
QtGui Dependency in the Client.
14 files changed:
dev-notes/ROADMAP
src/client/buffermodel.cpp [new file with mode: 0644]
src/client/buffermodel.h [new file with mode: 0644]
src/client/client.cpp
src/client/client.h
src/client/client.pri
src/client/mappedselectionmodel.cpp
src/client/mappedselectionmodel.h
src/client/networkmodel.cpp
src/client/networkmodel.h
src/client/selectionmodelsynchronizer.cpp
src/client/selectionmodelsynchronizer.h
src/core/abstractsqlstorage.cpp
src/qtui/mainwin.cpp