┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinsearchbox.cpp
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-04-03This patch allows the user to clear the search bar with an Escape keypress. ↵Sascha Peilicke
This should help with keyboard-only navigation. svn path=/trunk/KDE/kdebase/apps/; revision=948807
2009-03-27A few changes...Shaun Reich
*The search bar displays "Search..." as that nice inactive-hinted text, this provides a clue as to what it is, aside from merely the small icon. Text disappears upon clicking *Also changed text on tooltip from "Search" to "Click to begin the search". *No need to specify layout direction as Left to Right, it is this way on construction. svn path=/trunk/KDE/kdebase/apps/; revision=945167
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-19don't use any spacing between the search button and the input fieldPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=913589
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