Commit Graph

93 Commits

Author SHA1 Message Date
78fd8e1856 remove the moniker cruft.
2002-11-16  Chris Toshok  <toshok@ximian.com>

	* GNOME_Evolution_WombatLDAP.server.in.in: remove the moniker
	cruft.

	* GNOME_Evolution_WombatNOLDAP.server.in.in: same.

svn path=/trunk/; revision=18811
2002-11-17 07:46:17 +00:00
941ee0f35b Update.
svn path=/trunk/; revision=18796
2002-11-15 22:21:10 +00:00
b39725006c Added rule to create GNOME_Evolution_Wombat.server.in from
* Makefile.am: Added rule to create
GNOME_Evolution_Wombat.server.in from
GNOME_Evolution_Wombat.server.in.in, substituting @LIBEXECDIR@.
Also install wombat in $libexecdir instead of $bindir.

* GNOME_Evolution_WombatNOLDAP.server.in.in: Renamed from
GNOME_Evolution_WombatNOLDAP.server.in.  Changed the location from
"wombat" to "@LIBEXECDIR@/wombat".

* GNOME_Evolution_WombatLDAP.server.in.in: Renamed from
GNOME_Evolution_WombatLDAP.server.in.  Changed the location from
"wombat" to "@LIBEXECDIR@/wombat".

svn path=/trunk/; revision=18795
2002-11-15 22:20:41 +00:00
ae673aa3f1 re-enabled calendar parts.
2002-11-07  Rodrigo Moya <rodrigo@ximian.com>

	* wombat.c: re-enabled calendar parts.

