Fixed annoying bug where the nicklist wouldn't be shown sometimes because of an incon...
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 29 Nov 2007 17:09:15 +0000 (17:09 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 29 Nov 2007 17:09:15 +0000 (17:09 +0000)
commit8a3c3f283e33a9ae87b4b3bed94e676f12dd5d2e
tree82663cae0b3318a1d2f80ecdb68130d86476a5f5
parent836534302ea576791dc5cc01918dd4c5abd61878
Fixed annoying bug where the nicklist wouldn't be shown sometimes because of an inconsistent
ProxyModel.
I had to hack NickView to always call expandAll() when rows are inserted. This works, but is ugly
and we should find a more elegant solution in due time.
src/client/nickmodel.cpp
src/client/nickmodel.h
src/uisupport/nickview.cpp
src/uisupport/nickview.h