aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/importers/evolution-csv-importer.c
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-6/+2
|
* Adapt addressbook/importers to the new ESource API.Matthew Barnes2012-06-031-14/+22
|
* Adapt to libedataserver[ui] changes.Matthew Barnes2012-04-221-3/+8
|
* Bug 471795 - Clarify CSV importers as being for contact info onlyMatthew Barnes2012-02-181-6/+6
|
* Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-3/+6
| | | | | Reducing diff noise so I can see important changes easier when comparing branches. A few API changes, but nothing that affects functionality.
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-48/+80
|
* Coding style and whitespace cleanup.Matthew Barnes2011-08-131-6/+5
|
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-17/+27
|
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-4/+10
|
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+3
|
* Coding style cleanups.Matthew Barnes2011-05-091-2/+2
|
* Whitespace and coding style cleanups.Matthew Barnes2011-05-081-2/+8
|
* Use e_load_book_source_async() for all EBook loading.Matthew Barnes2011-01-221-21/+16
|
* Bug #635755 - Authenticate books in addressbook importers on openMilan Crha2010-12-041-3/+16
|
* Utilize the new ESourceSelector:primary-selection property.Matthew Barnes2010-11-021-1/+1
|
* Coding style cleanups.Matthew Barnes2010-09-131-96/+96
|
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-1/+1
|
* Coding style and whitespace cleanups.Matthew Barnes2010-06-071-3/+10
|
* Bug #573510 - Outlook type CSV import brokenMilan Crha2010-05-281-79/+143
|
* Bug #499320 - Preview before import from command lineMilan Crha2010-05-191-1/+80
|
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-7/+0
|
* Coding style and whitespace cleanup.Matthew Barnes2010-01-051-1/+3
|
* Coding style and whitespace cleanup.Matthew Barnes2010-01-041-1/+3
|
* More whitespace cleanup.Matthew Barnes2009-07-191-31/+31
|
* Fix excessive whitespace.Matthew Barnes2009-07-131-2/+0
|
* More code cleanup.Matthew Barnes2009-06-021-4/+4
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-17/+17
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
|
* Fix compiler warnings in addressbook.Matthew Barnes2009-05-261-2/+2
|
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-12/+15
| | | | | | More changes to come. svn path=/trunk/; revision=36247
* ** Fix for bug #539755Milan Crha2008-06-241-23/+52
| | | | | | | | | | | | | | | 2008-06-24 Milan Crha <mcrha@redhat.com> ** Fix for bug #539755 * importers/evolution-csv-importer.c: (parseLine): Do not leak (introduced in bug #440818). * importers/evolution-csv-importer.c: (add_to_notes), (parseLine), (getNextCSVEntry): Do not access memory beyond the columns array. svn path=/trunk/; revision=35681
* ** Fix for bug #440818 (patch by Rodrigo Castro)Milan Crha2008-06-231-19/+25
| | | | | | | | | | | | | | 2008-06-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #440818 (patch by Rodrigo Castro) * importers/evolution-csv-importer.c: (parseLine): Convert line to UTF-8 if not a valid one. Pretend it to be an ISO-8859-1 line. * importers/evolution-csv-importer.c: (getNextCSVEntry): Append char-by-char and check for EOF too. svn path=/trunk/; revision=35677
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
| | | | svn path=/trunk/; revision=35665
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-2/+1
| | | | | | | | | | 2008-06-06 Matthew Barnes <mbarnes@redhat.com> ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES defined. (#536637) svn path=/trunk/; revision=35606
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-43/+43
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* Warning fixes: - mixing code and declarations - NULL vs 0 vs FALSE/TRUE -Kjartan Maraas2007-10-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-23 Kjartan Maraas <kmaraas@gnome.org> * gui/contact-editor/e-contact-editor-address.c: * gui/contact-editor/e-contact-editor-fullname.c: * gui/contact-editor/e-contact-editor-im.c: * gui/contact-editor/e-contact-editor.c: (save_contact), (app_delete_event_cb), (e_contact_editor_set_property), (e_contact_editor_create_date): * gui/contact-list-editor/e-contact-list-model.c: (e_contact_list_model_new): * gui/merging/eab-contact-merging.c: (mergeit), (response): * gui/widgets/e-minicard.c: (e_minicard_event), (add_field), (get_email_location), (add_email_field), (remodel), (e_minicard_reflow), (e_minicard_compare): * gui/widgets/eab-config.c: (eab_config_new): * gui/widgets/eab-gui-util.c: (eab_load_error_dialog), (file_exists), (save_it), (contact_added_cb), (eab_send_to_contact_and_email_num_list): * gui/widgets/eab-menu.c: (eab_menu_new): * gui/widgets/eab-popup.c: (eab_popup_new): * importers/evolution-csv-importer.c: (parseLine), (getNextCSVEntry): * printing/e-contact-print-style-editor.c: * printing/test-contact-print-style-editor.c: * printing/test-print.c: * util/eab-book-util.c: (eab_get_config_database): Warning fixes: - mixing code and declarations - NULL vs 0 vs FALSE/TRUE - mark code static - some coding style fixes - if vs ifdef - Remove some unused bits - ANSIfication of declarations svn path=/trunk/; revision=34421
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
| | | | | | | | | | 2007-09-02 Matthew Barnes <mbarnes@redhat.com> * Update FSF address in header comments (#469886). Patch from Tobias Mueller. svn path=/trunk/; revision=34151
* Fix for Bug 332136.Devashish Sharma2006-03-061-1/+1
| | | | svn path=/trunk/; revision=31656
* Made some changes to evolution csv importer for fixing some bugs.Devashish Sharma2006-01-231-5/+108
| | | | svn path=/trunk/; revision=31279
* Small change to csv importer.Devashish Sharma2006-01-161-8/+4
| | | | svn path=/trunk/; revision=31207
* *** empty log message ***Devashish Sharma2006-01-161-8/+8
| | | | svn path=/trunk/; revision=31206
* CSV and TAB file importer for addressbook.Devashish Sharma2006-01-161-0/+749
svn path=/trunk/; revision=31198