aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/e-mail-shell-migrate.c
Commit message (Collapse)AuthorAgeFilesLines
* Move mail migration code to libevolution-mail.so.Matthew Barnes2009-12-161-3100/+0
| | | | So Anjal can reuse it.
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-1/+1
| | | | | | The changes are mainly including the e-alert-header.h header instead of just e-alert.h. This allows us to include e-alert.h in non-UI situations when necessary.
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-2/+2
| | | | | | | | | | The EError mechanism is used both for error dialogs as well as basic alerts or user prompts, so we should give it a more general name which matches this use. This patch also cleans up a few includes of e-alert.h (formerly e-error.h) that were not actually being used. https://bugzilla.gnome.org/show_bug.cgi?id=602963
* port modules/ to new EError API.Jonathon Jongsma2009-12-011-1/+1
| | | | | | This should be everything now. https://bugzilla.gnome.org/show_bug.cgi?id=602963
* Fix a potential crash in the mail migration code.Matthew Barnes2009-11-111-1/+0
|
* Fix build for WindowsTor Lillqvist2009-11-111-2/+2
| | | | | Do compile some more parts of modules/mail/e-mail-shell-migrate.c. No idea whether any migration might actually work on Windows, of course.
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-271-1/+1
|
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-131-1/+2
|
* Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-161-4/+4
|
* Seal up ESignature and add GObject properties.Matthew Barnes2009-08-071-1/+1
|
* Fix excessive whitespace.Matthew Barnes2009-07-141-4/+0
|
* Radically reorganize source code.Matthew Barnes2009-06-251-0/+3104
- Collect all shell modules into a new top-level 'modules' directory: $(top_srcdir)/modules/addressbook $(top_srcdir)/modules/calendar $(top_srcdir)/modules/mail Nothing is allowed to link to these, not plugins nor other modules. THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X. - Mimic the libevolution-mail-shared library from master (except drop the "shared" suffix) and have libevolution-mail-importers and all mail-related plugins link to it. - Discard the a11y subdirectories and have the files live alongside their counterpart widgets.