aboutsummaryrefslogtreecommitdiffstats
path: root/modules/addressbook/e-book-shell-migrate.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.