aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/modules
Commit message (Collapse)AuthorAgeFilesLines
* Get the calendar's memopad and taskpad working.Matthew Barnes2008-10-309-54/+195
| | | | | | | | | | | | | 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-2917-44/+187
| | | | svn path=/branches/kill-bonobo/; revision=36692
* Fix a couple minor UI bugs.Matthew Barnes2008-10-282-3/+19
| | | | | | 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-288-23/+119
| | | | svn path=/branches/kill-bonobo/; revision=36690
* Commit recent work so I can merge from trunk.Matthew Barnes2008-10-2512-125/+352
| | | | svn path=/branches/kill-bonobo/; revision=36684
* Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-173-4/+4
| | | | | | showing anything. Probably something stupid. Also enabled the composer. svn path=/branches/kill-bonobo/; revision=36623
* Progress update:Matthew Barnes2008-10-1422-81/+2873
| | | | | | | | | | - 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
* Baseline cut at the Calendar sidebar and module. Pretty much identicalMatthew Barnes2008-10-073-20/+569
| | | | | | to Tasks and Memos so far. Now for the interesting part... svn path=/branches/kill-bonobo/; revision=36573
* Support migration in the new shell design.Matthew Barnes2008-10-0510-4/+1839
| | | | | | Some code got duplicated for calendars and tasks. Made a note to revisit. svn path=/branches/kill-bonobo/; revision=36560
* Tweak some aspects of the Contacts module to be more consistent withMatthew Barnes2008-10-047-30/+405
| | | | | | | | | Tasks and Memos. Take a crack at handling command-line URIs. It's far too long-winded though. Will need to revisit and tighten up the code. svn path=/branches/kill-bonobo/; revision=36554
* Tasks is working. Still need to deal with some loose ends and test it all.Matthew Barnes2008-10-0414-94/+689
| | | | svn path=/branches/kill-bonobo/; revision=36551
* Tasks progress. Merge EMemoPreview back into ECalComponentPreview.Matthew Barnes2008-10-0316-280/+784
| | | | svn path=/branches/kill-bonobo/; revision=36538
* Update the headers on files I've created or completely rewritten to matchMatthew Barnes2008-10-0233-363/+396
| | | | | | Sankar's LGPLv3 template. svn path=/branches/kill-bonobo/; revision=36535
* Add more EShell API documentation.Matthew Barnes2008-10-023-3/+9
| | | | svn path=/branches/kill-bonobo/; revision=36533
* More Memos debugging.Matthew Barnes2008-10-016-48/+171
| | | | | | Merge the "select-one-source" plugin into the Memos view. svn path=/branches/kill-bonobo/; revision=36507
* Memos are mostly working now. Tasks to follow.Matthew Barnes2008-09-3010-26/+378
| | | | 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-3025-620/+1823
| | | | svn path=/branches/kill-bonobo/; revision=36491
* Tasks and memos progress. Hoping to merge ECalendarTable and EMemoTable,Matthew Barnes2008-09-266-32/+587
| | | | | | | or at least make EMemoTable derived from ECalendarTable. Possibly do the same with other calendar/memo class pairs. svn path=/branches/kill-bonobo/; revision=36454
* Saving progress. Experimenting with directory layout.Matthew Barnes2008-09-2531-0/+6023
Saving progress. Experimenting with directory layout. svn path=/branches/kill-bonobo/; revision=36446