aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/modules/e-cal-shell-view-taskpad.c
Commit message (Collapse)AuthorAgeFilesLines
* Get the calendar's memopad and taskpad working.Matthew Barnes2008-10-301-1/+0
| | | | | | | | | | | | | What's interesting here is we're actually sharing the ECalModel across views. Instead of having the Calendar view listen to GConf for changes to the Task and Memo models, the Calendar view fetches the models directly from the Task and Memo views -- starting the views if it has to, although the shell really takes care of that -- and loads the models into its own taskpad and memopad. We couldn't do that sort of thing before with Bonobo in the way. Big chunks of redundant code should begin falling out shortly. svn path=/branches/kill-bonobo/; revision=36696
* Wire up status messages to include percentages if available.Matthew Barnes2008-10-291-4/+40
| | | | svn path=/branches/kill-bonobo/; revision=36692
* Progress update:Matthew Barnes2008-10-141-0/+600
- 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