aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/shell/tmpl/e-shell-content.sgml
Commit message (Collapse)AuthorAgeFilesLines
* Kill gtk-doc tmpl files.Matthew Barnes2011-11-081-133/+0
| | | | Bump our gtk-doc requirement to 1.14 and use --flavour no-tmpl.
* Implement EAlertSinkInterface in EShellContent.Matthew Barnes2010-10-181-0/+14
| | | | Use the same alert handling policy as the composer.
* Update API documentation.Matthew Barnes2010-07-191-0/+8
|
* Fix compiler warnings.Matthew Barnes2010-04-211-0/+3
|
* Simplify the search UI for express mode.Matthew Barnes2010-03-271-11/+2
| | | | | | | | | | | | | | | 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-265/+7
| | | | | | | | | | | | | | | | | 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.
* Kill Evolution's icon cache once and for all.Matthew Barnes2009-11-201-0/+5
| | | | | GTK+ already does this. Eliminates e_icon_factory_init() and e_icon_factory_shutdown().
* Fix up EShell API documentation.Matthew Barnes2009-07-011-0/+27
|
* Search bar improvements.Matthew Barnes2009-06-091-0/+5
| | | | | Split the search entry into a new widget to manage hints (EHintedEntry). Let the search entry expand to use available horizontal space.
* Get mail search bar partially working without help from EFilterBar.Matthew Barnes2009-02-141-41/+0
| | | | | | Search scope (current folder, current account, etc.) is still ignored. svn path=/branches/kill-bonobo/; revision=37263
* Rewrite the mail label code from top to bottom.Matthew Barnes2009-02-081-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Kill the e-util-labels API and read label information into a single-column GtkListStore. Use GConfBridge to automatically keep GConf synched with the list store. - The list store (a singleton instance) is stored in EShellSettings so it's available everywhere. - The list store serves as the model for EMailLabelTreeView, which itself is embedded in EMailLabelManager; a complete label management UI as seen in the preferences dialog. - EMailLabelDialog is used to add or edit a label. Avoid using a color button, instead embed a GtkColorSelection directly in the dialog so everything is in one window. Open issues: - The weird toggle/color/text menu items in the popup menu aren't there. For now they're just regular toggle items. I'll deal with it later. - Filter intergration is broken at the moment. svn path=/branches/kill-bonobo/; revision=37233
* Merge revisions 36811:36865 from trunk.Matthew Barnes2008-12-111-0/+267
| | | | svn path=/branches/kill-bonobo/; revision=36867
* Implement bug #263268 - Contact categories need to be able to be filtered byMatthew Barnes2008-12-041-267/+0
| | | | | | "not categorized". Also fix a crasher. svn path=/branches/kill-bonobo/; revision=36831
* Documentation improvements.Matthew Barnes2008-11-201-0/+276
| | | | svn path=/branches/kill-bonobo/; revision=36806
* Merge revisions 36685:36729 from trunk.Matthew Barnes2008-11-081-267/+0
| | | | svn path=/branches/kill-bonobo/; revision=36763
* Tasks is working. Still need to deal with some loose ends and test it all.Matthew Barnes2008-10-041-2/+267
| | | | svn path=/branches/kill-bonobo/; revision=36551
* Tasks progress. Merge EMemoPreview back into ECalComponentPreview.Matthew Barnes2008-10-031-0/+2
| | | | svn path=/branches/kill-bonobo/; revision=36538
* Search UI is kinda sorta working. Still some outstanding issues.Matthew Barnes2008-09-231-2/+2
| | | | svn path=/branches/kill-bonobo/; revision=36427
* Begin documenting the new shell design.Matthew Barnes2008-09-151-0/+94
svn path=/branches/kill-bonobo/; revision=36337