aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-shell-view-private.c
Commit message (Collapse)AuthorAgeFilesLines
* Progress update:Matthew Barnes2008-11-191-0/+31
| | | | | | | | | | | | | | | | | | | - 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/+20
| | | | svn path=/branches/kill-bonobo/; revision=36684
* Progress update:Matthew Barnes2008-10-141-0/+126
- 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