Commit Graph

10668 Commits

Author SHA1 Message Date
8aecd161b7 [Fix #5736, crashing when copying a message with drag and drop.]
* e-storage-set-view.c (tree_drag_data_received): Handle NULL data
gracefully.

svn path=/trunk/; revision=12422
2001-08-23 21:09:03 +00:00
76f3bb1c4f Add a missing \n to the end of a printf.
2001-08-23  Peter Williams  <peterw@ximian.com>

	* providers/local/camel-mbox-summary.c (summary_rebuild): Add a
	missing \n to the end of a printf.

	* providers/local/camel-spool-summary.c (summary_rebuild): Same.

svn path=/trunk/; revision=12421
2001-08-23 20:47:10 +00:00
52e923c416 Fix?
svn path=/trunk/; revision=12420
2001-08-23 18:56:57 +00:00
495be272a5 Remove broken news feeds, don't show completed tasks
svn path=/trunk/; revision=12419
2001-08-23 18:43:38 +00:00
9673d07cca Revert fix for Ximian bug #6995.
2001-08-21  Christopher James Lahey  <clahey@ximian.com>

	* Revert fix for Ximian bug #6995.

svn path=/trunk/; revision=12418
2001-08-23 17:24:24 +00:00
17a89d643a Record the timeout_id so we can cancel it if the mail_folder_info is later
2001-08-23  Peter Williams  <peterw@ximian.com>

	* mail-folder-cache.c (maybe_update): Record the timeout_id so we
	can cancel it if the mail_folder_info is later freed. Also obviates
	the use of the _UPDATE_QUEUED flag.
	(mail_folder_cache_remove_folder): Cancel the timeout if we need to.
	Lock around the hash table operations. Free mfi itself. Add debugging
	spew.
	(get_folder_info): Initialiae the timeout_id to 0.

svn path=/trunk/; revision=12417
2001-08-23 15:12:28 +00:00
94479f8a9b Updated Hungarian translation.
2001-08-23  Andras Timar <timar@gnome.hu>

        * hu.po: Updated Hungarian translation.

svn path=/trunk/; revision=12416
2001-08-23 08:03:49 +00:00
d17a71dbf4 switch "full_name" to "x-evolution-any-field" in all the queries where we
2001-08-23  Chris Toshok  <toshok@ximian.com>

	* gui/component/addressbook.c (addressbook_query_changed): switch
	"full_name" to "x-evolution-any-field" in all the queries where we
	want to match all cards, since the backends universally handle
	this special case more efficiently.

svn path=/trunk/; revision=12415
2001-08-23 07:54:41 +00:00
6fba7d7077 In the GUI, the toggle is labelled "hide addresses", not "show addresses"
2001-08-22  Jon Trowbridge  <trow@ximian.com>

        * gui/contact-list-editor/e-contact-list-editor.c (extract_info):
        In the GUI, the toggle is labelled "hide addresses", not "show
        addresses" -- so we have to reverse the boolean value we read in.
        (fill_in_info): Same bug as before: since the GUI reads "hide", we
        have to initialize the toggle to '!show_addresses', not
        'show_addresses'.

        * backend/ebook/e-destination.c
        (e_destination_list_show_addresses): Added.
        (e_destination_xml_encode): Encode the value of
        e_destination_list_show_addresses into the XML.
        (e_destination_xml_decode): Read and store the "show_addresses"
        flag.

2001-08-22  Jon Trowbridge  <trow@ximian.com>

        * e-msg-composer-hdrs.c (set_recipients_from_destv): Added.  Try
        to properly handle contact lists in which the addresses of the
        list members should be hidden.
        (e_msg_composer_hdrs_to_message): Changed to extract the
        destination data from the entries and pass it along to
        set_recipients_from_destv.


2001-08-22  Jon Trowbridge  <trow@ximian.com>

        * mail-callbacks.c (ask_confirm_for_only_bcc): Provide alternative
        text for this dialog for the case when a message has only Bcc
        recipients because of a hidden contact list's addresses being
        moved from To/Cc to Bcc.
        (composer_get_message): Try to detect when our message has only
        Bcc recipients because of moving addresses around due to a hidden
        contact list, and show the dialog with the revised wording in this
        case.

svn path=/trunk/; revision=12414
2001-08-23 02:58:14 +00:00
e27c0f7d1a Unset the priv->updating flag before returning in the case the component
2001-08-22  Federico Mena Quintero  <federico@ximian.com>

	* gui/dialogs/recurrence-page.c (recurrence_page_fill_widgets):
	Unset the priv->updating flag before returning in the case the
	component has no recurrence information.  Fixes bug #6850.

svn path=/trunk/; revision=12413
2001-08-23 01:57:25 +00:00
d464c77c92 Added a snooze flag to differentiate snoozed alarms from real occurrences.
2001-08-22  Federico Mena Quintero  <federico@ximian.com>

	* gui/alarm-notify/alarm-queue.c (QueuedAlarm): Added a snooze
	flag to differentiate snoozed alarms from real occurrences.
	(add_component_alarms): Do not specify a destroy function for the
	alarm trigger.  We handle this in the callbacks now.
	(alarm_trigger_cb): Just remove the alarms for the unimplemented
	notification types.
	(create_snooze): Implemented snooze.
	(notify_dialog_cb): Snooze as appropriate.

svn path=/trunk/; revision=12412
2001-08-23 01:41:56 +00:00
8cb5eafe19 Don't blindly make all vtrash folder types have a uri of vtrash:file:/,
2001-08-22  Jeffrey Stedfast  <fejj@ximian.com>

	* component-factory.c (create_view): Don't blindly make all vtrash
	folder types have a uri of vtrash:file:/, instead only make it use
	vtrash:file:/ if it's a file: uri, else use physical_uri.

svn path=/trunk/; revision=12411
2001-08-22 23:30:27 +00:00
4ec5f98d75 0.13.99.
* configure.in: 0.13.99.

svn path=/trunk/; revision=12410
2001-08-22 23:29:19 +00:00
df73d86dcb Sync for 0.13.
svn path=/trunk/; revision=12408
2001-08-22 23:18:14 +00:00
d9e5feffa7 Remove src/python/Makefile and src/test/Makefile.
* configure.in: Remove src/python/Makefile and src/test/Makefile.

svn path=/trunk/; revision=12407
2001-08-22 23:17:06 +00:00
6ca632b499 Bump requirements to GAL 0.11, bonobo-conf 0.11, GtkHTML 0.12. Don't
* configure.in: Bump requirements to GAL 0.11, bonobo-conf 0.11,
GtkHTML 0.12.  Don't autogen
`doc/devel/executive-summary/Makefile'.  Bump version number to
0.13.

svn path=/trunk/; revision=12406
2001-08-22 23:16:57 +00:00
f106ce0ff7 public key.
2001-08-22  Aaron Weber  <aaron@ximian.com>

	* C/apx-gloss.sgml: public key.

svn path=/trunk/; revision=12405
2001-08-22 22:57:30 +00:00
4bc7cbc83e Change the property bag to set
svn path=/trunk/; revision=12404
2001-08-22 22:51:06 +00:00
0af9d4d986 Fix the show_full_path bug
Set up the functions for better online/offline reporting.

svn path=/trunk/; revision=12403
2001-08-22 22:31:53 +00:00
1b92eea9f4 emit an event from our event source (contact_editor_cb): emit a destroy
2001-08-22  jacob berkman  <jacob@ximian.com>

	* gui/component/e-address-popup.c (emit_event): emit an event from
	our event source
	(contact_editor_cb): emit a destroy event so our control frame can
	be destroyed.
	(edit_contact_info_cb): emit a hide event so our control frame can
	be hidden
	(e_address_popup_cardify):
	(add_contacts_cb): emit the destroy event
	(e_address_popup_factory_new_control): don't unref our object at
	widget destroy time as that was really really broken
	(e_address_popup_factory_new_control): create an event source and
	aggregate ourself with it

	* gui/contact-editor/e-contact-editor.c (enable_writable_fields):
	display a nicer warning when we can't find a widget for a given
	field
	(e_contact_editor_raise): only raise if there is a window

	* gui/contact-editor/contact-editor.glade: name some widgets that
	got unnamed, and set the first entry as defaultable

	* gui/contact-editor/e-contact-editor.c: envelope printing is
	disabled in 1.0 2001-08-22  jacob berkman  <jacob@ximian.com>

	* mail-display.c: rework how the e-card-popup thing has its life
	managed.  we now hide the window on the Hide event and destroy it
	on the Destroy event emitted from its event source

svn path=/trunk/; revision=12402
2001-08-22 22:12:12 +00:00
4f1770b14e Oops, we need to take the basename too.
2001-08-22  Peter Williams  <peterw@ximian.com>

	* sgmldocs.make: Oops, we need to take the basename too.

svn path=/trunk/; revision=12400
2001-08-22 22:11:18 +00:00
93000e9727 Removed NNTP docs. Improved IMAP docs. IMAP still needs more work though.
2001-08-22  Aaron Weber  <aaron@ximian.com>

	* C/usage-mail.sgml: Removed NNTP docs. Improved IMAP docs. IMAP
	still needs more work though.

	* C/config-prefs.sgml: Removed NNTP docs.

	* C/usage-mainwindow.sgml: s/todo/task list/, fix grammar/style.

svn path=/trunk/; revision=12399
2001-08-22 22:01:04 +00:00
eb8910b106 Put in a $(srcdir) here for when srcdir != builddir.
2001-08-22  Peter Williams  <peterw@ximian.com>

	* sgmldocs.make (omf_timestamp): Put in a $(srcdir) here for when
	srcdir != builddir.

svn path=/trunk/; revision=12398
2001-08-22 21:58:15 +00:00
bb662dceb3 If the remove_source is %TRUE and destination is a descendant of the
* e-storage.c (e_storage_async_xfer_folder): If the remove_source
is %TRUE and destination is a descendant of the parent, pass an
`E_STORAGE_CANTMOVETODESCENDANT' error code to the callback.

* e-storage.h: New value `E_STORAGE_CANTMOVETODESCENDANT' in
`EStorageResult'.

svn path=/trunk/; revision=12397
2001-08-22 21:41:32 +00:00
050cf4e61f call back to add timezones to the top level (itip_send_comp): call
2001-08-22  JP Rosevear  <jpr@ximian.com>

	* gui/itip-utils.c (foreach_tzid_callback): call back to add
	timezones to the top level
	(itip_send_comp): call icalcomponent_foreach_tzid

svn path=/trunk/; revision=12396
2001-08-22 21:34:33 +00:00
b6463ef46a Actually return if the folder is being moved into one of its descendants.
* e-shell-folder-commands.c
(folder_selection_dialog_folder_selected_callback): Actually
return if the folder is being moved into one of its descendants.

svn path=/trunk/; revision=12395
2001-08-22 21:29:31 +00:00
b45d088235 We don't need to escape this for printf'ing.
2001-08-22  Peter Williams  <peterw@ximian.com>

	* mail-send-recv.c (set_send_status): We don't need to escape this
	for printf'ing.

svn path=/trunk/; revision=12394
2001-08-22 21:26:29 +00:00
1c2a1b3974 make sure we don't get into a situation where priv->email == NULL.
2001-08-22  Chris Toshok  <toshok@ximian.com>

	* backend/ebook/e-destination.c (e_destination_get_email): make
	sure we don't get into a situation where priv->email == NULL.

svn path=/trunk/; revision=12393
2001-08-22 20:58:29 +00:00
26a78dd6c5 `#if 0'ed out. (make_bold): Likewise.
* e-shell-folder-title-bar.c (label_realize_callback): `#if 0'ed
out.
(make_bold): Likewise.
(e_shell_folder_title_bar_construct): Don't call it.

* e-local-storage.c (component_async_remove_folder_callback): Only
remove the directory if the component succeeds.

svn path=/trunk/; revision=12392
2001-08-22 20:49:12 +00:00
3e805202e4 Fix the improper construction of the new folder's physical URI.
2001-08-22  Peter Williams  <peterw@ximian.com>

	* e-local-storage.c (async_xfer_folder_callback): Fix the improper
	construction of the new folder's physical URI.

svn path=/trunk/; revision=12391
2001-08-22 20:30:11 +00:00
57516b50db Don't remove the folder directory here.
* e-local-storage.c (remove_folder): Don't remove the folder
directory here.
(component_async_remove_folder_callback): Remove it here instead.

svn path=/trunk/; revision=12390
2001-08-22 19:19:48 +00:00
d48d09de1a Updated Norwegian (bokmål) translation.
2001-08-22  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian (bokmål) translation.

svn path=/trunk/; revision=12389
2001-08-22 19:07:13 +00:00
5bfca4b535 [Fix #7775, crash trying to do New Task]
* e-shell-user-creatable-items-handler.c (verb_fn): Make sure we
don't pass NULL strings to
`GNOME_Evolution_ShellComponent_userCreateNewItem()'.

svn path=/trunk/; revision=12388
2001-08-22 18:53:47 +00:00
6fea277b7a When reporting an error, use my_file_name instead of file_name since
2001-08-22  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c (save): When reporting an error, use
	my_file_name instead of file_name since file_name can be NULL.

svn path=/trunk/; revision=12387
2001-08-22 18:37:03 +00:00
b20c988f36 oops, don't need that extra statement
svn path=/trunk/; revision=12386
2001-08-22 17:59:20 +00:00
b64eb59f28 Oops. Fixed a mis-use of GPtrArray. If we set_size, then using
2001-08-22  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/pop3/camel-pop3-folder.c (pop3_generate_uids):
	Oops. Fixed a mis-use of GPtrArray. If we set_size, then using
	g_ptr_array_add will assume `size' elements have already been
	initialized and will start appending on to the end.

svn path=/trunk/; revision=12385
2001-08-22 17:58:44 +00:00
e84ebd2e0a Prevent the user from creating two accounts with the same name.
2001-08-22  Peter Williams  <peterw@ximian.com>

	Prevent the user from creating two accounts with the same name.

	* mail-config.c (impl_GNOME_Evolution_MailConfig_addAccount): Abort
	if the account has the same name as another account.

	* mail-account-gui.c (mail_account_gui_save): Don't let the user
	save if the account has the same name as another account.

	* mail-config-druid.c (management_check): Disable the next button
	if the account name is the same as a preexisting account.
	(construct): The only part of 'pages' that was being used was the
	name. 'wizard_pages' now has the callbacks, while 'pages' is just
	an array of char *'s.
	(wizard_finish_cb): Save the account first because that's the
	right way, and try to honor mail_account_gui_save's return value.

	* mail-config.glade: Add a label noting that you're not allowed
	to create two accounts with the same name.

svn path=/trunk/; revision=12384
2001-08-22 15:50:42 +00:00
ad546eab4d #include <libgnomevfs/gnome-vfs-types.h> so this will compile against
* gui/gnome-cal.c: #include <libgnomevfs/gnome-vfs-types.h> so
	this will compile against gnome-vfs 1.0.1.

svn path=/trunk/; revision=12383
2001-08-22 15:43:12 +00:00
54bea2eaa8 This patch fixes a lot of i18n problems in Evolution.
* gal/widgets/e-unicode.c (e_utf8_to_gtk_string_sized):
Call gtk_widget_ensure_style before refering to widget's style.

svn path=/trunk/; revision=12381
2001-08-22 15:10:32 +00:00
f4b632e0ef Check for NULL uic here as well. (fbui_sensitize_items): Up the timeout
2001-08-22  Peter Williams  <peterw@ximian.com>

	* folder-browser-ui.c (fbui_sensitize_timeout): Check for NULL uic
	here as well.
	(fbui_sensitize_items): Up the timeout interval to 110 ms.

svn path=/trunk/; revision=12380
2001-08-22 15:02:02 +00:00
ec13cd14da open the tasks folder associated with the calendar being opened, and not
2001-08-22  Rodrigo Moya <rodrigo@ximian.com>

	* gui/gnome-cal.c (gnome_calendar_open): open the tasks folder
	associated with the calendar being opened, and not always the local
	tasks.ics file

	* pcs/cal-factory.c (open_fn): use gnome_vfs_uri_new_private when
	parsing the URI to allow non-registered URIs

svn path=/trunk/; revision=12379
2001-08-22 12:09:12 +00:00
0158ec8843 Added.
* NEWS (Global): Added.

svn path=/trunk/; revision=12378
2001-08-22 01:32:11 +00:00
e4ec4a3420 cut and paste fixed version of gnome_canvas_button here.
2001-08-21  Chris Toshok  <toshok@ximian.com>

	* gal/widgets/e-canvas.c (e_canvas_button): cut and paste fixed
	version of gnome_canvas_button here.
	(pick_current_item): needed by e_canvas_button, also from
	gnome-canvas.c.
	(gnome_canvas_item_invoke_point): same.
	(e_canvas_class_init): hook button_press_event and
	button_release_event to e_canvas_button.

svn path=/trunk/; revision=12376
2001-08-22 01:20:55 +00:00
1f00b6843c add LDAP server dialog to addressbook NEWS.
svn path=/trunk/; revision=12375
2001-08-22 00:41:53 +00:00
0241ac1697 Updated NEWS for addressbook.
2001-08-21  Christopher James Lahey  <clahey@ximian.com>

	* NEWS (Addressbook): Updated NEWS for addressbook.

svn path=/trunk/; revision=12374
2001-08-22 00:35:09 +00:00
06def2fd56 unref the rc_style.
2001-08-21  Damon Chaplin  <damon@ximian.com>

	* e-gray-bar.c (endarken_style): unref the rc_style.

svn path=/trunk/; revision=12373
2001-08-21 23:05:01 +00:00
9e20b50bd1 Turn on --batch and reenable gpg keyserver lookups. (pgp_decrypt): Disable
2001-08-21  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-pgp-context.c (pgp_verify): Turn on --batch and reenable
	gpg keyserver lookups.
	(pgp_decrypt): Disable keyserver lookups if we are disconnected.

svn path=/trunk/; revision=12372
2001-08-21 22:45:41 +00:00
09a6132a1a tiny typo
svn path=/trunk/; revision=12371
2001-08-21 22:22:15 +00:00
fc88bebfb3 Honor the return value of mail_account_gui_save.
2001-08-21  Peter Williams  <peterw@ximian.com>

	* mail-account-editor.c (apply_changes): Honor the return value of
	mail_account_gui_save.

svn path=/trunk/; revision=12370
2001-08-21 22:18:04 +00:00
9f2496c373 fixes
svn path=/trunk/; revision=12369
2001-08-21 22:10:49 +00:00