Commit Graph

12673 Commits

Author SHA1 Message Date
bb3c3db704 Updated Brazilian Portuguese translation.
2001-11-08  Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>

* pt_BR.po: Updated Brazilian Portuguese translation.

svn path=/trunk/; revision=14635
2001-11-09 00:12:20 +00:00
e883caea14 Call mail_config_pgp_type_detect_from_path() instead of doing our own lame
2001-11-06  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-accounts.c (pgp_path_changed): Call
	mail_config_pgp_type_detect_from_path() instead of doing our own
	lame auto-detection that didn't even work ;-)

	* mail-config.c (auto_detect_pgp_variables): Execute the pgp
	binary and look at it's version string if we have a version string
	to compare to.
	(mail_config_pgp_type_detect_from_path): New function that takes a
	pgp path and attempts to figure out what pgp version it is.

svn path=/trunk/; revision=14634
2001-11-08 22:31:53 +00:00
e50647bb50 Fixed stupid bug (U_ macro should always take one argument).
* gal/util/e-unicode-i18n.h:
Fixed stupid bug (U_ macro should always take one argument).

* gal/e-table/e-table-group-container.c (compute_text): s/_/U_

svn path=/trunk/; revision=14632
2001-11-08 22:11:45 +00:00
6a46f7cb26 don't leak the string returned by cal_component_get_as_string nor the
2001-11-08  Rodrigo Moya <rodrigo@ximian.com>

	* pcs/cal-backend-file.c
	(cal_backend_file_compute_changes_foreach_key): don't leak the
	string returned by cal_component_get_as_string nor the temporary
	CalComponent we create

svn path=/trunk/; revision=14629
2001-11-08 18:29:07 +00:00
12323a556d Explicitly destroy entries. Part of the fix for the lingering completion
2001-11-08  Jon Trowbridge  <trow@ximian.com>

        * gui/component/select-names/e-select-names-bonobo.c
        (impl_destroy): Explicitly destroy entries.  Part of the fix for
        the lingering completion window bug.

svn path=/trunk/; revision=14628
2001-11-08 17:31:40 +00:00
335e0c6bf6 Only popup entries that have focus. Fixes the lingering completion popup
2001-11-08  Jon Trowbridge  <trow@ximian.com>

        * gal/e-text/e-entry.c (full_cb): Only popup entries that have
        focus.  Fixes the lingering completion popup bug.

svn path=/trunk/; revision=14626
2001-11-08 17:28:52 +00:00
9f3f6fc9f5 don't add the item, remove it if declining (in case it was added before)
2001-11-08  JP Rosevear  <jpr@ximian.com>

 	* gui/e-itip-control.c (ok_clicked_cb): don't add the item, remove
 	it if declining (in case it was added before)
 	(remove_item): Since we can't discern between an item not found
 	and another error, always say the removal is complete

svn path=/trunk/; revision=14625
2001-11-08 14:42:38 +00:00
d1e3f760a9 Convert generated string to UTF-8.
* gui/e-cell-date-edit-text.c (ecd_get_text):
Convert generated string to UTF-8.

svn path=/trunk/; revision=14624
2001-11-08 14:41:13 +00:00
2621e9ad10 *** empty log message ***
svn path=/trunk/; revision=14623
2001-11-08 13:37:22 +00:00
4dcb33f92e Updated Finnish translation.
svn path=/trunk/; revision=14622
2001-11-08 11:24:07 +00:00
66f135993e Updated Swedish translation.
2001-11-08  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.

svn path=/trunk/; revision=14621
2001-11-08 01:46:49 +00:00
4a3c80cd3c Add code to kludge around any x-inline-pgp-hacks by prepending some
2001-11-07  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-pgp-mime.c (camel_pgp_mime_part_decrypt): Add code to
	kludge around any x-inline-pgp-hacks by prepending some content
	headers to the decrypted data.

svn path=/trunk/; revision=14620
2001-11-08 00:08:35 +00:00
a9f89ff0fc Add a "x-inline-pgp-hack=true" paramter to the multipart's content-type.
2001-11-07  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-format.c (try_inline_pgp): Add a "x-inline-pgp-hack=true"
	paramter to the multipart's content-type.

