aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/tools/evolution-addressbook-export-list-cards.c
Commit message (Collapse)AuthorAgeFilesLines
* evolution-addressbook-export: Return nothing from action functions.Matthew Barnes2013-02-261-5/+3
| | | | The previous return value was not being checked anyway.
* evolution-addressbook-export: Add ESourceRegistry to ActionContext.Matthew Barnes2013-02-261-4/+3
|
* evolution-addressbook-export: Make ActionContext a struct.Matthew Barnes2013-02-261-9/+9
| | | | Defining this as a union makes the code needlessly verbose.
* evolution-addressbook-export: Remove --async option.Matthew Barnes2013-02-261-93/+14
| | | | Pointless option, does the same as "evolution-addressbook-export &".
* Use e_book_client_connect().Matthew Barnes2013-01-301-6/+7
| | | | Instead of e_client_utils_open_new() and e_book_client_new().
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-5/+1
|
* Adapt addressbook/tools to the new ESource API.Matthew Barnes2012-06-031-17/+35
|
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-10/+19
|
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-19/+36
|
* 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
|
* Coding style cleanups.Matthew Barnes2011-05-091-1/+1
|
* Fix excessive whitespace.Matthew Barnes2009-07-131-13/+0
|
* Whitespace cleanup.Matthew Barnes2009-05-291-2/+2
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-7/+7
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
|
* Fix compiler warnings in addressbook.Matthew Barnes2009-05-261-2/+1
|
* Bug 580892 – Kill libgnomeui/gnome-app and gnome-app-helperMatthew Barnes2009-05-011-3/+1
| | | | | The only remaining case is widgets/test/test-dropdown-button.c, but this file will be removed when the kill-bonobo branch is merged.
* ** Fix for bug #511918Milan Crha2008-10-171-96/+85
| | | | | | | | | | | | | | 2008-10-17 Milan Crha <mcrha@redhat.com> ** Fix for bug #511918 * tools/evolution-addressbook-export-list-cards.c: (struct _EContactCSVFieldData), (csv_field_data[]), (e_contact_csv_get_data_type), (e_contact_csv_get): Use TRUE/FALSE texts for boolean values and do not free returned value for them, otherwise it crashes. svn path=/trunk/; revision=36632
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-13/+12
| | | | | | More changes to come. svn path=/trunk/; revision=36247
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
| | | | svn path=/trunk/; revision=35665
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-1/+1
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* 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
* *tools/evolution-addressbook-export-list-cards.c: Fixes 394932.Wang Xin2007-05-081-2/+4
| | | | | | | | | | 2007-05-08 Wang Xin <jedy.wang@sun.com> *tools/evolution-addressbook-export-list-cards.c: Fixes 394932. svn path=/trunk/; revision=33493
* Use gstdio wrappers. No fork() on Windows, but the fork-to-backgroundTor Lillqvist2005-12-171-2/+13
| | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * tools/evolution-addressbook-export-list-cards.c: Use gstdio wrappers. No fork() on Windows, but the fork-to-background functionality doesn't seem essential? svn path=/trunk/; revision=30801
* Fixes the crash while exporting contacts in csv format. Fixes #269870Sushma Rai2005-08-221-7/+11
| | | | svn path=/trunk/; revision=30194
* Fixes the bug #269870. Commiting Michael Meeks patch.Srinivasa Ragavan2005-07-291-1/+6
| | | | | | | | | 2005-07-29 Srinivasa Ragavan <sragavan@novell.com> * tools/evolution-addressbook-export-list-cards.c: (output_n_cards_file) Fixes the bug #269870. Commiting Michael Meeks patch. svn path=/trunk/; revision=29928
* fix this for current build foo.Chris Toshok2004-05-251-341/+357
| | | | | | | | | | | | 2004-05-24 Chris Toshok <toshok@ximian.com> * tools/Makefile.am: fix this for current build foo. * tools/evolution-addressbook-export-list-folders.c, * tools/evolution-addressbook-export-list-cards.c, * tools/evolution-addressbook-export.c: revive this. svn path=/trunk/; revision=26065
* remove duplicate HOME_COUNTRY field add.Gilbert Fang2003-04-301-2/+0
| | | | | | | | | 2003-04-29 Gilbert Fang <gilbert.fang@sun.com> * tools/evolution-addressbook-export-list-cards.c (set_pre_defined_field): remove duplicate HOME_COUNTRY field add. svn path=/trunk/; revision=21015
* [ fixes bug #41843] use e_card_simple_get_ecard_field instead ofChris Toshok2003-04-281-1/+1
| | | | | | | | | | | | 2003-04-28 Chris Toshok <toshok@ximian.com> [ fixes bug #41843] * tools/evolution-addressbook-export-list-cards.c (e_card_simple_csv_get_name): use e_card_simple_get_ecard_field instead of e_card_simple_get_name, so the return value won't be localized. svn path=/trunk/; revision=20978
* [ fixes bug #23036 ] : new and improved export utility.Gilbert Fang2003-04-081-0/+782
2003-04-07 Gilbert Fang <gilbert.fang@sun.com> [ fixes bug #23036 ] * tools/evolution-addressbook-export.c, tools/evolution-addressbook-export-list-cards.c, tools/evolution-addressbook-export-list-folders.c: : new and improved export utility. svn path=/trunk/; revision=20709