Commit Graph

6333 Commits

Author SHA1 Message Date
e4eaa198dd Unref our copy, and then destroy.
2001-01-13  Miguel de Icaza  <miguel@gnu.org>

	* e-shell.c (e_shell_construct): Unref our copy, and then destroy.

	* e-splash.c (e_splash_set_icon_highlight): Do not execute code if
	we have been destroyed.
	(e_splash_add_icon): ditto.

svn path=/trunk/; revision=7475
2001-01-13 06:21:49 +00:00
f88c5b4073 Get the X-Evolution-Transport URL and use that if it exists, else fall
2001-01-13  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-ops.c (do_send_queue): Get the X-Evolution-Transport URL
	and use that if it exists, else fall back on the default
	transport.

	* mail-callbacks.c (composer_postpone_cb): Set an
	X-Evolution-Transport header.

svn path=/trunk/; revision=7474
2001-01-13 05:59:32 +00:00
771f82cebe don't make the window so wide...
svn path=/trunk/; revision=7473
2001-01-13 05:22:45 +00:00
94f7d58623 Removed GPG_* variables.
2001-01-12  Jeffrey Stedfast  <fejj@ximian.com>

	* Makefile.am: Removed GPG_* variables.

svn path=/trunk/; revision=7472
2001-01-13 04:39:58 +00:00
f86c60c191 Removed GPG stuff.
2001-01-12  Jeffrey Stedfast  <fejj@ximian.com>

	* config.h.in: Removed GPG stuff.

	* acconfig.h: Take out all refs to PGP and GPG stuff.

	* configure.in: Take out the PGP/GPG detection stuff.

svn path=/trunk/; revision=7471
2001-01-13 04:37:46 +00:00
06792e484d Take out the PGP/GPG detection stuff.
2001-01-12  Jeffrey Stedfast  <fejj@ximian.com>

	* configure.in: Take out the PGP/GPG detection stuff.

svn path=/trunk/; revision=7470
2001-01-13 04:33:49 +00:00
911b397808 Now takes a 'is_account_data' variable to specify whether the sources is a
2001-01-12  Jeffrey Stedfast  <fejj@ximian.com>

	* component-factory.c (mail_load_storages): Now takes a
	'is_account_data' variable to specify whether the sources is a
	list of accounts of a list of services. Basically, the only time
	you should pass in FALSE is when you are setting up NNTP storages.
	(add_storage): Now takes a 'name' argument that specifies the name
	to use in the storage.
	(owner_set_cb): Updated to pass TRUE for accounts and FALSE for
	news servers into mail_load_storages.

svn path=/trunk/; revision=7469
2001-01-13 04:23:02 +00:00
75c4fd98b6 Suggest what to do if gtk-doc is not found.
2001-01-12  Federico Mena Quintero  <federico@ximian.com>

	* configure.in: Suggest what to do if gtk-doc is not found.

svn path=/trunk/; revision=7468
2001-01-13 02:20:35 +00:00
a6dd190c21 Make evolution depend on the new version of gal.
2001-01-12  Christopher James Lahey  <clahey@helixcode.com>

	* configure.in: Make evolution depend on the new version of gal.

svn path=/trunk/; revision=7467
2001-01-12 22:49:45 +00:00
e04883fa81 Changed filter_date and filter_size to match the changes in gal.
2001-01-12  Christopher James Lahey  <clahey@helixcode.com>

	* message-list.c: Changed filter_date and filter_size to match the
	changes in gal.

svn path=/trunk/; revision=7466
2001-01-12 22:48:31 +00:00
e0572a2471 Changed the filter function back to being args to be more consistent with
2001-01-12  Christopher James Lahey  <clahey@helixcode.com>

	* e-cell-text.h, e-cell-text.h: Changed the filter function back
	to being args to be more consistent with the rest of the object.

svn path=/trunk/; revision=7465
2001-01-12 22:46:05 +00:00
e1a7e287ec back to the dialogs I made
svn path=/trunk/; revision=7464
2001-01-12 22:24:40 +00:00
fd1561b07e Oops. Make sure to attach the item to the menu ;-)
2001-01-12  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer-hdrs.c (create_optionmenu): Oops. Make sure to
	attach the item to the menu ;-)

