aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-migrate.c
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous tweaks. Nothing major.Matthew Barnes2008-08-281-16/+31
* Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-151-1/+1
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Fixes bug #513951Matthew Barnes2008-03-111-4/+4
* ** Part of fix for bug #515744Milan Crha2008-02-181-0/+2
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-35/+35
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* 2007-08-06 mcrha Partial fix for bug #313221Milan Crha2007-08-061-6/+16
* Fix compiler warnings in addressbook folder. (#440272)Matthew Barnes2007-06-031-8/+8
* Don't assume the relative URI is non-NULL (#427232).Matthew Barnes2007-05-261-1/+6
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* reviewed by: Harish Krishnaswamy <kharish@novell.com>Kjartan Maraas2006-01-271-24/+0
* Include libedataserver/e-xml-utils.h, too.Tor Lillqvist2005-12-181-10/+9
* Use gstdio wrappers. Use GDir API instead of dirent. Use GLib API toTor Lillqvist2005-12-171-24/+34
* Unrefing the query.Sushma Rai2005-07-151-2/+3
* Enable autocompletion on personal addressbook when creating it (MandrivaFrédéric Crozat2005-07-071-0/+2
* Setting TYPE=OTHER default parameter to email attribute. Fixes #240756.Sushma Rai2005-06-251-0/+8
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-2/+2
* addressbook/gui/component/addressbook-migrate.cHans Petter Jansson2004-12-091-1/+1
* include config.h #61395.Not Zed2004-07-221-0/+4
* [ fixes #56657 ]Rodney Dawes2004-07-141-16/+6
* EBookContactsCallback -> EBookListCallback. (eab_nickname_query): same.Chris Toshok2004-06-181-1/+1
* Fixes #57795.Hans Petter Jansson2004-06-081-0/+25
* Add missing negation that caused a crash.Hans Petter Jansson2004-06-031-1/+1
* remove hidden field migration, and add in a phase to clear theChris Toshok2004-06-031-52/+17
* Implement. (migrate_contacts_hidden_fields): Implement.Hans Petter Jansson2004-05-211-0/+78
* use the new e_book_new and e_book_open apis.Chris Toshok2004-05-201-8/+12
* set exception properly on failure.Not Zed2004-05-121-1/+1
* oops, fixed a missing )Jeffrey Stedfast2004-04-281-2/+2
* We need a migration dialog if the revision <= 10. Fixes bug #57770.Jeffrey Stedfast2004-04-281-1/+1
* Migrate pilot data. (migrate_pilot_data): Oops. Apparently the addressbookJeffrey Stedfast2004-04-281-41/+5
* Migrate pilot data.Jeffrey Stedfast2004-04-281-1/+134
* store off the label as well as the folder name label, so we can reuse theChris Toshok2004-04-221-32/+177
* force the info label to update its contents here if the load wasChris Toshok2004-04-151-1/+4
* bump version required to 8 for the contact list migration foo.Chris Toshok2004-04-101-1/+1
* use the new e_destination_export_to_vcard_attribute call to build up theChris Toshok2004-04-101-21/+102
* don't init the dialog here (addressbook_migrate): init it hereJP Rosevear2004-02-251-3/+2
* free up the list returned by e_book_get_contacts.Chris Toshok2004-02-131-0/+3
* Initialize the personal_source to NULLRodney Dawes2004-02-091-0/+1
* don't bother using a function-wide variable to store the personal source.Chris Toshok2004-02-071-7/+5
* use the MigrationContext struct. (dialog_close): same.Chris Toshok2004-01-301-97/+117
* set the relative_uri of a local source to be its uid.Chris Toshok2004-01-281-14/+11
* [ Should fix #53361 and other migration problems/crashes ] new function,Chris Toshok2004-01-271-29/+46
* oops. (migrate_contact_folder): fix the unreffing.Chris Toshok2004-01-251-3/+9
* use _("Personal"), not "Personal".Chris Toshok2004-01-251-1/+1
* i2004-01-24 Chris Toshok <toshok@ximian.com>Chris Toshok2004-01-251-7/+0
* use e_folder_map_local_folders. (find_addressbook_dirs): nuke.Chris Toshok2004-01-251-53/+5
* [ fixes bug #53184 ] handle the fact that the xml 1.4 spits out containsChris Toshok2004-01-231-0/+30
* [ fixes bug #52944 ] do some massaging of contacts as we import them, toChris Toshok2004-01-231-0/+56
* new function.Chris Toshok2004-01-221-14/+154
* deal with the groups/sources already being there. Essentially make thisChris Toshok2004-01-211-29/+76
* remove spew. (migrate_contacts): same. (migrate_contact_folder): same.Chris Toshok2004-01-071-11/+2
* add addressbook-migrate.[ch].Chris Toshok2004-01-071-0/+559