Commit Graph

59 Commits

Author SHA1 Message Date
5b69d6b3d5 Remove evolution-launch-composer since it's
no longer needed.

svn path=/trunk/; revision=21439
2003-06-13 19:51:37 +00:00
8853de7d70 Revert to 1.4.0 version.
svn path=/trunk/; revision=21437
2003-06-13 18:48:30 +00:00
51ca9977c7 Put the ChangeLog.pre-1-4 in the Makefiles.
svn path=/trunk/; revision=21426
2003-06-12 21:13:59 +00:00
2e2287a9f2 Fix
* tools/Makefile.am (EXTRA_DIST): Fix

svn path=/trunk/; revision=20772
2003-04-08 21:51:18 +00:00
26312e0ff1 add killev
svn path=/trunk/; revision=20759
2003-04-08 15:36:25 +00:00
50b639d988 remove evolution-addressbook-export.
2003-04-07  Chris Toshok  <toshok@ximian.com>

	* tools/Makefile.am (privlibexec_PROGRAMS): remove
	evolution-addressbook-export.

	* tools/evolution-addressbook-export.c: nuke.

svn path=/trunk/; revision=20712
2003-04-07 16:39:03 +00:00
49eb4eb0e4 Install these in privlibexecdir, not privdatadir. Move killev from SCRIPTS
* tools/Makefile.am (privlibexec_SCRIPTS, privlibexec_PROGRAMS):
	Install these in privlibexecdir, not privdatadir. Move killev from
	SCRIPTS to PROGRAMS.
	(killev_SOURCES, killev_LDADD): Add

	* tools/killev.c: New C port of killev, since
	"bonobo-activation-query" does not return as much information as
	"oaf-client" did. Also has prettier output. (Still shells out to
	killall/pkill to do the actual killing.)

	* tools/killev: Gone

	* tools/evolution-move-tasks: Removed since the evolution-calendar
	code that called it is also gone now.

svn path=/trunk/; revision=20700
2003-04-07 16:06:50 +00:00
1fffa41a16 use bonobo_main_quit, and clean this up a bit.
2003-03-14  Chris Toshok  <toshok@ximian.com>

	* tools/evolution-addressbook-export.c (save_cards): use
	bonobo_main_quit, and clean this up a bit.

svn path=/trunk/; revision=20305
2003-03-15 00:35:19 +00:00
ce6b94f8b8 Fix dependencies
* tools/Makefile.am (evolution_launch_composer_LDADD): Fix
	dependencies

svn path=/trunk/; revision=20113
2003-02-28 22:20:58 +00:00
df08abfd54 ignore some stuff, yo.
2003-02-27  Chris Toshok  <toshok@ximian.com>

	* tools/.cvsignore: ignore some stuff, yo.

	* tools/Makefile.am: add in the evolution-launch-composer stuff.

	* tools/evolution-launch-composer.c: port this from the 1.2 branch.

svn path=/trunk/; revision=20098
2003-02-28 07:48:26 +00:00
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
d0ead0c4a9 s/PACKAGE/GETTEXT_PACKAGE/ in gettext init
svn path=/trunk/; revision=19818
2003-02-06 17:26:04 +00:00
8790e14c4b subst in $(toolsdir) instead of $(bindir)
* tools/Makefile.am: subst in $(toolsdir) instead of $(bindir)

        * tools/evolution-addressbook-clean.in:
        s/EVOLUTION_BINDIR/EVOLUTION_TOOLSDIR/

svn path=/trunk/; revision=19809
2003-02-06 16:45:55 +00:00
9c1d6e6b95 s/bin_SCRIPTS/tools_SCRIPTS/
2003-01-28  Rodney Dawes  <dobey@ximian.com>

	* tools/Makefile.am (EXTRA_DIST): s/bin_SCRIPTS/tools_SCRIPTS/

svn path=/trunk/; revision=19673
2003-01-28 21:47:16 +00:00
1d9a3023e5 #include bonobo-activation instead of oaf. (main): Initialize using
* tools/evolution-addressbook-export.c: #include bonobo-activation
instead of oaf.
(main): Initialize using gnome_program_init().
(save_cards): Use g_main_loop_quit() instead of gtk_exit().

* tools/evolution-addressbook-import.c: Update include list for
GNOME 2.
(main): Initialize using gnome_program_init().
(unref_executable): Use g_main_loop_quit() instead of gtk_exit().
(add_cb): Likewise.

* tools/evolution-addressbook-abuse.c: Update include list for
GNOME 2.
(main): Initialize using gnome_program_init().
(use_addressbook): Use g_object_unref() instead of
gtk_object_unref().
(main): Use g_timeout_add() instead of gtk_timeout_add().
(add_cb): Use g_main_loop_quit() instead of gtk_exit().

