aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/modules/e-task-shell-content.h
Commit message (Collapse)AuthorAgeFilesLines
* Get the calendar's memopad and taskpad working.Matthew Barnes2008-10-301-0/+3
| | | | | | | | | | | | | 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
* Commit recent work so I can merge from trunk.Matthew Barnes2008-10-251-0/+10
| | | | svn path=/branches/kill-bonobo/; revision=36684
* Tasks is working. Still need to deal with some loose ends and test it all.Matthew Barnes2008-10-041-0/+8
| | | | svn path=/branches/kill-bonobo/; revision=36551
* Update the headers on files I've created or completely rewritten to matchMatthew Barnes2008-10-021-11/+12
| | | | | | Sankar's LGPLv3 template. svn path=/branches/kill-bonobo/; revision=36535
* Saving progress. Experimenting with directory layout.Matthew Barnes2008-09-251-0/+76
Saving progress. Experimenting with directory layout. svn path=/branches/kill-bonobo/; revision=36446