Fixes #410 - away log (you'll find it in the views menu)
authorMarcus Eggenberger <egs@quassel-irc.org>
Thu, 5 Feb 2009 14:23:40 +0000 (15:23 +0100)
committerMarcus Eggenberger <egs@quassel-irc.org>
Thu, 5 Feb 2009 14:23:51 +0000 (15:23 +0100)
commit453ccab6ade4a21c7aa3c331af893c91468250a4
tree808e0a787da76103f34a2c271e582c5731ee6d4e
parentf029b6f8d31be1c0d4d7a2b74989bcb61e4d511b
Fixes #410 - away log (you'll find it in the views menu)
14 files changed:
src/client/networkmodel.cpp
src/client/networkmodel.h
src/core/core.cpp
src/core/corenetwork.cpp
src/core/sessionthread.cpp
src/core/sessionthread.h
src/qtui/CMakeLists.txt
src/qtui/awaylogfilter.cpp [new file with mode: 0644]
src/qtui/awaylogfilter.h [new file with mode: 0644]
src/qtui/awaylogview.cpp [new file with mode: 0644]
src/qtui/awaylogview.h [new file with mode: 0644]
src/qtui/chatmonitorview.h
src/qtui/mainwin.cpp
src/qtui/mainwin.h