svn path=/trunk/; revision=14619
2001-11-08 00:06:54 +00:00
d319b55c9a Updated Spanish translation.
svn path=/trunk/; revision=14618
2001-11-07 22:56:25 +00:00
466fda9087 emit changed signal (e_meeting_time_selector_on_end_time_changed): emit
2001-11-07  JP Rosevear  <jpr@ximian.com>

 	* gui/e-meeting-time-sel.c
 	(e_meeting_time_selector_on_start_time_changed): emit changed
 	signal
 	(e_meeting_time_selector_on_end_time_changed): emit changed
 	signal, if end time is now before start time and all day event,
 	make sure a whole day is still selected
 	(e_meeting_time_selector_drag_meeting_time): calculate the first
 	and last_time's in whole days for all day events
 	(e_meeting_time_selector_timeout_handler): calculate the drag time
 	to be whole days for all day events and scroll the canvas even if
 	we don't update the time so the user can see where they're headed

svn path=/trunk/; revision=14617
2001-11-07 18:53:47 +00:00
083b5229b9 A useless update.
svn path=/trunk/; revision=14616
2001-11-07 17:32:40 +00:00
f7c509da22 make sure to remove all attendees from the model when we edit a new comp,
2001-11-06  JP Rosevear  <jpr@ximian.com>

	* gui/dialogs/event-editor.c (event_editor_edit_comp): make sure
	to remove all attendees from the model when we edit a new comp,
	append the pages if they are needed and we weren't showing them
	before

	* gui/dialogs/task-editor.c (task_editor_edit_comp): same as above

 	* gui/dialogs/comp-editor.c (comp_editor_remove_page): check for a
 	return value indicating the page was not found and return if so

svn path=/trunk/; revision=14615
2001-11-07 15:43:32 +00:00
68459c289c Small update of Norwegian nynorsk translation.
svn path=/trunk/; revision=14614
2001-11-07 13:27:48 +00:00
53d4e603f3 Silly random city bug
svn path=/trunk/; revision=14613
2001-11-07 11:37:28 +00:00
14f59bab59 New, updated icon from Tuomas.
* evolution.png: New, updated icon from Tuomas.

svn path=/trunk/; revision=14612
2001-11-07 00:06:50 +00:00
430fb7e2c4 *** empty log message ***
svn path=/trunk/; revision=14611
2001-11-06 20:25:01 +00:00
d4d09c62aa Up to 0.99.1 for snapshot purposes.
* configure.in: Up to 0.99.1 for snapshot purposes.

svn path=/trunk/; revision=14609
2001-11-06 19:28:49 +00:00
cec560b009 <ettore> ok so <ettore> should I build this tarball again? ettore doesn't
<ettore> ok so
<ettore> should I build this tarball again?
* ettore doesn't think so
<ettore> I have checked it already earlier today

svn path=/trunk/; revision=14607
2001-11-06 04:05:21 +00:00
f79e71ab6d *** empty log message ***
svn path=/trunk/; revision=14606
2001-11-06 01:34:16 +00:00
579ae4c414 0.99.0.
svn path=/trunk/; revision=14605
2001-11-06 01:05:08 +00:00
b45618e877 Get the storage name if we are dragging a storage instead of a folder.
* e-storage-set-view.c (set_e_shortcut_selection): Get the storage
name if we are dragging a storage instead of a folder.

svn path=/trunk/; revision=14604
2001-11-06 00:33:51 +00:00
b464a6713a Small update
2001-11-05  JP Rosevear  <jpr@ximian.com>

	* NEWS: Small update

svn path=/trunk/; revision=14603
2001-11-06 00:07:04 +00:00
9ab4c3e6cd set both the date and the time of day in one call, creating only a single
2001-11-05  JP Rosevear  <jpr@ximian.com>

	* e-dateedit.c (e_date_edit_set_date_and_time_of_day): set both
	the date and the time of day in one call, creating only a single
	changed signal

	* e-dateedit.h: add proto

