Revision 856440

Go back to digest for 7th September 2008

Features in KDE Base

Daniel Laidig committed changes in /trunk/KDE/kdelibs/kdeui/widgets:

Use a simple search index for KCharSelect and implement instant search

This also makes searching in character details possible.
The indexing of Unihan data is currently disabled, since it increases the size of the index a lot.
Probably an option should be introduced for this.

The index is created on runtime in the background (via QtConcurrent), so the only time the UI could freeze a few milliseconds is if the user tries to search before the index is ready.

File Changes

Modified 3 files
  • /trunk/KDE/kdelibs/kdeui/widgets
  •   /kcharselect.cpp
  •   /kcharselectdata.cpp
  •   /kcharselectdata_p.h
3 files changed in total