Commit Graph

20142 Commits

Author SHA1 Message Date
ecda7da11e #if 0 this, since nothing uses it anymore. (accum_address): new function,
2004-03-10  Chris Toshok  <toshok@ximian.com>

	* gui/widgets/eab-contact-display.c (render_address): #if 0 this,
	since nothing uses it anymore.
	(accum_address): new function, build up a GString.
	(accum_name_value): same.
	(accum_attribute): same.
	(render_contact): don't just blindly render the work/personal
	blocks, since if they're empty it looks stupid.  instead,
	accumulate each block into a GString and only output the entire
	block if the string is non-empty.

svn path=/trunk/; revision=25018
2004-03-11 01:12:40 +00:00
e79281f85e phone_choice is an index into the phones array. (_phone_arrow_pressed):
2004-03-10  Chris Toshok  <toshok@ximian.com>

	* gui/contact-editor/e-contact-editor.c (phone_entry_changed):
	phone_choice is an index into the phones array.
	(_phone_arrow_pressed): same.
	(address_text_changed): address_choice is an index into the
	addresses array.
	(_address_arrow_pressed): same.
	(set_address_field): same.
	(_email_arrow_pressed): email_choice is an index into the emails
	array.
	(full_addr_clicked): same, and same with
	s/addresses/address_editable.
	(e_contact_editor_init): initialize the *_choice fields as indices
	into their respective *es arrays.
	(e_contact_editor_build_address_ui): initialize the labels from
	the addresses array.
	(set_fields): *_choice fields are indices into *es arrays.
	(enable_writable_fields): same.

svn path=/trunk/; revision=25017
2004-03-10 22:33:34 +00:00
6a28414d01 Fix the border width setting for the button area, to be HIG-compliant
2004-03-10  Rodney Dawes  <dobey@ximian.com>

	* gui/certificate-viewer.c (certificate_viewer_show): Fix the border
	width setting for the button area, to be HIG-compliant
	* gui/smime-ui.glade: Update some border widths for the cert viweer
	Remove dialog separators (This portion from William Jon McCann)

svn path=/trunk/; revision=25016
2004-03-10 22:13:23 +00:00
8bb42c6de2 Fix for bug #55298.
2004-03-10  Jeffrey Stedfast  <fejj@ximian.com>

	Fix for bug #55298.

	* em-format-html.c (efh_format_header): Now takes a default txt
	argument (header value). For address/date headers, if this isn't
	set, default back to the old behaviour of looking it up.
	(efh_format_headers): If we are iterating thru the camel raw
	headers, always pas the header value as the txt argument,
	otherwise always pass NULL.

svn path=/trunk/; revision=25015
2004-03-10 22:01:32 +00:00
47430e5f97 Removed an unused variable left over from an old attempted fix.
2004-03-10  Jeffrey Stedfast  <fejj@ximian.com>

	* em-format-html-display.c (efhd_xpkcs7mime_validity_clicked):
	Removed an unused variable left over from an old attempted fix.

	* em-folder-selector.c (emfs_response): Select the same folder in
	the create-folder dialog as is selected in the parent selector
	dialog. Fixes the rest of bug #53862.

svn path=/trunk/; revision=25014
2004-03-10 21:47:26 +00:00
f5f54e2eaa Partial fix for bug #53862
2004-03-10  Jeffrey Stedfast  <fejj@ximian.com>

	Partial fix for bug #53862

	* em-folder-selector.c (emfs_response): Connect to the newly added
	"folder-added" signal and save a created_uri string so that we can
	be sure to only listen for the creation of the folder the user
	created in *our* create-folder dilog (and not from some other
	place).

	* em-folder-tree-model.c (folder_subscribed): Emit a new
	"folder-added" signal.

svn path=/trunk/; revision=25013
2004-03-10 21:28:50 +00:00
e948af7be8 Focus the entry widget. Fixes bug #55330.
2004-03-10  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-session.c (request_password): Focus the entry widget. Fixes
	bug #55330.

svn path=/trunk/; revision=25012
2004-03-10 19:50:05 +00:00
1ba20a4418 ops, put close to the other if branch
svn path=/trunk/; revision=25011
2004-03-10 19:20:33 +00:00
2d6be28097 (pipe_to_sa_with_error): do not call close, camel_stream_close
should be enough to be sure the fd was closed

svn path=/trunk/; revision=25010
2004-03-10 19:19:40 +00:00
d335a3f167 call camel_stream_close and close the fds[1]
2004-03-10  Radek Doulik  <rodo@ximian.com>

	* em-junk-filter.c (pipe_to_sa_with_error): call
	camel_stream_close and close the fds[1]

