Commit Graph

20041 Commits

Author SHA1 Message Date
4ca7a08068 Create the arrows in these widgets as GTK_SHADOW_NONE, since the default
2004-02-26  Rodney Dawes  <dobey@ximian.com>

	* gui/e-meeting-time-sel.c (e_meeting_time_selector_construct):
	Create the arrows in these widgets as GTK_SHADOW_NONE, since the
	default arrow type in GTK+ 2.x is flat triangle arrows, and shadow
	types are generally ignored for arrows anyway, and so we don't look
	ugly with themes that handle shadow types on arrows correctly

svn path=/trunk/; revision=24902
2004-02-26 22:25:13 +00:00
e867a71d9a Create the arrows in these widgets as GTK_SHADOW_NONE, since the default
2004-02-26  Rodney Dawes  <dobey@ximian.com>

	* em-format-html-display.c (efhd_attachment_button): Create the
	arrows in these widgets as GTK_SHADOW_NONE, since the default arrow
	type in GTK+ 2.x is flat triangle arrows, and shadow types are
	generally ignored for arrows anyway, and so we don't look ugly with
	themes that handle shadow types on arrows correctly

svn path=/trunk/; revision=24901
2004-02-26 22:22:56 +00:00
88040b5329 Create the arrows in these widgets as GTK_SHADOW_NONE, since the default
2004-02-26  Rodney Dawes  <dobey@ximian.com>

	* e-cell-renderer-combo.c (ecrc_get_size):
	* e-dateedit.c (create_children):
	* e-dropdown-button.c (e_dropdown_button_construct): Create the
	arrows in these widgets as GTK_SHADOW_NONE, since the default arrow
	type in GTK+ 2.x is flat triangle arrows, and shadow types are
	generally ignored for arrows anyway, and so we don't look ugly with
	themes that handle shadow types on arrows correctly

svn path=/trunk/; revision=24900
2004-02-26 22:20:15 +00:00
f3e42519bb Fix the repo_id to include the evolution base version
2004-02-26  Rodney Dawes  <dobey@ximian.com>

	* gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in:
	Fix the repo_id to include the evolution base version

svn path=/trunk/; revision=24899
2004-02-26 22:12:11 +00:00
9a4ee04a76 Move unused variable declaration inside notyet conditional.
2004-02-26  Hans Petter Jansson  <hpj@ximian.com>

	* util/eab-destination.c (name_and_email_cb): Move unused variable
	declaration inside notyet conditional.

	* printing/e-contact-print.c: Include gal/util/e-util.h

	* gui/merging/eab-contact-compare.c (eab_contact_locate_match): Cast
	callback to an EBookCallback.
	(eab_contact_locate_match_full): Ditto.

	* gui/contact-editor/e-contact-quick-add.c (quick_add_set_name):
	Remove unused variable and cast 3rd arg to e_contact_set () (perhaps
	this should take a gconstpointer?).

	* gui/contact-editor/e-contact-editor-im.c (setup_service_optmenu):
	Remove unused variable.

	* gui/component/select-names/e-select-names.c (e_select_names_init):
	Cast the vbox to a GtkBox.

	* gui/component/addressbook-config.c (dialog_to_source): Correctly cast
	the spin button to a GtkSpinButton, not a GtkEntry.

	* gui/component/addressbook-component.c (load_primary_selection):
	Remove unused variable.

