First part of the BufferTreeModel pimpification (maybe I should get of
authorMarcus Eggenberger <egs@quassel-irc.org>
Thu, 20 Dec 2007 13:25:16 +0000 (13:25 +0000)
committerMarcus Eggenberger <egs@quassel-irc.org>
Thu, 20 Dec 2007 13:25:16 +0000 (13:25 +0000)
commit4bd0fcd5b0599f3658253353bf2bdc01b32951f7
treece2c4ce6f7a7af1b1340383af77ed2bef77310b0
parentfede47ff7b5098c66615be85024c2467f91f1d18
First part of the BufferTreeModel pimpification (maybe I should get of
the "tree" in it's name... can't see/write it anymore :p).
 - The basic structure of the model has been improved.
 - NetworkInfos and IrcChannel objects are now connected to the model
    which allows pretty nice stuff. (we got a working topic yeahi!)

to be continued...
src/client/buffertreemodel.cpp
src/client/buffertreemodel.h
src/client/client.cpp
src/client/treemodel.cpp
src/client/treemodel.h
src/common/signalproxy.cpp
src/common/signalproxy.h
src/qtui/mainwin.cpp
src/uisupport/bufferview.cpp