aboutsummaryrefslogtreecommitdiffstats
path: root/modules/addressbook/e-book-shell-migrate.c
Commit message (Collapse)AuthorAgeFilesLines
* Adapt modules/addressbook to the new ESource API.Matthew Barnes2012-06-031-183/+0
|
* Move EAlert* and e-xml-utils references from other part of the code to ↵Srinivasa Ragavan2012-03-031-1/+1
| | | | libevolution-utils.
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-8/+8
|
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-2/+2
|
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
|
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+2
|
* Bug #632962 - Duplicate "On this computer" sources after updateMilan Crha2010-11-241-11/+13
|
* Coding style and whitespace cleanups.Matthew Barnes2010-06-071-2/+6
|
* Drop support for migrating from Evolution < 2.0.Matthew Barnes2010-03-301-1011/+0
| | | | | | | There's too much ancient, crufty code there that we can't realistically support anymore. A workaround for those poor users still on 1.x is to upgrade to some 2.x release first, then upgrade again to 3.x. An error dialog explaining this will be shown at startup.
* Fix mismatched quotes.Matthew Barnes2010-03-291-6/+6
|
* Fix excessive whitespace.Matthew Barnes2009-07-141-2/+0
|
* Radically reorganize source code.Matthew Barnes2009-06-251-0/+1230
- 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.