Commit Graph

11617 Commits

Author SHA1 Message Date
Jeffrey Stedfast ba39d4fff5 Turn off warnings. (get_name): Same.
2001-10-05  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-service.c (camel_service_finalize): Turn off warnings.
	(get_name): Same.

	* camel-sasl.c (sasl_challenge): Turn off warnings.

	* camel-tcp-stream.c (tcp_connect): Turn off warnings.
	(tcp_getsockopt): Same.
	(tcp_setsockopt): Here too.
	(tcp_get_socket): And here.

	* camel-folder.c (folder_sync): Turn off warnings.
	(expunge): Same.
	(append_message): Here too.
	(get_message): And here.
	(search_by_expression): And again here.
	(folder_changed): Here too.

	* camel-store.c (get_folder): Set an exception and turn off
	debugging g_warnings.
	(create_folder): Same.
	(delete_folder): Here too.
	(rename_folder): And here.
	(get_trash): And here.
	(get_folder_info): Same.
	(free_folder_info): And again here.
	(camel_folder_info_build): Here too.
	(folder_subscribed): Same.
	(subscribe_folder): Here too.
	(unsubscribe_folder): And here.

svn path=/trunk/; revision=13458
2001-10-05 19:38:24 +00:00
Chris Lahey 19c493e5d9 ChangeLog fix.
svn path=/trunk/; revision=13457
2001-10-05 19:23:19 +00:00
Christopher James Lahey 0a6ee68aee Fixed these.
2001-10-05  Christopher James Lahey  <clahey@ximian.com>

	* mail/By_Sender.galview, mail/By_Status.galview,
	mail/By_Subject.galview: Fixed these.

svn path=/trunk/; revision=13456
2001-10-05 19:15:43 +00:00
Jeffrey Stedfast 57085df34a added in the ssl-not-supported label that the code was referencing but which didn't actually exist in the glade file...interesting
svn path=/trunk/; revision=13455
2001-10-05 19:15:14 +00:00
Chris Toshok 76563caf3d don't set the editable field on the model - let the book do that.
2001-10-05  Chris Toshok  <toshok@ximian.com>

	* gui/widgets/e-addressbook-view.c (e_addressbook_view_set_arg):
	don't set the editable field on the model - let the book do that.
	(book_writable_cb): call writable_status to propagate a ui-change
	event up (and sensitize the write-only toolbar buttons after you
	authenticate with ldap.)

svn path=/trunk/; revision=13454
2001-10-05 18:53:56 +00:00
5 796292fb21 Try harder to get broken names out of addresses. Unencoded ,'s in names
2001-10-05    <NotZed@Ximian.com>

	* camel-mime-utils.c (header_decode_mailbox): Try harder to get
	broken names out of addresses.  Unencoded ,'s in names will still
	break it, but well what can you do eh?
	(header_decode_mailbox): Always add .'s into address we've scanned
	past a '.', even if we can't decode the next part.  Fix for some
	annoying bug #.

svn path=/trunk/; revision=13453
2001-10-05 18:52:21 +00:00
Christopher James Lahey b459329067 Fixed the uniform_row_height + confirm_row_hieght_cache crash.
2001-10-05  Christopher James Lahey  <clahey@ximian.com>

	* e-table-item.c (eti_set_arg): Fixed the uniform_row_height +
	confirm_row_hieght_cache crash.

svn path=/trunk/; revision=13452
2001-10-05 18:49:52 +00:00
Ettore Perazzoli 081bd4e322 New member ping_timeout_id' in EvolutionShellComponentPrivate'.
* evolution-shell-component.c: New member `ping_timeout_id' in
`EvolutionShellComponentPrivate'.
(setup_owner_pinging): New helper function.
(impl_owner_died): Unref the owner and set ->owner_client to
%NULL.
(impl_setOwner): Don't unref here.
(destroy): Remove the source for ->ping_timeout_id if not -1.

