Commit Graph

47 Commits

Author SHA1 Message Date
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
e6f1da7f46 Finish merge of new libical 0.23a version
2001-04-17  JP Rosevear  <jpr@ximian.com>

	* Finish merge of new libical 0.23a version

svn path=/trunk/; revision=9420
2001-04-17 17:54:48 +00:00
3a49d3e43d This commit was generated by cvs2svn to compensate for changes in r9415,
which included commits to RCS files with non-trunk default branches.

svn path=/trunk/; revision=9416
2001-04-17 17:23:26 +00:00
e582e23949 Import cleanup
svn path=/trunk/; revision=7978
2001-02-05 19:43:58 +00:00
d7da449065 This commit was generated by cvs2svn to compensate for changes in r7975,
which included commits to RCS files with non-trunk default branches.

svn path=/trunk/; revision=7976
2001-02-05 19:16:27 +00:00
4028f454b6 Import clean up
svn path=/trunk/; revision=7751
2001-01-23 20:22:40 +00:00
fd27972366 This commit was generated by cvs2svn to compensate for changes in r7747,
which included commits to RCS files with non-trunk default branches.

svn path=/trunk/; revision=7748
2001-01-23 19:20:44 +00:00
d7f57ad7fe Fix fucking CVS conflicts - Federico
svn path=/trunk/; revision=6928
2000-12-12 00:27:42 +00:00
26eee73280 Fix fucking CVS conflicts because fucking CVS is a fucking big doofus - Federico
svn path=/trunk/; revision=6920
2000-12-11 23:01:26 +00:00
5ccacd6a5b This commit was generated by cvs2svn to compensate for changes in r6917,
which included commits to RCS files with non-trunk default branches.

svn path=/trunk/; revision=6918
2000-12-11 22:07:15 +00:00
1a8645d8b8 Initial revision
svn path=/trunk/; revision=6915
2000-12-11 22:07:10 +00:00
f1fdb47bfb Kill off more old, dead files
2000-08-31  JP Rosevear  <jpr@helixcode.com>

	* Kill off more old, dead files

svn path=/trunk/; revision=5150
2000-08-31 20:41:35 +00:00
312efeb005 Kill old file
2000-08-31  JP Rosevear  <jpr@helixcode.com>

	* src/pvl/Makefile: Kill old file

	* src/test/usecases.c: Kill old file

	* src/test/.cvsignore: Update

	* src/libicalvcal/.cvsignore: Update

	* examples/.cvsignore: Shut up

svn path=/trunk/; revision=5144
2000-08-31 19:08:37 +00:00
2c06d4b09c Add/fix .cvsignores.
svn path=/trunk/; revision=5082
2000-08-28 15:47:00 +00:00
baea69ae9e Baby seal eyes are good with soy sauce! - Federico
svn path=/trunk/; revision=5029
2000-08-25 01:03:10 +00:00
6ce0b9c1a7 Fixety fix - Federico
svn path=/trunk/; revision=5028
2000-08-25 00:13:59 +00:00
ccbbda543a More import tidying.
svn path=/trunk/; revision=5023
2000-08-24 21:30:16 +00:00
73a6d43a66 Fix minor conflicts.
svn path=/trunk/; revision=5017
2000-08-24 20:12:06 +00:00
8357d7b199 Initial revision
svn path=/trunk/; revision=5011
2000-08-24 19:31:03 +00:00
f9eb656383 Make gnome-print-0.20 mandatory. We will bail out with CVS HEAD versions
2000-07-12  Federico Mena Quintero  <federico@helixcode.com>

	* configure.in: Make gnome-print-0.20 mandatory.  We will bail out
	with CVS HEAD versions to avoid breakage.