svn path=/trunk/; revision=14602
2001-11-06 00:05:54 +00:00
748fba5603 add a changed signal (e_meeting_time_selector_construct): emit changed
2001-11-05  JP Rosevear  <jpr@ximian.com>

	* gui/e-meeting-time-sel.c (e_meeting_time_selector_class_init):
	add a changed signal
	(e_meeting_time_selector_construct): emit changed signal
	(e_meeting_time_selector_set_meeting_time): ditto
	(e_meeting_time_selector_set_all_day): set the all day setting
	(e_meeting_time_selector_autopick): emit changed signal
	(e_meeting_time_selector_find_nearest_interval): find proper
	interval when in all day mode
	(e_meeting_time_selector_find_nearest_interval_backward): ditto
	(e_meeting_time_selector_drag_meeting_time): for all day events,
	move the time when past the 12 hour mark, and and always make sure
	1 full day is selected, emit changed signal when appropriate
	(e_meeting_time_selector_update_start_date_edit): set date and
	time of day together
	(e_meeting_time_selector_update_end_date_edit): ditto, and adjust
	display time if all day event

	* gui/e-meeting-time-sel-item.c
	(e_meeting_time_selector_item_draw): remove unused variable
	(e_meeting_time_selector_item_button_press): for all day mode,
	make the interval a whole day

	* gui/dialogs/schedule-page.c (update_time): set the meeting time
	selector setting instead of manual mucking with the e-date-edit
	widgets
	(init_widgets): listen to the changed signal of the meeting time
	selector instead of propagating multiple events as it updates

	* gui/dialogs/event-page.c (update_time): block time zone change
	signals

svn path=/trunk/; revision=14601
2001-11-06 00:02:47 +00:00
7424f4066f removed ';' in the wrong place. Fixes bug #14421.
2001-11-05  Damon Chaplin  <damon@ximian.com>

	* gui/calendar-model.c (dup_date_edit_value): removed ';' in the wrong
	place. Fixes bug #14421.

