aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/shell/tmpl/e-shell-searchbar.sgml
Commit message (Collapse)AuthorAgeFilesLines
* Fix compiler warnings.Matthew Barnes2010-04-211-0/+3
|
* Simplify the search UI for express mode.Matthew Barnes2010-03-271-4/+27
| | | | | | | | | | | | | | | For express mode: - Move the search bar up to the toolbar. - Hide the "filter" combo box and lock down the first item. - Hide the "scope" combo box and lock down the first item. (This is the combo box with "Current Folder" only in the mailer.) - EShellView owns the search bar widget now instead of EShellContent. - Insert several nasty hacks that will likely come back to bite me.
* Update API documentation.Matthew Barnes2010-02-101-0/+60
| | | | Also, start fixing some Gtk-Doc warnings. There's a lot.
* Implement account-wide search scope in mail.Matthew Barnes2010-02-071-9/+5
| | | | Also, let EShellSearchbar handle search state persistence.
* Coding style and whitespace cleanup.Matthew Barnes2010-01-041-0/+5
|
* Refactor the EShell search API.Matthew Barnes2009-12-191-0/+223
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.