BufferView no longer reacts on layoutChanged() as this is far too often emited.
authorMarcus Eggenberger <egs@quassel-irc.org>
Tue, 24 Jun 2008 12:47:49 +0000 (14:47 +0200)
committerMarcus Eggenberger <egs@quassel-irc.org>
Tue, 24 Jun 2008 12:47:49 +0000 (14:47 +0200)
commit2902a0da662ba40083688a704bd6bd60d0df47bd
tree011f3a3eb503c78dd36ea43226c1badf880e21f0
parentb8ad4febbbebc5d473b5f164e3a92fed1f61b343
BufferView no longer reacts on layoutChanged() as this is far too often emited.
QSortFilterProxyModel sends this at least once(!) per dataChanged of the source
model if dynamicSortFilter is true.
src/uisupport/bufferview.cpp
src/uisupport/bufferview.h
src/uisupport/bufferviewfilter.cpp
src/uisupport/bufferviewfilter.h