svn path=/trunk/; revision=4129
2000-07-12 23:10:48 +00:00
e7deedccda Added the array of objects and the hash table of UID->array index.
2000-06-13  Federico Mena Quintero  <federico@helixcode.com>

	* gui/calendar-model.c (CalendarModelPrivate): Added the array of
	objects and the hash table of UID->array index.
	(calendar_model_row_count): Return the length directly from the
	array instead of asking the Wombat.
	(calendar_model_value_at): Implemented.
	(calendar_model_new): Create an empty model.  We provide a new
	setter function now.
	(calendar_model_construct): Removed function.
	(calendar_model_set_cal_client): New function to set the calendar
	client and object type at any time.  This lets us reuse a calendar
	model object.

	* cal-util/calobj.h (iCalObjectField): Just report whether the
	object has alarms; not every single alarm.

svn path=/trunk/; revision=3547
2000-06-13 07:38:47 +00:00
e8e0d04d0c Removing generated files
svn path=/trunk/; revision=3503
2000-06-10 13:07:37 +00:00
227fab86ef Now this derives from GtkObject. It follows the same strategy as the
2000-06-08  Federico Mena Quintero  <federico@helixcode.com>

	* contact-editor/e-contact-editor.h (EContactEditor): Now this
	derives from GtkObject.  It follows the same strategy as the
	EventEditor in the calendar.
	(EContactEditor): Added an is_new_card field so that we can know
	whether to add() or commit() the card.

	* contact-editor/e-contact-editor.c (e_contact_editor_get_type):
	Derive from GtkObject.
	(e_contact_editor_class_init): Likewise.
	(e_contact_editor_class_init): Added an "is_new_card" argument.
	(e_contact_editor_set_arg): Handle ARG_IS_NEW_CARD.
	(e_contact_editor_get_arg): Likewise.
	(e_contact_editor_new): Take in an is_new_arg argument and set it
	on the object.
	(e_contact_editor_init): Load the app widget into the app field of
	the EContactEditor structure.  Create its UIHandler as well.
	(e_contact_editor_class_init): New "add_card", "commit_card", and
	"editor_closed" signals.

	* contact-editor/test-editor.c (main): Modified for the new API.
	(editor_closed_cb): Tweaked for the new API.
	Since this test program does not use Bonobo, it doesn't work,
	though.

	* gui/component/addressbook.c (new_contact_cb): Use the new
	contact editor API.
	(table_double_click): Ditto.

	* gui/minicard/e-minicard-view.c (e_minicard_view_event): Use the
	new contact editor API.

	* gui/minicard/e-minicard.c (e_minicard_event): Use the new
	contact editor API.

svn path=/trunk/; revision=3479
2000-06-08 17:12:12 +00:00
e1ef78b8f4 Fix Makefiles so that (guess what?) they work with builddir != srcdir.
svn path=/trunk/; revision=3474
2000-06-08 04:41:46 +00:00
44f99466e7 update some .cvsignores
svn path=/trunk/; revision=3464
2000-06-07 20:01:51 +00:00
8eed9eb22f *** empty log message ***
svn path=/trunk/; revision=3451
2000-06-06 23:23:16 +00:00
af805a2733 merge libical-0.17 onto the head
svn path=/trunk/; revision=3449
2000-06-06 22:48:11 +00:00
d6b0035a32 reparing damage from removing files
svn path=/trunk/; revision=3042
2000-05-15 06:18:21 +00:00
f8ff932ae3 removing all files
svn path=/trunk/; revision=3040
2000-05-15 04:36:44 +00:00
df7ae02e10 Initial revision
svn path=/trunk/; revision=3034
2000-05-15 04:25:38 +00:00
54534fbe36 Stylistic fix - Federico
svn path=/trunk/; revision=2707
2000-05-01 04:34:35 +00:00
58d616f804 Further Makefile loving.
svn path=/trunk/; revision=2656
2000-04-27 07:16:13 +00:00
ea637d0a3d Removed.
2000-04-26  Christopher James Lahey  <clahey@helixcode.com>

	* src/test/Makefile.in: Removed.