svn path=/trunk/; revision=7463
2001-01-12 22:09:57 +00:00
da17671fae oops, actually delete mail_config_get_account_by_address
svn path=/trunk/; revision=7462
2001-01-12 22:00:53 +00:00
c650d5467d Anna's dialogs.
2001-01-12  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-config.glade: Anna's dialogs.

	* mail-config.c (mail_config_get_account_by_address):
	Removed. Danw and I decided on setting a X-Evolution-Transport
	header on messages going to the Outbox so we can later guess which
	transport to use when sending it.

	* mail-account-editor.c (apply_changes): Update to some day be
	able to support SSL.
	(construct): Update for Anna's dialogs...

	* subscribe-dialog.c (populate_store_list): Updated to reflect
	past changes to the mail-config API.

svn path=/trunk/; revision=7461
2001-01-12 21:59:42 +00:00
d7e1a6d393 Ok, talked to Ettore. Going back to TOPLEVEL non-POPUP.
2001-01-12  Miguel de Icaza  <miguel@gnu.org>

	* e-splash.c (e_splash_construct): Ok, talked to Ettore.  Going
	back to TOPLEVEL non-POPUP.

svn path=/trunk/; revision=7460
2001-01-12 21:16:34 +00:00
7b02bff821 Get the account by using the new e_msg_composer_get_preferred_account()
2001-01-12  Jeffrey Stedfast  <fejj@helixcode.com>

	* mail-callbacks.c (composer_send_cb): Get the account by using
	the new e_msg_composer_get_preferred_account() function. Also
	check to make sure everything is configured (in case they deleted
	their accounts while composing mail?).

	* mail-config.c (mail_config_get_account_by_address): New
	convenience function.

svn path=/trunk/; revision=7459
2001-01-12 21:15:36 +00:00
8ad2b343a0 Call set_from_account which means we no longer have to do all the crap
2001-01-12  Jeffrey Stedfast  <fejj@helixcode.com>

	* e-msg-composer.c (build_message): Call set_from_account which
	means we no longer have to do all the crap involved in formatting
	strings into an internet-address.
	(e_msg_composer_get_preferred_account): New access function.

	* e-msg-composer-hdrs.c (add_header): case COMBOBOX has changed to
	OPTIOMENU.
	(create_optionmenu): Update to use an optionmenu of accounts.
	(from_changed): New callback for the From optionmenu.
	(setup_headers): s/COMBOBOX/OPTIONMENU
	(init): Set the account and from_options to NULL.
	(e_msg_composer_hdrs_get_from): Updated.
	(destroy): free the from_options.
	(e_msg_composer_hdrs_set_from_address): Renamed from set_from
	because it no longer takes a string arg but rather an account arg.

svn path=/trunk/; revision=7458
2001-01-12 21:13:26 +00:00
d9a01d4e27 Ok, talked to Ettore. Going back to TOPLEVEL non-POPUP.
2001-01-12  Miguel de Icaza  <miguel@gnu.org>

	* e-splash.c (e_splash_construct): Ok, talked to Ettore.  Going
	back to TOPLEVEL non-POPUP.

svn path=/trunk/; revision=7457
2001-01-12 21:09:34 +00:00
936a6d77dd Add an ::asyncCopyFolder method to the ShellComponent interface. Move
all the message hiding options to the View menu.

svn path=/trunk/; revision=7456
2001-01-12 21:00:21 +00:00
9c6f86a43d Fixed NULL dereference
svn path=/trunk/; revision=7455
2001-01-12 20:40:09 +00:00
b243803565 Remove nice toplevel window.
2001-01-12  Miguel de Icaza  <miguel@gnu.org>

	* e-splash.c (e_splash_construct): Remove nice toplevel window.

svn path=/trunk/; revision=7454
2001-01-12 19:37:12 +00:00
6d5287843b Minor comment fixup.
svn path=/trunk/; revision=7453
2001-01-12 17:54:10 +00:00
b324985e97 Rename ::addFolderAsync' into ::createFolderAsync'.
svn path=/trunk/; revision=7452
2001-01-12 17:53:15 +00:00
cd5099b9f7 Create
* importer/.cvsignore: Create