svn path=/trunk/; revision=18645
2002-11-07 22:34:39 +00:00
c6582c9265 remove libcamel.la from the link for the time being.
2002-11-06  Chris Toshok  <toshok@ximian.com>

	* Makefile.am (wombat_LDADD): remove libcamel.la from the link for
	the time being.

	* wombat.c: ifdef out (#ifdef PENDING_PORT_WORK) the calendar
	stuff, since it doesn't link at the moment - undefined symbols in
	pcs.  Also, include gtk.h so the gtk_* in the calendar portions
	will still work.

svn path=/trunk/; revision=18594
2002-11-06 08:40:04 +00:00
d4bb47b0bf change over from .oaf files to .server files and remove the moniker stuff
2002-11-05  Chris Toshok  <toshok@ximian.com>

	* Makefile.am: change over from .oaf files to .server files and
	remove the moniker stuff from the build.

	* wombat.c: port over to gnome2, and nuke all the config moniker
	stuff.

	* wombat-moniker.[ch]: remove

	* wombat-private-moniker.[ch]: remove

	* GNOME_Evolution_WombatLDAP.server.in: rename the oaf.in file to this.

	* GNOME_Evolution_WombatNOLDAP.server.in: rename the oaf.in file to this.

	* .cvsignore: s/oaf/server

svn path=/trunk/; revision=18568
2002-11-05 21:45:39 +00:00
14db6783bb remove the annoying fprintf about Queueing termination, since we never
2002-08-01  Chris Toshok  <toshok@ximian.com>

	* wombat.c (last_calendar_gone_cb): remove the annoying fprintf
	about Queueing termination, since we never actually terminate.

svn path=/trunk/; revision=17680
2002-08-01 21:43:36 +00:00
b9006f6132 add a silly "up and running" message.
2002-07-25  Chris Toshok  <toshok@ximian.com>

	* wombat.c (main): add a silly "up and running" message.

svn path=/trunk/; revision=17597
2002-07-26 01:18:58 +00:00
3112b69425 Include libpcsfile.a, libpasfile.a and (if ENABLE_LDAP) libpasldap.a
* Makefile.am (wombat_LDADD): Include libpcsfile.a, libpasfile.a
	and (if ENABLE_LDAP) libpasldap.a

svn path=/trunk/; revision=17530
2002-07-22 18:23:59 +00:00
515ebfd45c Install libversit.a so that people compiling against the addressbook can
2002-07-09  Peter Williams  <peterw@ximian.com>

       * libversit/Makefile.am (privlib_LIBRARIES): Install libversit.a so
       that people compiling against the addressbook can do so successfully.

       * Makefile.am: create our *Conf.sh files and dist them and install
       them.

       * configure.in: Define and subst some variables that the Conf.sh
       file need.

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

       * backend/ebook/Makefile.am: Install libebook-static.la.
       Also change --all-static to -all-static, which is the right flag.

       * backend/pas/Makefile.am: Install the PAS headers in
       $(includedir)/evolution/pas. Install libpas.a


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

       * cal-util/Makefile.am: Install libcal-util-static.la
       and fix the -all-static flag to make it install statically.

       * pcs/Makefile.am: Install libpcs.a and its headers.

       * pcs/cal-backend-util.h: Same sort of include namespacing fix,
       but for pcs.

       * pcs/cal.h:
       * pcs/query.h:
       * pcs/cal-factory.h:
       * pcs/cal-backend.h:
       * pcs/cal-backend-file.h: Same.

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

       * calendar/cal-util/Makefile.am (GTKDOC_LIBS): Because we're
       using libtool as our LD, we can reference .la's and libtool
       will DTRT for us.

       * calendar/cal-client/Makefile.am (GTKDOC_LIBS): Same here.


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

       * Makefile.am: Install libeutil, libeconduit, and libedb3util and
       their headers.


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

       * Makefile.am: Reference the new libefilterbar.a.

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

       * Makefile.am (INCLUDES): Add -I$(builddir)/libical/src/libical
       for the generated ical.h (some headers rely on this because
       they too get installed.)


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

       * e-timezone-dialog/Makefile.am: Add -I$(top_builddir)/libical/src/libical;
       some headers that we rely on get installed, so they point to the ical.h that
       gets generated and installed; consequently we need to be able to find the
       generated ical.h

       * misc/Makefile.am: Install libemiscwidgets.a and its headers. However,
       break EFilterBar into a separate libefilterbar.a because we don't want
       the installed library to depend on libfilter.

svn path=/trunk/; revision=17496
2002-07-17 21:03:19 +00:00
d925578fa8 Another fix for the IDL rename, ugh.
svn path=/trunk/; revision=17456
2002-07-15 14:32:05 +00:00
9c9771feb5 libwombat:
2002-07-09  Peter Williams  <peterw@ximian.com>

	* Makefile.am: Reference the renamed Evolution-Wombat.idl
	instead of wombat.idl.

wombat:

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

	* wombat.idl: Renamed to Evolution-Wombat.idl, since
	we're installing it now and should play nice namespacily.

	* Makefile.am: Rename wombat.idl and install it.

svn path=/trunk/; revision=17437
2002-07-12 14:31:32 +00:00
51b61ec3a3 Removed dependency on libibex.
2002-04-26  Jeffrey Stedfast  <fejj@ximian.com>

	* Makefile.am: Removed dependency on libibex.

svn path=/trunk/; revision=16615
2002-04-27 00:15:11 +00:00
bee1faf0a3 Re-Add $(WOMBAT_LIBS) so wombat actually links.
2002-04-04  Jeffrey Stedfast  <fejj@ximian.com>

	* Makefile.am: Re-Add $(WOMBAT_LIBS) so wombat actually links.

svn path=/trunk/; revision=16360
2002-04-04 22:33:29 +00:00
8dc13ce627 Put DB3_LDADD and LDAP_LIBS on the top so the PAS backend uses the right
* Makefile.am (wombat_LDADD): Put DB3_LDADD and LDAP_LIBS on the
top so the PAS backend uses the right version of DB3 and always
links to LDAP.

svn path=/trunk/; revision=16343
2002-04-04 13:36:16 +00:00
291190adfd more fixes for libversit.la -> libversit.a
svn path=/trunk/; revision=16211
2002-03-19 20:30:52 +00:00
9d54937755 added DB3_LDADD
2002-01-28  Radek Doulik  <rodo@ximian.com>

	* Makefile.am (wombat_LDADD): added DB3_LDADD

svn path=/trunk/; revision=15495
2002-01-28 17:39:47 +00:00
79a377ddf2 Final cleanup for the CFLAGS and LIBS in the Makefiles.
svn path=/trunk/; revision=15486
2002-01-27 17:21:36 +00:00
497940c733 use libical-evolution.la
2001-10-29  Damon Chaplin  <damon@ximian.com>

	* Makefile.am (wombat_LDADD): use libical-evolution.la

svn path=/trunk/; revision=14398
2001-10-30 01:50:16 +00:00
9240ef253f new function, ifdef'ed DEBUG_BACKENDS. (main): add SIGUSR2 handler for
2001-10-29  Chris Toshok  <toshok@ximian.com>

	* wombat.c (dump_backends): new function, ifdef'ed DEBUG_BACKENDS.
	(main): add SIGUSR2 handler for dump_backends, ifdef'ed
	DEBUG_BACKENDS.

svn path=/trunk/; revision=14375
2001-10-29 23:03:48 +00:00
141f12fe3e Register the public ConfigDatabase interface last to work around an OAF
* wombat.c (main): Register the public ConfigDatabase interface
last to work around an OAF race condition.

svn path=/trunk/; revision=13880
2001-10-22 17:38:08 +00:00
93012d3c36 add wombat-private-moniker.[ch].
2001-10-11  Chris Toshok  <toshok@ximian.com>

	* Makefile.am (wombat_SOURCES): add wombat-private-moniker.[ch].

	* GNOME_Evolution_WombatLDAP.oaf.in: add wombat-private
	factory/moniker.

	* GNOME_Evolution_WombatNOLDAP.oaf.in: same.

	* wombat-private-moniker.[ch]: xmldb for private database -- non
	configuration settings, basically.

svn path=/trunk/; revision=13593
2001-10-11 19:06:09 +00:00
3cfa7824a8 add addressbook:supported_protocols containing just the file protocol.
2001-10-02  Chris Toshok  <toshok@ximian.com>

	* GNOME_Evolution_WombatNOLDAP.oaf.in: add
	addressbook:supported_protocols containing just the file protocol.

	* GNOME_Evolution_WombatLDAP.oaf.in: add
	addressbook:supported_protocols containing both ldap and file.

	* Makefile.am (OAF_IN_FILE): we have to possible files now, since
	the addressbook looks up factories by corba interface and the
	protocols supported by the factory (as listed in the .oaf file.)

	* .cvsignore: ignore GNOME_Evolution_Wombat.oaf.in, since it's
	generated now.

svn path=/trunk/; revision=13356
2001-10-02 22:37:58 +00:00
0d1f3b890a add OAFIID parameter to the call to the pas_book_factory_activate
2001-09-26  Chris Toshok  <toshok@ximian.com>

	* wombat.c (setup_pas): add OAFIID parameter to the call to the
	pas_book_factory_activate function, as with the calendar stuff.

svn path=/trunk/; revision=13181
2001-09-27 00:06:11 +00:00
6445ac7538 add OAFIID parameter to the call to the cal_factory_oaf_register function
2001-09-19  Rodrigo Moya <rodrigo@ximian.com>

	* wombat.c (setup_pcs): add OAFIID parameter to the call to the
	cal_factory_oaf_register function

svn path=/trunk/; revision=12978
2001-09-19 12:47:55 +00:00
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
03fc334d04 Distribute wombat.idl.
2001-07-10  Peter Williams  <peterw@ximian.com>

       * Makefile.am (EXTRA_DIST): Distribute wombat.idl.

svn path=/trunk/; revision=11007
2001-07-11 18:55:24 +00:00
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
1965d493f2 Shut down gnome-vfs.
2001-06-24  Federico Mena Quintero  <federico@ximian.com>

	* wombat.c (main): Shut down gnome-vfs.

svn path=/trunk/; revision=10452
2001-06-24 22:39:53 +00:00
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
34fde8639c Added libwombat/libwombat.la
2001-06-22  Jeffrey Stedfast  <fejj@ximian.com>

	* Makefile.am (wombat_LDADD): Added libwombat/libwombat.la

svn path=/trunk/; revision=10401
2001-06-22 20:32:52 +00:00
997e2b3563 Reverted, it was the wrong ChangeLog :-)
svn path=/trunk/; revision=10392
2001-06-22 11:27:25 +00:00
013620074a changed getFreeBusy method to return a CalObj instead of a sequence
2001-06-22  Rodrigo Moya <rodrigo@ximian.com>

	* wombat.idl: changed getFreeBusy method to return a CalObj instead
	of a sequence