svn path=/trunk/; revision=13451
2001-10-05 18:44:56 +00:00
Ettore Perazzoli e95a0b6c8b #include "e-util/e-gtk-utils.h". (quit_box_new): Queue a draw on the
* main.c: #include "e-util/e-gtk-utils.h".
(quit_box_new): Queue a draw on the window; otherwise it seems to
fail to redraw in some cases for some reason [see #11412].

svn path=/trunk/; revision=13450
2001-10-05 18:24:15 +00:00
Ettore Perazzoli 171018d311 If the owner is dead, emit "owner_died" instead of "owner_unset".
* evolution-shell-component.c (impl_setOwner): If the owner is
dead, emit "owner_died" instead of "owner_unset".
(impl_owner_died): New, default implementation for "owner_died".
(class_init): Install it.

* evolution-shell-component.h: New signal "owner_died".

svn path=/trunk/; revision=13449
2001-10-05 18:17:48 +00:00
4 d8eb6abb18 Change the order of execution slightly. We delete the folder first, then
2001-10-04    <NotZed@Ximian.com>

        * camel-store.c (camel_store_delete_folder): Change the order of
        execution slightly.  We delete the folder first, then call the
        classes delete folder, then cleanup the hashtable afterwards.
        This is so deletes of vfolders work, since vee-store uses the
        folder hashtable to store all of is vfolders :-/

svn path=/trunk/; revision=13448
2001-10-05 18:08:22 +00:00
Larry Ewing 88a34e292b fix cut&pasteo.
2001-10-05  Larry Ewing  <lewing@ximian.com>

	* e-msg-composer-attachment-bar.c
	(e_msg_composer_attachment_bar_find_message): fix cut&pasteo.

svn path=/trunk/; revision=13447
2001-10-05 17:50:16 +00:00
Ettore Perazzoli fc1e5673bb If setting the owner fails, print the a warning message out. Then restart
* e-shell.c (set_owner_on_components): If setting the owner fails,
print the a warning message out.  Then restart the component.

* e-component-registry.c (component_free): Return a boolean value.
%FALSE if ::unsetOwner raises an exception.
(register_type): New arg @override_duplicate, to avoid complaining
if a component gets re-registered.
(register_component): Likewise.
(e_component_registry_restart_component): New.

* e-uri-schema-registry.c
(e_uri_schema_registry_set_handler_for_schema): Changed return
type to `void'.  Just remove the old handler and set up the new
one.

* evolution-shell-component-client.c (corba_exception_to_result):
Translate ::OldOwnerHasDied into
EVOLUTION_SHELL_COMPONENT_OLDOWNERHASDIED.

* evolution-shell-component.h: New enum value
`EVOLUTION_SHELL_COMPONENT_OLDOWNERHASDIED'.

* evolution-shell-component.c (impl_setOwner): If the old owner is
not alive anymore [use CORBA_Object_non_existent() to figure this
out], emit OWNER_UNSET and raise `OldOwnerHasDied'.
(evolution_shell_component_result_to_string): New.

* Evolution-ShellComponent.idl: New exception `OldOwnerHasDied'.
(ShellComponent::setOwner): Can raise it.

* e-folder-type-registry.c
(e_folder_type_register_type_registered): New.
(e_folder_type_register_unregister_type): New.

svn path=/trunk/; revision=13446
2001-10-05 17:49:35 +00:00
Larry Ewing a1750a292e remove unused variable.
2001-10-05  Larry Ewing  <lewing@ximian.com>

	* e-msg-composer-attachment.c (e_msg_composer_attachment_new):
	remove unused variable.

	* e-msg-composer-attachment-bar.c
	(e_msg_composer_attachment_bar_find_message): generalize this to
	lookup content locations as well.

	* e-msg-composer-attachment-bar.h: change prototype to match the
	new function.

	* listener.c (impl_event): handle the url_requested event, look up
	parts in the attachment part and feed them down the stream if it
	is found.

	* e-msg-composer.c (handle_multipart_alternative): delay setting
	the body text.
	(handle_multipart): delay setting body text
	(e_msg_composer_new_with_message): set the body text from the
	object data.  Doing this ensures that we will have the attachments
	processed before we try to look them up.

svn path=/trunk/; revision=13445
2001-10-05 16:57:01 +00:00
Larry Ewing 301815b5e3 use e_msg_composer_new_with_message rather than e_msg_composer_new. This
2001-10-05  Larry Ewing  <lewing@ximian.com>

	* mail-callbacks.c (mail_generate_reply): use
	e_msg_composer_new_with_message rather than e_msg_composer_new.
	This way we bring in all the attachment of the message we are
	replying to.

svn path=/trunk/; revision=13444
2001-10-05 16:55:15 +00:00
Larry Ewing 6c4c4f91ec Bumped required version of gtkhtml to 0.14.99.1
2001-10-05  Larry Ewing  <lewing@ximian.com>

	* configure.in: Bumped required version of gtkhtml to 0.14.99.1

svn path=/trunk/; revision=13443
2001-10-05 16:51:38 +00:00
Christopher James Lahey 0209a69447 Turn on "uniform_row_height" argument.
2001-10-05  Christopher James Lahey  <clahey@ximian.com>

	* message-list.c (message_list_setup_etree): Turn on
	"uniform_row_height" argument.

svn path=/trunk/; revision=13442
2001-10-05 13:30:13 +00:00
Christopher James Lahey 81d731c0f4 Bumped required version of gal to 0.13.99.1.
2001-10-05  Christopher James Lahey  <clahey@ximian.com>

	* configure.in: Bumped required version of gal to 0.13.99.1.

svn path=/trunk/; revision=13441
2001-10-05 13:29:42 +00:00
Christopher James Lahey 9a92cc103a Adapted height method to deal with a row of -1.
2001-10-05  Christopher James Lahey  <clahey@ximian.com>

	* e-cell-text, e-cell-pixbuf: Adapted height method to deal with a
	row of -1.

	* e-table-group-container.c, e-table-group-container.h,
	e-table-group-leaf.c, e-table-group-leaf.h, e-table-item.c,
	e-table-item.h, e-table.c, e-table.h, e-tree.c: Added
	"uniform_row_height" argument.

svn path=/trunk/; revision=13440
2001-10-05 13:27:03 +00:00
Christophe Merlet cc3e486ed6 Updated again french translation.
svn path=/trunk/; revision=13439
2001-10-05 12:48:38 +00:00
Christophe Merlet 1fc6ef6622 Updated french translation.
svn path=/trunk/; revision=13438
2001-10-05 12:28:35 +00:00
Larry Ewing 45a6a71ecd change to return a CamelMimePart.
2001-10-04  Larry Ewing  <lewing@ximian.com>

	* e-msg-composer-attachment-bar.c
	(e_msg_composer_attachment_bar_find_content_id): change to return
	a CamelMimePart.

	* e-msg-composer-attachment-bar.h: update prototype.

svn path=/trunk/; revision=13437
2001-10-05 05:15:09 +00:00
Larry Ewing 0f0efa5e77 look up an attachment by it's content id.
2001-10-04  Larry Ewing  <lewing@ximian.com>

	* e-msg-composer-attachment-bar.c
	(e_msg_composer_attachment_bar_find_content_id): look up an
	attachment by it's content id.

	* e-msg-composer-attachment-bar.h: add prototype for
	e_msg_composer_attachment_bar_find_content_id.

svn path=/trunk/; revision=13436
2001-10-05 04:09:41 +00:00
Michael Meeks bdc4787aef *.c s/->childs/->xmlChildrenNode/g;
2001-10-06  Michael Meeks  <michael@ximian.com>

	* *.c s/->childs/->xmlChildrenNode/g;

svn path=/trunk/; revision=13431
2001-10-05 01:48:39 +00:00
Ismael Olea aff0e8b749 ortografía
svn path=/trunk/; revision=13430
2001-10-05 01:11:46 +00:00
4 b4d1e6b70e Show "nn sent" as total in sent folder, rather than just 'total'.
2001-10-04    <NotZed@Ximian.com>

        * folder-browser.c (update_status_bar): Show "nn sent" as total in
        sent folder, rather than just 'total'.

        * mail-folder-cache.c (update_1folder): Also show total message
        count for sent_folder.

svn path=/trunk/; revision=13429
2001-10-05 00:21:28 +00:00
Michael Meeks c5f392ca0e add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migration
2001-10-05  Michael Meeks  <michael@ximian.com>

	* gal/util/e-util.h: add E_OBJECT_CLASS_ADD_SIGNALS and
	E_OBJECT_CLASS_TYPE to ease migration to Gnome 2.0 from
	a single source base.

	* All C files:
	s/object_class->type,/E_OBJECT_CLASS_TYPE (object_class),/g;
	s/gtk_object_class_add_signals([^\(]*)\(([^,]*),([^,]*),([^\)]*)/
	E_OBJECT_CLASS_ADD_SIGNALS\1(\2,\3,\4/;

svn path=/trunk/; revision=13428
2001-10-04 23:52:20 +00:00
4 911659c634 Do a better job of setting up the name. Also de-sensitise when we can't
2001-10-04    <NotZed@Ximian.com>

        * folder-browser-ui.c (folder_browser_setup_property_menu): Do a
        better job of setting up the name.  Also de-sensitise when we
        can't configure the folder.

svn path=/trunk/; revision=13427
2001-10-04 23:42:30 +00:00
Jeffrey Stedfast be961e4716 And again here.
2001-10-04  Jeffrey Stedfast  <fejj@ximian.com>

	* vfolder-rule.c (validate): And again here.

	* filter-folder.c (validate): Same.

	* filter-datespec.c (validate): Take out the "Oops" part of the
	warning.

svn path=/trunk/; revision=13426
2001-10-04 22:50:00 +00:00
Jeffrey Stedfast dbd18ed6ef Set the parent window as the fb. This fixes bug #11723. (filter_edit): Do
2001-10-04  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-callbacks.c (providers_config): Set the parent window as
	the fb. This fixes bug #11723.
	(filter_edit): Do the same thing here too and also to the warning
	dialog.
	(edit_msg): Set the parent on the warning dialog.
	(resend_msg): And here.
	(search_msg): Here too.
	(confirm_expunge): Set the parent window on the dialog here too.
	(save_msg_ok): Same here.

svn path=/trunk/; revision=13425
2001-10-04 22:25:18 +00:00
Jeffrey Stedfast 3eed228723 Ignore the signal if the radio button is not "on". This fixes bug #10532
2001-10-04  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-accounts.c (images_radio_toggled): Ignore the signal if the
	radio button is not "on". This fixes bug #10532 because the on/off
	signals don't always come in the off->on order.

	* mail-ops.c (mail_send_message): Reduced some redundancy.

svn path=/trunk/; revision=13424
2001-10-04 21:29:55 +00:00
Dan Winship 447e2e189e Fix so that an email address with no name is once again just
* mail-format.c (write_address): Fix so that an email address with
	no name is once again just "foo@bar.com", not "<foo@bar.com>".

svn path=/trunk/; revision=13423
2001-10-04 20:28:08 +00:00
4 840bb7f136 "safe" save code, first save to .#name, then rename to name if it worked,
2001-10-04    <NotZed@Ximian.com>

        * rule-context.c (save): "safe" save code, first save to .#name,
        then rename to name if it worked, also create backups to name~.
        Means filters/etc wont get reset/lost if disk fills up, although
        relies on libxml failing properly.
        (new_rule_clicked): Removed warning, we do now have changed
        signals!

svn path=/trunk/; revision=13422
2001-10-04 20:25:18 +00:00
Iain Holmes 46e6d93b25 Swap Xiamen for Tokyo
Capitalise stuff in the glade file

svn path=/trunk/; revision=13421
2001-10-04 20:19:51 +00:00
Iain Holmes 664206faba Only create the folder when the shell has created it.
svn path=/trunk/; revision=13420
2001-10-04 20:02:00 +00:00
4 e46018cd88 If we're accessing a vfolder uri, then popup the vfolder editor instead of
2001-10-04    <NotZed@Ximian.com>

        * mail-callbacks.c (configure_folder): If we're accessing a
        vfolder uri, then popup the vfolder editor instead of trying the
        mail local one.

        * mail-vfolder.c (vfolder_edit_rule): Edit a vfolder by name.

svn path=/trunk/; revision=13419
2001-10-04 19:55:31 +00:00
Jeffrey Stedfast fcca68399e Added some more NULL checks.
2001-10-04  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-account-gui.c (mail_account_gui_save): Added some more NULL checks.

svn path=/trunk/; revision=13418
2001-10-04 19:45:02 +00:00
Aaron Weber 78385be6d9 redid screenshots here.
svn path=/trunk/; revision=13417
2001-10-04 19:20:24 +00:00
4 c413bd3b56 Do the url fragment/path -> folder name hack. Removing vfolders from shell
2001-10-04    <NotZed@Ximian.com>

        * component-factory.c (storage_remove_folder): Do the url
        fragment/path -> folder name hack.  Removing vfolders from shell
        works now?

svn path=/trunk/; revision=13416
2001-10-04 19:19:26 +00:00
Chris Toshok c89b64cbc3 for some reason, matching on protocol is causing problems for me.
2001-10-04  Chris Toshok  <toshok@ximian.com>

	* backend/ebook/e-book.c (activate_factories_for_uri): for some
	reason, matching on protocol is causing problems for me.
	disabling it for now.

svn path=/trunk/; revision=13415
2001-10-04 18:58:14 +00:00
Ismael Olea 6ea3e2fad2 %s de más
svn path=/trunk/; revision=13414
2001-10-04 18:23:51 +00:00
Jeffrey Stedfast c90023337c tedfast <fejj@ximian.com>
tedfast  <fejj@ximian.com>

	* camel-service.c (camel_service_connect): Unregister the
	operation before unreffing it.

svn path=/trunk/; revision=13413
2001-10-04 18:12:36 +00:00
Jeffrey Stedfast 16d6bd7083 Unregister the operation before unreffing it.
2001-10-04  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-service.c (camel_service_connect): Unregister the
	operation before unreffing it.

svn path=/trunk/; revision=13412
2001-10-04 18:12:22 +00:00
Chris Toshok 4ac79b2b5b use ldap.png for ldap contacts.
2001-10-04  Chris Toshok  <toshok@ximian.com>

	* gui/component/addressbook-component.c: use ldap.png for ldap
	contacts.

svn path=/trunk/; revision=13411
2001-10-04 17:53:42 +00:00
Chris Toshok 30789731a9 change ldap-16.png to ldap-mini.png, and add ldap.png.
2001-10-04  Chris Toshok  <toshok@ximian.com>

	* Makefile.am (images_DATA): change ldap-16.png to ldap-mini.png,
	and add ldap.png.

svn path=/trunk/; revision=13410
2001-10-04 17:47:42 +00:00
Dan Winship 59b0684415 Make this dup the strings it's passed. (*) Add lots of docs.
* e-passwords.c (e_passwords_add_password): Make this dup the
	strings it's passed.
	(*) Add lots of docs.

svn path=/trunk/; revision=13409
2001-10-04 17:45:42 +00:00
Rodrigo Moya c8a315a5a9 added BONOBO_GNOME_CFLAGS to make it compile with latest Bonobo
2001-10-04  Rodrigo Moya <rodrigo@ximian.com>

	* importer/Makefile.am: added BONOBO_GNOME_CFLAGS to make it compile
	with latest Bonobo

svn path=/trunk/; revision=13408
2001-10-04 11:04:21 +00:00
Rodrigo Moya cec691f29f added BONOBO_GNOME_CFLAGS to make it compile with latest Bonobo
2001-10-04  Rodrigo Moya <rodrigo@ximian.com>

	* misc/Makefile.am:
	* menus/Makefile.am: added BONOBO_GNOME_CFLAGS to make it compile
	with latest Bonobo

svn path=/trunk/; revision=13407
2001-10-04 11:03:29 +00:00
Christopher James Lahey 86ec9f6f49 Sometimes put off maybe showing the cursor until an idle callback.
2001-10-04  Christopher James Lahey  <clahey@ximian.com>

	* e-table-item.c (eti_idle_maybe_show_cursor): Sometimes put off
	maybe showing the cursor until an idle callback.

	* e-tree-selection-model.c (add_model): Use connect_after to
	connect to all the signals.  This means we can assume the sorted
	tree and table adapters are both done.  This also means that those
	objects cannot assume that the selection is already changed.

svn path=/trunk/; revision=13406
2001-10-04 09:42:53 +00:00
Christopher James Lahey ee35e29394 Call gnome_canvas_world_to_window here. Finishes fixing Ximian bug #2613.
2001-10-04  Christopher James Lahey  <clahey@ximian.com>

	* e-cell-date-edit.c (e_cell_date_edit_get_popup_pos): Call
	gnome_canvas_world_to_window here.  Finishes fixing Ximian bug
	#2613.

svn path=/trunk/; revision=13405
2001-10-04 07:22:56 +00:00