┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinsearchbox.h
AgeCommit message (Collapse)Author
2009-10-17* move classes for searching into an own folder (new classes will be added soon)Peter Penz
* Postpone the creation of the searchcompleter, until the editor gets focused. This improves the startup time of Dolphin (reading all available tags is an expensive operation). svn path=/trunk/KDE/kdebase/apps/; revision=1036658
2009-10-09Use a desktop-file for completion-items for the dolphin-search-box.Matthias Fuchs
svn path=/trunk/KDE/kdebase/apps/; revision=1033040
2009-10-05Adds autocompletition to the dolphin-search-box. So far existing tags and ↵Matthias Fuchs
commands like "and", "or" and "-" (for not) are offered as completition-suggestions. svn path=/trunk/KDE/kdebase/apps/; revision=1031685
2009-01-31* move the search button to the endPeter Penz
* use the default search icon instead of the nepomuk icon svn path=/trunk/KDE/kdebase/apps/; revision=919051
2009-01-19Use a custom SearchWidget instead directly using a KLineEdit. Currently the ↵Peter Penz
DolphinSearchWidget acts as "playground" to test some ideas. If it works well it might be a good idea moving this widget as KSearchBox (?) to kdelibs, so that it can be used by the file dialog or other applications. svn path=/trunk/KDE/kdebase/apps/; revision=913572