Commit Graph

17865 Commits

Author SHA1 Message Date
bc90aaa3e2 Updated Ukrainian translation
svn path=/trunk/; revision=20591
2003-03-31 08:34:08 +00:00
466a9db478 add vcard tests
svn path=/trunk/; revision=20590
2003-03-31 07:20:44 +00:00
06ea0b6cb3 braindead, and *extremely* forgiving vcard parser. not for public
2003-03-30  Chris Toshok  <toshok@ximian.com>

	* backend/ebook/e-vcard.[ch]: braindead, and *extremely* forgiving
	vcard parser.  not for public consumption yet.

svn path=/trunk/; revision=20589
2003-03-31 05:18:28 +00:00
86c77578a1 Handle multiple destroys.
2003-03-30  Hans Petter Jansson  <hpj@ximian.com>

	* e-calendar-item.c (e_calendar_item_destroy): Handle multiple
	destroys.

svn path=/trunk/; revision=20588
2003-03-31 05:15:38 +00:00
006600fdf4 add vcard docs
svn path=/trunk/; revision=20587
2003-03-31 05:14:50 +00:00
eeadfa251c need to check for config_service != NULL, not service != NULL before
2003-03-31  Not Zed  <NotZed@Ximian.com>

	* mail-session.c (pass_response): need to check for config_service
	!= NULL, not service != NULL before calling set_save_password.
	Fix for #40472.

2003-03-28  Not Zed  <NotZed@Ximian.com>

	* folder-browser-ui.c: include e-meta.h

	* folder-browser.c (on_right_click): remove unused var.

