aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-shell-content.h
Commit message (Collapse)AuthorAgeFilesLines
* Use the proper idiom for loading types in a GTypeModule.Matthew Barnes2009-05-111-14/+16
| | | | | Also, combine calendar, memo, and task backends into a single module, similar to how it worked under Bonobo.
* Get the "Hide Deleted Messages" option working.Matthew Barnes2009-04-291-0/+5
|
* Move text searching UI into a new EMailSearchBar widget.Matthew Barnes2009-03-021-0/+3
| | | | svn path=/branches/kill-bonobo/; revision=37351
* Get mail search bar partially working without help from EFilterBar.Matthew Barnes2009-02-141-0/+3
| | | | | | Search scope (current folder, current account, etc.) is still ignored. svn path=/branches/kill-bonobo/; revision=37263
* Formalize the "no disabled items in popup menus" policy in the form of aMatthew Barnes2009-01-201-22/+0
| | | | | | | | | GtkAction subclass called EPopupAction. Migrate all the modules over to using EPopupActions in their popup menus. Add sensitivity management of GtkActions to EMailReader. Not finished. svn path=/branches/kill-bonobo/; revision=37106
* Continue chipping away at EMFolderView and EMFolderBrowser.Matthew Barnes2009-01-111-8/+0
| | | | | | Migrate from gnome_url_show() to e_show_uri(). svn path=/branches/kill-bonobo/; revision=37038
* Implement folder tree popup actions. Purge EPopup from EMFolderTree.Matthew Barnes2008-12-191-10/+10
| | | | svn path=/branches/kill-bonobo/; revision=36917
* Implement more mail actions. Slowly phasing out EMFolderView.Matthew Barnes2008-12-181-0/+6
| | | | svn path=/branches/kill-bonobo/; revision=36914
* Progress update:Matthew Barnes2008-11-191-0/+6
| | | | | | | | | | | | | | | | | | | - Tighter integration of GalViewInstance and EShellView. - EBinding. Stolen from ExoBinding. Lets you bind GObject properties together to automatically keep their values in sync. This is a godsend. Added to e-util, but might even deserve a place in libedataserver. - EShellSettings. This is the concept I blogged about. Already started ripping apart em-mailer-prefs.c. Others to follow. Any place where we're monitoring GConf keys is a target. - Incremental progress on the calender and mailer. Got EMFolderView somewhat working, but I think I'll be killing off EMFolderBrowser. svn path=/branches/kill-bonobo/; revision=36795
* Commit recent work so I can merge from trunk.Matthew Barnes2008-10-251-0/+22
| | | | svn path=/branches/kill-bonobo/; revision=36684
* Progress update:Matthew Barnes2008-10-141-0/+77
- Calendar is kind of a mess at the moment. Doesn't compile. - Roughed in the Mail module, including all the actions. That _does_ compile. Runs, even. svn path=/branches/kill-bonobo/; revision=36611