dolphin/src/search
Peter Penz 16d4f059c3 Use QFontMetrics::height() instead of averageCharWidth()
QFontMetrics::averageCharWidth() is quite slow and does not work
well on fonts with broken characters. In the
usecases required by Dolphin QFontMetrics::height() is a better
and faster alternative to get a font-dependent minimum width.

Thanks go to Christoph Feck for this hint!
2011-10-06 16:45:15 +02:00
..
dolphin_searchsettings.kcfg krazy fixes: let all .kcfg files be conform to KConfigXT schema 2010-08-07 18:19:31 +00:00
dolphin_searchsettings.kcfgc I'm very sorry for breaking the build: I forgot to add the new files :-( 2009-11-22 10:22:29 +00:00
dolphinsearchbox.cpp Use QFontMetrics::height() instead of averageCharWidth() 2011-10-06 16:45:15 +02:00
dolphinsearchbox.h Use QToolButtons instead of QPushButtons for the searchbar 2011-07-07 11:49:51 +02:00
dolphinsearchinformation.cpp Fix compilation when Nepomuk is not available 2011-02-05 21:12:19 +01:00
dolphinsearchinformation.h Fix visibility- and enabled-issues for the filter-panel 2011-02-02 19:36:08 +01:00
filenamesearch.protocol Fix icon-name for the filenamesearch protocol. This fixes the issue that an unknown-icon is shown when the search is done in a tab. 2010-09-22 20:32:06 +00:00
filenamesearchprotocol.cpp Coding style update for pointer comparison 2011-02-09 19:24:27 +01:00
filenamesearchprotocol.h Remember all iterated directories to prevent an endless recursion by links. Tested with search all files below / 2011-01-16 19:51:48 +00:00