svn path=/trunk/; revision=24898
2004-02-26 21:01:41 +00:00
bac1a59d59 Add a <br> tag between the message text and the signature text (makes it
2004-02-26  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c (set_editor_text): Add a <br> tag between the
	message text and the signature text (makes it nicer looking and
	also fixes bug #53747.

svn path=/trunk/; revision=24897
2004-02-26 20:42:07 +00:00
22e5863a69 Updated Serbian translation -- hey, this Korean guy is a day ahead of me.
svn path=/trunk/; revision=24896
2004-02-26 20:22:31 +00:00
48aa97b3a8 add the Groupwise IM attributes to the list of those we render.
2004-02-26  Chris Toshok  <toshok@ximian.com>

	* gui/widgets/eab-contact-display.c (render_contact): add the
	Groupwise IM attributes to the list of those we render.

svn path=/trunk/; revision=24895
2004-02-26 20:13:44 +00:00
ed71a8cb94 Fix for bug #54352
2004-02-26  Jeffrey Stedfast  <fejj@ximian.com>

	Fix for bug #54352

	* em-message-browser.c (emmb_class_init): Set update_message_style
	to FALSE.

	* em-folder-view.c (emfv_setting_notify): Only update message
	display style if our subclass wants us to.
	(emfv_class_init): Set update_message_style to TRUE.
	(emfv_view_mode): Don't save the gconf key unless our class allows
	us to.

svn path=/trunk/; revision=24894
2004-02-26 20:07:43 +00:00
6ce5f011fb call eab_view_show_contact_preview here so we maintain the preview state
2004-02-26  Chris Toshok  <toshok@ximian.com>

	* gui/widgets/e-addressbook-view.c (set_view_preview): call
	eab_view_show_contact_preview here so we maintain the preview
	state when switching folders.  we don't (yet... won't ever?) have
	per-addressbook preview settings.

svn path=/trunk/; revision=24893
2004-02-26 18:24:52 +00:00
2fe63c34bb don't reference uninitialized memory
2004-02-26  JP Rosevear <jpr@ximian.com>

	* e-timezone-dialog/e-timezone-dialog.c
	(e_timezone_dialog_dispose): don't reference uninitialized memory

svn path=/trunk/; revision=24892
2004-02-26 18:24:16 +00:00
201ede74d9 view->scrolled -> view->contact_display. fixes crash.
2004-02-26  Chris Toshok  <toshok@ximian.com>

	* gui/widgets/e-addressbook-view.c
	(eab_view_show_contact_preview): view->scrolled ->
	view->contact_display.  fixes crash.

svn path=/trunk/; revision=24891
2004-02-26 18:18:13 +00:00
0891b54557 nuke this file
svn path=/trunk/; revision=24890
2004-02-26 18:06:45 +00:00
0608fee8c5 remove the right thing
2004-02-26  Christian Neumair <chris@gnome-de.org>

	* e-search-bar.c (remove_bonobo_menus): remove the right thing

svn path=/trunk/; revision=24889
2004-02-26 18:00:46 +00:00
2b46283efc fix checks for locations.
2004-02-26  Chris Toshok  <toshok@ximian.com>

	* gui/contact-editor/e-contact-editor.c (edit_im_clicked): fix
	checks for locations.

svn path=/trunk/; revision=24888
2004-02-26 17:51:26 +00:00
1e99d93fbe Make sure url->path is non-NULL before setting folder_name to url->path +
2004-02-26  Jeffrey Stedfast  <fejj@ximian.com>

	* em-utils.c (em_utils_folder_name_from_uri): Make sure url->path
	is non-NULL before setting folder_name to url->path + 1. Could
	possibly fix bug #54853.

svn path=/trunk/; revision=24887
2004-02-26 16:40:34 +00:00
74abd95911 set the location label/option menu to visible.
2004-02-26  Chris Toshok  <toshok@ximian.com>

	* gui/contact-editor/im.glade: set the location label/option menu
	to visible.

	* gui/contact-editor/e-contact-editor.c (add_im_clicked): build up
	the vcard attributes manually so we can set the TYPE= parameter to
	the location the user specifies.
	(edit_im_clicked): same.  Also, use COLUMN_IM_LOCATION_TYPE, which
	is not localized to pass the location to the editor.
	(remove_im_clicked): reindent.
	(im_treeview_drag_data_get_cb): same.
	(im_treeview_drag_data_rcv_cb): same.
	(setup_im_treeview): add another column for the (non-localized)
	location type, and reindent.
	(add_im_field): use the new attribute api for EContact so we can
	get the location of each account, and set things appropriately on
	the store.

	* gui/contact-editor/e-contact-editor-im.c
	(e_contact_editor_im_class_init): reindent.
	(e_contact_editor_im_new): same.
	(fill_in_info): same.

svn path=/trunk/; revision=24886
2004-02-26 16:39:35 +00:00
27e55ce5ec Updated Korean translation.
* ko.po: Updated Korean translation.

svn path=/trunk/; revision=24885
2004-02-26 15:45:49 +00:00
db7cec5e13 include config.h
2004-02-26  Jeffrey Stedfast  <fejj@ximian.com>

	* gui/component.c: include config.h

svn path=/trunk/; revision=24884
2004-02-26 15:38:46 +00:00
bac35e5795 Fixed the ENABLE_SMIME conditional to work. Fixes the addressbook
2004-02-26  Jeffrey Stedfast  <fejj@ximian.com>

	* configure.in: Fixed the ENABLE_SMIME conditional to work. Fixes
	the addressbook relocation error.

svn path=/trunk/; revision=24883
2004-02-26 15:38:05 +00:00
71078d6282 Translation updated by Kees van den Broek.
2004-02-26  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated by Kees van den Broek.

svn path=/trunk/; revision=24882
2004-02-26 14:27:11 +00:00
f1fe42cea9 Before Update the bonobo ui component, remove it first.
2004-02-26  Bill Zhu <bill.zhu@sun.com>

	* e-search-bar.c (setup_bonobo_menus): Before Update the bonobo ui
	component, remove it first.

	Fixes #54788

svn path=/trunk/; revision=24881
2004-02-26 14:05:55 +00:00
f7d587939d make sure we unref the task pad client and the calendar clients are
2004-02-26  JP Rosevear <jpr@ximian.com>

	* gui/gnome-cal.c (client_cal_opened_cb): make sure we unref the
	task pad client and the calendar clients are unreffed by the hash
	table

svn path=/trunk/; revision=24880
2004-02-26 13:48:44 +00:00
e0163b782f reset motion_row/motion_col if the model changes. See bug #54757.
2004-02-26  Not Zed  <NotZed@Ximian.com>

        * e-table-item.c (eti_table_model_pre_change): reset
        motion_row/motion_col if the model changes.  See bug #54757.

svn path=/trunk/; revision=24878
2004-02-26 11:45:52 +00:00
24c80204b4 NOOP if the folder has changed.
2004-02-26  Not Zed  <NotZed@Ximian.com>

        * message-list.c (regen_list_regened): NOOP if the folder has
        changed.

svn path=/trunk/; revision=24877
2004-02-26 11:35:24 +00:00
817c73ca62 Update Czech translation
svn path=/trunk/; revision=24876
2004-02-26 10:30:17 +00:00
6c857baec9 get rid of a duplicate #include
svn path=/trunk/; revision=24875
2004-02-25 21:15:59 +00:00
7bc051c549 Protect against feeding gdk_pixbuf_new_from_file() a NULL path. Clears up
2004-02-25  Jeffrey Stedfast  <fejj@ximian.com>

	* e-gui-utils.c (e_icon_for_mime_type): Protect against feeding
	gdk_pixbuf_new_from_file() a NULL path. Clears up some console
	warning spewage.

svn path=/trunk/; revision=24874
2004-02-25 21:15:45 +00:00
b75230fcd8 Protect against using NULL pixbufs. Gets rid of a lot of console warning
2004-02-25  Jeffrey Stedfast  <fejj@ximian.com>

	* em-format-html-display.c (efhd_attachment_button): Protect
	against using NULL pixbufs. Gets rid of a lot of console warning
	spewage on my system.

svn path=/trunk/; revision=24873
2004-02-25 21:11:48 +00:00
6db6379e35 Free the uids *after* reporting Complete, otherwise we get an FMR if our
2004-02-25  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-filter-driver.c (camel_filter_driver_filter_folder): Free
	the uids *after* reporting Complete, otherwise we get an FMR if
	our caller didn't pass in the uids.

	* camel-sasl-gssapi.c (gssapi_challenge): #ifdef out another
	gss_release_buffer() call as this function causes memory
	corruption if using Heimdal's implementation of Kerberos5. Yay
	Heimdal.

svn path=/trunk/; revision=24872
2004-02-25 20:11:07 +00:00
82355d5100 Assign Delete and KP_Delete as accels for the MessageDelete menu item.
2004-02-25  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mail-message.xml: Assign Delete and KP_Delete as
	accels for the MessageDelete menu item.

svn path=/trunk/; revision=24871
2004-02-25 19:31:11 +00:00
578ff1014d Removed Delete/KP_Delete from here. Now handled via the bonobo-ui menu
2004-02-25  Jeffrey Stedfast  <fejj@ximian.com>

	* em-folder-view.c (emfv_list_key_press): Removed Delete/KP_Delete
	from here. Now handled via the bonobo-ui menu accels. Fixes bug #53504.

svn path=/trunk/; revision=24870
2004-02-25 19:30:52 +00:00
ba5b850414 add "$xhave_nss = xyes" to the AM_CONDITIONAL for ENABLE_SMIME.
2004-02-25  Chris Toshok  <toshok@ximian.com>

	* configure.in: add "$xhave_nss = xyes" to the AM_CONDITIONAL for
	ENABLE_SMIME.

svn path=/trunk/; revision=24869
2004-02-25 19:18:41 +00:00
5
438e909287 do not avoid junk mails in unread count
2004-02-25    <rodo@ximian.com>

	* camel-folder.c (get_unread_message_count): do not avoid junk
	mails in unread count

svn path=/trunk/; revision=24868
2004-02-25 18:54:13 +00:00
5
09070e7446 set seen flag for junk messages
2004-02-25    <rodo@ximian.com>

	* mail-session.c (main_get_filter_driver): set seen flag for junk
	messages

svn path=/trunk/; revision=24867
2004-02-25 18:40:29 +00:00
07d79a59b8 Use @BASE_VERSION@ for the binary
2004-02-15  Rodney Dawes  <dobey@ximian.com>

	* evolution-nognome.in: Use @BASE_VERSION@ for the binary

	Fixes #54796

svn path=/trunk/; revision=24866
2004-02-25 18:37:54 +00:00
5
3265272196 do not set DELETED
2004-02-25    <rodo@ximian.com>

	* em-folder-view.c (emfv_popup_mark_junk): do not set DELETED

svn path=/trunk/; revision=24865
2004-02-25 18:15:44 +00:00
fc42e2d8a7 added groupwise im related label and icon image file name
2004-02-25 Sivaiah Nallagatla <snallagatla@novell.com>
        * gui/contact-editor/e-contact-editor-im.c : added
        groupwise im related label and icon image file name

        * gui/contact-editor/e-contact-editor.c :
        (im_treeview_drag_data_get_cb), (im_treeview_drag_data_rcv_cb) :
        (set_im_fields) : added code to add Gw Im id to contact-editor

svn path=/trunk/; revision=24864
2004-02-25 14:18:50 +00:00
6796eb660e Updated Catalan translation by the Catalan Evolution team.
2004-02-25  Jordi Mallach  <jordi@sindominio.net>

	* ca.po: Updated Catalan translation by the
	Catalan Evolution team.

svn path=/trunk/; revision=24863
2004-02-25 14:11:00 +00:00
5eebe62b1d moved the RECNET flag into the folder area (bit 17-30).
2004-02-25  Not Zed  <NotZed@Ximian.com>

        * providers/imap/camel-imap-summary.h (CAMEL_IMAP_MESSAGE_RECENT):
        moved the RECNET flag into the folder area (bit 17-30).

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

        ** See bug #53876.

        * providers/imap/camel-imap-command.c (camel_imap_command): ref
        the folder before unreffing store->current_folder, incase they're
        the same.  Do a select anyway.

        * providers/imap/camel-imap-folder.c (imap_refresh_info): keep the
        connect_lock for longer, imap_rescan for one assumes its locked.
        Fixes a race selecting the folder for refresh.

svn path=/trunk/; revision=24862
2004-02-25 03:47:04 +00:00
dbb8a61852 Port to new way of setting name in contact.
2004-02-24  Hans petter Jansson  <hpj@ximian.com>

	* gui/contact-editor/e-contact-quick-add.c (quick_add_set_name):
	Port to new way of setting name in contact.

svn path=/trunk/; revision=24861
2004-02-25 01:36:35 +00:00
407045be49 fix float type pane position keys (we migrated these improperly in the
2004-02-24  JP Rosevear <jpr@ximian.com>

	* gui/migration.c (migrate_calendars): fix float type pane
	position keys (we migrated these improperly in the past), just use
	the default value

	Fixes #53087

svn path=/trunk/; revision=24860
2004-02-24 23:34:21 +00:00
bdf73f3dfa fix includes for builddir != srcdir
2004-02-24  JP Rosevear <jpr@ximian.com>

	* gui/Makefile.am: fix includes for builddir != srcdir

svn path=/trunk/; revision=24859
2004-02-24 22:44:35 +00:00
6b5472802f Updated Irish translation
svn path=/trunk/; revision=24858
2004-02-24 22:28:04 +00:00
c105472f85 Removed Apply button. As discussed on IRC, UI doesn't feel we should have
2004-02-24  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-account-editor.c (construct): Removed Apply button. As
	discussed on IRC, UI doesn't feel we should have an Apply button
	here.

svn path=/trunk/; revision=24857
2004-02-24 22:01:11 +00:00
181f7665c7 Include bug number.
svn path=/trunk/; revision=24856
2004-02-24 21:56:58 +00:00
0330c8458a Missed the entyr.
svn path=/trunk/; revision=24855
2004-02-24 21:51:54 +00:00
853561bc90 make sure to use the srcdir to build the list
2004-02-24  JP Rosevear <jpr@ximian.com>

	* marshal.mk: make sure to use the srcdir to build the list

svn path=/trunk/; revision=24854
2004-02-24 21:51:23 +00:00
3b0f3efe44 don't init the dialog here (addressbook_migrate): init it here
2004-02-24  JP Rosevear <jpr@ximian.com>

	* gui/component/addressbook-migrate.c (migration_context_new):
	don't init the dialog here
	(addressbook_migrate): init it here

svn path=/trunk/; revision=24853
2004-02-24 21:48:50 +00:00
2d5d15a0f3 Need to listen for changes to S/MIME options, the signature option menu,
2004-02-24  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-account-editor.c (construct): Need to listen for changes to
	S/MIME options, the signature option menu, and any extra
	provider-specific config options. Fixes bug #54036.

svn path=/trunk/; revision=24852
2004-02-24 21:31:19 +00:00