svn path=/trunk/; revision=2627
2000-04-26 13:19:06 +00:00
be534ea354 Fix compile with builddir != srcdir.
svn path=/trunk/; revision=2607
2000-04-25 18:30:31 +00:00
8aa7ee9748 *** empty log message ***
svn path=/trunk/; revision=2544
2000-04-21 15:52:22 +00:00
a2ee0e2ec9 Use "e-minicard" as the log domain.
2000-04-18  Federico Mena Quintero  <federico@helixcode.com>

	* gui/minicard/Makefile.am (INCLUDES): Use "e-minicard" as the log
	domain.

	* gui/component/Makefile.am (INCLUDES): Use
	"evolution-addressbook" as the log domain.

	* backend/pas/Makefile.am: Build libpas.a, not a shared library.
	Do not install any header files.
	(INCLUDES): Remove spurious include paths.

	* backend/pas/*.[ch]: Fix includes.

	* backend/ebook/Makefile.am: Do not install the test programs.
	Fixed some include weirdness.

	* backend/ebook/*.[ch]: Fix includes.

	* contact-editor/Makefile.am (INCLUDES): Set the log domain to
	"contact-editor".
	(INCLUDES): Fix.

	* contact-editor/*.[ch]: Fix includes.

	* gui/minicard/*.[ch]: Fix includes.

svn path=/trunk/; revision=2529
2000-04-20 23:18:51 +00:00
a2023945b9 This file does not belong in CVS.
svn path=/trunk/; revision=2521
2000-04-20 01:09:53 +00:00
dc5b67aa19 build libtool libraries instead of just .a
svn path=/trunk/; revision=2502
2000-04-19 14:34:07 +00:00
ce90a2fa14 added some stuff to cvs ignore files, build .la instead of just .a
in src/libical/Makefile.am

svn path=/trunk/; revision=2488
2000-04-18 19:12:51 +00:00
25e1b34aaf import of libical-0.16
svn path=/trunk/; revision=2484
2000-04-18 18:17:07 +00:00
c2e1263462 This commit was generated by cvs2svn to compensate for changes in r1879,
which included commits to RCS files with non-trunk default branches.

svn path=/trunk/; revision=1880
2000-02-21 13:19:28 +00:00
c69d6adfcd Initial revision
svn path=/trunk/; revision=1877
2000-02-21 13:19:27 +00:00
222bc1d3f5 + * libical/src/test/.cvsignore: Added Makefile.
+
+	* libical/.cvsignore: Added Makefile, configure, config.status.
+
+	* libical/src/.cvsignore: New file.

svn path=/trunk/; revision=1863
2000-02-19 22:34:29 +00:00
03781325f9 + * libical/Makefile: autogenerated file removed from cvs.
+	* libical/configure: same.
+	* libical/config.status: same.
+	* libical/src/Makefile: same.
+	* libical/src/test/Makefile: same.

svn path=/trunk/; revision=1861
2000-02-19 22:11:04 +00:00
7b725d20a3 + * widgets/e-minicard/.cvsignore: Added minicard-label-test,
+	minicard-test, and reflow-test.
+
+	* shell/.cvsignore: added files autogenerated from Evolution.idl.
+
+	* libversit/.cvsignore: Added .libs, vcc.c, vcc.lo, vobject.lo,
+	vcaltmp.lo, libversit.la
+
+	* libical/src/test/.cvsignore: New file.
+
+	* libical/src/libical/.cvsignore: New file.
+
+	* libical/src/libicalss/.cvsignore: New file.
+
+	* libical/.cvsignore: New file, with config.log in it.
+
+	* calendar/.cvsignore: Added tlacuache and tl-test.
+
+	* libibex/.cvsignore: added lookup.
+
+	* mail/.cvsignore: added test-mail.

svn path=/trunk/; revision=1859
2000-02-19 21:28:47 +00:00
c975d4ef24 didn't want these checked in
svn path=/trunk/; revision=1830
2000-02-17 18:27:41 +00:00
788bcf6373 Initial revision
svn path=/trunk/; revision=1823
2000-02-17 18:02:37 +00:00