* configure.in (AC_SUBST): Add tools/Makefile.

* Makefile.am (SUBDIRS): Add tools/ back into the list.

* tools/Makefile.am: Install everything in
$(datadir)/evolution-$(BASE_VERSION)/tools.
(INCLUDES): Add the defines that gnome_program_init() likes and
also add the _DISABLE_DEPRECATED stuff.

svn path=/trunk/; revision=19656
2003-01-27 18:54:56 +00:00
67d091d07e Use default book, not local one.
* tools/evolution-addressbook-import.c (main): Use default book,
	not local one.

	* tools/evolution-addressbook-export.c (main): Likewise.

	* tools/evolution-addressbook-abuse.c (abuse_timeout): Likewise.

svn path=/trunk/; revision=17766
2002-08-13 01:06:15 +00:00
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
c1a017826e Don't link with libibex.
* tools/Makefile.am: Don't link with libibex.

svn path=/trunk/; revision=16621
2002-04-27 00:29:34 +00:00
ede63cde58 Change the OAFIID for the GtkHTML editor to have :1.1 at the end.
2002-03-24  Peter Williams  <peterw@ximian.com>

       * tools/killev: Change the OAFIID for the GtkHTML editor to
       have :1.1 at the end.

svn path=/trunk/; revision=16241
2002-03-24 23:25:47 +00:00
291190adfd more fixes for libversit.la -> libversit.a
svn path=/trunk/; revision=16211
2002-03-19 20:30:52 +00:00
b0fb89aeb6 ignore evolution-addressbook-abuse
svn path=/trunk/; revision=15515
2002-01-29 23:31:17 +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
3706948385 cvs2vcard script by Michael MacDonald.
svn path=/trunk/; revision=15193
2001-12-20 06:10:15 +00:00
24098ef674 Chop the output from `uname -s'. Thanks to Michael Gerdts for suggesting
* tools/killev: Chop the output from `uname -s'.  Thanks to
Michael Gerdts for suggesting the fix.

svn path=/trunk/; revision=14652
2001-11-09 22:43:10 +00:00
f4bb7b53dd Now more abusive.
svn path=/trunk/; revision=14203
2001-10-27 05:28:18 +00:00
884c0337b8 More abuse.
svn path=/trunk/; revision=14176
2001-10-26 22:34:55 +00:00
d2cc21d95e Wombat: Be afraid. Be VERY afraid.
svn path=/trunk/; revision=14174
2001-10-26 22:17:23 +00:00
d6088ab1f0 and add a way to get some more spew about the commands we're executing.
2001-10-23  Chris Toshok  <toshok@ximian.com>

	* tools/killev: and add a way to get some more spew about the
	commands we're executing.

svn path=/trunk/; revision=13971
2001-10-24 01:27:45 +00:00
d92ea7b8ab use eq instead of ==.
2001-10-23  Chris Toshok  <toshok@ximian.com>

	* tools/killev: use eq instead of ==.

svn path=/trunk/; revision=13970
2001-10-24 01:20:38 +00:00
9edbb05789 Merge the two EXTRA_DIST declarations together so they both happen.
* tools/Makefile.am (EXTRA_DIST): Merge the two EXTRA_DIST
	declarations together so they both happen.

svn path=/trunk/; revision=13791
2001-10-19 13:13:21 +00:00
772746c46d use a new fangled perl script that queries oaf for interfaces we want to
2001-10-18  Chris Toshok  <toshok@ximian.com>

	* tools/killev: use a new fangled perl script that queries oaf for
	interfaces we want to kill.

svn path=/trunk/; revision=13776
2001-10-18 21:48:40 +00:00
d4fd9c55c7 Bumped the required version of gal to 0.15.99.1 for use in
2001-10-18  Christopher James Lahey  <clahey@ximian.com>

	* configure.in: Bumped the required version of gal to 0.15.99.1
	for use in evolution-addressbook-export.

	* tools/.cvsignore: Added evolution-addressbook-clean,
	evolution-addressbook-export, evolution-addressbook-import, and
	.libs.

	* tools/Makefile.am: Added evolution-addressbook-clean,
	evolution-addressbook-export, and evolution-addressbook-import.

	* tools/evolution-addressbook-clean.in: Main script to clean up
	the local contact database.

	* tools/evolution-addressbook-export.c: Exports the local
	addressbook to the specified file
	(--output-file).  If no --output-file is given, writes out to a
	unique file in the /tmp directory.  In either case, prints the
	filename to stdout.

	* tools/evolution-addressbook-import.c: Imports the specified file
	(--input-file) to the local addressbook.