svn path=/trunk/; revision=25009
2004-03-10 17:53:56 +00:00
e8e1b0b823 Used the stock icon in confirm dialog.
2004-03-10  Bill Zhu  <bill.zhu@sun.com>

	* e-shell-startup-wizzard.c (key_press_event_callback): Used the
stock
	icon in confirm dialog.

	Fixes #55063

svn path=/trunk/; revision=25008
2004-03-10 16:07:25 +00:00
7ded20cc1b Update Czech translation
svn path=/trunk/; revision=25005
2004-03-10 13:36:24 +00:00
1f2d31973e Make the acces key Alt+O work.
Patch by hao.sheng@sun.com

svn path=/trunk/; revision=25004
2004-03-10 06:28:47 +00:00
7b75fa6e7d Remove separator from dialogs per HIG.
2004-03-04  William Jon McCann  <mccann@jhu.edu>

	* e-dialog-utils.c (e_notice, e_notice_with_xid, save_ok):
	* e-request.c (e_request_string):
	* e-passwords.c (e_passwords_ask_password):
	Remove separator from dialogs per HIG.

svn path=/trunk/; revision=25003
2004-03-09 21:10:42 +00:00
01423acde3 Translation updated by Daniel van Eeden.
2004-03-09  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated by Daniel van Eeden.

svn path=/trunk/; revision=25002
2004-03-09 21:04:07 +00:00
28da552fe5 Don't try to calculate the position of the popup menu for the dropdowns
2004-03-09  Rodney Dawes  <dobey@ximian.com>

	* gui/contact-editor/e-contact-editor.c (_arrow_pressed): Don't try
	to calculate the position of the popup menu for the dropdowns

svn path=/trunk/; revision=25001
2004-03-09 20:04:36 +00:00
93d37b7c55 Update Czech translation
svn path=/trunk/; revision=25000
2004-03-09 19:58:53 +00:00
3a80218b28 Remove the dialog separator, and set appropriate border widths for the
2004-03-09  Rodney Dawes  <dobey@ximian.com>

	* gui/contact-editor/e-contact-editor-im.c (e_contact_editor_im_edit):
	Remove the dialog separator, and set appropriate border widths for the
	button area box and the dialog's vbox
	* gui/contact-editor/im.glade: Apply patch from Christian Neumair to
	make the IM editor dialog HIG compliant

svn path=/trunk/; revision=24999
2004-03-09 17:47:02 +00:00
74b8f2a8a0 Updated Catalan translation by the Catalan Evolution Team.
svn path=/trunk/; revision=24998
2004-03-09 16:04:36 +00:00
406f6ebba7 autocompletion icon for the preferences
2004-03-09  Jakub Steiner <jimmac@ximian.com>

   * autocompletion.png:
   * Makefile.am: autocompletion icon for the preferences

svn path=/trunk/; revision=24997
2004-03-09 11:11:09 +00:00
32771dcb63 fixed type in contact editor code to make email ui building work
svn path=/trunk/; revision=24996
2004-03-09 08:11:26 +00:00
3a7dbcaa99 Updated Serbian translation.
svn path=/trunk/; revision=24995
2004-03-09 04:44:55 +00:00
9e99d9f7dd Fixes #48106
2004-03-08  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #48106

	* gui/dialogs/alarm-page.glade: s/Send an Email/Send an email.

svn path=/trunk/; revision=24994
2004-03-08 21:26:46 +00:00
1e94b0ec74 New async function to create a folder. (em_folder_tree_create_folder):
2004-03-08  Jeffrey Stedfast  <fejj@ximian.com>

	* em-folder-tree.c (emft_create_folder): New async function to
	create a folder.
	(em_folder_tree_create_folder): Partly moved into
	emft_create_folder. Might be able to remove this code, but lewing
	might be using it in Connector or something? Need to ask him...
	(emft_popup_new_folder_response): Use emft_create_folder()
	instead.

svn path=/trunk/; revision=24993
2004-03-08 21:12:50 +00:00
b98df57b11 added filter junk command and menuitem, icon for MarkAsNotJunk
2004-03-08  Radek Doulik  <rodo@ximian.com>

	* evolution-mail-message.xml: added filter junk command and
	menuitem, icon for MarkAsNotJunk

svn path=/trunk/; revision=24992
2004-03-08 17:53:53 +00:00
96dccdb695 new method, filter folder with FILTER_SOURCE_JUNKTEST type filter
2004-03-08  Radek Doulik  <rodo@ximian.com>

	* mail-ops.c (mail_filter_junk): new method, filter folder with
	FILTER_SOURCE_JUNKTEST type filter

	* em-folder-view.c: added Filter Junk command and junk icons to
	menus, added apply filters icon to popup menu
	(emfv_popup_filter_junk): new helper method, calls
	mail_filter_junk

