Commit Graph

17865 Commits

Author SHA1 Message Date
ed0a0ca716 Added e-meta.[ch] to libeutil
2003-03-25  Not Zed  <NotZed@Ximian.com>

	* Makefile.am: Added e-meta.[ch] to libeutil

	* e-meta.[ch]: simple api to implement meta-data for keyed
	objects.

svn path=/trunk/; revision=20477
2003-03-24 13:25:43 +00:00
89bf64327d Update Czech translation
svn path=/trunk/; revision=20476
2003-03-24 11:57:44 +00:00
476d20d647 set the dialog to "Visible: No" so it doesn't flash when we bring it up.
2003-03-23  Chris Toshok  <toshok@ximian.com>

	* gui/contact-list-editor/contact-list-editor.glade: set the
	dialog to "Visible: No" so it doesn't flash when we bring it up.

svn path=/trunk/; revision=20475
2003-03-24 06:52:29 +00:00
e72b58b245 [ fixes bug #40026 ] add EContactEditor arg, and block/unblock signals
2003-03-23  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #40026 ]
	* gui/contact-editor/e-contact-editor.c (set_field): add
	EContactEditor arg, and block/unblock signals around the
	gtk_entry_set_text, since that generates a "changed" signal which
	causes problems.
	(set_phone_field): take and pass along an EContactEditor arg.
	(set_fields): pass editor to set_field.

svn path=/trunk/; revision=20474
2003-03-24 00:22:42 +00:00
b88d071527 nuke.
2003-03-23  Chris Toshok  <toshok@ximian.com>

	* gui/contact-editor/arrow.png: nuke.

	* gui/contact-editor/Makefile.am (EXTRA_DIST): remove images_DATA
	(images_DATA): nuke, don't need it anymore.

	* gui/contact-editor/e-contact-editor.c
	(connect_arrow_button_signal): rename _replace_button to this.  we
	no longer create an image, as it's a GtkArrow in the .glade file
	now.
	(connect_arrow_button_signals): rename _replace_buttons to this.
	no longer pass the arrow.png's to _replace_button.
	(e_contact_editor_init): _replace_buttons ->
	connect_arrow_button_signals.
	(_arrow_pressed): remove some dead code, and some args that aren't
	used.
	(_phone_arrow_pressed): track change to _arrow_pressed.
	(_email_arrow_pressed): same.
	(_address_arrow_pressed): same.

svn path=/trunk/; revision=20473
2003-03-23 23:38:22 +00:00
00748269b5 [ fixes bug #31786 ] fix some gtk warnings. (set_advanced_button_state):
2003-03-23  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #31786 ]
	* gui/component/addressbook-config.c
	(addressbook_source_dialog_set_source): fix some gtk warnings.
	(set_advanced_button_state): the advanced dialog isn't present in
	the glade file anymore, so ifdef everything dealing with it.
	(addressbook_edit_server_dialog): same.

	* gui/component/ldap-config.glade: remove all the unused Advanced
	UI stuff to lessen the amount of strings needing translation.

svn path=/trunk/; revision=20472
2003-03-23 22:09:42 +00:00
104f97db77 Non-final update to Portuguese translation.
2003-03-23  Duarte Loreto <happyguy_pt@hotmail.com>

        * pt.po: Non-final update to Portuguese translation.

svn path=/trunk/; revision=20471
2003-03-23 21:10:43 +00:00
417e17f216 Update Czech translation
svn path=/trunk/; revision=20470
2003-03-23 17:08:24 +00:00
8b67c6478d fix UMR.
2003-03-23  Chris Toshok  <toshok@ximian.com>

	* e-table.c (do_drag_motion): fix UMR.

svn path=/trunk/; revision=20469
2003-03-23 09:57:10 +00:00
b2602b6c9c pass FALSE for e_destination_get_textrep's include_email arg.
2003-03-23  Chris Toshok  <toshok@ximian.com>

	* mail-callbacks.c (ask_confirm_for_unwanted_html_mail): pass
	FALSE for e_destination_get_textrep's include_email arg.

svn path=/trunk/; revision=20468
2003-03-23 09:19:15 +00:00
a66943ec82 [ fixes bug #32113 ] add include_email arg to e_destination_get_textrep.
2003-03-23  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #32113 ]
	* backend/ebook/e-destination.h: add include_email arg to
	e_destination_get_textrep.

	* backend/ebook/e-destination.c (e_destination_get_textrep): add
	include_email arg.  if it's TRUE, and if there's an email address to
	add

	* gui/contact-list-editor/e-contact-list-model.c
	(contact_list_value_at): use e_destination_get_textrep so we don't
	display QP text, and pass TRUE for include_email.

	* gui/widgets/e-minicard.c (add_field): same.
	(remodel): same.

	* gui/widgets/e-addressbook-treeview-adapter.c (adapter_get_value): same.

	* gui/widgets/e-addressbook-table-adapter.c (addressbook_value_at): same.

	* gui/component/select-names/e-select-names-text-model.c
	(e_select_names_text_model_insert_length): pass FALSE for
	include_email.

	* gui/component/select-names/e-select-names-model.c
	(e_select_names_model_get_textification): pass FALSE for
	include_email.
	(e_select_names_model_get_string): same.
	(e_select_names_model_replace): same.
	(e_select_names_model_name_pos): same.
	(e_select_names_model_text_pos): same.

svn path=/trunk/; revision=20467
2003-03-23 09:18:04 +00:00
0469222701 Remove vanished files. Updated traditional Chinese translation from
2003-03-23  Abel Cheung  <maddog@linux.org.hk>

	* POTFILES.in, POTFILES.skip: Remove vanished files.
	* zh_TW.po: Updated traditional Chinese translation from
	  Chao-Hsiung Liao <pesder.liao@msa.hinet.net>

svn path=/trunk/; revision=20466
2003-03-23 03:36:06 +00:00
9643a66cfc Fix the mit krb5+krb4 check to work with --without-kr5
2003-03-21  Rodney Dawes  <dobey@ximian.com>

	* configure.in: Fix the mit krb5+krb4 check to work with --without-kr5

svn path=/trunk/; revision=20464
2003-03-22 06:00:44 +00:00
2e5eb47695 Camel part of the fix for Lewing's bug #39204. Second half of the patch
2003-03-21  Jeffrey Stedfast  <fejj@ximian.com>

	Camel part of the fix for Lewing's bug #39204. Second half of the
	patch should also fix it so that text/plain parts that are
	detected as being text/html are rendered as html (not that I agree
	with this mind you, but corporate customers want this "feature").

	* camel-mime-part-utils.c
	(simple_data_wrapper_construct_from_parser): If the part is
	text/html and doesn't have a charset and we are able to find a
	charset in the meta tags of the html content, set the charset
	param on the content-type.
	(camel_mime_part_construct_content_from_parser): After setting the
	content object on the mime part, re-set the content-type of the
	content object back to the one from the parser (as it may contain
	changes from the original - see changes made to the ct in
	simple_data_wrapper_construct_from_parser for details).

svn path=/trunk/; revision=20463
2003-03-21 21:54:59 +00:00
d7a4a66632 Default to the charset provied in the MimePart's Content-Type over that of
2003-03-21  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-format.c (mail_format_data_wrapper_write_to_stream):
	Default to the charset provied in the MimePart's Content-Type over
	that of the user's mailer charset. Fixes bug #39204.

svn path=/trunk/; revision=20462
2003-03-21 21:26:06 +00:00
18b70fa27b (init): grumble-grumble-non-g_new0-using-people-grumble
svn path=/trunk/; revision=20461
2003-03-21 20:52:38 +00:00
ddcacb9b09 (init): grumble-grumble-non-g_new0-using-people-grumbe
svn path=/trunk/; revision=20460
2003-03-21 20:52:20 +00:00
46f7b6a608 Fixes #32248
2003-03-21  JP Rosevear  <jpr@ximian.com>

	Fixes #32248

	* conduits/todo/todo-conduit.c (comp_from_remote_record): make
	sure the due date is actually a date

svn path=/trunk/; revision=20459
2003-03-21 20:47:29 +00:00
f1cfc02875 Fixes #31660
2003-03-21  JP Rosevear  <jpr@ximian.com>

	Fixes #31660

	* conduits/calendar/calendar-conduit.c (rrules_mostly_equal):
	check if the rrules are equal other than until/count
	(find_last_cb): update the data with the start timet
	(local_record_from_comp): handle the case where the recurrence
	rule ends after a certain number occurrences
	(comp_from_remote_record): same

svn path=/trunk/; revision=20458
2003-03-21 20:29:55 +00:00
911fdb7885 continue reading the cert file until we've read it all or get a non-EINTR
2003-03-21  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-tcp-stream-ssl.c (camel_certdb_nss_cert_get): continue
	reading the cert file until we've read it all or get a non-EINTR
	errno.

svn path=/trunk/; revision=20457
2003-03-21 18:54:52 +00:00
d66fdafdb7 If we get a second request to open a folder we're already waiting for,
* e-corba-storage.c (async_open_folder_idle): If we get a second
	request to open a folder we're already waiting for, don't send a
	second CORBA request, just remember the additional request.
	(async_open_cb): Call the callbacks for all pending requests for
	this folder.

svn path=/trunk/; revision=20456
2003-03-21 18:21:21 +00:00
8794fa517a Use glib macro G_GNUC_FUNCTION instead of __FUNCTION__. Thank u, Ettore.
2003-03-19  Sanshao Jiang  <alex.jiang@sun.com>

	* gal-view-collection.c (gal_view_collection_append_with_title):
	(gal_view_collection_set_nth_view): Use glib macro G_GNUC_FUNCTION
	instead of __FUNCTION__. Thank u, Ettore.

	* gal-view-instance.c (gal_view_instance_set_current_view_id): same
	(add_popup_radio_item): Fix to be compilable on other compilers,
	using gcc extension independent codes.(bug#39176)
	(add_popup_menu_item): same

svn path=/trunk/; revision=20455
2003-03-21 17:32:04 +00:00
3cb47e53a6 "en_us" should not be translated. Fixes bug #40088.
2003-03-21  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-composer-prefs.c (spell_load_values): "en_us" should not be
	translated. Fixes bug #40088.

svn path=/trunk/; revision=20454
2003-03-21 16:22:27 +00:00
59d2fd3e57 #include <com_err.h> instead of #include <et/com_err.h>
2003-03-21  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-sasl-gssapi.c: #include <com_err.h> instead of
	#include <et/com_err.h>

svn path=/trunk/; revision=20453
2003-03-21 15:59:40 +00:00
8aca2a5fc8 Added missing files. Updated German translation.
* POTFILES.in, POTFILES.skip: Added missing files.
	* de.po: Updated German translation.

svn path=/trunk/; revision=20452
2003-03-21 14:43:22 +00:00
e45d63ac5e Update Czech translation
svn path=/trunk/; revision=20451
2003-03-21 12:58:50 +00:00
17057abe19 [ fixes bug #39856 ] request a full redraw when we're done dragging
2003-03-21  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #39856 ]
	* gal/widgets/e-reflow.c (e_reflow_update): request a full redraw
	when we're done dragging columns.

svn path=/trunk/; revision=20450
2003-03-21 10:21:45 +00:00
53fdce7e28 remember to disconnect the destroy handler if whenever the loader is shut
2003-03-21  Larry Ewing  <lewing@ximian.com>

	* mail-display.c (pixbuf_gen_idle): remember to disconnect the
	destroy handler if whenever the loader is shut down.

svn path=/trunk/; revision=20449
2003-03-21 07:53:13 +00:00
0179e4a206 If the gunichar is 0xfffe, just skip processing it. Maybe this will fix
2003-03-20  Jeffrey Stedfast  <fejj@ximian.com>

	* e-trie.c (e_trie_search): If the gunichar is 0xfffe, just skip
	processing it. Maybe this will fix bug #39900.
	(trie_utf8_getc): Removed unused labels to shutup the compiler.

svn path=/trunk/; revision=20448
2003-03-21 00:46:26 +00:00
bca5dffbb7 Change the message_destroy callback to just gtk_widget_destroy. No need to
2003-03-20  Jeffrey Stedfast  <fejj@ximian.com>

	* component-factory.c (owner_set_cb): Change the message_destroy
	callback to just gtk_widget_destroy. No need to have a callback
	simply to call this function.
	(warning_response): Removed (see above).

svn path=/trunk/; revision=20447
2003-03-20 22:27:25 +00:00
9d1d52dc6b remove unused command
2003-03-20  JP Rosevear  <jpr@ximian.com>

	* e-shell-view-menu.c: remove unused command

svn path=/trunk/; revision=20446
2003-03-20 22:12:20 +00:00
02a3a01ac7 remove conduit settings as a separate entry
2003-03-20  JP Rosevear  <jpr@ximian.com>

	* evolution.xml: remove conduit settings as a separate entry

svn path=/trunk/; revision=20445
2003-03-20 22:10:39 +00:00
43561d50ef Don't forget to add the signature to the signature list if it is a valid
2003-03-20  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-composer-prefs.c (sig_add_script_response): Don't forget to
	add the signature to the signature list if it is a valid script.

svn path=/trunk/; revision=20444
2003-03-20 20:34:52 +00:00
10325a5d48 Make sure we can find the registered handler before trying to remove it
2003-03-20  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-config.c (mail_config_signature_unregister_client): Make
	sure we can find the registered handler before trying to remove it
	from the list.

svn path=/trunk/; revision=20443
2003-03-20 20:25:22 +00:00
91c10248f8 Fixes for bug #39813
2003-03-20  Jeffrey Stedfast  <fejj@ximian.com>

	Fixes for bug #39813

	* e-msg-composer.c (composer_finalise): Don't unregister the
	signature event handler here.
	(destroy): Unregister it here instead.

svn path=/trunk/; revision=20442
2003-03-20 20:24:40 +00:00
cce3726fe9 Plug in GSSAPI support.
2003-03-20  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-sasl.c: Plug in GSSAPI support.

	* camel-sasl-gssapi.[c,h]: Various fixes to make it compile (fixed
	type-o's mostly).

svn path=/trunk/; revision=20438
2003-03-20 19:37:38 +00:00
618f872798 calcomponents are gobjects now (calconduit_load_configuration): ref and
2003-03-20  JP Rosevear  <jpr@ximian.com>

	* conduits/calendar/calendar-conduit.c
	(e_calendar_context_destroy): calcomponents are gobjects now
	(calconduit_load_configuration): ref and sink to avoid warnings

	* conduits/todo/todo-conduit.c (todoconduit_load_configuration):
	ref and sink to avoid warnings
	(e_todo_context_destroy): calcomponents are gobjects now

svn path=/trunk/; revision=20437
2003-03-20 19:36:31 +00:00
8d9be87caa If the gunichar is 0xfffe, just skip processing it. Maybe this will fix
2003-03-20  Jeffrey Stedfast  <fejj@ximian.com>

	* e-trie.c (e_trie_search): If the gunichar is 0xfffe, just skip
	processing it. Maybe this will fix bug #39900.

svn path=/trunk/; revision=20436
2003-03-20 19:06:49 +00:00
d7f89b244f Make the 5th argument to gtk_message_dialog_new() "%s" and move the
2003-03-20  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-session.c (do_user_message): Make the 5th argument to
	gtk_message_dialog_new() "%s" and move the m->prompt to arg 6 so
	that we are safe if the prompt string contains any %'s. Also
	connect to the response signal for the user_msg dialog and set the
	callback to gtk_widget_destroy so that the user can actually close
	the dialog. We also need to g_object_weak_ref() the dialog so that
	we can set the global message_dialog pointer back to NULL when it
	gets destroyed. Fixes bug #40043.

svn path=/trunk/; revision=20435
2003-03-20 17:55:12 +00:00
aa30af4897 use a GtkMessageDialog and deal correctly with the dialog's reponses.
2003-03-20  Rodrigo Moya <rodrigo@ximian.com>

	* gui/dialogs/cancel-comp.c (cancel_component_dialog): use a
	GtkMessageDialog and deal correctly with the dialog's reponses.

svn path=/trunk/; revision=20434
2003-03-20 17:47:54 +00:00
ce0fb06f3e (button_clicked): Fix this so we don't get stuck inside
gtk_dialog_run's main loop forever.

svn path=/trunk/; revision=20433
2003-03-20 17:46:43 +00:00
d8dbc151f0 Change the strings in the timespans array from "second" / "seconds" to "1
* filter-datespec.c (timespans, set_button): Change the strings in
	the timespans array from "second" / "seconds" to "1 second ago" /
	"%d seconds ago", etc, and update the code in set_button that uses
	them. Fixes #36245, translation clash between the "second" here
	and the one in the calendar (where it's used as "2nd").

svn path=/trunk/; revision=20432
2003-03-20 17:09:47 +00:00
98063be897 Remove this since there's a function in CamelMimeMessage to do it now.
* mail-ops.c (build_from): Remove this since there's a function in
	CamelMimeMessage to do it now.
	(save_messages_save): Use camel_mime_message_build_mbox_from.

svn path=/trunk/; revision=20431
2003-03-20 16:44:05 +00:00
becf944b42 Handle raw 8-bit From data "correctly". (The same way we handle
raw 8-bit Subject data.)

	* camel-mime-utils.c (header_decode_mailbox): Take a charset arg
	and pass it to header_decode_string.
	(header_decode_address): Take a charset arg and pass it to
	header_decode_mailbox.
	(header_mailbox_decode): Likewise.
	(header_address_decode): Take a charset arg and pass it to
	header_decode_address.

	* camel-folder-summary.c (summary_format_address): Take a charset
	arg and pass to header_address_decode.
	(message_info_new, camel_message_info_new_from_header): Pass
	charset to summary_format_address

	* camel-internet-address.c (internet_decode): Update for
	header_address_decode change. (Unfortunately we don't have a
	charset to pass here.)

	* camel-mime-message.c (camel_mime_message_build_mbox_from): Move
	this here from camel-mbox-summary since the same functionality is
	needed by evolution-mail too (and update for header_address_decode
	change)

	* providers/local/camel-mbox-summary.c
	(camel_mbox_summary_build_from): Moved to CamelMimeMessage

svn path=/trunk/; revision=20430
2003-03-20 16:43:29 +00:00
1bef6b2b8c Don't return here - this is a void function. (rule_editor_set_source):
2003-03-20  Jeffrey Stedfast  <fejj@ximian.com>

	* rule-editor.c (rule_editor_set_sensitive): Don't return here -
	this is a void function.
	(rule_editor_set_source): Same.

svn path=/trunk/; revision=20429
2003-03-20 15:52:00 +00:00
8aa06d36e0 Remove mail-search-dialogue.c
2003-03-20  Rodney Dawes  <dobey@ximian.com>

	* POTFILES.in: Remove mail-search-dialogue.c

svn path=/trunk/; revision=20428
2003-03-20 15:15:38 +00:00
53f87f7667 macros/autogen.sh: use GNOME2_DIR, not GNOME2_PATH which can be
a ':' separated list.

svn path=/trunk/; revision=20401
2003-03-20 15:10:25 +00:00
ab6fef7852 updated for gnome spell API 0.3
svn path=/trunk/; revision=20383
2003-03-20 15:00:49 +00:00
80375dd715 Fixes #39770
2003-03-20  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #39770

	* gui/itip-utils.c (itip_Send_comp): check the CORBA exception instead
	of the g_return_val_if_fail. Also, use a CORBA_Object for the value
	returned from bonobo_activation_activate_from_id.

svn path=/trunk/; revision=20382
2003-03-20 13:02:08 +00:00
49357f4f41 removed activation of shell_client. (importer_destroy_cb): no need to
2003-03-20  Rodrigo Moya <rodrigo@ximian.com>

	* importers/ical-importer.c: removed activation of shell_client.
	(importer_destroy_cb): no need to unref shell_client.
	(connect_to_shell): removed.
	(ical_importer_new, vcal_importer_new): don't call connect_to_shell.

svn path=/trunk/; revision=20381
2003-03-20 11:50:56 +00:00