svn path=/trunk/; revision=7451
2001-01-12 16:38:38 +00:00
22fecd089c Ximianize. Also update the README a bit and mention the OAF stable branch.
* MAINTAINERS, AUTHORS, README: Ximianize. Also update the README
	a bit and mention the OAF stable branch.

svn path=/trunk/; revision=7450
2001-01-12 16:35:54 +00:00
b27e0a9b09 added i18n for etable.
2001-01-12  Miguel de Icaza  <miguel@ximian.com>

	* gui/widgets/e-addressbook-view.c: added i18n for etable.

svn path=/trunk/; revision=7449
2001-01-12 08:44:59 +00:00
af75a5a7fa Add translation strings.
2001-01-12  Miguel de Icaza  <miguel@ximian.com>

	* gui/e-calendar-table.c: Add translation strings.

svn path=/trunk/; revision=7448
2001-01-12 08:41:34 +00:00
9aab4e5eb9 Add strings for localization
2001-01-12  Miguel de Icaza  <miguel@ximian.com>

	* message-list.c: Add strings for localization

svn path=/trunk/; revision=7447
2001-01-12 08:39:16 +00:00
c42f8692ca Added translation strings.
2001-01-12  Miguel de Icaza  <miguel@ximian.com>

	* e-storage-set-view.c: Added translation strings.