svn path=/trunk/; revision=14600
2001-11-05 23:40:05 +00:00
2a716127b6 Fixed spacing and alignment probelms. (See bug #14281)
2001-11-05  Anna Marie Dirks  <anna@ximian.com>

	* e-shell-importer.c (prepare_intelligent_page): Fixed spacing and
	alignment probelms. (See bug #14281)

	* e-shell-startup-wizard.c (prepare_importer_page): Fixed
	spacing and alignment problems. (See bug #14281)

svn path=/trunk/; revision=14599
2001-11-05 23:15:30 +00:00
cdd8a5be80 Don't make the account editor modal either.
2001-11-05  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-account-editor.c (construct): Don't make the account editor
	modal either.

	* mail-accounts.c (mail_add): Use the new global account druid
	variable so that we can avoid having more than a single druid at a
	time. If a druid already exists, bring it to the top.
	(mail_edit): Same idea only for the account editor this time.
	(mail_editor_destroyed): Set the global editor to NULL.
	(mail_add_finished): Set the global druid to NULL.
	(mail_delete): Don't allow any deletes if an account editor is
	opened (we don't want to be able to delete the account we are
	editing...)
	(news_edit): Same thing for the news editor.
	(news_editor_destroyed): Set the news editor to NULL.
	(news_add): And again for the news add.

	* mail-account-gui.c (service_check_supported): Updated to pass a
	GtkWindow argument to mail_config_check_service().

	* mail-config.c (mail_config_check_service): Now takes a GtkWindow
	argument so we can set our parent window. Also, don't make this
	dialog modal either.

	* mail-config-druid.c (construct): Don't make this druid modal.

svn path=/trunk/; revision=14598
2001-11-05 23:10:12 +00:00
5
016bfe6a73 Override the Move/Copy handlers setup by the folder_browser_ui code, and
2001-11-05    <NotZed@Ximian.com>

        * message-browser.c (set_bonobo_ui): Override the Move/Copy
        handlers setup by the folder_browser_ui code, and use our own,
        because we need to pass it a live window which we can't.
        (transfer_msg): Our own version of mail-callbacks.c:transfer_msg,
        so we can properly pass the parent to the user_select_folder.
        (transfer_msg_done): Also copy this so we can pass it diff args.
        All fix #13919.

        * mail-callbacks.c (transfer_msg): Set physical/uri to NULL before
        calling, because althought he shell client api call is supposed to
        null these out, it doesn't with its stupid assertion checks on
        entry.  Also free physical to plug a memleak.  Bugs exposed by
        #13919.

svn path=/trunk/; revision=14597
2001-11-05 22:44:56 +00:00
eb48b8f98b Updated.
* NEWS: Updated.

svn path=/trunk/; revision=14596
2001-11-05 22:04:32 +00:00
6cd82bd7a8 dist the glade data
2001-11-05  JP Rosevear  <jpr@ximian.com>

	* Makefile.am (EXTRA_DIST): dist the glade data

svn path=/trunk/; revision=14595
2001-11-05 21:40:25 +00:00
c81e771e3b Based on a patch by Damon Chaplin <damon@ximian.com>
2001-11-05  Christopher James Lahey  <clahey@ximian.com>

Based on a patch by Damon Chaplin <damon@ximian.com>

	* e-cell-date-edit.c: Connect to the button_press signal on the
	popup and do the grab correctly so that this dialog behaves
	properly when the user clicks it away.  Also, changed all
	instances of setting of popup_shown field of ECellPopup to call
	e_cell_popup_set_shown.  Fixes Ximian bug #14016.

svn path=/trunk/; revision=14594
2001-11-05 20:12:44 +00:00
514e14b2c6 New functions here.
2001-11-03  Christopher James Lahey  <clahey@ximian.com>

	* e-cell-popup.c, e-cell-popup.h (e_cell_popup_set_shown,
	e_cell_popup_queue_cell_redraw): New functions here.

	* e-cell-combo.c: Use e_cell_popup_set_shown to set the
	popup_shown variable so that ECellPopup can properly request a
	redraw.

svn path=/trunk/; revision=14592
2001-11-05 19:52:33 +00:00
76d416305f We should only pre_change here if frozen = 0, otherwise we'll leak
2001-11-03  Christopher James Lahey  <clahey@ximian.com>

	* e-tree-memory.c (e_tree_memory_freeze): We should only
	pre_change here if frozen = 0, otherwise we'll leak pre_changes.
	Helps fix Ximian bug #14422.

	* e-tree-sorted.c (ets_proxy_node_data_changed,
	ets_proxy_node_col_changed): Send a no_change signal here if given
	a NULL path.  Helps fix Ximian bug #14422.

svn path=/trunk/; revision=14591
2001-11-05 19:50:35 +00:00
115c8ef7a3 Renamed from mail_html_write_string.
2001-11-01  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-display.h (mail_html_write): Renamed from
	mail_html_write_string.

	* mail-display.c (mail_text_write): Don't bother with varargs
	since nothing used them, we were only passing strings anyway...
	(mail_error_printf): Renamed from mail_error_write, this makes
	more sense.
	(mail_html_write): Removed.

	* mail-format.c: Updated to use gtk_html_stream_printf directly
	and s/mail_html_write_string/mail_html_write.
	(mail_lookup_handler): Don't use %.*s here either...
	(handle_text_enriched): Same.
	(write_one_text_plain_chunk): And finally here (also update for
	new mail_text_write api).
	(handle_multipart_signed): Update for new mail_text_write api.
	(format_mime_part): Update for new mail_error_text/printf name
	change.
	(handle_multipart_encrypted): Same.

	* mail-tools.c (mail_tool_generate_forward_subject): Same as
	mail_generate_reply.

	* mail-callbacks.c (mail_generate_reply): Don't use %.*s in any
	*printf* functions.

svn path=/trunk/; revision=14590
2001-11-05 19:47:59 +00:00
35eedfd6a1 Set the shortcut name to be the folder name, not just the last component
* e-storage-set-view.c (set_e_shortcut_selection): Set the
        shortcut name to be the folder name, not just the last component
        of its path, which may be different.

svn path=/trunk/; revision=14589
2001-11-05 18:38:22 +00:00
2a491e3594 -export-dynamic for libglade custom widget.
* gui/alarm-notify/Makefile.am (evolution_alarm_notify_LDFLAGS):
	-export-dynamic for libglade custom widget.

svn path=/trunk/; revision=14588
2001-11-05 15:00:35 +00:00
16fb895cb0 use hash table to eliminate duplicates
2001-11-02  Radek Doulik  <rodo@ximian.com>

	* e-msg-composer.c (add_inlined_images): use hash table to
	eliminate duplicates

svn path=/trunk/; revision=14587
2001-11-05 13:03:07 +00:00
ea7b076e8a Updated Polish translation by GNOME PL Team <translators@gnome.pl>
svn path=/trunk/; revision=14586
2001-11-05 10:13:20 +00:00
5f9a2db05e Updated Swedish translation.
2001-11-05  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.

svn path=/trunk/; revision=14585
2001-11-05 02:01:08 +00:00
0a61481a37 use TZID from the builtin timezone, instead of using the location name.
2001-11-04  Damon Chaplin  <damon@ximian.com>

	* gui/comp-editor-factory.c (get_default_component): use TZID from the
	builtin timezone, instead of using the location name.

svn path=/trunk/; revision=14584
2001-11-05 00:54:30 +00:00
fa693dec65 Use ordering of the pilot's phone label list to find fields we sync in
2001-11-04  JP Rosevear  <jpr@ximian.com>

	* conduit/address-conduit.c: Use ordering of the pilot's phone
	label list to find fields we sync in order to avoid strcmp'ing the
	pilot's labels rendering phone syncing usable only for english
	language pilots

svn path=/trunk/; revision=14583
2001-11-04 23:05:38 +00:00
9a49145291 [ Fixes Ximian bug #14410 ] init in_async_call to FALSE. (card_added_cb):
2001-11-03  Chris Toshok  <toshok@ximian.com>

	[ Fixes Ximian bug #14410 ]
	* gui/contact-editor/e-contact-editor.c (e_contact_editor_init):
	init in_async_call to FALSE.
	(card_added_cb): turn the UI back on and set in_async_call to
	FALSE.
	(card_modified_cb): same.
	(card_deleted_cb): same.
	(save_card): turn off the UI by setting the dialog insensitive,
	and set in_async_call to TRUE.
	(delete_cb): same.
	(app_delete_event_cb): if we're in an async call don't let the
	window get deleted.

	* gui/contact-editor/e-contact-editor.h (struct _EContactEditor):
	add in_async_call flag for when we make a wombat call and need to
	disable the UI.

	* gui/contact-list-editor/e-contact-list-editor.c
	(e_contact_list_editor_init): init in_async_call to FALSE.
	(list_added_cb): turn the UI back on and set in_async_call to
	FALSE.
	(list_modified_cb): same.
	(list_deleted_cb): same.
	(save_card): turn off the UI by setting the dialog insensitive,
	and set in_async_call to TRUE.
	(delete_cb): same.
	(app_delete_event_cb): if we're in an async call don't let the
	window get deleted.

	* gui/contact-list-editor/e-contact-list-editor.h (struct
	_EContactListEditor): add in_async_call flag for when we make a
	wombat call and need to disable the UI.

svn path=/trunk/; revision=14582
2001-11-04 04:39:08 +00:00
404df6b3a1 Use GINT_TO_POINTER here for platforms where simply casting an int to void
2001-11-02  Christopher James Lahey  <clahey@ximian.com>

	* message-list.c (ml_tree_value_at): Use GINT_TO_POINTER here for
	platforms where simply casting an int to void * won't work.
	(build_flat_diff, main_folder_changed): Call
	e_tree_model_pre_change here.

svn path=/trunk/; revision=14581
2001-11-03 13:28:23 +00:00
bd49633a89 Bumped the version number to 0.17.99.0. Bumped the soname to 18.
2001-11-03  Christopher James Lahey  <clahey@ximian.com>

	* configure.in: Bumped the version number to 0.17.99.0.  Bumped
	the soname to 18.

	* gal/widgets/e-categories.c (e_categories_destroy): Got rid of a
	GtkWarning here that was due to Gtk+ casting a NULL pointer.
	Fixes Ximian bug #14327.

From gal/e-table/ChangeLog:

2001-11-02  Christopher James Lahey  <clahey@ximian.com>

	* e-cell-popup.c, e-cell-popup.h (e_cell_popup_do_popup): Make
	ECellPopup not display multiple arrows while the popup is up and
	the table is in grouped mode.  Fixes Ximian bug #14207.

svn path=/trunk/; revision=14580
2001-11-03 09:02:54 +00:00
a455eb6481 Check for NULL dates before converting them to strings. Fixes Ximian bug
2001-11-02  Christopher James Lahey  <clahey@ximian.com>

	* backend/ebook/e-card-simple.c (e_card_simple_get): Check for
	NULL dates before converting them to strings.  Fixes Ximian bug
	#14394.

svn path=/trunk/; revision=14579
2001-11-03 05:32:40 +00:00