Commit Graph

21263 Commits

Author SHA1 Message Date
4729553593 Updated British English translation
svn path=/trunk/; revision=26231
2004-06-06 16:28:06 +00:00
0e299d8b9f update
svn path=/trunk/; revision=26230
2004-06-06 10:13:10 +00:00
0a3bbbac70 Updated Catalan translation by Xavi Conde Rueda <xaviconde@eresmas.com>.
svn path=/trunk/; revision=26229
2004-06-05 20:43:28 +00:00
a1bec8dc55 svn path=/trunk/; revision=26228
2004-06-05 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>

svn path=/trunk/; revision=26228
2004-06-05 12:46:04 +00:00
d40794d344 Shuffle usage of trailing "..." in menus.
svn path=/trunk/; revision=26227
2004-06-05 08:55:25 +00:00
5727ab6f4e Use ngettext for message count information.
2004-06-05  Christian Neumair  <chris@gnome-de.org>

	* mail-component.c (view_changed_cb): Use ngettext for message count
	information.

svn path=/trunk/; revision=26226
2004-06-05 08:37:49 +00:00
4a84e86501 Updated Simplified Chinese translation
svn path=/trunk/; revision=26225
2004-06-05 04:15:54 +00:00
6ade4de183 remove bonobo menus and cruft add ok/cancel buttons.
2004-06-04  Larry Ewing  <lewing@ximian.com>

	* gui/contact-list-editor/e-contact-list-editor.c: remove bonobo
	menus and cruft add ok/cancel buttons.

	* gui/contact-list-editor/e-contact-list-editor.h: add buttons for
	ok/cancel.

	* gui/contact-list-editor/contact-list-editor.glade: add fields for
	ok/cancel reparent to GtkDialog, other minor adjustments.

