Commit Graph

17514 Commits

Author SHA1 Message Date
1a3b2e594c Keep our buf ptr aligned to sizeof (char *). Should fix bug #41362.
2003-04-17  Jeffrey Stedfast  <fejj@ximian.com>

	* e-host-utils.c (e_gethostbyname_r): Keep our buf ptr aligned to
	sizeof (char *). Should fix bug #41362.
	(e_gethostbyaddr_r): Same.

svn path=/trunk/; revision=20956
2003-04-24 17:05:13 +00:00
960163b188 Try stat'ing the file before loading it with xmlParseFile() to avoid
2003-04-23  Jeffrey Stedfast  <fejj@ximian.com>

	* gal-view-instance.c (load_current_view): Try stat'ing the file
	before loading it with xmlParseFile() to avoid warnign spewage
	from libxml2 saying that the file doesn't exist.

svn path=/trunk/; revision=20955
2003-04-24 16:46:50 +00:00
cebc10e46e Updated Czech translation
svn path=/trunk/; revision=20954
2003-04-24 10:12:16 +00:00
b81c4b307e Updated italian traslation.
svn path=/trunk/; revision=20953
2003-04-24 06:11:05 +00:00
c459d39bd3 removed debug printfs.
2003-04-23  Not Zed  <NotZed@Ximian.com>

        * e-msg-composer.c (map_default_cb): removed debug printfs.

svn path=/trunk/; revision=20952
2003-04-24 01:57:47 +00:00
13220ad77b cast to remove warning. (construct): set a physiucal uri on the root
2003-04-23  Not Zed  <NotZed@Ximian.com>

        * e-local-storage.c (load_folder): cast to remove warning.
        (construct): set a physiucal uri on the root folder, so we dont
        get warnings when we add it later.

svn path=/trunk/; revision=20951
2003-04-24 01:56:46 +00:00
2d09981098 pass an exception to get_provider, to silence some warnings/get a valid
2003-04-23  Not Zed  <NotZed@Ximian.com>

        * mail-send-recv.c (get_receive_type): pass an exception to
        get_provider, to silence some warnings/get a valid result.

svn path=/trunk/; revision=20950
2003-04-24 01:55:10 +00:00
36eaccbb3a only free the host if it was set. removes a run-time warning.
2003-04-23  Not Zed  <NotZed@Ximian.com>

        * providers/smtp/camel-smtp-transport.c (smtp_helo): only free the
        host if it was set.  removes a run-time warning.

svn path=/trunk/; revision=20949
2003-04-24 01:51:20 +00:00
7b52d68f56 Fixed typo
svn path=/trunk/; revision=20948
2003-04-23 22:38:02 +00:00
00566a768f Fixes #41641
2003-04-23  Hans Petter Jansson  <hpj@ximian.com>

	Fixes #41641

	* gui/e-day-view.c (e_day_view_focus_in): Remove assert an old
	input method code.
	(e_day_view_focus_out): Ditto.
	(e_day_view_reshape_long_event): Set input method context.
	(e_day_view_reshape_day_event): Ditto.
	(e_day_view_on_editing_started): Let EText handle the context popup.
	(e_day_view_on_editing_stopped): Turn off EText's handling of context
	popup.

	* gui/e-week-view.c (e_week_view_reshape_event_span): Set input
	method context.
	(e_week_view_on_text_item_event): Let the EText item handle
	right-click context popup if we're editing it.
	(e_week_view_on_editing_started): Let the EText item handle the
	context popup.
	(e_weeK_view_on_editing_stopped): Turn off EText's handling of
	context popup.

svn path=/trunk/; revision=20947
2003-04-23 22:03:57 +00:00
d6d875d02f Fixes #41671
2003-04-23  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #41671

	* gui/alarm-notify/notify-main.c (main): added calls to gnome_sound_init
	and gnome_sound_shutdown.

	* gui/alarm-notify/alarm-queue.c (audio_notification): check that the
	sound file exists, and gdk_beep if not.

