aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-memo-shell-view.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow EShellContent, EShellSidebar, and EShellTaskbar to be subclassed,Matthew Barnes2008-09-131-0/+1
| | | | | | and begin doing so for Calendars, Memos and Tasks. Makes the code cleaner. svn path=/branches/kill-bonobo/; revision=36317
* Arrange for an ESourceList to be shared amongst all instances of a type ofMatthew Barnes2008-09-121-2/+44
| | | | | | | shell view. For example, all EBookShellView instances will now share the same ESourceList instance for address books. svn path=/branches/kill-bonobo/; revision=36311
* Add menu and toolbar UI for calendars, memos and tasks.Matthew Barnes2008-09-111-1/+1
| | | | svn path=/branches/kill-bonobo/; revision=36299
* Add stubs for calendar, task, and memo shell views.Matthew Barnes2008-09-111-0/+122
svn path=/branches/kill-bonobo/; revision=36296