The nicklist is back! We now have a NickModel that can be attached to an IrcChannel
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 27 Nov 2007 00:04:44 +0000 (00:04 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 27 Nov 2007 00:04:44 +0000 (00:04 +0000)
commite671e9da1edaab37ec403f575979f9a92a766e9a
tree41d8a1a0fb365ca81769585e74fd9c9c2551c43a
parentb173301cf898a31c19835f0512883b3ac15cdf55
The nicklist is back! We now have a NickModel that can be attached to an IrcChannel
and that provides access to the nicks in that channel. We also have a NickListWidget, that
encapsulates a stack of NickViews (which are not-yet-fancy QTreeViews).
There are still some things missing, nicks are not sorted yet and the output will be improved
as well. But we can see nicks again, yay ;-)
16 files changed:
Quassel.kdevelop.filelist
src/client/buffer.cpp
src/client/buffer.h
src/client/nickmodel.cpp
src/client/nickmodel.h
src/common/ircchannel.cpp
src/common/ircchannel.h
src/qtui/mainwin.cpp
src/qtui/mainwin.h
src/qtui/nicklistwidget.cpp [new file with mode: 0644]
src/qtui/nicklistwidget.h [new file with mode: 0644]
src/qtui/qtui.pri
src/qtui/ui/mainwin.ui
src/qtui/ui/nicklistwidget.ui [new file with mode: 0644]
src/uisupport/nickview.cpp
src/uisupport/nickview.h