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