aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/modules/e-cal-shell-view-memopad.c
Commit message (Collapse)AuthorAgeFilesLines
* Make action group management in shell windows more elegant.Matthew Barnes2009-01-271-3/+1
| | | | svn path=/branches/kill-bonobo/; revision=37137
* Add action groups to support lockdown, starting with printing.Matthew Barnes2009-01-271-7/+17
| | | | | | Other categories to follow. Editors still need lockdown support. svn path=/branches/kill-bonobo/; revision=37136
* Merge revisions 37075:37107 from trunk.Matthew Barnes2009-01-211-3/+3
| | | | svn path=/branches/kill-bonobo/; revision=37112
* Continue chipping away at EMFolderView and EMFolderBrowser.Matthew Barnes2009-01-111-9/+6
| | | | | | Migrate from gnome_url_show() to e_show_uri(). svn path=/branches/kill-bonobo/; revision=37038
* 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/+472
- 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