aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-searchbar.c
Commit message (Collapse)AuthorAgeFilesLines
* Do not focus in a search entry when it is not having a focusMilan Crha2010-01-081-1/+2
|
* Coding style and whitespace cleanup.Matthew Barnes2009-12-261-1/+1
|
* Provison to hide search label for Anjal's use.Srinivasa Ragavan2009-12-231-1/+47
|
* Refactor the EShell search API.Matthew Barnes2009-12-191-0/+1053
Move the search interface to a new widget: EShellSearchbar The current search rule is now stored in EShellView, and the search context in EShellViewClass similar to GalViewCollection (since it's class-specific, not instance-specific). Also add a couple new signals to EShellView: "clear-search" and "custom-search" ("custom" refers to an advanced search or a saved search -- something more complex than a quick search). Still working out a few kinks. The search entry is clearly trying to be too many things. We need a different way of indicating that you're looking at search results. Perhaps a search results banner similar to Nautilus.