Commit Graph

58 Commits

Author SHA1 Message Date
Dan Winship d40f089a70 Make libversit a shared library, update stuff for that, and clean up
some LDADDs in the process

svn path=/trunk/; revision=19994
2003-02-21 21:24:34 +00:00
Dan Winship d0ead0c4a9 s/PACKAGE/GETTEXT_PACKAGE/ in gettext init
svn path=/trunk/; revision=19818
2003-02-06 17:26:04 +00:00
Jeffrey Stedfast 63d803aa5e removed *.oaf.in that were left
svn path=/trunk/; revision=19582
2003-01-23 06:32:04 +00:00
Ettore Perazzoli 0025d4a8ee (netscape_import_filters): Look for
filtertypes.xml in the new location.

svn path=/trunk/; revision=19560
2003-01-22 20:10:56 +00:00
Dan Winship 9b1a9609af fix non-ANSI switch statement.
* netscape-importer.c (netscape_filter_to_evol_filter): fix
        non-ANSI switch statement.

svn path=/trunk/; revision=18170
2002-09-23 15:37:05 +00:00
Dan Winship 7a75b05d6b Update for Mailer.idl rename
* Makefile.am (IDLS, MAIL_GENERATED): Update for Mailer.idl rename

	* netscape-importer.c: Likewise.

svn path=/trunk/; revision=18062
2002-09-13 15:06:30 +00:00
Not Zed 3ce841b464 Replace filter-score with filter-int.
2002-07-15  Not Zed  <NotZed@Ximian.com>

        * netscape-importer.c: Replace filter-score with filter-int.

svn path=/trunk/; revision=17455
2002-07-15 14:21:30 +00:00
Peter Williams 9e759ac6e1 Add include lines to get ebook headers relative to <ebook/foo.h>, not
2002-07-09  Peter Williams  <peterw@ximian.com>

	* tools/Makefile.am (INCLUDES): Add include lines to get
	ebook headers relative to <ebook/foo.h>, not "foo.h".


addressbook:

2002-07-08  Peter Williams  <peterw@ximian.com>

	* backend/ebook/e-book.h: Normalize includes to <ebook/foo.h>, so
	that the installed headers will work sanely.

	* backend/ebook/e-card-cursor.h:
	* backend/ebook/e-book-view.h:
	* backend/ebook/e-card-simple.h:
	* backend/ebook/e-card.h:
	* backend/ebook/e-destination.h: Same.

	* printing/Makefile.am (INCLUDES): add -Iaddressbook/backend
	to access the ebook headers. Also the builddir version to get
	the generated addressbook.h

	* gui/widgets/Makefile.am (INCLUDES): Same builddir fix.

	* gui/merging/e-card-merging.c: Fix an ebook #include.

	* gui/merging/Makefile.am (INCLUDES): Same idea.

	* gui/contact-list-editor/Makefile.am (INCLUDES): Same.

	* gui/contact-editor/Makefile.am (INCLUDES): Same builddir
	change.


calendar:

2002-07-08  Peter Williams  <peterw@ximian.com>

	* gui/Makefile.am (INCLUDES): Change the -I flags to get
	it to play nicely with the new Ebook header paradigm.

	* gui/dialogs/Makefile.am: Same.

	* gui/e-meeting-model.c: More of the same.

	* gui/dialogs/e-delegate-dialog.c:
	* gui/dialogs/e-meeting-model.c:
	* gui/dialogs/comp-editor-util.c: Fix include lines to get
	ebook headers.

	* pcs/Makefile.am: Same.


composer:

2002-07-08  Peter Williams  <peterw@ximian.com>

	* Makefile.am (INCLUDES): Fix cflags for ebook header namespacing.


importers:

2002-07-08  Peter Williams  <peterw@ximian.com>

	* Makefile.am: Fix cflags to get at ebook headers correctly.

	* pine-importer.c: Fix include lines to get ebook headers the "right"
	way.

	* evolution-gnomecard-importer.c: Same.


mail:

2002-07-08  Peter Williams  <peterw@ximian.com>

	* Makefile.am (INCLUDES): Add -I flags to get the ebook headers.

svn path=/trunk/; revision=17411
2002-07-10 21:34:37 +00:00
Iain Holmes c07d953f5d Apply patch to fix a typo
svn path=/trunk/; revision=17021
2002-05-27 14:50:45 +00:00
Iain Holmes bdfd9e77cc Add patch to import netscape mail filters. Wheee
svn path=/trunk/; revision=16631
2002-04-29 16:48:45 +00:00
Jeffrey Stedfast eaee4102f2 Don't link to libibex anymore, it has been deprecated.
2002-04-26  Jeffrey Stedfast  <fejj@ximian.com>

	* Makefile.am: Don't link to libibex anymore, it has been
	deprecated.

svn path=/trunk/; revision=16620
2002-04-27 00:25:17 +00:00
Dan Winship 6fd2d74bc0 Remove refs to drafts_folder_name and sent_folder_name in the corba
* netscape-importer.c (netscape_import_accounts): Remove refs to
	drafts_folder_name and sent_folder_name in the corba account
	structure.

