aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/shell/tmpl/e-shell-view.sgml
Commit message (Collapse)AuthorAgeFilesLines
* Update API documentation.Matthew Barnes2010-07-191-0/+16
|
* Fix compiler warnings.Matthew Barnes2010-04-211-0/+3
|
* Simplify the search UI for express mode.Matthew Barnes2010-03-271-0/+20
| | | | | | | | | | | | | | | 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.
* Refactor the EShell search API.Matthew Barnes2009-12-191-0/+84
| | | | | | | | | | | | | | | | | 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.
* Introduce EMailSidebar into libevolution-mail.Matthew Barnes2009-12-151-0/+5
| | | | | | EMailSidebar is a subclass of EMFolderTree that implements the state saving and restoration feature from EMailShellSidebar. Placing this in the shared mail library allows Anjal to reuse it.
* Don't update the message list when right-clicking on a folder.Matthew Barnes2009-10-281-0/+1
| | | | | | After the folder's context menu closes the folder tree selection jumps back to the folder whose contents are showing in the message list. Suggested by Philippe LeCavalier on evolution-list.
* Fix some mistakes in the EShell documentation.Matthew Barnes2009-09-031-0/+8
|
* Introduce an EShellView::execute-search signal.Matthew Barnes2009-09-031-0/+8
| | | | | | | | | | | | This addresses bug #593896 but is also a cleaner design than before. It introduces an EShellView::execute-search signal and renames the "search-execute" action to "search-quick" to clarify that it's only meant for the "quick" search bar in the main window. Shell view subclasses should implement the execute_search() method to actually execute a search. e_shell_view_execute_search() emits the new signal.
* Fix up EShell API documentation.Matthew Barnes2009-07-011-0/+17
|
* Fix bugs caused by EShellBackend changes.Matthew Barnes2009-05-101-0/+1
|
* Adapt tasks to EShellBackend changes.Matthew Barnes2009-05-091-8/+7
|
* Redesign EPluginUI to accommodate merging and unmerging shell views.Matthew Barnes2009-01-241-0/+1
| | | | | | Get the "mark-all-read" and "plugin-manager" plugins working. svn path=/branches/kill-bonobo/; revision=37125
* Define a new interface called EMailReader, which implements operationsMatthew Barnes2008-12-271-0/+5
| | | | | | | | common to both the main shell window and the message browser. Replaces EMFolderView. Also begin to define EMailBrowser (GtkWindow subclass), which implements EMailReader and replaces EMMessageBrowser. svn path=/branches/kill-bonobo/; revision=36933
* Documentation improvements.Matthew Barnes2008-11-201-0/+19
| | | | svn path=/branches/kill-bonobo/; revision=36806
* Tasks is working. Still need to deal with some loose ends and test it all.Matthew Barnes2008-10-041-2/+0
| | | | svn path=/branches/kill-bonobo/; revision=36551
* Tasks progress. Merge EMemoPreview back into ECalComponentPreview.Matthew Barnes2008-10-031-0/+3
| | | | svn path=/branches/kill-bonobo/; revision=36538
* Add more EShell API documentation.Matthew Barnes2008-10-021-9/+18
| | | | svn path=/branches/kill-bonobo/; revision=36533
* Continue documenting the new shell API.Matthew Barnes2008-10-011-0/+45
| | | | svn path=/branches/kill-bonobo/; revision=36511
* Get Memos to come up. Doesn't really work yet, but the widgets are all there.Matthew Barnes2008-09-301-9/+8
| | | | svn path=/branches/kill-bonobo/; revision=36491
* Massive address book refactoring. Things are mostly working again.Matthew Barnes2008-09-171-5/+5
| | | | | | Also, begin documenting the new shell API, and provide a Gtk-Doc framework. svn path=/branches/kill-bonobo/; revision=36359
* Begin documenting the new shell design.Matthew Barnes2008-09-151-0/+188
svn path=/branches/kill-bonobo/; revision=36337