svn path=/trunk/; revision=20586
2003-03-31 02:57:41 +00:00
13ea569098 [ fixes bug #39381 (again) ] add "GtkWidget *button" first arg, so we
2003-03-30  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #39381 (again) ]
	* gui/component/e-address-popup.c (edit_contact_info_cb): add
	"GtkWidget *button" first arg, so we don't crash.

svn path=/trunk/; revision=20585
2003-03-31 00:38:16 +00:00
3fea004367 Update Czech translation
svn path=/trunk/; revision=20580
2003-03-30 01:26:45 +00:00
470bb0bff4 Fixes #39895
2003-03-29  Not Zed  <NotZed@Ximian.com>

	Fixes #39895

	* gui/e-day-view.h (EDayViewColors): add an unfocussed colour to
	draw the selection in when we're not focussed.

	* gui/e-day-view.c (e_day_view_realize): Initialise
	E_DAY_VIEW_COLOR_BG_SELECTED_UNFOCUSSED to be 1/2 saturation of
	the focussed colour.

	* gui/e-day-view-main-item.c (e_day_view_main_item_draw): Use the
	UFOCUSSED colour if we aren't focussed, rather than just not
	drawing anything.

svn path=/trunk/; revision=20579
2003-03-29 20:04:52 +00:00
e72c115df8 Updated Brazilian Portuguese translation done by Gustavo Maciel Dias
2003-03-29  Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>

        * pt_BR.po: Updated Brazilian Portuguese translation done by
        Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>.

svn path=/trunk/; revision=20578
2003-03-29 17:44:26 +00:00
b8fb6512c8 Updated Swedish translation.
2003-03-29  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.

svn path=/trunk/; revision=20577
2003-03-29 13:39:17 +00:00
62729f9b47 Added myself as new Portuguese translator.
2003-03-29  Duarte Loreto <happyguy_pt@hotmail.com>

        * AUTHORS: Added myself as new Portuguese translator.

svn path=/trunk/; revision=20574
2003-03-29 05:17:51 +00:00
6098490c39 Finished updating Portuguese translation.
2003-03-29  Duarte Loreto <happyguy_pt@hotmail.com>

        * pt.po: Finished updating Portuguese translation.

svn path=/trunk/; revision=20573
2003-03-29 05:15:27 +00:00
7e0741f407 set the sub item to the default as well
2003-03-28  JP Rosevear  <jpr@ximian.com>

	* e-search-bar.c (clear_search): set the sub item to the default
	as well

svn path=/trunk/; revision=20572
2003-03-29 02:16:56 +00:00
325edf034c Ported check for "killall" vs. "killp" back from
1.2.

svn path=/trunk/; revision=20571
2003-03-28 23:39:25 +00:00
39f523bc89 (install-data-local): Fix installation of the
.desktop file.

svn path=/trunk/; revision=20570
2003-03-28 23:38:41 +00:00
3acdd451ad the shell client is a g_object now, ref appropriately
2003-03-28  JP Rosevear  <jpr@ximian.com>

	* gui/e-itip-control.c (get_servers): the shell client is a
	g_object now, ref appropriately

svn path=/trunk/; revision=20569
2003-03-28 23:21:10 +00:00
b759bc8bc4 [ fixes bug #40403 ] revert the fix for 28945, as was done on the 1.2
2003-03-28  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #40403 ]
	* backend/ebook/e-card.c (e_card_get_vobject): revert the fix for
	28945, as was done on the 1.2 branch.  this is because the "fix"
	actually breaks internal use of contact lists.  We need to make
	the exporting of contacts DTRT, instead of fixing it here.

svn path=/trunk/; revision=20568
2003-03-28 22:46:50 +00:00
1ebc39be4e [ fix the contact editor so that the only time the address is parsed is
2003-03-28  Chris Toshok  <toshok@ximian.com>

	[ fix the contact editor so that the only time the address is
	parsed is when the user types in the address GtkTextView. ]
	* gui/contact-editor/e-contact-editor.c (address_mailing_changed):
	make this use delivery addresses instead of labels.
	(full_addr_clicked): same.
	(find_address_mailing): same.

	* backend/ebook/e-card-simple.c
	(e_card_simple_set_delivery_address): make this operate similar to
	e_card_simple_set_address: it sets both the delivery address and
	the label for the address.

svn path=/trunk/; revision=20567
2003-03-28 22:22:40 +00:00
02546395de Hold weak references to the CalComponent instead of connecting to the
2003-03-28  Hans Petter Jansson  <hpj@ximian.com>

	* gui/e-day-view.c (comp_destroy_cb)
	(e_day_view_on_long_event_button_press)
	(e_day_view_on_event_button_press)
	(e_day_view_on_long_event_click)
	(e_day_view_on_event_click)
	(e_day_view_on_event_double_click)
	(e_day_view_on_delete_appointment): Hold weak references to the
	CalComponent instead of connecting to the "destroy" signal.

	* gui/e-week-view.c (comp_destroy_cb)
	(e_week_view_on_text_item_event): Ditto.

svn path=/trunk/; revision=20566
2003-03-28 21:57:07 +00:00
583bbec280 (kill_old_wombat): New.
(kill_wombat): New.
(idle_cb): Call kill_old_wombat().

svn path=/trunk/; revision=20565
2003-03-28 21:52:31 +00:00
2fee911d3a Update.
svn path=/trunk/; revision=20564
2003-03-28 21:42:38 +00:00
132fc11494 Add InterfaceCheck object. Likewise.
* GNOME_Evolution_WombatLDAP.server.in.in: Add InterfaceCheck
object.
* GNOME_Evolution_WombatNOLDAP.server.in.in: Likewise.

* wombat-interface-check.c: New, from evolution-1-2-branch.
* wombat-interface-check.h: Likewise.

* wombat.c (setup_pas): Removed argc/argv args.
(setup_pcs): Likewise.
(setup_interface_check): New interface to set up the
InterfaceCheck object.
(main): Call the latter.

svn path=/trunk/; revision=20563
2003-03-28 21:41:44 +00:00
0dadd716b3 Updated Spanish translation by Francisco Javier Fernandez
2003-03-28  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>

    * es.po: Updated Spanish translation by
	  Francisco Javier Fernandez <serrador@arakis.es>

svn path=/trunk/; revision=20561
2003-03-28 20:33:49 +00:00
921cd31984 Updated German translation.
svn path=/trunk/; revision=20560
2003-03-28 19:23:14 +00:00
725e53d0e3 Fixes #39954
2003-03-28  Hans Petter Jansson  <hpj@ximian.com>

	Fixes #39954

	* gui/dialogs/recurrence-page.c (make_recurrence_special):
	Destroy would-be children of the container before the container.

svn path=/trunk/; revision=20559
2003-03-28 19:04:19 +00:00
48f9f186fc Declare a prototype for this function prior to fe_got_children() so that
2003-03-28  Jeffrey Stedfast  <fejj@ximian.com>

	* subscribe-dialog.c (fe_check_for_children): Declare a prototype
	for this function prior to fe_got_children() so that
	fe_got_children() can call us.

svn path=/trunk/; revision=20558
2003-03-28 16:39:33 +00:00
87770ea286 init new members (get_current_account): get a matching account for the
2003-03-28  JP Rosevear  <jpr@ximian.com>

	* gui/dialogs/meeting-page.c (meeting_page_init): init new members
	(get_current_account): get a matching account for the currently
	selected user in the combo
	(meeting_page_finalize): unref the meeting attendee if there is
	one
	(meeting_page_fill_widgets): don't set the combo list here
	(clear_widgets): set the default organizer here and if we don't
	have an organizer, add the default organizer as an attendee
	(meeting_page_fill_component): use get_current_account
	(org_changed_cb): if this is a new meeting and the organizer
	changes, change the attendee
	(change_clicked_cb): no need to set the default here
	(init_widgets): reflect changed callback name
	(meeting_page_construct): set the combo strings here
	(popup_delete_cb): remove the organizer attendee if the user
	explicitly deletes it

	* gui/e-meeting-model.c (attendee_changed_cb): set row properly

	* gui/itip-utils.c (comp_to_list): skip the user themselves if
	cancelling or requesting

svn path=/trunk/; revision=20557
2003-03-28 15:26:44 +00:00
777f8cf10f remove unused var.
2003-03-28  Not Zed  <NotZed@Ximian.com>

	* providers/local/camel-spool-store.c (get_folder): remove unused
	var.

	* providers/imap/camel-imap-utils.c (imap_parse_list_response):
	moved an unused var to the #if 0'd out block.

	* providers/imap/camel-imap-store.c
	(parse_list_response_as_folder_info): remove unused vars.

	* camel-index-control.c (main): deifne camel_init() before using
	it.

	* camel-vee-store.c (vee_get_folder): removed unused var.

	* camel-stream-mem.c (stream_write): warning -> fixme.

	* camel-stream-filter.c (_CamelStreamFilterPrivate): Add a ; to
	the end of the struct definition.

	* camel-store.c (camel_store_delete_folder): remove unused var.
	(camel_store_rename_folder): "
	(camel_store_unsubscribe_folder): "

	* camel-mime-part.c (write_to_stream): Changed warning into a
	TODO.
	(construct_from_parser): removed warning, the code was fixed.

	* camel-mime-message.c (construct_from_parser): Remove the
	warning, the code was fixed.

	* camel-mime-filter-enriched.c (camel_mime_filter_enriched_new):
	Remove unused var.

	* camel-medium.c (camel_medium_get_header): Removed warning, and
	changed docs to reflect it.

	* camel-gpg-context.c (gpg_ctx_parse_status): handle MODE_EXPORT
	as a noop (warning).

	* camel-folder.c (get_message_user_tag): changed a warning into a
	fixme (its not that important).
	(camel_folder_get_message_user_tag): "

	* camel-data-cache.c (data_cache_finalise): removed unused vars.
	(data_cache_expire): "

svn path=/trunk/; revision=20556
2003-03-28 00:13:46 +00:00
ce898884dc cast warning.
2003-03-28  Not Zed  <NotZed@Ximian.com>

	* filter-datespec.c (button_clicked): cast warning.

svn path=/trunk/; revision=20555
2003-03-27 23:54:16 +00:00
f4d239adc8 guard against NULL keys
2003-03-27  JP Rosevear  <jpr@ximian.com>

	* e-account-list.c (e_account_list_find): guard against NULL keys

svn path=/trunk/; revision=20554
2003-03-27 22:31:19 +00:00
c6ed3eedc8 Likewise.
* e-summary.c (e_summary_init): Likewise.

* e-summary-weather.c (e_summary_weather_get_html): Likewise.
(weather_make_html): Likewise.

* e-summary-mail.c (e_summary_mail_generate_html): Fix so it
handles the fact that the translated strings are already in UTF8.
* e-summary-rdf.c (tree_walk): Likewise.
(display_doc): Likewise.

svn path=/trunk/; revision=20553
2003-03-27 21:37:07 +00:00
a764639cd2 Get rid of debug printf's that are no longer needed. In the case of
2003-03-27  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-sasl-gssapi.c (gssapi_challenge): Get rid of debug
	printf's that are no longer needed. In the case of errors, don't
	release the outbuf gss_buffer_t since it shouldn't be set. Also
	g_free (str) when we are done with it.

svn path=/trunk/; revision=20551
2003-03-27 21:13:13 +00:00
892aab7fca Renamed from update_dialog_clist, Ported to GtkTreeView.
* e-shell-offline-handler.c (update_dialog_tree_view): Renamed
from update_dialog_clist, Ported to GtkTreeView.
(update_dialog_tree_view_hash_foreach): Likewise.

* glade/e-active-connection-dialog.glade: Rename
"active_connection_clist" to "active_connection_treeview".

svn path=/trunk/; revision=20550
2003-03-27 21:01:41 +00:00
6ba4c3938c When we remove a node from the list, make sure to g_list_free_1().
2003-03-27  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-mime-utils.c (header_encode_phrase_merge_words): When we
	remove a node from the list, make sure to g_list_free_1().
	(header_encode_phrase_merge_words): Don't use
	CAMEL_FOLD_PREENCODED as the upper-bound for merged-word length if
	the merged-word will not be an rfc2047 encoded word. Instead, use
	CAMEL_FOLD_SIZE-8 (which is the value we use in other places for
	determining upper-bound lengths). Solves bug #38659.

svn path=/trunk/; revision=20549
2003-03-27 20:16:57 +00:00
a4f6a54e0a (set_state): Removed debugging message.
svn path=/trunk/; revision=20548
2003-03-27 16:39:32 +00:00
c8128f5e59 (EXTRA_DIST): Ooops, add omf.make.
svn path=/trunk/; revision=20547
2003-03-27 16:39:05 +00:00
2c5a425299 remove extra arg to camel_url_encode
* mail-format.c (write_address): remove extra arg to
        camel_url_encode

svn path=/trunk/; revision=20546
2003-03-27 15:38:11 +00:00
be9db81541 Like camel_url_encode, but works directly on an existing GString.
* camel-url.c (append_url_encoded): Like camel_url_encode, but
	works directly on an existing GString.
	(camel_url_to_string, output_param): Use it.
	(camel_url_encode): Likewise. Remove "escape_unsafe" arg since the
	"unsafe" chars are the ones that should *always* be escaped, and
	the places we were passing FALSE were wrong.
	(camel_url_decode): replace with a new version

	* camel-file-utils.c (camel_file_util_safe_filename): Remove extra
	arg to camel_url_encode.

	* tests/misc/url.c (main): Add tests of basic URL parsing and
	unparsing

svn path=/trunk/; revision=20545
2003-03-27 15:37:47 +00:00
b3293f0d99 Do a more thorough check for html marked as text/plain. Check that the
2003-03-28  Not Zed  <NotZed@Ximian.com>

	*
	camel-mime-part-utils.c (simple_data_wrapper_construct_from_parser):
	Do a more thorough check for html marked as text/plain.  Check
	that the text starts with <html or <!doctype.  More complete fix
	for #16817.

svn path=/trunk/; revision=20544
2003-03-27 06:05:46 +00:00
cd51875a54 [ fixes bug #19178 ] use e_book_load_address_book_by_uri on the passed in
2003-03-26  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #19178 ]
	* backend/ebook/evolution-ldif-importer.c (ebook_open): use
	e_book_load_address_book_by_uri on the passed in uri.
	(load_file_fn): pass the uri.

	* backend/ebook/evolution-vcard-importer.c (ebook_open): use
	e_book_load_address_book_by_uri on the passed in uri.
	(load_file_fn): pass the uri.

svn path=/trunk/; revision=20543
2003-03-27 05:21:18 +00:00
15f4e1e0ab Make Radek's surname correct, Doulík, inserted utf8 into the name string.
2003-03-27  Not Zed  <NotZed@Ximian.com>

	* e-shell-about-box.c: Make Radek's surname correct, Doulík,
	inserted utf8 into the name string.  For bug #17034.

svn path=/trunk/; revision=20542
2003-03-27 04:57:36 +00:00
06aa62ad09 [ fixes bug #34651 ] strcmp -> g_utf8_collate. (update_query): encode the
2003-03-26  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #34651 ]
	* gui/component/select-names/e-select-names.c
	(select_entry_changed): strcmp -> g_utf8_collate.
	(update_query): encode the string we pass for the query.

svn path=/trunk/; revision=20541
2003-03-27 04:06:43 +00:00
7cede93af5 Non-final update to Portuguese translation.
2003-03-27  Duarte Loreto <happyguy_pt@hotmail.com>

        * pt.po: Non-final update to Portuguese translation.

svn path=/trunk/; revision=20540
2003-03-27 03:52:38 +00:00
f6623221ae [ fixes bug #34085 ] only successfully complete the drag if they dropped a
2003-03-26  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #34085 ]
	* gui/contact-list-editor/e-contact-list-editor.c
	(table_drag_data_received_cb): only successfully complete the drag
	if they dropped a valid vcard (or vcard list).  Call
	gtk_drag_finish.

svn path=/trunk/; revision=20539
2003-03-27 03:47:24 +00:00
c1c85074dd $evolution_uidir -> $evolutionuidir
2003-03-26  Chris Toshok  <toshok@ximian.com>

	* gui/contact-list-editor/Makefile.am (INCLUDES): $evolution_uidir
	-> $evolutionuidir

svn path=/trunk/; revision=20538
2003-03-27 03:31:19 +00:00
5113d61994 [ fixes #40212 ] change accelerator for Save As... to Control-Shift-s
2003-03-26  Chris Toshok  <toshok@ximian.com>

	[ fixes #40212 ]
	* evolution-contact-editor.xml: change accelerator for Save
	As... to Control-Shift-s

	* evolution-contact-list-editor.xml: same.

svn path=/trunk/; revision=20537
2003-03-27 03:29:25 +00:00
40b2d61435 dont set the paned initial size here, but hook onto the realize signal.
2003-03-27  Not Zed  <NotZed@Ximian.com>

	* folder-browser.c (folder_browser_gui_init): dont set the paned
	initial size here, but hook onto the realize signal.
	(paned_realised): set the paned size once we're realised.  Fixes
	#37084, its a bit of a hack, but it seems to work.

svn path=/trunk/; revision=20536
2003-03-27 02:58:23 +00:00
c9e9fc80b7 Updated Swedish translation.
2003-03-27  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.

svn path=/trunk/; revision=20535
2003-03-27 01:25:27 +00:00
33555a2b34 ** see bug #40141
2003-03-27  Not Zed  <NotZed@Ximian.com>

	** see bug #40141

	* e-summary-preferences.c (config_control_destroy_cb): Dont save
	prefs here, but restore the last saved.
	(config_control_apply_cb): save preferences here.

svn path=/trunk/; revision=20533
2003-03-26 23:53:05 +00:00