Revision 1fab34d...

Go back to digest for 16th January 2011

Optimization in KDE-PIM

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

Improve performance of loading MonthView

Loading the month view triggers to update the tooltip
strings of all event items. This is unfortunately quite expensive
because checking the organizer involves parsing a config file inside
KEmailSettings, which can't be fixed. So delay the generation of the
tooltip string until the item is shown.

File Changes

Modified 2 files
  • /calendarviews/eventviews/month
  •   /monthgraphicsitems.cpp
  •   /monthgraphicsitems.h
2 files changed in total