svn path=/trunk/; revision=13774
2001-10-18 21:18:25 +00:00
de99472df4 kill evolution-ldif-importer.
2001-10-12  Chris Toshok  <toshok@ximian.com>

	* tools/killev: kill evolution-ldif-importer.

svn path=/trunk/; revision=13647
2001-10-13 01:32:13 +00:00
55a4f4addf Ben said to do it.
2001-08-09  Christopher James Lahey  <clahey@ximian.com>

	* tools/killev: Ben said to do it.

svn path=/trunk/; revision=11812
2001-08-09 04:23:12 +00:00
a654a88b3f Added bonobo-moniker-xmldb, gnome-gtkhtml-editor and
* tools/killev: Added bonobo-moniker-xmldb, gnome-gtkhtml-editor
and gnome-spell-component.

svn path=/trunk/; revision=11691
2001-08-05 07:28:57 +00:00
60015405ac Added evolution-alarm-notify.
2001-06-30  Federico Mena Quintero  <federico@ximian.com>

	* tools/killev: Added evolution-alarm-notify.

svn path=/trunk/; revision=10632
2001-06-30 17:22:33 +00:00
3350982c76 s/evolution-vcard-import/evolution-vcard-importer
2001-05-23  Kjartan Maraas  <kmaraas@gnome.org>

	* tools/killev: s/evolution-vcard-import/evolution-vcard-importer

svn path=/trunk/; revision=9948
2001-05-23 13:51:45 +00:00
98d30b53fa Add in evolution-vcard-importer as part of the list of processes to
kill in killev.
----------------------------------------------------------------------
tools/killev CVS:
----------------------------------------------------------------------

svn path=/trunk/; revision=9901
2001-05-20 19:14:51 +00:00
b276b274ed add the importers.
2001-05-15  Chris Toshok  <toshok@ximian.com>

	* tools/killev: add the importers.

svn path=/trunk/; revision=9812
2001-05-15 13:07:49 +00:00
a5aed7b0a7 Kill the RDF Summary as well.
Fix from R. Burton.
Closes bug #1620

svn path=/trunk/; revision=9728
2001-05-09 19:50:47 +00:00
c3c9ca3526 add some more 16 character versions for freebsd.
2001-04-08  Chris Toshok  <toshok@ximian.com>

	* tools/killev (sysname): add some more 16 character versions for
	freebsd.

svn path=/trunk/; revision=9208
2001-04-09 00:25:55 +00:00
b8947bc217 Fix this script to make it work with Solaris. Patch from Louise Miller.
2001-02-01  Jason Leach  <jasonleach@usa.net>

	* tools/killev: Fix this script to make it work with Solaris.
	Patch from Louise Miller.

svn path=/trunk/; revision=7936
2001-02-01 21:51:20 +00:00
8c0f66640f new script to move tasks from the Calendar folder to the new Tasks folder,
2001-01-14  Damon Chaplin  <damon@helixcode.com>

	* tools/evolution-move-tasks: new script to move tasks from the
	Calendar folder to the new Tasks folder, so people won't lose tasks.
	This can be deleted after a few releases.

	* tools/Makefile.am (bin_SCRIPTS): added above.

svn path=/trunk/; revision=7480
2001-01-14 01:29:29 +00:00
7
8f267d0eb4 Kill executive summary components
2000-10-27    <jpr@helixcode.com>

	* tools/killev: Kill executive summary components

svn path=/trunk/; revision=6223
2000-10-27 12:23:04 +00:00
f020f43089 Update verify-evolution-install.sh a little teeny bit for 0.5 (no functionality changes, just tracking version number)
svn path=/trunk/; revision=5933
2000-10-15 23:18:00 +00:00
d52099b992 Add verify-evolution-install.sh to EXTRA_DIST
* tools/Makefile.am (EXTRA_DIST): Add verify-evolution-install.sh
	to EXTRA_DIST

svn path=/trunk/; revision=5748
2000-10-05 21:37:59 +00:00
fc65f73655 This is the baddest-ass script in the history of forever
svn path=/trunk/; revision=4676
2000-08-09 23:29:04 +00:00
089f42f8dd Look for oafinfo files in oaf's prefix, not gnome-libs's. Allow binaries
* tools/verify-evolution-install.sh: Look for oafinfo files in
	oaf's prefix, not gnome-libs's. Allow binaries to be installed
	anywhere in $PATH.

svn path=/trunk/; revision=4555
2000-08-05 20:59:22 +00:00
162c4d69f3 Use type instead of which.
svn path=/trunk/; revision=4511
2000-08-03 19:20:24 +00:00
c441f00d35 Ah, screw the which.
svn path=/trunk/; revision=4437
2000-07-31 21:49:17 +00:00