Revision 6184e93...

Go back to digest for 16th January 2011

Optimization in Office

Tobias Koenig committed changes in [kdepim] /calendarviews/eventviews/timeline:

Improve performance of timeline view

Do not set the tooltip on initial loading, because the tooltip string
is created by a method that involves instantiating a KConfig object.

Intercept the QEvent::ToolTip of the graphicsview instead and set the
tooltip shortly before it is shown to the user.

File Changes

Modified 4 files
  • /calendarviews/eventviews/timeline
  •   /timelineitem.cpp
  •   /timelineitem.h
  •   /timelineview.cpp
  •   /timelineview.h
4 files changed in total