aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/tools/evolution-addressbook-export-list-folders.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-3/+3
|
* evolution-addressbook-export: Make ActionContext a struct.Matthew Barnes2013-02-261-2/+2
| | | | Defining this as a union makes the code needlessly verbose.
* Use e_book_client_connect().Matthew Barnes2013-01-301-6/+8
| | | | Instead of e_client_utils_open_new() and e_book_client_new().
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-4/+1
|
* Adapt addressbook/tools to the new ESource API.Matthew Barnes2012-06-031-58/+63
|
* Adapt to libedataserver[ui] changes.Matthew Barnes2012-04-221-2/+2
|
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-1/+1
|
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-19/+32
|
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
|
* Coding style cleanups.Matthew Barnes2011-05-091-1/+1
|
* Whitespace and coding style cleanups.Matthew Barnes2011-05-081-1/+3
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-2/+2
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+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 #534762Philip Withnall2008-08-271-1/+1
| | | | | | | | | | | 2008-08-27 Philip Withnall <philip@tecnocode.co.uk> ** Fix for bug #534762 Change "addressbook" to "address book" in translatable strings. svn path=/trunk/; revision=36117
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-271-12/+12
| | | | svn path=/trunk/; revision=36116
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
| | | | svn path=/trunk/; revision=35665
* 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
* Use gstdio wrappers. Use GDir API instead of dirent. Use GLib to convertTor Lillqvist2005-12-171-1/+2
| | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * tools/evolution-addressbook-export-list-folders.c: Use gstdio wrappers. Use GDir API instead of dirent. Use GLib to convert file names to URIs and back. Open files in binary mode. svn path=/trunk/; revision=30802
* fix this for current build foo.Chris Toshok2004-05-251-52/+52
| | | | | | | | | | | | 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
* [ fixes bug #23036 ] : new and improved export utility.Gilbert Fang2003-04-081-0/+99
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