Commit Graph

35 Commits

Author SHA1 Message Date
08fb7329cb Fixing the license text.
svn path=/trunk/; revision=14212
2001-10-27 16:59:46 +00:00
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
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
61fe24e66a Remove DB3_LDADD
* test-service/Makefile.am (test_service_LDADD): Remove DB3_LDADD

	* component/Makefile.am (evolution_executive_summary_LDADD):
	Remove DB3_LDADD

svn path=/trunk/; revision=10273
2001-06-18 20:09:31 +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
b537b315eb Add some missing `$(DB3_LDADD)'s to get it to compile.
svn path=/trunk/; revision=10078
2001-06-01 11:48:39 +00:00
db264cc52e Make the time section work
svn path=/trunk/; revision=9747
2001-05-10 19:32:33 +00:00
aafa7e8966 Don't let the spinner be set to 0
svn path=/trunk/; revision=9746
2001-05-10 19:21:09 +00:00
d16acb954a Fix a crash when Update Now is clicked.
svn path=/trunk/; revision=9745
2001-05-10 19:06:48 +00:00
6476d43a87 no need of -DEVOLUTION_VERSION
2001-05-05  Gediminas Paulauskas <menesis@delfi.lt>

	* component/Makefile.am, evolution-services/Makefile.am: no need of
	-DEVOLUTION_VERSION

	* component/e-summary-callbacks.c: translate window title.

	* component/e-summary-url.c (e_summary_url_describe): contents are in
	utf-8, convert to locale.

	* test-service/Makefile.am: define EVOLUTION_LOCALEDIR.

	* test-service/rdf-summary.c: init gettext.

svn path=/trunk/; revision=9681
2001-05-05 15:29:07 +00:00
a37ae85ab4 Remove this section, which doesn't apply to anything since there are no
* idl/Makefile.am (INCLUDES): Remove this section, which doesn't
	apply to anything since there are no targets in this directory.

	* test-service/Makefile.am:
	* evolution-services/Makefile.am:
	* component/Makefile.am: Remove UNICODE_LIBS/UNICODE_CFLAGS

svn path=/trunk/; revision=9568
2001-04-25 21:22:54 +00:00
e6ada76f2b Clean up includes. Remove/replace <gnome.h>, <bonobo.h> and <gtk/gtk.h>.
2001-03-29  Kjartan Maraas  <kmaraas@gnome.org>

	* *.*: Clean up includes. Remove/replace <gnome.h>, <bonobo.h>
	and <gtk/gtk.h>.

svn path=/trunk/; revision=9027
2001-03-29 21:05:38 +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
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
6facd92e17 Removed this unused function.
2001-02-14  Christopher James Lahey  <clahey@ximian.com>

	* component/component-factory.c (component_destroy_cb): Removed
	this unused function.

	* evolution-services/executive-summary-html-view.c
	(impl_GNOME_Evolution_Summary_HTMLView_handleURI): Changed the
	declaration of this function to match the signature in the
	generated header file.

	* test-service/rdf-summary.c (property_control): Added a cast here.

svn path=/trunk/; revision=8227
2001-02-14 21:29:56 +00:00
53659b16ca Fix crashes, remove gnome.h includes, add a timer check for the RDF summary, add a new method to the HTMLView so it can handle funny URIs.
svn path=/trunk/; revision=8224
2001-02-14 18:37:40 +00:00
9369aeead8 xml-i18n-tools setup for .oaf.in files. Mark strings for translation.
2001-02-13  Kjartan Maraas  <kmaraas@gnome.org>

	* Makefile.am: xml-i18n-tools setup for .oaf.in files.
	* GNOME_Evolution_Summary.oaf.in: Mark strings for translation.
	* test-service/Makefile.am: xml-i18n-tools setup for .oaf.in files.
	* test-service/*.oaf.in: Mark strings for translation.

svn path=/trunk/; revision=8191
2001-02-12 23:57:52 +00:00
9d3fd8c925 Lots of stuff like memory leaks and things I forgot ages ago...
Enjoy.

svn path=/trunk/; revision=7763
2001-01-23 23:42:54 +00:00
41a9a74be4 changed the signature of the property_bag get/set functions
svn path=/trunk/; revision=7499
2001-01-15 08:32:46 +00:00
058a550c57 More bonobo property bag updates and stuff.
svn path=/trunk/; revision=7194
2000-12-30 01:34:04 +00:00
1351da8fd7 RDF-Summary now saves it's details.
svn path=/trunk/; revision=7185
2000-12-28 19:06:37 +00:00
3e5f3687c7 More fixes for new bonobo
pt 2

svn path=/trunk/; revision=7178
2000-12-27 00:03:11 +00:00
9b7a92e8ea Added #include <e-summary-callbacks.h>. (destroy_prefs_cb): Added a cast.
2000-12-12  Christopher James Lahey  <clahey@helixcode.com>

	* component/e-summary-callbacks.c: Added #include
	<e-summary-callbacks.h>.
	(destroy_prefs_cb): Added a cast.
	(configure_summary): Added a cast.

	* component/e-summary-callbacks.h: Added #include "e-summary.h"

	* component/e-summary-url.c (e_summary_url_click): Removed an
	unused variable.

	* component/e-summary-util.c: Added #include <e-summary-util.h>

	* component/e-summary.c: Added #include <gtkhtml/htmlselection.h>.
	(e_summary_queue_rebuild): Added a cast.

	* component/main.c: Added #include <glade/glade.h>.

	* test-service/main.c: Changed some variable types to make casting
	easier.

	* test-service/rdf-summary.c: Changed some variable types to make
	casting easier.

svn path=/trunk/; revision=6953
2000-12-12 23:29:56 +00:00
b3ce14cf25 Changes to the HTML file to add an entry box.
Changed to use the new BonoboPropertyControl methods, and changed
executive-summary-html-view to use the same idea.
Added rdf-summary to the .cvsignore, and put a timeout so that it can return
imediatly if there is a hold up on the connection.

svn path=/trunk/; revision=6905
2000-12-11 15:47:01 +00:00
4a74b1ff15 New and improved display,
Bug fixes
memory leaks removed
Preferences
and probably more that I can't remember.

svn path=/trunk/; revision=6858
2000-12-08 00:00:15 +00:00
042e514a26 return NULL if we can't create a view.
2000-12-04  Michael Meeks  <michael@helixcode.com>

	* e-shell-view.c (get_control_for_uri): return NULL if we can't
	create a view.
	(setup_evolution_shell_view_interface): add precondition.

+

	lots of cleans.

svn path=/trunk/; revision=6778
2000-12-04 17:56:54 +00:00
f69d5ec143 Big patch. Evolution-services rewrite, services updated for new system,
Big patch.
Evolution-services rewrite, services updated for new system, Fixes to
Executive Summary and other things. See some changelogs

svn path=/trunk/; revision=6644
2000-11-22 00:34:39 +00:00
4441d197dc Update the remaining "IDL:Evolution*" to "IDL:GNOME/Evolution*" to sync up
2000-11-11  Matt Bissiri  <bissiri@eecs.umich.edu>

	Update the remaining "IDL:Evolution*" to "IDL:GNOME/Evolution*"
	to sync up with yesterday's IDL re-scoping.

svn path=/trunk/; revision=6541
2000-11-11 06:27:43 +00:00
4f3a4c8234 Moving the executive summarys now :)
mail-summary now has clickable names to change to that view
executive summary remembers what components are running when you close.
selection now blocks ES updating so it won't be cleared.

svn path=/trunk/; revision=6330
2000-11-02 00:42:35 +00:00
2039485191 Summary is back in :D
Fixed a silly size issue for composer file selectors.

svn path=/trunk/; revision=6187
2000-10-25 23:03:33 +00:00
31f7447f6c Added an icon parameter to the create_view methods.
2000-10-09  Iain Holmes  <iain@helixcode.com>

	* idl/SummaryComponent.idl: Added an icon parameter to the
	create_view methods.

	* evolution-services/executive-summary-component.c: Implement
	the icon parameter.

	* evolution-services/executive-summary-component-client.c: Ditto

	* component/e-summary.c: Draw the specified icon.

	* component/e-summary-factory.c: Use the icon parameter

svn path=/trunk/; revision=5805
2000-10-10 00:03:25 +00:00
b9db2f0137 Use gnome-vfs to retrieve the requested files. Allows services to specify
2000-10-06  Iain Holmes  <iain@helixcode.com>

	* component/e-summary.c (request_cb): Use gnome-vfs to retrieve
	the requested files. Allows services to specify remote urls.
	(load_default, e_summary_display_window, e_summary_rebuild_page):
	Change the html to match TigerT's lovely design.
	(e_summary_add_html_service, e_summary_add_html_service): Add
	the client argument so we can destroy it when we've quit.
	(e_summary_window_update): Only do an update if there isn't one
	pending.

	* component/e-summary-factory.c (embed_service): upd.

	* test-service/main.c: Made the test service be really silly and count
	the number of seconds since it was started.

svn path=/trunk/; revision=5776
2000-10-07 00:49:12 +00:00
812dd019e0 ignore more stuff.
2000-10-05  Chris Toshok  <toshok@helixcode.com>

	* widgets/.cvsignore: ignore more stuff.

	* .cvsignore: ignore more stuff.

	* idl/.cvsignore: ignore more stuff.

	* evolution-services/.cvsignore: ignore more stuff.

	* component/.cvsignore: ignore more stuff.

	* .cvsignore: add Makefile

svn path=/trunk/; revision=5755
2000-10-05 22:37:34 +00:00
d5a93f01c1 Disable summary stuff, it appears to be badly broken.
2000-10-05  Michael Meeks  <michael@helixcode.com>

	* component-factory.c (summary_fn, component_factory_init): Disable
	summary stuff, it appears to be badly broken.

	* Makefile.am (evolution_mail_SOURCES): add mail-summary.[ch]

	* subscribe-dialog.c (update_pixmaps): upd.
	(set_pixmap): upd.
	(subscribe_dialog_gui_init): upd.
	remove redundant and annoying forward definitions.

	* folder-browser-factory.c (control_deactivate): upd.
	(control_activate_cb): upd.
	(control_activate): upd.
	(set_pixmap): upd.
	(update_pixmaps): upd.
	(register_ondemand): upd.
	(create_ondemand_hooks): upd.

2000-10-05  Michael Meeks  <michael@helixcode.com>

	* e-shell-view-menu.c (shortcut_bar_mode_changed_cb): upd.
	(folder_bar_mode_changed_cb): upd.
	(command_xml_dump): clobber.
	(e_shell_view_menu_setup): upd.

	* e-shell-view.c (shell_view_interface_set_message_cb): upd.
	(shell_view_interface_unset_message_cb): upd.
	(e_shell_view_construct): upd.
	(get_control_for_uri): upd.
	(e_shell_view_get_bonobo_ui_component): upd.

2000-10-05  Michael Meeks  <michael@helixcode.com>

	* contact-editor/e-contact-editor.c (create_ui): upd.
	(e_contact_editor_init): upd.

	* gui/component/addressbook.c (control_activate_cb): upd.
	(control_deactivate): kill.
	(control_activate): upd.

2000-10-05  Michael Meeks  <michael@helixcode.com>

	* gui/calendar-commands.c: upd.
	(calendar_control_activate): upd.
	(calendar_control_deactivate): upd.

2000-10-05  Michael Meeks  <michael@helixcode.com>

	* component/e-summary-factory.c (control_activate): upd.
	(set_pixmap): upd. (update_pixmaps): upd.
	(control_activate_cb): upd.
	(control_deactivate): upd.

svn path=/trunk/; revision=5742
2000-10-05 07:10:04 +00:00
eac1b77c2f Add the executive summary stuff.
Hopefully nothing is broken.

svn path=/trunk/; revision=5731
2000-10-05 00:27:52 +00:00