Revision 2211b31...
Go back to digest for 16th January 2011Optimization in KDE-PIM
Tobias Koenig committed changes in [kdepim] /calendarviews/eventviews/timeline/timelineview.cpp:
Improve performance of timeline view
Decouple the model from the view while we fill it with data, otherwise
the view will trigger an expensive QGraphicsView::updateScene() on every
single rowsInserted() signal of the model.
File Changes
Modified 1 files
- /calendarviews/eventviews/timeline/timelineview.cpp
1 files changed in total