┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinsearchbox.cpp
AgeCommit message (Collapse)Author
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