svn path=/trunk/; revision=10391
2001-06-22 11:25:03 +00:00
bb396a2b28 added new interface (WombatClient)
2001-06-21  Rodrigo Moya <rodrigo@gnome-db.org>

	* wombat.idl: added new interface (WombatClient)

svn path=/trunk/; revision=10359
2001-06-21 15:44:11 +00:00
dd5c4dbfdf Add libedb3util
* Makefile.am (wombat_LDADD): Add libedb3util

svn path=/trunk/; revision=10277
2001-06-18 20:11:53 +00:00
b8306eaf97 Fix linking order for `$(DB3_LDADD)'s so that we avoid pulling
functions from a different Berkeley DB library when we really don't
mean to.

svn path=/trunk/; revision=10105
2001-06-03 07:41:05 +00:00
8f183d269e Included information about db3.
2001-05-31  Christopher James Lahey  <clahey@ximian.com>

	* README: Included information about db3.

	* acconfig.h: Added HAVE_DB_H and HAVE_DB3_DB_H.

	* configure.in: Added various checks for db3 libraries and
	includes.  Of note are the new configure options
	--with-db3-includes=PREFIX and --with-db3-libs=PREFIX to specify
	the location for your db3 library.

From addressbook/ChangeLog:

2001-05-31  Christopher James Lahey  <clahey@ximian.com>

	* backend/pas/Makefile.am (INCLUDES): Added db3 cflags.

	* backend/pas/pas-backend-file.c: Updated this to use db3.

From e-util/ChangeLog:

2001-05-31  Christopher James Lahey  <clahey@ximian.com>

	* Makefile.am (INCLUDES): Added db3 cflags.

	* e-dbhash.c: Made this use db3.

	* e-db3-utils.c, e-db3-utils.h: New files with some helper
	functions.

From wombat/ChangeLog:

2001-05-31  Christopher James Lahey  <clahey@ximian.com>

	* Makefile.am (wombat_LDADD): Added db3 libs.

svn path=/trunk/; revision=10077
2001-06-01 01:02:12 +00:00
10a1eb46a9 Removed EVOLUTION_VERSION from the rest of makefiles. use VERSION instead. So
you must include <config.h>, heh.

and a stil-not-working "fix" for galview menus.

svn path=/trunk/; revision=9707
2001-05-08 00:28:34 +00:00
92043633cb supress some comliler warnings
svn path=/trunk/; revision=9127
2001-04-03 09:25:05 +00:00
7fcc366eff fix ref. counting problem
2001-04-03  Dietmar Maurer  <dietmar@ximian.com>

	* wombat-moniker.c (wombat_lookup_db): fix ref. counting problem

svn path=/trunk/; revision=9126
2001-04-03 09:21:01 +00:00
fdb5b0e470 we can now resolve to storages and streams.
2001-03-27  Dietmar Maurer  <dietmar@ximian.com>

	* wombat-moniker.c (wombat_moniker_resolve): we can now resolve to
	storages and streams.

svn path=/trunk/; revision=8978
2001-03-27 15:12:49 +00:00
b32ab1a0c9 Replace <gnome.h> <and <bonobo.h> includes and add <stdlib.h> to remove
2001-03-26  Kjartan Maraas  <kmaraas@gnome.org>

	* wombat.c: Replace <gnome.h> <and <bonobo.h> includes
	and add <stdlib.h> to remove warnings from newer gcc.

2001-03-21  JP Rosevear  <jpr@ximian.com>

svn path=/trunk/; revision=8939
2001-03-26 11:32:15 +00:00
a48f0f6bf3 add wombat-moniker.h as a source so it gets disted
2001-03-21  JP Rosevear  <jpr@ximian.com>

	* Makefile.am: add wombat-moniker.h as a source so it gets disted

svn path=/trunk/; revision=8876
2001-03-21 22:38:28 +00:00
0cf839a464 initialise the moniker factory
2001-03-21  Dietmar Maurer  <dietmar@ximian.com>

	* wombat.c (setup_config): initialise the moniker factory

	* GNOME_Evolution_Wombat.oaf.in: added the necessary entries for
	the wombat moniker.

	* wombat-moniker.[ch]: wombat is now a moniker

svn path=/trunk/; revision=8866
2001-03-21 14:55:09 +00:00
57de6972c8 Added addressbook querying and "cardification" functions, which are turned
2001-03-15  Jon Trowbridge  <trow@ximian.com>

        * gui/component/e-address-widget.c: Added addressbook querying and
        "cardification" functions, which are turned off by default for now
        because of addressbook bugs.  Added a popup menu option to turn
        queries on, so that others can enjoy the thrill of massive flaming
        death.

        * gui/component/addressbook-factory.c (main): Made warnings always
        be fatal.

        * backend/pas/pas-book-view.c: Added some debugging spew.

        * backend/pas/pas-backend-file.c (pas_backend_file_search): Added
        a little experimental code to try to make file searches scale
        better.  #if 0/#endif-ed out for now.

        * contact-editor/e-contact-quick-add.c: #included e-book-util.h.

        * backend/ebook/e-card.c (e_card_name_match_string): Added.
        Looser name-matching function.
        (e_card_email_match_string): Added.  Loose e-mail matching.

        * backend/ebook/e-book-view-listener.c
        (e_book_view_listener_check_queue): Added code to cause us to
        abort rather than get trapped in a 100%-CPU-consuming loop in
        certain situations.  Now we just need to figure out how to avoid
        these situations altogether.

        * backend/ebook/e-book-util.c: Added.  Now contains the simple
        query stuff and the open local addressbook functions.

        * backend/ebook/e-book.c: Moved simple query stuff and open local
        addressbook functions into e-book-util.c.

2001-03-15  Jon Trowbridge  <trow@ximian.com>

        * wombat.c (main): If we can't initialize a service on startup,
        tell us which one before terminating.

svn path=/trunk/; revision=8754
2001-03-16 08:16:29 +00:00
8391885d18 Removed .oafinfo files -- they are obsolete. Moved pixmaps from
2001-03-15  Gediminas Paulauskas <menesis@delfi.lt>

Removed .oafinfo files -- they are obsolete.
Moved pixmaps from calendar/gui/ to art/
Moved evolution.png to art/
Moved evolution.desktop.in to data/
Generate doc/devel/executive-summary/Makefile

svn path=/trunk/; revision=8727
2001-03-15 03:46:54 +00:00
8e4a426f29 Use VERSION and the Wombat description for gnome_init_with_popt_table().
2001-02-27  Federico Mena Quintero  <federico@ximian.com>

	* wombat.c (init_corba): Use VERSION and the Wombat description
	for gnome_init_with_popt_table().

svn path=/trunk/; revision=8410
2001-02-27 20:08:49 +00:00
a056c8466d Unref the factories if we failed to initialize anything. (setup_pcs): Call
2001-02-16  Federico Mena Quintero  <federico@ximian.com>

	* wombat.c (main): Unref the factories if we failed to initialize
	anything.
	(setup_pcs): Call cal_factory_oaf_register().  Removed the OAF
	registration code from here; now it is in the CalFactory itself.

svn path=/trunk/; revision=8309
2001-02-20 22:35:49 +00:00
d10c848b43 Ignore generated .oaf files
* various .cvsignore files: Ignore generated .oaf files

svn path=/trunk/; revision=8237
2001-02-14 23:37:15 +00:00
35a363f671 xml-i18n-tools setup. Mark strings for translation.
2001-02-12  Kjartan Maraas  <kmaraas@gnome.org>

	* Makefile.am: xml-i18n-tools setup.
	* GNOME_Evolution_Wombat.oaf.in: Mark strings for translation.

svn path=/trunk/; revision=8190
2001-02-12 23:47:44 +00:00