aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/shell/tmpl/e-shell-view.sgml
Commit message (Collapse)AuthorAgeFilesLines
* 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