svn path=/trunk/; revision=7446
2001-01-12 08:38:33 +00:00
e779159c4b New function. Tells whether a key should begin editing. (ect_event,
2001-01-12  Miguel de Icaza  <miguel@ximian.com>

	* e-cell-text.c (key_begins_editing): New function.  Tells whether
	a key should begin editing.
	(ect_event, GDK_KEY_PRESS/RELEASE): check whether we should start
	editing.

svn path=/trunk/; revision=7445
2001-01-12 08:16:35 +00:00
0db9dfca79 Implement new function API. Remove Gtk arguments for this. (ect_height):
2001-01-12  Miguel de Icaza  <miguel@ximian.com>

	* e-cell-text.c (e_cell_text_set_filter): Implement new function
	API.  Remove Gtk arguments for this.
	(ect_height): Pass all the extra information Dan requested.
	(ect_print): Pass all the extra information Dan requested.
	(build_current_cell): ditto.

svn path=/trunk/; revision=7444
2001-01-12 07:53:15 +00:00
07340ec35b Update .cvsignore
svn path=/trunk/; revision=7443
2001-01-12 07:23:38 +00:00
969e190c9e Small moniker update
svn path=/trunk/; revision=7442
2001-01-12 07:23:17 +00:00
891d37dac8 Only attach to "changed" if the widget is an EEntry. The HEADER_COMBOBOX
2001-01-12  Miguel de Icaza  <miguel@ximian.com>

	* e-msg-composer-hdrs.c (add_header): Only attach to "changed" if
	the widget is an EEntry.  The HEADER_COMBOBOX and the
	HEADER_ADDRBOOK are a ComboBox and a remote Bonobo control
	respectively.

	* evolution-composer.c (get_object): Move getObject functionality
	here from e-msg-composer.c

svn path=/trunk/; revision=7441
2001-01-12 07:09:51 +00:00
5aa11827ce Remove "window" from the moniker path.
2001-01-12  Miguel de Icaza  <miguel@ximian.com>

	* e-shell-view-menu.c (command_new_mail_message): Remove "window"
	from the moniker path.

	* e-splash.c (e_splash_construct): Make the spalsh screen a
	toplevel instead of a popup.

svn path=/trunk/; revision=7440
2001-01-12 07:08:33 +00:00
4cd709cd18 Rename "Save" to "Store search as vFolder".
2001-01-12  Miguel de Icaza  <miguel@ximian.com>

	* folder-browser.c: Rename "Save" to "Store search as vFolder".

svn path=/trunk/; revision=7439
2001-01-12 07:07:36 +00:00
3312aa44d8 Close #758 2001-01-12 Miguel de Icaza <miguel@ximian.com>
* e-table-header-item.c (ethi_change_sort_state): Moved the
	sort-on-click logic to its own function.

svn path=/trunk/; revision=7438
2001-01-12 06:36:46 +00:00
b6dfb325fb *** empty log message ***
svn path=/trunk/; revision=7437
2001-01-12 06:10:15 +00:00
3a2bdee42d Unref the property bag when we are done with it.
2001-01-11  Miguel de Icaza  <miguel@gnu.org>

	* mail-display.c (on_object_requested): Unref the property bag
	when we are done with it.
	(get_embedded_for_component): Moved the code to request the
	embeddable/control to a separate function.

svn path=/trunk/; revision=7436
2001-01-12 05:29:09 +00:00
2f9fd80fc0 New convenience function that I will need later when I redo the composer
2001-01-12  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-config.c (mail_config_get_account_by_name): New convenience
	function that I will need later when I redo the composer From
	field.

svn path=/trunk/; revision=7435
2001-01-12 05:27:52 +00:00
6ea77903b1 Update to reflect past changes to the mail-config API.
2001-01-12  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-display.c (on_object_requested): Update to reflect past
	changes to the mail-config API.

svn path=/trunk/; revision=7434
2001-01-12 05:17:01 +00:00
11c26426f6 strdup() the key.
2001-01-12  Jeffrey Stedfast  <fejj@ximian.com>

	* session.c (mail_session_set_password): strdup() the key.

svn path=/trunk/; revision=7433
2001-01-12 05:12:10 +00:00
0c458b79b4 We don't want to be able to set the reply-to in the config druid.
2001-01-12  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-config-druid.c (construct): We don't want to be able to set
	the reply-to in the config druid.
	(druid_finish): Don't set a reply-to anymore.
	(mail_config_druid_finalise): Don't unref the providers.

	* mail-config.glade: Took out the Reply-To field in the druid.

svn path=/trunk/; revision=7432
2001-01-12 05:07:43 +00:00
5307a77df1 We don't want to be able to set the reply-to in the config druid.
2001-01-12  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-config-druid.c (construct): We don't want to be able to set
	the reply-to in the config druid.
	(druid_finish): Don't set a reply-to anymore.
	(mail_config_druid_finalise): Don't unref the providers.

	* mail-config.glade: Took out the Reply-To field in the druid.

svn path=/trunk/; revision=7431
2001-01-12 05:07:00 +00:00
b3cda1c4fa Guess the default MAIL value for MBOX and Maildir files.
2001-01-11  Miguel de Icaza  <miguel@gnu.org>

	* mail-config-druid.c (incoming_type_changed): Guess the default
	MAIL value for MBOX and Maildir files.

svn path=/trunk/; revision=7430
2001-01-12 04:45:01 +00:00
834325ad2b Force finalization of the function before returning fixing the FIXME that
2001-01-11  Miguel de Icaza  <miguel@gnu.org>

	* mail-callbacks.c (configure_mail): Force finalization of the
	function before returning fixing the FIXME that was there.

svn path=/trunk/; revision=7429
2001-01-12 04:25:40 +00:00
7a46e7a66e If the service_check fails, pop-up a warning dialog letting the user know
2001-01-11  Jeffrey Stedfast  <fejj@helixcode.com>

	* mail-config-druid.c (transport_next): If the service_check
	fails, pop-up a warning dialog letting the user know he or she may
	have problems and then let them continue on with their lives.
	(incoming_next): Same (+ jump them over the auth page to the
	transport page).

svn path=/trunk/; revision=7428
2001-01-12 04:11:51 +00:00
36c2e49513 Added selection_mode argument.
2001-01-11  Christopher James Lahey  <clahey@helixcode.com>

	* e-table-selection-model.c, e-table-selection-model.h: Added
	selection_mode argument.

	* e-table-specification.c, e-table-specification.h: Added a
	selection_mode field that is set based on the selection-mode
	attribute in the ETableSpecification element.

	* e-table.c (et_real_construct): Set the selection model's
	selection mode based on the ETableSpecification.

svn path=/trunk/; revision=7427
2001-01-12 03:57:32 +00:00
01a5bc2c2c (camel_folder_thread_messages_new): Added casts to rmeove some
warnings for the analites out there.

svn path=/trunk/; revision=7426
2001-01-12 03:43:53 +00:00