fixing BR #261 (making fields removable from the chatmonitor). Changes effect current...
authorMarcus Eggenberger <egs@quassel-irc.org>
Mon, 11 Aug 2008 11:28:47 +0000 (13:28 +0200)
committerMarcus Eggenberger <egs@quassel-irc.org>
Mon, 11 Aug 2008 12:03:54 +0000 (14:03 +0200)
commit9d52e49424afb60c2f28073051c1dbf25f47adec
treed3b2cac7d144f0c9f92f9f91745d6615f5f3ee62
parentdbefd590650e9053c7a1513a5f49aad3e582108a
fixing BR #261 (making fields removable from the chatmonitor). Changes effect currently only new messages as the ChatViews don't treat dataChanged() properly
src/qtui/CMakeLists.txt
src/qtui/chatmonitorfilter.cpp
src/qtui/chatmonitorfilter.h
src/qtui/chatmonitorview.cpp [new file with mode: 0644]
src/qtui/chatmonitorview.h [new file with mode: 0644]
src/qtui/chatscene.cpp
src/qtui/chatscene.h
src/qtui/chatview.cpp
src/qtui/chatview.h
src/qtui/mainwin.cpp