svn path=/trunk/; revision=20946
2003-04-23 21:46:56 +00:00
f3c50eda59 add more news
svn path=/trunk/; revision=20945
2003-04-23 20:40:45 +00:00
882658cc42 [ fixes bug #37351 ] the row the signal is called with is already the
2003-04-23  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #37351 ]
	* gui/widgets/e-addressbook-view.c (table_drag_data_get): the row
	the signal is called with is already the model row, not the view
	row, so don't call e_table_view_to_model_row on it.

svn path=/trunk/; revision=20944
2003-04-23 20:34:36 +00:00
3fa9162b67 [ either mostly or entirely fixes #33708 ] new function, factor it out of
2003-04-23  Chris Toshok  <toshok@ximian.com>

	[ either mostly or entirely fixes #33708 ]
	* gui/component/select-names/e-select-names-completion.c
	(e_select_names_completion_done): new function, factor it out of
	_seq_complete_cb because we need to run the same code in a couple
	of places.
	(e_select_names_completion_got_book_view_cb): treat an error from
	a book as getting a "sequence_complete", and decrement the count
	of pending complete signals.
	(e_select_names_completion_got_book_view_cb): remove the increment
	of pending_completion_seq from here.
	(e_select_names_completion_seq_complete_cb): factor out the body
	of e_select_names_completion_done from here, and call it.
	(e_select_names_completion_start_query): increment
	pending_completion_seq here.  remove the async variable, as we can
	now use pending_completion_seq for that purpose (it's > 0 iff
	async would have been TRUE).

svn path=/trunk/; revision=20943
2003-04-23 20:32:02 +00:00
fd2a3bcf17 *misc/e-multi-config-dialog.c : add appropriate padding and spacing to the
2003-04-22  Anna Dirks  <anna@ximian.com>

	*misc/e-multi-config-dialog.c : add appropriate padding
	and spacing to the settings dialog. Fixes #41392.

svn path=/trunk/; revision=20942
2003-04-23 19:17:54 +00:00
88de138a66 Add appropriate padding to the Evolution Settings window. This is another
2003-04-22  Anna Marie Dirks  <anna@ximian.com>

       * e-shell-settings-dialog.c (init): Add appropriate padding
	to the Evolution Settings window. This is another bit of the
	fix for #41392.

       * e-corba-config-page.c (e_corba_config_page_construct): Add
	appropriate padding to the corba_config_page widget. Partial
	fix for #41392.

svn path=/trunk/; revision=20941
2003-04-23 19:16:18 +00:00
1c6f8c8db4 *glade/e-folder-list.glade : replaced buttons with stock buttons and added
2003-04-23  Anna Marie Dirks  <anna@ximian.com>

	*glade/e-folder-list.glade : replaced buttons with stock
	buttons and added HIG-blessed spacing. Fixes 41145.

svn path=/trunk/; revision=20940
2003-04-23 19:08:30 +00:00
05f739a9f2 Updated Spanish translation by Francisco Javier Fernandez
2003-04-23  Pablo Gonzalo del Campo <pablodc@bigfoot.com>

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

svn path=/trunk/; revision=20939
2003-04-23 18:47:29 +00:00
87a6b4a373 *glade/e-folder-list.glade : replaced buttons with stock buttons and added
2003-04-23  Anna Marie Dirks  <anna@ximian.com>

	*glade/e-folder-list.glade : replaced buttons with stock
	buttons and added HIG-blessed spacing. Fixes 41145.

svn path=/trunk/; revision=20938
2003-04-23 18:40:05 +00:00
feb3551818 fixed merge conflicts in ChangeLog
svn path=/trunk/; revision=20937
2003-04-23 18:16:23 +00:00
9294fc3e56 #if 0 out some code that parsed the namespaces since the results aren't
2003-04-22  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/imap/camel-imap-store.c (imap_connect_online): #if 0
	out some code that parsed the namespaces since the results aren't
	used and they generate debugging output.

svn path=/trunk/; revision=20936
2003-04-23 18:14:54 +00:00
9e460dd990 Only add the Organization: header if it is non-empty. Fixes bug #41730.
2003-04-22  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-callbacks.c (composer_get_message): Only add the
	Organization: header if it is non-empty. Fixes bug #41730.

svn path=/trunk/; revision=20935
2003-04-23 18:10:45 +00:00
6cf8336c78 Dutch translation updated.
2003-04-23  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>

	* nl.po: Dutch translation updated.

svn path=/trunk/; revision=20934
2003-04-23 10:31:25 +00:00
0813362391 Update Czech translation
svn path=/trunk/; revision=20933
2003-04-23 09:50:47 +00:00
9672c81837 Updated Italian translation.
svn path=/trunk/; revision=20932
2003-04-23 07:35:39 +00:00
2f37afc6f8 oops, the service owns the url after we construct it.
2003-04-23  Not Zed  <NotZed@Ximian.com>

        * camel-session.c (get_service): oops, the service owns the url
        after we construct it.

svn path=/trunk/; revision=20931
2003-04-23 04:44:58 +00:00
41e808deca ** Should fix #41629, #41448, et al.
2003-04-22  Not Zed  <NotZed@Ximian.com>

        ** Should fix #41629, #41448, et al.

        * tests/folder/test10.c: a new torture test for object bag
        creation/unreffing.

        * camel-url.c (camel_url_copy): new function to copy a url.

        * camel-object.c (camel_object_bag_new): add arguments for key
        copy and key free functions.  Fixed all callers.
        (camel_object_bag_destroy): fix a memleak, free the bag key.
        (camel_object_bag_get, camel_object_bag_reserve)
        (camel_object_bag_abort, save_bag, save_object): Make the key a
        void type, rather than char *.
        (camel_object_bag_add): As above, and also copy the key.
        (camel_object_bag_remove_unlocked): free the key using
        bag->free_key.

        * camel-session.c (register_provider)
        (camel_session_destroy_provider, get_service): Changed to use an
        object bag instead of a hash table for the service 'cache'.
        (service_cache_remove): Removed, no longer required.

svn path=/trunk/; revision=20930
2003-04-23 01:34:03 +00:00
36875999d7 removed debug spew.
2003-04-18  Not Zed  <NotZed@Ximian.com>

        * rule-editor.c (d): removed debug spew.

        * addresses #41398

        * vfolder-rule.c (format_source): helper function to decode a url
        into a more user-friendly format.
        (source_add, get_widget): add the formatted data as another
        column to the table.
        (vfolder_editor_sourcelist_new): add another column to the table,
        a formatted uri as well as the raw one.
        (d): turned off debug vomit while i'm here.

svn path=/trunk/; revision=20929
2003-04-23 01:23:42 +00:00
e665715db3 Dutch translation updated.
2003-04-23  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>

	* nl.po: Dutch translation updated.

svn path=/trunk/; revision=20928
2003-04-22 23:34:15 +00:00
f58154d28e Fixes part of #41148, #41216 and #41235
2003-04-22  Rodrigo Moya <rodrigo@ximian.com>

	Fixes part of #41148, #41216 and #41235

	* gui/e-itip-control.c (init):
	* gui/e-meeting-time-sel.c (e_meeting_time_selector_construct,
	  e_meeting_time_selector_add_key_color):
	* gui/e-timezone-entry.c (e_timezone_entry_init):
	* gui/gnome-cal.c (setup_widgets):
	* gui/tasks-control.c (confirm_expunge):
	* gui/dialogs/comp-editor.c (setup_widgets):
	* gui/dialogs/e-delegate-dialog.c (e_delegate_dialog_construct):
	* gui/dialogs/meeting-page.c (meeting_page_construct):
	* gui/dialogs/recurrence-page.c (make_weekly_special,
	  make_monthly_special, make_ending_count_special):
	* gui/dialogs/schedule-page.c (schedule_page_construct):
	use HIG-suggested spacing.

svn path=/trunk/; revision=20927
2003-04-22 21:15:41 +00:00
c43e7c7ab7 Updated Portuguese translation.
2003-04-22  Duarte Loreto <happyguy_pt@hotmail.com>

        * pt.po: Updated Portuguese translation.

svn path=/trunk/; revision=20926
2003-04-22 20:27:13 +00:00
54e250b8ce Set the border width of the message dialog to 6. Also corrected the
2003-04-22  Anna Marie Dirks  <anna@ximian.com>

	* e-shortcuts-view.c
	(destroy_group_cb): Set the border width of the message dialog
	to 6. Also corrected the capitalization for "Remove Shortcut
	Dialog". Fixes 41569
	(show_new_group_dialog): Fixed the title of "Create New Shortcut
	Group" . Partially fixes 41038.
	(rename_shortcut_cb): Corrected the label capitalization for
	Rename dialog. Fixes 41567.

svn path=/trunk/; revision=20925
2003-04-22 19:49:22 +00:00
1f8aee1ac6 use unicode ellipsis char for breaking lines. Use g_utf8_find_prev_char
2003-04-21  Mike Kestner  <mkestner@ximian.com>

	* e-cell-text.c (build_layout): use unicode ellipsis char for
	breaking lines. Use g_utf8_find_prev_char and check for failure
	so that we don't tight loop for small cells that can't display
	any chars.

svn path=/trunk/; revision=20924
2003-04-22 18:54:55 +00:00
42a22586d2 Don't ever attach non-inlined text or message parts. Reverts a prior fix.
2003-04-21  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c (add_attachments_handle_mime_part): Don't ever
	attach non-inlined text or message parts. Reverts a prior fix.

svn path=/trunk/; revision=20923
2003-04-22 18:14:44 +00:00
469e6d2971 Don't set seen_eof1 here anymore once we get a trust metric.
2003-04-21  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-gpg-context.c (gpg_ctx_parse_status): Don't set seen_eof1
	here anymore once we get a trust metric.
	(gpg_ctx_new): Init seen_eof1 to TRUE here.
	(gpg_ctx_set_ostream): Change seen_eof1 to FALSE here this way we
	only ever have to set this if we are expecting output.
	(gpg_ctx_parse_status): Don't set seen_eof1 for importing either.
	(gpg_ctx_op_step): Only FD_SET() those fd's that we have not yet
	finished reading.

svn path=/trunk/; revision=20922
2003-04-22 18:13:49 +00:00
3c43802a3e Fixes #22444
2003-04-21  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #22444

	* evolution-calendar.xml: added occurrence-related menu items.

svn path=/trunk/; revision=20920
2003-04-22 18:07:24 +00:00
95d8e5b20b Fixes #22444
2003-04-21  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #22444

	* gui/calendar-commands.c: added new verbs for occurrence-related
	menu items.
	(delete_occurrence_cmd): added callback for "Delete this occurrence"
	menu item. "Delete all occurrences" is just the same as "Delete".
	(sensitize_calendar_commands): sensitive ocurrence-related menu items.

	* gui/gnome-cal.[ch] (gnome_calendar_delete_selected_occurrence): new
	function.
	(gnome_calendar_get_current_view_widget): made this public.

	* gui/e-week-view.[ch] (e_week_view_get_selected_event):
	(e_week_view_delete_occurrence): new functions.
	(e_week_view_delete_occurrence_internal): real implementation of the
	'Delete Occurrence' logic.
	(e_week_view_on_delete_occurrence): call delete_instance_internal.

	* gui/e-day-view.[ch] (e_day_view_get_selected_event):
	(e_day_view_delete_occurrence): new functions.
	(e_week_view_delete_occurrence_internal): real implementation of the
	'Delete Occurrence' logic.
	(e_week_view_on_delete_occurrence): call delete_occurrence_internal.

svn path=/trunk/; revision=20917
2003-04-22 18:06:38 +00:00
4167920c36 Added appropriate spacing/padding to the rename dialogs. Fixes bugs
2003-04-18  Anna Marie Dirks  <anna@ximian.com>

	* e-request.c (e_request_string): Added appropriate spacing/padding
	to the rename dialogs. Fixes bugs #41040, #41036, #41038

svn path=/trunk/; revision=20916
2003-04-22 16:00:38 +00:00
35ef3e5a6e Fix KDE_APPLNK_DIR to not install to a diff prefix, and disable installing
2003-04-21  Rodney Dawes  <dobey@ximian.com>

	* configure.in: Fix KDE_APPLNK_DIR to not install to a diff prefix,
	and disable installing the file to the KDE applnk path by default

svn path=/trunk/; revision=20915
2003-04-22 14:54:15 +00:00
e7a2afd233 Update Czech translation
svn path=/trunk/; revision=20914
2003-04-22 13:14:54 +00:00
4c254fad07 added related argument, TRUE means that container of mime_part is
2003-04-22  Radek Doulik  <rodo@ximian.com>

	* e-msg-composer.c (add_attachments_handle_mime_part): added
	related argument, TRUE means that container of mime_part is
	multipart/related
	(add_attachments_handle_mime_part): add images as inline when
	related is TRUE
	(add_attachments_from_multipart): pass related to
	add_attachments_handle_mime_part

svn path=/trunk/; revision=20913
2003-04-22 08:01:37 +00:00
e5a5278df9 this should never happen unless you're really trying, but don't crash if
2003-04-21  Chris Toshok  <toshok@ximian.com>

	* e-folder-list.c (e_folder_list_parse_xml): this should never
	happen unless you're really trying, but don't crash if the xml
	setting is malformed.

svn path=/trunk/; revision=20912
2003-04-21 22:15:36 +00:00
7f0a93f2ed (create_folder_directory): Don't signal an
error if mkdir() returns EEXIST.  This should at least help with
situations like the one described in #40989.

svn path=/trunk/; revision=20911
2003-04-21 20:00:56 +00:00
ad576399ac Corrected border with for Delete Folder dialog. Fixes 41036.
2003-04-21  Anna Marie Dirks  <anna@ximian.com>

	* e-shell-folder-commands.c (delete_dialog): Corrected border
	with for Delete Folder dialog. Fixes 41036.
	(e_shell_command_copy_folder): Corrected capitalization of the "Copy
	Folder" window title. Partial fix for 41025.
	(e_shell_command_move_folder): Corrected the capitalization of the
	"Move Folder" dialog. Fixes 41024.

svn path=/trunk/; revision=20910
2003-04-21 19:54:53 +00:00
fa11878340 Added appropriate border width to the folder selection dialog. Fixes
2003-04-21  Anna Marie Dirks  <anna@ximian.com>

	* e-shell-folder-selection-dialog.c
	(e_shell_folder_selection_dialog_construct): Added appropriate border
	width to the folder selection dialog. Fixes 41022, 41146, 41147,
	41010, partially fixes 41025.

svn path=/trunk/; revision=20909
2003-04-21 19:44:39 +00:00
a0efb21e9f Added spacing/padding to first-run dialog. Fixes 41242.
2003-04-21  Anna Marie Dirks  <anna@ximian.com>

	* glade/evolution-startup-wizard.glade: Added spacing/padding to
	first-run dialog. Fixes 41242.

svn path=/trunk/; revision=20908
2003-04-21 19:36:00 +00:00
84a4659531 Misc HIG-related tweaks, mostly spacing and padding related. Fixes 41008.
2003-04-21  Anna Marie Dirks  <anna@ximian.com>

	* glade/e-shell-folder-creation-dialog.glade: Misc HIG-related tweaks,
	mostly spacing and padding related. Fixes 41008.

	* e-shell-folder-creation-dialog.c (add_storage_set_view): Added
	appropriate spacing to the main vbox of the folder creation dialog.
	Partially fixes 41008.

svn path=/trunk/; revision=20907
2003-04-21 19:27:35 +00:00
112d65ab84 Added appropriate spacing/padding to the default folder pages of the
2003-04-21  Anna Marie Dirks  <anna@ximian.com>

	* glade/e-shell-config-default-folders.glade: Added appropriate
	spacing/padding to the default folder pages of the settings dialog.
	Partial fix for 41128.

svn path=/trunk/; revision=20906
2003-04-21 19:18:16 +00:00
5fa1f41c38 Fixed padding/spacing/caps of the "Go Offline" dialog. Fixes 41225 and
2003-04-21  Anna Marie Dirks  <anna@ximian.com>

	* glade/e-active-connection-dialog.glade: Fixed padding/spacing/caps
	of the "Go Offline" dialog. Fixes 41225 and 41227.

svn path=/trunk/; revision=20905
2003-04-21 19:13:35 +00:00
b5f6fc71f9 Change the order of the ok/cancel buttons.
2003-04-21  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer-attachment.glade: Change the order of the
	ok/cancel buttons.

svn path=/trunk/; revision=20904
2003-04-21 17:45:52 +00:00