Switch some dirty hacking to using real infrastructure. A Chatline now contains three...
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 13 May 2008 23:41:45 +0000 (23:41 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 13 May 2008 23:41:45 +0000 (23:41 +0000)
commit0b9f74984780aacbe85ca04c44ec6304c86557c2
tree8ecea874bfaebbf2d6260bd7d4999c543d24f29e
parentdd90a17f0cbafb646e1916d9b8a1f048331f3111
Switch some dirty hacking to using real infrastructure. A Chatline now contains three ChatItems,
which are each coupled to a QPersistentModelIndex. Thus, we won't need to store much more data
in the items themselves than that index. The actual data is contained in ChatlineModelItems.
src/client/messagemodel.cpp
src/client/messagemodel.h
src/qtui/chatitem.cpp
src/qtui/chatitem.h
src/qtui/chatline.cpp
src/qtui/chatline.h
src/qtui/chatlinemodelitem.cpp
src/qtui/chatscene.cpp