Commit Graph

15184 Commits

Author SHA1 Message Date
266cd02466 Remove unused variable.
* e-storage-set-view.c (sort_idle_callback): Remove unused
variable.

* e-shell-view.c (shell_line_status_changed_cb): Make Send/Receive
insensitive when in offline mode.  [#27855]

svn path=/trunk/; revision=18096
2002-09-17 20:42:36 +00:00
190d2b0b7f Use e_strftime_fix_am_pm here which fixes locale issues as well as working
2002-09-17  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-display.c (mail_display_render): Use e_strftime_fix_am_pm
	here which fixes locale issues as well as working around systems
	that don't support %P (afaik).

	* mail-ops.c (prep_offline_do): Cache important messages too.

svn path=/trunk/; revision=18095
2002-09-17 20:20:32 +00:00
97d6f614ac Add Israel. [Patch by Sam Popper <shmuelp@bigfoot.com>.]
svn path=/trunk/; revision=18094
2002-09-17 19:50:49 +00:00
e774bd7f2d [Fix #28451.]
* e-storage-set-view.c: New member sort_idle_id in
EStorageSetViewPrivate.
(init): Init to zero.
(impl_destroy): Remove the idle source if not zero.
(queue_resort): New.
(sort_idle_callback): Idle function to sort.
(setup_folder_changed_callback): New.
(new_folder_cb): Call it on the new folder so we get the callback
for new folders too.
(popup_folder_menu): Ref the folder before popping up the menu,
unref it after popping it down [the folder might be unreffed in
gnome_popup_menu_do_popup_modal() because of a folder action].
(new_storage_cb): Just queue_resort() instead of sorting.
(new_folder_cb): Likewise.
(insert_folders): Likewise.
(insert_storages): Likewise.
(folder_changed_cb): Queue a resort here too.

* e-folder.c (class_init): Set up "name_changed" signal.
(e_folder_set_name): Emit "name_changed".

* e-folder.h: New signal "name_changed".

svn path=/trunk/; revision=18093
2002-09-17 19:27:04 +00:00
bae24dcd13 Invoke gettext on strings coming from the .oaf files.
2002-09-17  Kjartan Maraas  <kmaraas@gnome.org>

	* e-shell-settings-dialog.c (page_new): Invoke gettext on
	strings coming from the .oaf files.

svn path=/trunk/; revision=18092
2002-09-17 19:25:32 +00:00
b01b92828d Disable debugging printf's
2002-09-17  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-composer-prefs.c (d): Disable debugging printf's

svn path=/trunk/; revision=18091
2002-09-17 19:25:23 +00:00
542afa22f7 fixed a comment
svn path=/trunk/; revision=18090
2002-09-17 19:23:06 +00:00
d4aa28c5e2 exit editing on dblclick. ungrab based on grabbed_count. unset grabbed_col
2002-09-17  Mike Kestner  <mkestner@ximian.com>

	* gal/e-table/e-table-item.c (eti_event): exit editing on dblclick.
	ungrab based on grabbed_count. unset grabbed_col and grabbed_row
	on ungrab.

svn path=/trunk/; revision=18089
2002-09-17 18:27:50 +00:00
3d1b5c1a2e Remove some leftover junk.
svn path=/trunk/; revision=18088
2002-09-17 16:45:36 +00:00
fc69689719 Fix a typo.
2002-09-17  Kjartan Maraas  <kmaraas@gnome.org>

	* gui/component/ldap-config.glade: Fix a typo.

svn path=/trunk/; revision=18087
2002-09-17 16:35:04 +00:00
b893058f41 Mark a string for translation.
2002-09-17  Kjartan Maraas  <kmaraas@gnome.org>

	* e-folder-list.c (create_display_string): Mark a string for
	translation.

svn path=/trunk/; revision=18086
2002-09-17 16:33:46 +00:00
c395aaafd6 (e_storage_removed_folder): When a highlighted
folder gets removed, update the parent to not have a highlight.
[#24062]

svn path=/trunk/; revision=18085
2002-09-17 16:23:45 +00:00
27a4ae4130 Fixes #26362
2002-09-17  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #26362

	* gui/e-itip-control.c (show current): add a default reminder if
	default reminders are set in the configuration.

svn path=/trunk/; revision=18084
2002-09-17 14:49:07 +00:00
fbc229598c New. New. New. New. New. New. New. New. New. New.
* data/cde_app_root/Makefile.am: New.
* data/cde_app_root/dt/Makefile.am: New.
* data/cde_app_root/dt/appconfig/Makefile.am: New.
* data/cde_app_root/dt/appconfig/appmanager/Makefile.am: New.
* data/cde_app_root/dt/appconfig/appmanager/C/Makefile.am: New.
* data/cde_app_root/dt/appconfig/appmanager/C/Ximian/Makefile.am: New.
* data/cde_app_root/dt/appconfig/icons/Makefile.am: New.
* data/cde_app_root/dt/appconfig/icons/C/Makefile.am: New.
* data/cde_app_root/dt/appconfig/types/Makefile.am: New.
* data/cde_app_root/dt/appconfig/types/C/Makefile.am: New.

* configure.in: Add a `--with-cde-path' option.  Check for
dtappintegrate in that path.  Define HAVE_DTAPPINTEGRATE and
GNOME_PREFIX.  Also, generate
data/cde_app_root/dt/appconfig/types/C/Ximian.dt.in and
shell/evolution-nognome.

svn path=/trunk/; revision=18083
2002-09-16 21:01:46 +00:00
aa526a8c07 New script to run Evolution under a
non-GNOME session when using a non-default GNOME prefix and a
non-default Evolution prefix.

svn path=/trunk/; revision=18082
2002-09-16 21:01:17 +00:00
8f06632948 Update.
svn path=/trunk/; revision=18081
2002-09-16 19:56:00 +00:00
b70fc66c4d Check for pilot-link 0.11.4
2002-09-16  JP Rosevear  <jpr@ximian.com>

	* configure.in: Check for pilot-link 0.11.4

2002-09-16  JP Rosevear  <jpr@ximian.com>

	* gnome-pilot.m4: check for pilot-link 0.11.4 by default

svn path=/trunk/; revision=18074
2002-09-16 17:31:50 +00:00
3d4b7be6a3 Merging from branch.
svn path=/trunk/; revision=18073
2002-09-16 17:08:10 +00:00
a29fc1746b Mark a string for translation.
2002-09-15  Kjartan Maraas  <kmaraas@gnome.org>

	* e-msg-composer.c: Mark a string for translation.

svn path=/trunk/; revision=18072
2002-09-15 23:28:24 +00:00
6e2ff991ae If header_msgid_decode fails for the content-id field, just grab whatever
2002-09-13  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-mime-part.c (process_header): If header_msgid_decode fails
	for the content-id field, just grab whatever is between the <>'s
	(yes, this means that the content-id is invalid - but what can ya
	do?). Addresses bug #21027.

svn path=/trunk/; revision=18071
2002-09-15 03:29:41 +00:00
e1aea06269 If header_msgid_decode fails for the content-id field, just grab whatever
2002-09-13  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-mime-part.c (process_header): If header_msgid_decode fails
	for the content-id field, just grab whatever is between the <>'s
	(yes, this means that the content-id is invalid - but what can ya
	do?). Addresses bug #21027.

svn path=/trunk/; revision=18070
2002-09-13 21:36:28 +00:00
584b87ddf1 Update.
svn path=/trunk/; revision=18069
2002-09-13 21:32:26 +00:00
f34f1b7ca5 Add a Run Once action to run a command only once rather than for each
2002-09-13  Jeffrey Stedfast  <fejj@ximian.com>

	* filtertypes.xml: Add a Run Once action to run a command only
	once rather than for each message that has that action applied.

svn path=/trunk/; revision=18068
2002-09-13 20:20:40 +00:00
0d8295135d If the vpaned isn't realized, don't call mail_config_set_paned_size. Fixes
* folder-browser.c (fb_resize_cb): If the vpaned isn't realized,
	don't call mail_config_set_paned_size. Fixes a problem with the
	saved pane size being repeatedly lost (#29933)

svn path=/trunk/; revision=18064
2002-09-13 17:06:50 +00:00
7a75b05d6b Update for Mailer.idl rename
* Makefile.am (IDLS, MAIL_GENERATED): Update for Mailer.idl rename

	* netscape-importer.c: Likewise.

svn path=/trunk/; revision=18062
2002-09-13 15:06:30 +00:00
a0b85efae0 Update for Mailer.idl rename
* Makefile.am (IDLS, MAIL_GENERATED): Update for Mailer.idl rename

	* e-summary.c, e-summary-mail.c: Likewise

svn path=/trunk/; revision=18061
2002-09-13 15:06:11 +00:00
e2e4b1120c rename this from "Mail.idl" so that the generated .h file won't overwrite
* Mailer.idl: rename this from "Mail.idl" so that the generated .h
	file won't overwrite "mail.h" on Mac OS X. Remove some
	never-implemented IDL and add MailConfig_removeAccount.

	* Makefile.am: Update for IDL rename

	* mail-config.c: #include Mailer.h, not Mail.h
	(impl_GNOME_Evolution_MailConfig_removeAccount): Implement.

	* folder-info.c: #include Mailer.h, not Mail.h

	* message-list.c: Remove Mail.h include.

svn path=/trunk/; revision=18060
2002-09-13 15:05:44 +00:00
dbe5c76eb0 [ Fixes bug #30250 ] handle "Unnamed Lists" here by setting their name to
2002-09-13  Chris Toshok  <toshok@ximian.com>

	[ Fixes bug #30250 ]
	* backend/ebook/e-destination.c (e_destination_get_name): handle
	"Unnamed Lists" here by setting their name to _("Unnamed List').

	* backend/ebook/e-card-simple.c (e_card_simple_get): same.

	* gui/contact-list-editor/e-contact-list-editor.c (is_named): new
	function, return TRUE if the name field is filled in.
	(prompt_to_save_changes): return TRUE if the list isn't named
	(meaning it's not saveable.)
	(command_state_changed): saving requires a name.
	(add_email_cb): always call command_state_changed.
	(remove_entry_cb): same.
	(list_name_changed_cb): same.
	(visible_addrs_toggled_cb): same.
	(table_drag_data_received_cb): same.

svn path=/trunk/; revision=18059
2002-09-13 10:02:24 +00:00
285af5226a Ignore SIGXFSZ to fix bug #30269.
2002-09-12  Jeffrey Stedfast  <fejj@ximian.com>

	* main.c (main): Ignore SIGXFSZ to fix bug #30269.

svn path=/trunk/; revision=18058
2002-09-12 22:27:55 +00:00
1afbd31c60 The new callback function for the g_hash_table_foreach which both upgrades
2002-09-12  Jeffrey Stedfast  <fejj@ximian.com>

	* upgrade-mailer.c (cache_upgrade_and_free): The new callback
	function for the g_hash_table_foreach which both upgrades the
	cache for that store and then free's the struct _storeinfo
	afterwards.
	(cache_upgrade): Upgrade a cached folder by moving the old cache
	folder into the appropriate new location.

svn path=/trunk/; revision=18057
2002-09-12 21:42:49 +00:00
f8faa251fb return g_strdup("true"), not "true".
* backend/ebook/e-card-simple.c (e_card_simple_get): return
	g_strdup("true"), not "true".

svn path=/trunk/; revision=18056
2002-09-12 16:30:06 +00:00
1c45893026 1.1.1.99.
svn path=/trunk/; revision=18055
2002-09-12 16:02:32 +00:00
2f31a96e35 [ Fixes #27546 ] add "di" to e_name_western_complex_last_table.
2002-09-11  Chris Toshok  <toshok@ximian.com>

	[ Fixes #27546 ]
	* ename/e-name-western-tables.h
	(e_name_western_complex_last_table): add "di" to
	e_name_western_complex_last_table.

svn path=/trunk/; revision=18054
2002-09-12 04:22:40 +00:00
bc0adf69c7 institute an arbitrary minimum limit on the number of characters before we
2002-09-11  Chris Toshok  <toshok@ximian.com>

	* gui/component/select-names/e-select-names-completion.c
	(e_select_names_completion_start_query): institute an arbitrary
	minimum limit on the number of characters before we actually try
	to autocomplete.  It's 3, btw.

svn path=/trunk/; revision=18053
2002-09-12 04:16:51 +00:00
2cfbab586c added i18n changes for imap
svn path=/trunk/; revision=18052
2002-09-12 03:55:30 +00:00
c2160221e6 [ fixes the other half of #17336 ] parse the name when we're asked to set
2002-09-11  Chris Toshok  <toshok@ximian.com>

	[ fixes the other half of #17336 ]
	* gui/contact-editor/e-contact-quick-add.c (quick_add_set_name):
	parse the name when we're asked to set it, so the full name
	doesn't get stored as (potentially) "Last, First" in the card.

svn path=/trunk/; revision=18051
2002-09-12 00:14:11 +00:00
97c238ccd9 [ fixes part of #17336 ] get the window title from the .glade file, and
2002-09-11  Chris Toshok  <toshok@ximian.com>

	[ fixes part of #17336 ]
	* gui/contact-editor/e-contact-editor-fullname.c
	(e_contact_editor_fullname_init): get the window title from the
	.glade file, and supply a suitable wm icon.

	* gui/contact-editor/e-contact-editor-address.c
	(e_contact_editor_address_init): same.

svn path=/trunk/; revision=18050
2002-09-11 23:02:16 +00:00
64d454a16c [ fixes #30208 ] if the user clicked cancel in the password dialog, let
2002-09-11  Chris Toshok  <toshok@ximian.com>

	[ fixes #30208 ]
	* gui/component/addressbook.c (load_uri_auth_cb): if the user
	clicked cancel in the password dialog, let them off the hook and
	bind anonymously.  Otherwise (if they failed to auth), prompt them
	for the password again.
	(addressbook_authenticate): new function, split out 99% of the
	auth machinery here so it can be called multiple times.  Also,
	call the callback with E_BOOK_STATUS_CANCELLED if the user clicked
	the cancel button in the dialog.
	(load_uri_cb): call addressbook_authenticate if the book has auth
	enabled.
	(addressbook_load_uri): use g_new0.

svn path=/trunk/; revision=18049
2002-09-11 22:08:40 +00:00
9b1732a782 Only abort if the user selected ADVANCED_SEARCH, not the other way around.
2002-09-11  Jeffrey Stedfast  <fejj@ximian.com>

	* folder-browser.c (folder_browser_query_changed): Only abort if
	the user selected ADVANCED_SEARCH, not the other way around. Any
	other menu item and we are supposed to perform an actual
	search. Fixes bug #30183.

svn path=/trunk/; revision=18048
2002-09-11 21:46:15 +00:00
fd5752f425 (setup_bonobo_conf_private_directory): g_free() not
free(), since we allocate with glib functions.  [#19899]

svn path=/trunk/; revision=18047
2002-09-11 20:45:10 +00:00
5ee24ecb73 keep the selection if we right click in it (but not on an appointment)
2002-09-11  JP Rosevear  <jpr@ximian.com>

	* gui/e-day-view.c (e_day_view_on_top_canvas_button_press): keep
	the selection if we right click in it (but not on an appointment)
	(e_day_view_on_main_canvas_button_press): ditto

	* gui/e-week-view.c (e_week_view_on_button_press): sam

svn path=/trunk/; revision=18046
2002-09-11 20:34:48 +00:00
75455ef4a1 (SUBDIRS): Put po on the top.
svn path=/trunk/; revision=18045
2002-09-11 19:44:57 +00:00
b1cf9a7df7 check the new gnome-vfs icon_filename key. If that fails, fall back to
2002-09-11  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-display.c (pixbuf_for_mime_type): check the new gnome-vfs
	icon_filename key. If that fails, fall back to checking
	icon-filename. Also don't leak the fm_icon string and rearranged
	some code.

svn path=/trunk/; revision=18044
2002-09-11 19:39:48 +00:00
842c040cf1 create a new appointment based on the selection
2002-09-11  JP Rosevear  <jpr@ximian.com>

	* gui/e-week-view.c (e_week_view_new_appointment): create a new
	appointment based on the selection
	(e_week_view_on_button_press): use above
	(e_week_view_on_new_appointment): ditto
	(e_week_view_on_new_meeting): ditto

svn path=/trunk/; revision=18043
2002-09-11 18:50:53 +00:00
956988dccd updated to mention how to restore the imap cache
svn path=/trunk/; revision=18042
2002-09-11 17:53:40 +00:00
cae5b0461d Release notes.
svn path=/trunk/; revision=18041
2002-09-11 17:28:12 +00:00
9f492d6f81 Revert a patch that I had not meant to commit that was aimed at fixing bug
2002-09-11  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-mime-utils.c (header_encode_string): Revert a patch that I
	had not meant to commit that was aimed at fixing bug #29234.

svn path=/trunk/; revision=18040
2002-09-11 05:40:01 +00:00
fd67fd43ea Handle file uri's too.
2002-09-11  Not Zed  <NotZed@Ximian.com>

        * component-factory.c (configure_folder_popup): Handle file uri's
        too.

        * mail-callbacks.c (configure_folder): clear message list before
        calling configure folder.
        (local_configure_done): completion callback to reset message list
        when done.

        * mail-local.c (mail_local_reconfigure_folder): changed args to
        accept uri, and done callback.
        (reconfigure_got_folder): moved code to callback which presents
        the configure uri once we have the folder.

svn path=/trunk/; revision=18039
2002-09-11 04:27:23 +00:00
4081a13ff1 forgot to commit the po stuff from the release. also bumped the so number.
forgot to commit the po stuff from the release. also bumped the so number.

2002-09-10  Mike Kestner  <mkestner@ximian.com>

	* gal/e-table/e-table-item.c (eti_event): allow keypress handling
	for cursor_col==-1 as long as cursor_row isn't -1 also so that e-tree
	searching works without click focusing an item.

svn path=/trunk/; revision=18038
2002-09-10 22:35:19 +00:00
75e84ec74f Same as below. Also save errno before closing the file so our caller can
2002-09-10  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-store-summary.c (camel_store_summary_load): Same as
	below. Also save errno before closing the file so our caller can
	figure out why we failed.
	(camel_store_summary_save): Same here, but also flush the output
	stream to disk.

	* camel-folder-summary.c (camel_folder_summary_load): s/fclose(in)
	== -1/fclose(in) != 0/ since fclose doesn't necessarily return -1
	on fail, all we really know is that it returns 0 on success and
	non-zero on fail.

	* camel-certdb.c (camel_certdb_save): fsync() the stream after we
	fflush it.

svn path=/trunk/; revision=18037
2002-09-10 21:39:56 +00:00