svn path=/trunk/; revision=16356
2002-04-04 20:03:41 +00:00
Dan Winship 291190adfd more fixes for libversit.la -> libversit.a
svn path=/trunk/; revision=16211
2002-03-19 20:30:52 +00:00
Radek Doulik 62bf0095c5 comment out signature setting
2002-03-07  Radek Doulik  <rodo@ximian.com>

	* netscape-importer.c (netscape_import_accounts): comment out
	signature setting

svn path=/trunk/; revision=15961
2002-03-07 15:18:53 +00:00
Ettore Perazzoli 79a377ddf2 Final cleanup for the CFLAGS and LIBS in the Makefiles.
svn path=/trunk/; revision=15486
2002-01-27 17:21:36 +00:00
Iain Holmes f573f7b388 Don't let the importers run if people don't want them to
svn path=/trunk/; revision=14664
2001-11-11 15:18:23 +00:00
Iain Holmes c2f642c4e1 Removed the extra GnomeCard
svn path=/trunk/; revision=14377
2001-10-29 23:21:21 +00:00
Iain Holmes 0079b45c9c Some netscape and pine fixes
svn path=/trunk/; revision=14346
2001-10-29 18:12:57 +00:00
Ettore Perazzoli 08fb7329cb Fixing the license text.
svn path=/trunk/; revision=14212
2001-10-27 16:59:46 +00:00
Ettore Perazzoli 02dcd0aadf Update the licensing information to require version 2 of the GPL
(instead of version 2 or any later version).

svn path=/trunk/; revision=14190
2001-10-27 00:25:49 +00:00
Iain Holmes 33e37fae70 Handle the case when the transport is nothing.
svn path=/trunk/; revision=13114
2001-09-25 18:30:47 +00:00
Iain Holmes ad3a93a31b Redo the addressbook code.
svn path=/trunk/; revision=12833
2001-09-14 22:23:31 +00:00
Iain Holmes 2e238a7ebc hbox
svn path=/trunk/; revision=12757
2001-09-11 00:21:53 +00:00
Iain Holmes be5f37e097 Handle Movemail
svn path=/trunk/; revision=12755
2001-09-11 00:05:41 +00:00
Iain Holmes 325fb5714b New layout
svn path=/trunk/; revision=12691
2001-09-07 22:21:32 +00:00
Kjartan Maraas 3199dc232a Fix a typo.
2001-09-05  Kjartan Maraas  <kmaraas@gnome.org>

	* pine-importer.c: Fix a typo.

svn path=/trunk/; revision=12631
2001-09-05 22:02:50 +00:00
Iain Holmes 12718c4056 Get the correct name from the prefs file, or from the passwd file if one does
not exist

svn path=/trunk/; revision=12597
2001-09-04 20:50:34 +00:00
Iain Holmes 305b968a9a Elm GUI
svn path=/trunk/; revision=12547
2001-08-31 22:02:28 +00:00
Iain Holmes 553de94865 Fix the Pine and Netscape importers. Give them a nice progress reporting GUI.
Revert Jason's changes so that creating a folder works again.

