Revision 735114

Go back to digest for 11th November 2007

Features in KDE-PIM

Allen Winter committed changes in /trunk/KDE/kdepimlibs/kcal/calendarlocal.cpp:

Add a new QMultiHash for storing all events by <dtStart.toString(),uid>.
Make CalendarLocal::rawEventsForDate() look only in this new hash at the specified date, rather than every single event.

Much faster! More storage requirements.

I'm going to use this technique in more places throughout CalendarLocal.

File Changes

Modified 1 files
  • /trunk/KDE/kdepimlibs/kcal/calendarlocal.cpp
1 files changed in total