svn path=/trunk/; revision=24991
2004-03-08 17:53:37 +00:00
c8e7f54abd added 16 pixels versions of junk icons from the gnome-icon-theme module
2004-03-08  Radek Doulik  <rodo@ximian.com>

	* Makefile.am (images_DATA): added 16 pixels versions of junk
	icons from the gnome-icon-theme module

svn path=/trunk/; revision=24990
2004-03-08 17:47:05 +00:00
b866d48f55 Check that app is not NULL before trying to open the quickref document.
2004-03-06  Pratik V. Parikh <pratikvp@despammed.com>

	* e-shell-window-commands.c (command_quick_reference): Check that
	app is not NULL before trying to open the quickref document.

	Fixes #55106

svn path=/trunk/; revision=24989
2004-03-08 16:58:41 +00:00
995e51439d alarm.png briefcase.png cellphone.png envelope.png evolution-calendar.png
2004-03-08  Jakub Steiner <jimmac@ximian.com>

* alarm.png
* briefcase.png
* cellphone.png
* envelope.png
* evolution-calendar.png
* evolution-notes-mini.png
* evolution-notes.png
* evolution-tasks-mini.png
* evolution-tasks.png
* evolution-today.png
* ico-calendar.png
* im-invisible.png
* import.png
* mail-config-druid-identity.png
* print-preview-24.png
* print.png
* schedule-meeting-16.png
* schedule-meeting-16.xpm
* schedule-meeting-24.png
* stock-notjunk-24.png
* summary-settings.png: since using gnome-icon-theme is miles away, I tried
  bringing the art/ mess a bit up to date. Lots of xpm hell still
  :(

svn path=/trunk/; revision=24984
2004-03-08 11:25:57 +00:00
a721f21e4e . closes bug #54972
2004-03-08  Jakub Steiner <jimmac@ximian.com>

* im-nov.png: (16x16). closes bug #54972

svn path=/trunk/; revision=24983
2004-03-08 09:15:33 +00:00
cfe21d157f Translation updated by Daniel van Eeden.
2004-03-08  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated by Daniel van Eeden.

svn path=/trunk/; revision=24982
2004-03-07 23:38:08 +00:00
f4521c201f If the subject is empty, use _("Untitled Message") as the subject instead.
2004-03-07  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c (do_exit): If the subject is empty, use
	_("Untitled Message") as the subject instead.

svn path=/trunk/; revision=24981
2004-03-07 15:00:51 +00:00
a3ee8ed85b Translation updated.
2004-03-06  Priit Laes  <plaes@cvs.gnome.org>

	* et.po: Translation updated.

svn path=/trunk/; revision=24980
2004-03-05 23:16:03 +00:00
974f7c1913 bump version, requirements
2004-03-05  JP Rosevear <jpr@ximian.com>

	* configure.in: bump version, requirements

svn path=/trunk/; revision=24978
2004-03-05 19:48:49 +00:00
b11b2abeeb Don't set our parent window as the efhd, ehfd isn't even a widget.
2004-03-05  Jeffrey Stedfast  <fejj@ximian.com>

	* em-format-html-display.c (em_format_html_display_search): Don't
	set our parent window as the efhd, ehfd isn't even a widget.

	Fixes bug #54030

	* em-format-html-display.c (efhd_search_response): Reset the
	searching tokeniser on Cancel.

	* e-searching-tokenizer.c (e_searching_tokenizer_reset): New
	function to reset a search tokeniser.

svn path=/trunk/; revision=24977
2004-03-05 19:46:20 +00:00
771d438d34 Update Czech translation
svn path=/trunk/; revision=24976
2004-03-05 18:25:30 +00:00
4cbe9157a4 Fixes bug #55202
2004-03-05  Jeffrey Stedfast  <fejj@ximian.com>

	Fixes bug #55202

	* e-msg-composer.c (add_recipients): No longer takes a decode
	argument (handle_mailto is the only function that calls it, and
	the decode value always has to be TRUE for mailto).
	(handle_mailto): Updated.

svn path=/trunk/; revision=24975
2004-03-05 18:18:52 +00:00
84e0d8fd2e Updated Korean translation.
* ko.po: Updated Korean translation.

svn path=/trunk/; revision=24974
2004-03-05 17:49:55 +00:00
cb3ff288a6 set a GConf listener callback to list for changes in selected calendars.
2004-03-05  Rodrigo Moya <rodrigo@ximian.com>

	* gui/alarm-notify/alarm-notify.c (alarm_notify_init): set a GConf
	listener callback to list for changes in selected calendars.
	(alarm_notify_finalize): remove the GConf notification listener.
	(conf_changed_cb): callback to react on configuration changes. Process
	the new selected calendars and remove the unselected ones.
	(process_removal_in_hash): callback to remove unselected calendars.

svn path=/trunk/; revision=24973
2004-03-05 11:42:21 +00:00
71ea31e217 ** See bug #55096.
2004-03-05  Not Zed  <NotZed@Ximian.com>

        ** See bug #55096.

        * importers/evolution-mbox-importer.c (process_item_fn): hack,
        unref when complete

        * importers/evolution-outlook-importer.c (outlook_importer_new):
        init status lock.
        (process_item_fn): hack, unref ourselves when we're complete.  i
        think the shell leaks the ref.

svn path=/trunk/; revision=24972
2004-03-05 07:10:27 +00:00
018866693e If event == NULL, don't try to use event->key.time
2004-03-04  Jeffrey Stedfast  <fejj@ximian.com>

	* em-folder-view.c (emfv_popup): If event == NULL, don't try to
	use event->key.time

	* em-migrate.c (upgrade_vfolder_sources_1_4): New function to
	upgrade vfolder sources.
	(em_upgrade_xml_1_4): If the doc is vfolders.xml, upgrade the
	sources nodes.

svn path=/trunk/; revision=24971
2004-03-04 21:07:00 +00:00
7a0455fc2b Fixes #50294
2004-03-04  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #50294

	* gui/e-tasks.c (setup_widgets): connect to "model_rows_deleted" signal
	on the ETable's model.
	(model_rows_deleted_cb): callback for clearing the preview widget when
	the currently selected task is removed.

svn path=/trunk/; revision=24969
2004-03-04 17:23:01 +00:00
c5a4a13b1b set the sensitivity correctly, depending on whether the command applied to
2004-03-04  Rodrigo Moya <rodrigo@ximian.com>

	* gui/calendar-commands.c (calendar_control_sensitize_calendar_commands):
	set the sensitivity correctly, depending on whether the command applied
	to the currently selected event or the default client.
	(calendar_control_activate): make sure we start with the menu items
	correctly enabled/disabled.

svn path=/trunk/; revision=24968
2004-03-04 16:46:27 +00:00
967a116256 Fixes #53496
2004-03-04  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #53496

	* gui/dialogs/cal-prefs-dialog.glade: set the same spacing for all
	tabs in the notebook.

svn path=/trunk/; revision=24966
2004-03-04 16:05:26 +00:00
40a30cb188 always add the page.
2004-03-04  Rodrigo Moya <rodrigo@ximian.com>

	* gui/dialogs/comp-editor.c (comp_editor_append_page): always add
	the page.

	* gui/dialogs/event-page.c (event_page_fill_widgets): continue filling
	up all other fields even if there are missing ones, and return the
	validation result.

svn path=/trunk/; revision=24965
2004-03-04 15:49:36 +00:00
8848b03cbf Update Czech translation
svn path=/trunk/; revision=24964
2004-03-04 15:08:02 +00:00
2134a44435 don't make the dialog window sticky, the icon on the system tray already
2004-03-04  Rodrigo Moya <rodrigo@ximian.com>

	* gui/alarm-notify/alarm-notify-dialog.c (alarm_notify_dialog):
	don't make the dialog window sticky, the icon on the system tray
	already shows in all workspaces.

svn path=/trunk/; revision=24963
2004-03-04 12:09:14 +00:00
b30d1ba7e7 fix all the warnings
svn path=/trunk/; revision=24962
2004-03-04 12:04:15 +00:00
7716402b90 Fixes #54028
2004-03-04  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #54028

	* gui/alarm-notify/alarm-queue.c (query_objects_changed_cb): fixed the
	time range for the alarm query, to include the end of today.

svn path=/trunk/; revision=24961
2004-03-04 11:38:58 +00:00
8e8fcea05d Fixes #53137
2004-03-04  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #53137

	* gui/dialogs/comp-editor-page.[ch]: made fill_widgets virtual
	method return a gboolean.
	(comp_editor_page_fill_widgets): return value from virtual method
	implementation.

	* gui/dialogs/event-page.c (event_page_fill_widgets):
	* gui/dialogs/meeting-page.c (meeting_page_fill_widgets):
	* gui/dialogs/recurrence-page.c (recurrence_page_fill_widgets):
	* gui/dialogs/schedule-page.c (schedule_page_fill_widgets):
	* gui/dialogs/task-details-page.c (task_details_page_fill_widgets):
	* gui/dialogs/task-page.c (task_page_fill_widgets):
	* gui/dialogs/alarm-page.c (alarm_page_fill_widgets): return value,
	as expected from the virtual method signature.

	* gui/dialogs/comp-editor.c (comp_editor_append_page): dont add the
	page if there was an error calling the fill_widgets method.

svn path=/trunk/; revision=24960
2004-03-04 11:17:56 +00:00