svn path=/trunk/; revision=12536
2001-08-30 23:21:56 +00:00
Iain Holmes 8d8d02da69 Importer changes
svn path=/trunk/; revision=12521
2001-08-29 22:14:02 +00:00
Iain Holmes 4c74d37ed9 GUI
svn path=/trunk/; revision=12516
2001-08-29 20:54:17 +00:00
Iain Holmes 52e923c416 Fix?
svn path=/trunk/; revision=12420
2001-08-23 18:56:57 +00:00
Iain Holmes b76b0e2c9b Fully initialise the structures.
svn path=/trunk/; revision=12352
2001-08-21 20:13:24 +00:00
Jon Trowbridge 5b11f6dc1d Add camel dependency.
2001-08-02  Jon Trowbridge  <trow@ximian.com>

	* printing/Makefile.am (ecpsdir): Add camel dependency.

	* gui/component/Makefile.am: Add camel dependency.

	* backend/ebook/Makefile.am: Add camel dependency.

	* gui/component/addressbook-factory.c (main): Properly init camel.

	* backend/ebook/e-destination.c (e_destination_clear_strings):
	Clear ->raw.
	(e_destination_is_empty): We aren't empty if ->raw is set..
	(e_destination_set_raw): Replaces e_destination_set_string.
	(e_destination_get_name): Use camel's parser to extract the name
	from ->raw.
	(e_destination_get_email): Use camel's parser to extract the email
	address from ->raw.
	(e_destination_get_address): Use camel to produce properly quoted,
	RFC-compliant addresses.  Thanks camel! (Bug #5860)

	* gui/component/select-names/e-select-names-completion.c
	(emailify_match): Always append an e-mail address, as long as it
	doesn't have one already at it's beginning or end.  Don't limit
	self to just emailifying entries tied to cards with multiple
	addresses.  (I didn't really want to do this, but people seem to
	like keeping multiple cards for the same person, and other
	solutions (like scanning all matches for duplicate names, and only
	emailifying those) just seemed like way too much work for such a
	limited payoff.)

	* gui/component/select-names/e-select-names-text-model.c:
	s/e_destination_set_string/e_destination_set_raw/.

	* gui/component/select-names/e-select-names-popup.c
	(popup_menu_card): Quote _'s in our popup menus, so that "foo_bar"
	doesn't get displayed as "foobar" w/ the 'b' underlined. (Bug
	#5558)
	(popup_menu_nocard): Ditto.

2001-08-02  Jon Trowbridge  <trow@ximian.com>

        * Makefile.am: Added camel dependency (now needed by ebook).

2001-08-02  Jon Trowbridge  <trow@ximian.com>

        * gui/Makefile.am: Added camel dependency (now needed by ebook).

2001-08-02  Jon Trowbridge  <trow@ximian.com>

        * Makefile.am: Added camel dependency (now needed by ebook).

svn path=/trunk/; revision=11602
2001-08-03 03:09:35 +00:00
Jon Trowbridge 4e1411c47a Remove obsolete reference to account.default_account.
2001-07-18  Jon Trowbridge  <trow@ximian.com>

	* netscape-importer.c (netscape_import_accounts): Remove obsolete
	reference to account.default_account.

svn path=/trunk/; revision=11221
2001-07-19 04:29:36 +00:00
Iain Holmes b6a828eddf Fix logic
svn path=/trunk/; revision=11141
2001-07-16 22:30:43 +00:00
Iain Holmes 86b0cdbb07 Don't import if nsmail is empty
svn path=/trunk/; revision=11136
2001-07-16 20:43:38 +00:00
Iain Holmes 02bd265728 Fixes about a zillion bugs
svn path=/trunk/; revision=11071
2001-07-12 22:39:05 +00:00
Kjartan Maraas 49051e63c6 s/GNOMELOCALEDIR/EVOLUTION_LOCALEDIR Added bindtextdomain(), textdomain()
2001-07-11  Kjartan Maraas  <kmaraas@gnome.org>

	* Makefile.am: s/GNOMELOCALEDIR/EVOLUTION_LOCALEDIR
	* elm-importer.c: Added bindtextdomain(), textdomain() calls.
	* evolution-gnomecard-importer.c: Same here.
	* pine-importer.c: Same here.
	* netscape-importer.c: Same here.

svn path=/trunk/; revision=11002
2001-07-11 14:50:47 +00:00
Iain Holmes cd68810e75 More don't ask again removals
svn path=/trunk/; revision=10969
2001-07-10 20:22:13 +00:00
Iain Holmes 65dc91b854 Fix the pine importer
svn path=/trunk/; revision=10968
2001-07-10 20:10:56 +00:00
Iain Holmes 08af5ab1bd Removed the unused widgets
svn path=/trunk/; revision=10964
2001-07-10 19:02:45 +00:00
Iain Holmes d079a05d84 Quit properly, and remove the Ask again button.
svn path=/trunk/; revision=10956
2001-07-10 16:56:46 +00:00
Dietmar Maurer b7dede1a27 use bonobo-conf everywhere
2001-07-03  Dietmar Maurer  <dietmar@ximian.com>

	* *: use bonobo-conf everywhere

svn path=/trunk/; revision=10760
2001-07-03 18:15:31 +00:00
Damon Chaplin 5181884e24 added $(BONOBO_CONF_LIBS) to all the LDADDs, to get it to compile. Not
2001-07-03  Damon Chaplin  <damon@ximian.com>

	* Makefile.am: added $(BONOBO_CONF_LIBS) to all the LDADDs, to get
	it to compile. Not entirely sure it is correct.

svn path=/trunk/; revision=10736
2001-07-03 07:28:56 +00:00
Ettore Perazzoli 91cc026904 Update the copyrights, replacing Helix Code with Ximian and
helixcode.com with ximian.com all over the place.

svn path=/trunk/; revision=10440
2001-06-23 08:52:02 +00:00
Dan Winship c094a996a0 Remove DB3_LDADD
* Makefile.am (evolution_netscape_importer_LDADD):
	(evolution_elm_importer_LDADD):
	(evolution_pine_importer_LDADD):
	(evolution_gnomecard_importer_LDADD): Remove DB3_LDADD

svn path=/trunk/; revision=10274
2001-06-18 20:10:19 +00:00
Damon Chaplin f4d4dec1ff added evolution-gnomecard-importer.
2001-06-14  Damon Chaplin  <damon@ximian.com>

	* .cvsignore: added evolution-gnomecard-importer.

svn path=/trunk/; revision=10227
2001-06-14 06:10:37 +00:00
Ettore Perazzoli 7e9b55a30e Fix Radek's fix. $(DB3_LDADD) must always come before
`libeutil.la'.

svn path=/trunk/; revision=10112
2001-06-04 17:29:45 +00:00
Radek Doulik 7bcfb743ce move DB3_LDADD down to fix linkage
2001-06-04  Radek Doulik  <rodo@ximian.com>

	* Makefile.am: move DB3_LDADD down to fix linkage

svn path=/trunk/; revision=10111
2001-06-04 17:12:44 +00:00