aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/modules/e-cal-shell-module.c
Commit message (Collapse)AuthorAgeFilesLines
* Begin migrating calendar settings to EShellSettings.Matthew Barnes2009-04-261-5/+28
| | | | | | Begin dismantling calendar-config.c and migrating calendar settings to EShellSettings. EShellSettings utilizes GObject properties instead of separate get/set/notify functions for each setting.
* Convert "import-ics-attachments" plugin to an EAttachmentHandler subclass.Matthew Barnes2009-04-101-0/+3
| | | | svn path=/branches/kill-bonobo/; revision=37510
* Make filter options for mail labels work again.Matthew Barnes2009-02-231-0/+1
| | | | | | | | | | Define a new shell module method named start() that tells the module when to start loading data and running background tasks. Only really applies to the mail module right now since the others use evolution-data-server. Basically it prevents the mail module from loading and refreshing mail stores until you actually switch to the mail view. svn path=/branches/kill-bonobo/; revision=37309
* Kill more Bonobo controls and factories and what not.Matthew Barnes2009-02-211-14/+47
| | | | svn path=/branches/kill-bonobo/; revision=37302
* Fix crash on startup.Matthew Barnes2009-02-191-4/+2
| | | | svn path=/branches/kill-bonobo/; revision=37295
* Documentation tweaks.Matthew Barnes2009-02-191-1/+3
| | | | | | Have e_shell_get_preferences_window() take an EShell argument. svn path=/branches/kill-bonobo/; revision=37294
* Miscellaneous bug fixes.Matthew Barnes2009-02-171-2/+2
| | | | | | Kill e-util/e-corba-utils.[ch]. svn path=/branches/kill-bonobo/; revision=37283
* Merge revisions 37108:37199 from trunk.Matthew Barnes2009-02-011-10/+31
| | | | svn path=/branches/kill-bonobo/; revision=37200
* When invoking Evolution with URIs on the command-line (e.g. mailto:),Matthew Barnes2009-01-291-8/+11
| | | | | | terminate after all the windows for those URIs have been closed. svn path=/branches/kill-bonobo/; revision=37157
* Solve a translation issue related to the New menu.Matthew Barnes2008-12-281-4/+4
| | | | svn path=/branches/kill-bonobo/; revision=36934
* Add popup menus to the calendar memopad and taskpad.Matthew Barnes2008-10-311-0/+20
| | | | | | | 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
* Progress update:Matthew Barnes2008-10-141-9/+8
| | | | | | | | | | - 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-071-12/+75
| | | | | | 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-051-1/+6
| | | | | | Some code got duplicated for calendars and tasks. Made a note to revisit. svn path=/branches/kill-bonobo/; revision=36560
* Tasks progress. Merge EMemoPreview back into ECalComponentPreview.Matthew Barnes2008-10-031-2/+0
| | | | svn path=/branches/kill-bonobo/; revision=36538
* 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
* Get Memos to come up. Doesn't really work yet, but the widgets are all there.Matthew Barnes2008-09-301-5/+6
| | | | svn path=/branches/kill-bonobo/; revision=36491
* Saving progress. Experimenting with directory layout.Matthew Barnes2008-09-251-0/+399
Saving progress. Experimenting with directory layout. svn path=/branches/kill-bonobo/; revision=36446