aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/modules/e-cal-shell-view-private.c
Commit message (Collapse)AuthorAgeFilesLines
* Support inline renaming of sources in the source selector, with helpMatthew Barnes2008-10-311-0/+20
| | | | | | | from evolution-data-server (see bug #558322). Kill another frivolous plugin: select-one-source svn path=/branches/kill-bonobo/; revision=36705
* Add popup menus to the calendar memopad and taskpad.Matthew Barnes2008-10-311-56/+76
| | | | | | | Implement support for "hide completed tasks" option (not yet tested). Flesh out most of the Preferences window. Still need Certificates page. svn path=/branches/kill-bonobo/; revision=36701
* Get the calendar's memopad and taskpad working.Matthew Barnes2008-10-301-22/+74
| | | | | | | | | | | | | 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-9/+52
| | | | svn path=/branches/kill-bonobo/; revision=36692
* Fix a couple minor UI bugs.Matthew Barnes2008-10-281-0/+5
| | | | | | Populate the calendar's filter combo. svn path=/branches/kill-bonobo/; revision=36691
* Disable parts of my previous calendar work, such that all modules now load!Matthew Barnes2008-10-281-2/+7
| | | | svn path=/branches/kill-bonobo/; revision=36690
* Progress update:Matthew Barnes2008-10-141-1/+185
| | | | | | | | | | - 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
* 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
* Add more EShell API documentation.Matthew Barnes2008-10-021-1/+3
| | | | svn path=/branches/kill-bonobo/; revision=36533
* Memos are mostly working now. Tasks to follow.Matthew Barnes2008-09-301-3/+3
| | | | svn path=/branches/kill-bonobo/; revision=36495
* Get Memos to come up. Doesn't really work yet, but the widgets are all there.Matthew Barnes2008-09-301-1/+248
| | | | svn path=/branches/kill-bonobo/; revision=36491
* Saving progress. Experimenting with directory layout.Matthew Barnes2008-09-251-0/+73
Saving progress. Experimenting with directory layout. svn path=/branches/kill-bonobo/; revision=36446