svn path=/trunk/; revision=26224
2004-06-05 02:54:15 +00:00
13dc2a2727 Fixes #55945
2004-06-04  JP Rosevear  <jpr@novell.com>

	Fixes #55945

	* importers/*.server.in.in: ditto

	* importers/evolution-ldif-importer.c: fix OAFIIDs

	* importers/evolution-vcard-importer.c: ditto

svn path=/trunk/; revision=26223
2004-06-04 21:04:26 +00:00
476a34f522 removed debug printfs
svn path=/trunk/; revision=26222
2004-06-04 19:32:10 +00:00
a4f3321ccb Initialise the folder->summary and force an update of the message info
2004-06-04  Jeffrey Stedfast  <fejj@novell.com>

	* providers/imap4/camel-imap4-folder.c (camel_imap4_folder_new):
	Initialise the folder->summary and force an update of the message
	info cache by selecting the folder and flushing the updates to the
	imap4 summary object.

	* providers/imap4/camel-imap4-store.c (imap4_get_folder_info):
	Lock the connect_lock before we check if the engine is NULL and
	after we connect (assuming we need to), initialise the engine
	pointer again.
	(imap4_get_folder_info): Doh. Need to escape the "'s in the LIST
	command string.
	(imap4_get_folder): Same.

svn path=/trunk/; revision=26221
2004-06-04 19:10:15 +00:00
9b0724a24a Fixed to work properly. After we've flushed the buffer, we want to set
2004-06-04  Jeffrey Stedfast  <fejj@novell.com>

	* camel-stream-buffer.c (stream_flush): Fixed to work
	properly. After we've flushed the buffer, we want to set sbf->ptr
	to sbf->buf, we don't want to do sbf->ptr += written, that'll just
	corrupt our next write.

svn path=/trunk/; revision=26220
2004-06-04 18:48:20 +00:00
6c9c376c96 only resolve destinations against persons, not contact lists.
2004-06-04  Chris Toshok  <toshok@ximian.com>

	* gui/component/select-names/e-select-names-model.c
	(name_and_email_simple_query_cb): only resolve destinations
	against persons, not contact lists.

svn path=/trunk/; revision=26219
2004-06-04 18:39:34 +00:00
1f8371a1fd Duh. If the user doesn't care about SSL/TLS - use USE_SSL_NEVER, not
2004-06-04  Jeffrey Stedfast  <fejj@novell.com>

	* providers/imap4/camel-imap4-store.c (connect_to_server_wrapper):
	Duh. If the user doesn't care about SSL/TLS - use USE_SSL_NEVER,
	not USE_SSL_ALWAYS.

svn path=/trunk/; revision=26218
2004-06-04 18:37:13 +00:00
fdb1224ed8 Always just return 0, don't try to PR_Sync() - fsync on a socket causes an
2004-06-04  Jeffrey Stedfast  <fejj@novell.com>

	* camel-tcp-stream-ssl.c (stream_flush): Always just return 0,
	don't try to PR_Sync() - fsync on a socket causes an error.

	* providers/imap4/camel-imap4-command.c
	(camel_imap4_command_step): Set exceptions when write/flush fail.

	* providers/imap4/camel-imap4-engine.c
	(camel_imap4_engine_take_stream): Set an exception in the case
	where we get an unexpected greeting from the server.

	* providers/imap4/camel-imap4-store.c (imap4_create_folder):
	store->dir_sep no longer exists, so query the engine for the
	directory separator for the parent_folder.
	(imap4_build_folder_info): CamelFolderInfo no longer has a path
	component.

svn path=/trunk/; revision=26217
2004-06-04 18:04:07 +00:00
73d6de644d define G_MAXINT32 if it isn't already
2004-06-04  JP Rosevear  <jpr@novell.com>

	* gui/gnome-cal.c: define G_MAXINT32 if it isn't already

svn path=/trunk/; revision=26216
2004-06-04 17:20:16 +00:00
fcbe2d020d Use e_error_run() instead of the e_activation_error_dialog() stuff that no
2004-06-04  Jeffrey Stedfast  <fejj@novell.com>

	* e-msg-composer.c (create_composer): Use e_error_run() instead of
	the e_activation_error_dialog() stuff that no longer exists.

svn path=/trunk/; revision=26215
2004-06-04 17:00:52 +00:00
faadbee16a add bug number
svn path=/trunk/; revision=26214
2004-06-04 15:32:55 +00:00
34723727df make purging actually work
2004-06-04  JP Rosevear  <jpr@novell.com>

	* gui/gnome-cal.c (gnome_calendar_purge): make purging actually
	work

svn path=/trunk/; revision=26213
2004-06-04 15:29:35 +00:00
edf893f9e9 added size info to IMG tags so that it loads the message smoother
2004-06-04  Radek Doulik  <rodo@ximian.com>

	* default/C/Inbox (Content-Type): added size info to IMG tags so
	that it loads the message smoother

svn path=/trunk/; revision=26212
2004-06-04 15:22:17 +00:00
d9cb73cf7e guard against the text value being NULL
2004-06-04  JP Rosevear  <jpr@novell.com>

	* gui/dialogs/task-page.c (task_page_fill_widgets): guard
	against the text value being NULL

	* gui/dialogs/event-page.c (event_page_fill_widgets): add guards
	here as well

svn path=/trunk/; revision=26211
2004-06-04 15:09:29 +00:00
b2e6995ed5 Fixes #59361
2004-06-04  JP Rosevear  <jpr@novell.com>

	Fixes #59361

	* e-sidebar.c (layout_buttons): handle 0 and 1 buttons properly

svn path=/trunk/; revision=26210
2004-06-04 14:07:10 +00:00
1140314d98 Updated Hungarian translation.
2004-06-04  Andras Timar  <timar@gnome.hu>

	* hu.po: Updated Hungarian translation.

svn path=/trunk/; revision=26208
2004-06-04 10:03:33 +00:00
99ec0bcf5e Fixes #53643 and #26903.
2004-06-03  Hans Petter Jansson  <hpj@ximian.com>

	Fixes #53643 and #26903.

	* gui/search/addresstypes.xml: category -> category_list

	* gui/search/e-addressbook-search-dialog.c (get_widget): Get
	filter rule from parent view.
	(eab_search_dialog_set_property): Implement.
	(eab_search_dialog_get_property): Impleent.
	(eab_search_dialog_class_init): Set up property methods.
	(get_query): Get filter rule from parent view.
	(eab_search_dialog_init): Don't get the filter widget here,
	wait until parent view property is set.
	(eab_search_dialog_new): Don't poke the parent view in, set it
	as a property instead.
	(eab_search_dialog_dispose): No longer needs to unref rule.

	* gui/search/e-addressbook-search-dialog.c: EABSearchDialog no
	longer needs to keep rule internally.

	* gui/widgets/Makefile.am: Set SEARCH_RULE_DIR define.

	* gui/widgets/e-addressbook-view.c (eab_view_new): Set up filter
	rule and context.
	(eab_view_peek_search_context): Implement.
	(eab_view_peek_search_rule): Implement.

	* gui/widgets/e-addressbook-view.h: Keep track of filter rule
	and context. Add protos for added API.

svn path=/trunk/; revision=26207
2004-06-04 03:28:29 +00:00
f9d996db29 Don't pack entry and checkbox widgets directly into the dialog vbox so
2004-06-03  William Jon McCann  <mccann@jhu.edu>

	* mail-session.c (request_password): Don't pack entry and checkbox
	widgets directly into the dialog vbox so that they line up
	correctly with the action area buttons.

svn path=/trunk/; revision=26206
2004-06-04 02:11:38 +00:00
a791a98b05 Add HIG border width for dialog window.
2004-06-03  William Jon McCann  <mccann@jhu.edu>

	* e-error.c (e_error_newv): Add HIG border width for dialog window.

svn path=/trunk/; revision=26205
2004-06-04 02:10:24 +00:00
317d4a2459 found the bug it fixed, yay.
svn path=/trunk/; revision=26204
2004-06-03 20:27:14 +00:00
6a603b5cf4 If the last_uri string value is the Evolution 1.4 URI, change it to the
2004-06-03  Jeffrey Stedfast  <fejj@novell.com>

	* conduits/calendar/calendar-conduit.c
	(calconduit_load_configuration): If the last_uri string value is
	the Evolution 1.4 URI, change it to the new URI. Fixes bug #54134.

svn path=/trunk/; revision=26203
2004-06-03 20:24:28 +00:00
7c0d72183d Protect against a NULL uid. Fixes bug #57619. (ecard_from_remote_record):
2004-06-03  Jeffrey Stedfast  <fejj@novell.com>

	* conduit/address-conduit.c (set_status_cleared): Protect against
	a NULL uid. Fixes bug #57619.
	(ecard_from_remote_record): Set the full_name of the contact so
	that we can use that as the FILE_AS rather than the company name,
	which sucked. Fixes a bug I may or may not have reported months
	ago.

svn path=/trunk/; revision=26202
2004-06-03 20:05:32 +00:00
3048b4c9de Merge from release branch.
svn path=/trunk/; revision=26178
2004-06-03 18:02:56 +00:00
dae1aa0ac0 Fixes #59481
2004-06-03  Rodrigo Moya <rodrigo@novell.com>

	Fixes #59481

	* gui/e-tasks.c (set_status_message): don't use vsprintf with
	NULL strings, crashes on FreeBSD.

svn path=/trunk/; revision=26177
2004-06-03 17:55:54 +00:00
6c4c85bd28 don't use vsprintf with NULL strings, crashes on FreeBSD.
2004-06-03  Rodrigo Moya <rodrigo@novell.com>

	* gui/e-tasks.c (set_status_message): don't use vsprintf with
	NULL strings, crashes on FreeBSD.

svn path=/trunk/; revision=26176
2004-06-03 17:54:24 +00:00
b3f5c26f5c Protect against a NULL uid. Fixes bug #57619.
2004-06-03  Jeffrey Stedfast  <fejj@novell.com>

	* conduit/address-conduit.c (set_status_cleared): Protect against
	a NULL uid. Fixes bug #57619.

svn path=/trunk/; revision=26175
2004-06-03 17:30:58 +00:00
71caf4dc68 update the internal client when it changes.
2004-06-03  Rodrigo Moya <rodrigo@novell.com>

	* gui/dialogs/comp-editor-page.c
	(comp_editor_page_notify_client_changed): update the internal client
	when it changes.

svn path=/trunk/; revision=26174
2004-06-03 16:19:56 +00:00
75be12445f Fixes #56875
2004-06-03  Rodrigo Moya <rodrigo@novell.com>

	Fixes #56875

	* gui/dialogs/event-editor.c (event_editor_construct): connect to
	"client_changed" signal on the EventPage.
	(client_changed_cb): set menu sensibility when the client changes.

	* gui/dialogs/task-editor.c (task_editor_construct): connect to
	"client_changed signal on the TaskPage.
	(client_changed_cb): set menu sensibility when the client changes.

svn path=/trunk/; revision=26173
2004-06-03 16:11:18 +00:00
c1afb96405 always insert new paragraph for signature
2004-06-03  Radek Doulik  <rodo@ximian.com>

	* e-msg-composer.c (e_msg_composer_show_sig_file): always insert
	new paragraph for signature

	Fixes #37601

svn path=/trunk/; revision=26170
2004-06-03 15:16:05 +00:00
0d3421467c add shell-errors.xml.h
svn path=/trunk/; revision=26169
2004-06-03 15:02:29 +00:00
b5d819b96d If the icon_name is an abolute path, just load it.
* e-icon-factory.c (load_icon): If the icon_name is an abolute
        path, just load it.
        (e_icon_factory_get_icon): Update the docs to reflect that

svn path=/trunk/; revision=26168
2004-06-03 15:01:33 +00:00
15d9e2645c reset current folder. (connect_to_server): and here too just to make sure.
2004-06-03  Not Zed  <NotZed@Ximian.com>

        * providers/nntp/camel-nntp-store.c
        (nntp_disconnect_online): reset current folder.
        (connect_to_server): and here too just to make sure.

svn path=/trunk/; revision=26167
2004-06-03 12:06:48 +00:00
74fb7cd73b disconnect if we get an io error or user cancellation.
2004-06-03  Not Zed  <NotZed@Ximian.com>

        * providers/nntp/camel-nntp-store.c (camel_nntp_command):
        disconnect if we get an io error or user cancellation.

svn path=/trunk/; revision=26166
2004-06-03 11:30:52 +00:00
c691f3366e put this back in, local folders not being noted properly all the time.
2004-06-02  Not Zed  <NotZed@Ximian.com>

        * mail-component.c (mc_add_local_store_done): put this back in,
        local folders not being noted properly all the time.

svn path=/trunk/; revision=26165
2004-06-03 09:30:47 +00:00
0a7400e900 only save the summary, don't update from server, thats what refresh info
2004-06-03  Not Zed  <NotZed@Ximian.com>

	* providers/nntp/camel-nntp-folder.c (nntp_folder_sync_online):
	only save the summary, don't update from server, thats what
	refresh info does.
	(nntp_folder_download_message): fix exception handling.
	(nntp_folder_cache_message): same.
	(nntp_folder_get_message): ditto, plus major cleanup.
	(nntp_folder_download_message): take combined uid so it can cache
	and lookup properly.  duh.

	* providers/nntp/camel-nntp-store.c
	(nntp_store_get_subscribed_folder_info): if not fast, then open
	the folder, and update it.  Yeah i've given up trying to worry
	about performance vs usability.

	* providers/nntp/camel-nntp-summary.c (camel_nntp_summary_check):
	update the storesummary if we update the folder summary.  Hmm,
	isn't duplicated data meant to be a bad thing? :P

	* providers/nntp/camel-nntp-store.c (camel_nntp_store_set_folder):
	removed, now handled by nntp_command.
	(nntp_connected): removed, now handled by nntp_command.

	* camel-string-utils.c (camel_tolower): added ascii to-lower
	function.
	(camel_toupper): and upper, for completeness.

	* camel-store-summary.c (CAMEL_STORE_SUMMARY_VERSION): bumped file
	version by 1.  This is a mess, version 1 files treated the
	bitfield 'flags' with bit number values not bits.  Messy.

	* providers/nntp/camel-nntp-store-summary.c (store_info_save):
	write last/first count.
	(CAMEL_NNTP_STORE_SUMMARY_VERSION): bump version to 1.
	(store_info_load): if we're loading >= version 1, then load
	last/first counts.

	* providers/nntp/camel-nntp-store.c
	(nntp_store_get_folder_info_all): pass the whole line to
	store_info_from_line, dont strip last/first info.
	(nntp_store_info_update): renamed from info_new_from_line.  only
	add if not present.  handle updates, try and handle unread counts
	and readonly status.

2004-06-02  Not Zed  <NotZed@Ximian.com>

	* providers/nntp/camel-nntp-store.c: setup xover once we've
	started.

	* providers/nntp/camel-nntp-summary.c: (xover_setup): moved to
	nntp store.

	* providers/nntp/camel-nntp-folder.c (folder_check)
	(folder_check_free, camel_nntp_folder_new): remove async summary
	stuff.

	* providers/nntp/camel-nntp-store.c (camel_nntp_command): take
	exception argument again, and folder argument.  do retry logic and
	auth logic differently.
	(camel_nntp_raw_command): raw command interface, dont try
	reconnect or anything fancy.  pass i/o errors straight out, etc.
	(camel_nntp_try_authenticate): change to return return codes &
	take exception.

	* providers/nntp/camel-nntp-summary.c (camel_nntp_summary_new):
	just take path argument.
	(camel_nntp_summary_check): take a store, and a folder name.
	(add_range_head, add_range_xover): remove the time based update
	events, they never had any effect anyway.  Take store argument.
	(xover_setup): take store argument.

	* camel-folder-search.c (search_match_threads): remove debug.

svn path=/trunk/; revision=26164
2004-06-03 09:29:08 +00:00
f60455997b Updated italian translation
svn path=/trunk/; revision=26163
2004-06-03 07:41:06 +00:00
dfc2d8df9a Add missing negation that caused a crash.
2004-06-02  Hans Petter Jansson  <hpj@ximian.com>

	* gui/component/addressbook-migrate.c
	(migrate_contact_folder_to_source): Add missing negation that caused
	a crash.

svn path=/trunk/; revision=26162
2004-06-02 21:27:08 +00:00
00d2612a23 bump to 0.0.93.1. (BASE_VERSION): change to 12 for the ESource
2004-06-02  Chris Toshok  <toshok@ximian.com>

	* configure.in (EDS_REQUIRED): bump to 0.0.93.1.
	(BASE_VERSION): change to 12 for the ESource absolute_uri stuff.

svn path=/trunk/; revision=26161
2004-06-02 21:14:24 +00:00
378701d1da remove hidden field migration, and add in a phase to clear the
2004-06-02  Chris Toshok  <toshok@ximian.com>

	* gui/component/addressbook-migrate.c (addressbook_migrate):
	remove hidden field migration, and add in a phase to clear the
	absolute_uri properties on ESources.

svn path=/trunk/; revision=26160
2004-06-02 21:14:11 +00:00
ebe2afffe1 remove absolute_uri from ESource's. (migrate_tasks): same.
2004-06-02  Chris Toshok  <toshok@ximian.com>

	* gui/migration.c (migrate_calendars): remove absolute_uri from
	ESource's.
	(migrate_tasks): same.

svn path=/trunk/; revision=26159
2004-06-02 21:13:53 +00:00
03fd62545c Add toolbar visibility toggle to View menu.
2004-06-01  William Jon McCann  <mccann@jhu.edu>

	* evolution.xml: Add toolbar visibility toggle to View menu.

svn path=/trunk/; revision=26158
2004-06-02 20:37:45 +00:00
846953d493 Add listener for the ViewToolbar command.
2004-06-01  William Jon McCann  <mccann@jhu.edu>

	* e-shell-window-commands.c (e_shell_window_commands_setup):
	Add listener for the ViewToolbar command.
	(view_toolbar_item_toggled_handler):
	New function to handle toggling toolbar visibility and saving state.

	* e-shell-window.c (e_shell_window_save_defaults):
	Save the status of the toolbar visibility.
	(setup_widgets): Set initial state of toolbar visibility.

	* apps_evolution_shell.schemas.in.in: Added schema for toolbar_visible.

svn path=/trunk/; revision=26157
2004-06-02 20:37:14 +00:00
d9deb731a0 removed pre-completion code, not needed anymore. (emlv_finalize): no need
2004-06-02  Rodrigo Moya <rodrigo@novell.com>

	* gui/e-meeting-list-view.c (start_addressbook_server): removed
	pre-completion code, not needed anymore.
	(emlv_finalize): no need to unref the book anymore.
	(emlv_init): don't call start_addressbook_server.

	* gui/e-meeting-store.c (start_addressbook_server): removed.
	(ems_finalize): no need to unref the book anymore.

svn path=/trunk/; revision=26156
2004-06-02 17:29:16 +00:00