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:52:26 +0000 (14:52 +0200)
commit609835c5efa606b9eb63739d50c750dba47c1668
treeb102c9d675b5102ec4756de450c089521b41ad28
parent8ed8ccb06e9662259a497357fdfe0253d4436707
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