Commit Graph

17514 Commits

Author SHA1 Message Date
65922aa0c6 remove debugging g_print calls fix length_threshold prop range fix
2003-04-08  Mike Kestner  <mkestner@ximian.com>

	* e-cell-popup.c : remove debugging g_print calls
	* e-table-group-container.c : fix length_threshold prop range
	* e-table-group-leaf.c : fix length_threshold prop range
	* e-table-item.c : fix length_threshold prop range

svn path=/trunk/; revision=20750
2003-04-08 14:36:55 +00:00
ce6c174542 Remove button_ok, button_cancel, canceled members from struct Dialog.
* gui/dialogs/alarm-options.c: Remove button_ok, button_cancel,
canceled members from struct Dialog.
(get_widgets): Do not initialize.
(close_dialog): Destroy the toplevel.
(toplevel_delete_event_cb): Removed.
(button_cancel_clicked_cb): Removed.
(button_ok_clicked_cb): Removed.
(close_dialog): Removed.
(alarm_options_dialog_run): Use gtk_dialog_run.
(init_widgets): Do not init ->canceled, do not connect OK/Cancel
buttons.
(alarm_to_dialog): No need to make the file entry modal from here
anymore.

* gui/dialogs/alarm-options.glade: Turned into a GtkDialog.  Set
the "modal" property to True for the file entry.

svn path=/trunk/; revision=20749
2003-04-08 14:32:25 +00:00
7a7bea4887 Fix bad XML noticed by Not Zed
* importers/GNOME_Evolution_Mail_Elm_Intelligent_Importer.server.in.in:
	* importers/GNOME_Evolution_Mail_Netscape_Intelligent_Importer.server.in.in:
	* importers/GNOME_Evolution_Mail_Pine_Intelligent_Importer.server.in.in:
	Fix bad XML noticed by Not Zed

svn path=/trunk/; revision=20748
2003-04-08 14:23:03 +00:00
2d5b5aca40 Properly terminate the "name" attribute tag added in the last change.
2003-04-08  Not Zed  <NotZed@Ximian.com>

	* GNOME_Evolution_Summary.server.in.in: Properly terminate the
	"name" attribute tag added in the last change.

svn path=/trunk/; revision=20747
2003-04-08 13:51:41 +00:00
ad46258099 add 39763 fix
svn path=/trunk/; revision=20746
2003-04-08 04:57:27 +00:00
3b414f4346 [ fixes bug #39763 ] remove the control_entry_focus_{in,out}_event_cb
2003-04-07  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #39763 ]
	* e-msg-composer.c (setup_cut_copy_paste): remove the
	control_entry_focus_{in,out}_event_cb signal stuff.
	(control_entry_focus_in_event_cb): nuke
	(control_entry_focus_in_event_cb): same.

	* e-msg-composer-hdrs.c (create_addressbook_entry): pass the
	contain to bonobo_widget_new_control_from_objref when creating the
	entries.

svn path=/trunk/; revision=20745
2003-04-08 04:56:10 +00:00
d99bee3172 add blurb of addressbook fix for 7103
svn path=/trunk/; revision=20744
2003-04-08 04:47:03 +00:00
c5bab4bb06 [ fixes #7103 ] init style_set. and add the signal.
2003-04-07  Chris Toshok  <toshok@ximian.com>

	[ fixes #7103 ]
	* gui/widgets/e-minicard-label.c (e_minicard_label_class_init):
	init style_set. and add the signal.
	(e_minicard_label_realize): include e_minicard_label_construct's
	code here, and call set_colors after we create the sub-items.
	(e_minicard_label_unrealize): indent, and remove dead code.
	(e_minicard_label_event): indent, and call set_colors instead of
	setting the colors manually.
	(set_colors): new function, set our colors based on the current
	style.
	(e_minicard_label_style_set): new function, just call set_colors.
	(e_minicard_label_new): e_minicard_label_construct doesn't exist
	anymore.

	* gui/widgets/e-minicard-label.h (struct _EMinicardLabelClass):
	add style_set signal.

	* gui/widgets/e-minicard.c (set_selected): little tweaks in the
	coloring.
	(e_minicard_unrealize): reindent, and remove some unused code.

	* gui/widgets/e-minicard-view-widget.h (struct
	_EMinicardViewWidget): add background.

	* gui/widgets/e-minicard-view-widget.c
	(e_minicard_view_widget_class_init): init
	widget_class->style_class.
	(e_minicard_view_widget_style_set): new function, just set the
	background's fill_color_gdk to base[GTK_STATE_NORMAL].
	(e_minicard_view_widget_realize): store off the background canvas
	item so we can set the color later.

svn path=/trunk/; revision=20742
2003-04-08 04:44:58 +00:00
fc5fc4dcf0 fill_color_gdk is a boxed GdkColor, not a pointer. (ecb_set_property):
2003-04-07  Chris Toshok  <toshok@ximian.com>

	* gal/widgets/e-canvas-background.c (ecb_class_init):
	fill_color_gdk is a boxed GdkColor, not a pointer.
	(ecb_set_property): same.
	(ecb_get_property): same.

svn path=/trunk/; revision=20741
2003-04-08 04:34:34 +00:00
907f029cc1 swap button order. For #40900.
2003-04-08  Not Zed  <NotZed@Ximian.com>

        * mail-vfolder.c (vfolder_gui_add_rule): swap button order.  For
        #40900.

svn path=/trunk/; revision=20740
2003-04-08 00:55:44 +00:00
aa49e8de71 use g_strerror, and use errno directly rather than ferrno().
2003-04-08  Not Zed  <NotZed@Ximian.com>

        * camel-folder-summary.c (camel_folder_summary_load): use
        g_strerror, and use errno directly rather than ferrno().
        (summary_header_load): set errno when we get a version mismatch.

svn path=/trunk/; revision=20739
2003-04-08 00:55:02 +00:00
f37b97d222 more addressbook stuff.
svn path=/trunk/; revision=20738
2003-04-07 23:28:57 +00:00
4febb49204 [ fixes bug #40901 ] HIG-ify the ldap server edit dialog's button layout.
2003-04-07  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #40901 ]
	* gui/component/ldap-config.glade: HIG-ify the ldap server edit
	dialog's button layout.

svn path=/trunk/; revision=20737
2003-04-07 23:27:49 +00:00
7e87516620 [ fixes bug #39763 ] This is merged in by the text fields/EEntry's in the
2003-04-07  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #39763 ]
	* evolution-composer-entries.xml: This is merged in by the text
	fields/EEntry's in the composer when they're focused.

	* Makefile.am (XML_FILES): add evolution-composer-entries.xml.

svn path=/trunk/; revision=20736
2003-04-07 23:19:19 +00:00
fc4ca8aadc [ fixes bug #39763 ] verb callback for EditCopy (cut_cb): verb callback
2003-04-07  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #39763 ]
	* gui/component/select-names/e-select-names-bonobo.c (copy_cb):
	verb callback for EditCopy
	(cut_cb): verb callback for EditCut.
	(paste_cb): verb callback for EditPaste.
	(select_all_cb): verb callback for SelectAll.
	(free_closure): new function
	(merge_menu_items): same
	(unmerge_menu_items): same
	(control_set_frame_cb): same
	(control_activate_cb): same
	(widget_focus_cb): same
	(e_bonobo_control_automerge_ui): new function, sets up focus
	signals on the widget passed in to merge/unmerge the passed in
	ui/verbs.
	(impl_SelectNames_get_entry_for_section): call
	e_bonobo_control_automerge_ui for this entry.

svn path=/trunk/; revision=20735
2003-04-07 23:17:58 +00:00
b40727e44b Fix arg types on REMOVED_SHARED_FOLDER signal. #40888
* evolution-storage.c (evolution_storage_class_init): Fix arg
	types on REMOVED_SHARED_FOLDER signal. #40888

svn path=/trunk/; revision=20734
2003-04-07 22:12:56 +00:00
3af776f243 Disable debug printf's
2003-04-07  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-gpg-context.c: Disable debug printf's

svn path=/trunk/; revision=20733
2003-04-07 21:59:27 +00:00
2c9cd9f3a0 #35926 fixed.
svn path=/trunk/; revision=20732
2003-04-07 20:59:31 +00:00
ab8d93168b Fixes #35926.
2003-04-07  Hans Petter Jansson  <hpj@ximian.com>

	Fixes #35926.

	* gui/dialogs/event-page.glade: Remove contacts entry/chooser.

	* gui/dialogs/event-page.c: Remove contacts entry/chooser.
	(event_page_init): Remove references.
	(event_page_finalize): Ditto.
	(event_page_fill_widgets): Ditto.
	(event_page_fill_component): Ditto.
	(get_widgets): Ditto.
	(init_widgets): Ditto.
	(contacts_clicked_cb): Remove wholesale.
	(contacts_changed_cb): Ditto.

svn path=/trunk/; revision=20731
2003-04-07 20:56:47 +00:00
a29a03d658 For string columns, never return NULL - always return "" if the value is
2003-04-07  Jeffrey Stedfast  <fejj@ximian.com>

	* message-list.c (ml_tree_value_at): For string columns, never
	return NULL - always return "" if the value is empty. Fixes bug
	#40728.

svn path=/trunk/; revision=20730
2003-04-07 20:21:38 +00:00
320484b37f Desensitize the window's top-level container rather than desensitizing the
* evolution-folder-selector-button.c (clicked): Desensitize the
	window's top-level container rather than desensitizing the window
	itself, which causes strange problems [#40854]. Also fix up the
	code that tries to watch for the parent window being destroyed.

	* e-shell.c (impl_Shell_selectUserFolder): Use
	e_dialog_set_transient_for_xid.

	* e-shell-folder-selection-dialog.c (impl_response): Treat
	GTK_RESPONSE_DELETE_EVENT the same as GTK_RESPONSE_CANCEL.
	(e_shell_folder_selection_dialog_construct): No need to catch
	"delete_event" signal.

svn path=/trunk/; revision=20729
2003-04-07 20:20:00 +00:00
42d845bd31 Update Czech translation
svn path=/trunk/; revision=20728
2003-04-07 20:05:39 +00:00
18b0c8df94 Fixes #40876
2003-04-07  JP Rosevear  <jpr@ximian.com>

	Fixes #40876

	* gui/e-meeting-time-sel.c
	(e_meeting_time_selector_refresh_free_busy): guard against
	callbacks after destruction
	(e_meeting_time_selector_refresh_cb): ditto

svn path=/trunk/; revision=20727
2003-04-07 20:02:52 +00:00
5c0dca8bd5 create button properly
2003-04-07  JP Rosevear  <jpr@ximian.com>

	* gui/dialogs/event-page.glade: create button properly

	* gui/itip-utils.c (comp_server_send): for errors other than busy,
	we want to email the results

	* pcs/cal-backend.c (cal_backend_ref_categories): insert the new
	category in the category list as well
	(idle_notify_categories_changed): reset idle id

svn path=/trunk/; revision=20726
2003-04-07 19:56:41 +00:00
3b5fc9292b Oops, don't use a == when comparing strings in shell.
2003-04-07  Jeffrey Stedfast  <fejj@ximian.com>

	* configure.in: Oops, don't use a == when comparing strings in
	shell.

svn path=/trunk/; revision=20724
2003-04-07 19:12:46 +00:00
cd84f61833 Set the "script" data on the GtkEntry to NULL. (sig_add_script_response):
2003-04-07  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-composer-prefs.c (sig_add_script_cb): Set the "script" data
	on the GtkEntry to NULL.
	(sig_add_script_response): If the "script" data on the GtkEntry
	object is non-NULL, then we are editing an existing signature, so
	just change the values in place and don't add it to the signature
	db.
	(sig_edit_cb): If sig->script is non-NULL, then we are editing a
	script signature, so pop up the script dialog instead. Fixes bug
	#38929.

svn path=/trunk/; revision=20723
2003-04-07 19:10:23 +00:00
f47b935f60 Add Darwin, Australia [#12066]. Fix Vilnius and Riga [#15740]. Fix
* Locations: Add Darwin, Australia [#12066]. Fix Vilnius
	and Riga [#15740]. Fix spelling of Gardermoen, Norway [#18015].
	Add Goetsenhoven and Spa, Belgium [#32027]

svn path=/trunk/; revision=20722
2003-04-07 18:14:16 +00:00
b706cb3137 use e_iconv_locale_language
2003-04-07  Radek Doulik  <rodo@ximian.com>

	* mail-composer-prefs.c (spell_load_values): use
e_iconv_locale_language

svn path=/trunk/; revision=20721
2003-04-07 17:47:17 +00:00
20de2e68c1 change the ok/cancel button layout to be higified.
2003-04-07  Chris Toshok  <toshok@ximian.com>

	* gui/component/e-address-popup.c (mini_wizard_new): change the
	ok/cancel button layout to be higified.

svn path=/trunk/; revision=20720
2003-04-07 17:42:48 +00:00
748ceb7814 more addressbook stuff
svn path=/trunk/; revision=20719
2003-04-07 17:38:46 +00:00
d044ded7cb [ last portion of #40046 fix ] ifdef this out to quiet the compiler.
2003-04-07  Chris Toshok  <toshok@ximian.com>

	[ last portion of #40046 fix ]
	* gui/component/select-names/e-select-names-popup.c
	(remove_recipient_cb): ifdef this out to quiet the compiler.
	(remove_all_recipients_cb): same.
	(toggle_html_mail_cb): same.
	(populate_popup_card): change the #if 0 to #if
	TOO_MANY_MENU_ITEMS.
	(popup_menu_list): nuke, as it's handled by populate_popup_card.
	(populate_popup_nocard): rename popup_menu_nocard to this, and
	implement it as in populate_popup_card.
	(e_select_names_populate_popup): we don't need the card, since we
	don't check if it's a list here anymore.  also, remove the #if 0
	surrounding the nocard case.

svn path=/trunk/; revision=20718
2003-04-07 17:38:21 +00:00
2a3e82c513 add 40841 blurb
svn path=/trunk/; revision=20717
2003-04-07 17:19:29 +00:00
aa9939163d [ fixes bug #40841 ] change the Save As VCard keybinding to C-A-s, to
2003-04-07  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #40841 ]
	* evolution-addressbook.xml: change the Save As VCard keybinding
	to C-A-s, to match the mailer's Save As keybinding.

svn path=/trunk/; revision=20716
2003-04-07 17:17:41 +00:00
d08d5d0fab Fixes #40252.
2003-04-07  Not Zed  <NotZed@Ximian.com>

 	Fixes #40252.

 	* conduit/address-conduit.c:  Change the LOG macro to a
 	single arg macro which copies its arg.  Fix all callers.  Change
 	WARN and INFO to simply g_warning/g_message.  Init G_LOG_DOMAIN
 	before including anything.

svn path=/trunk/; revision=20715
2003-04-07 17:08:27 +00:00
ca1f07cab3 Fixes #40252
2003-04-07  Not Zed  <NotZed@Ximian.com>

 	Fixes #40252

 	* conduits/todo/todo-conduit.c: Same as below.

 	* conduits/calendar/calendar-conduit.c: Change the LOG macro to a
 	single arg macro which copies its arg.  Fix all callers.  Change
 	WARN and INFO to simply g_warning/g_message.  Init G_LOG_DOMAIN
 	before including anything.

svn path=/trunk/; revision=20714
2003-04-07 17:06:37 +00:00
4d87126636 add blurb about sun exporter
svn path=/trunk/; revision=20713
2003-04-07 17:02:39 +00:00
50b639d988 remove evolution-addressbook-export.
2003-04-07  Chris Toshok  <toshok@ximian.com>

	* tools/Makefile.am (privlibexec_PROGRAMS): remove
	evolution-addressbook-export.

	* tools/evolution-addressbook-export.c: nuke.

svn path=/trunk/; revision=20712
2003-04-07 16:39:03 +00:00
c764c49468 add tools.
2003-04-07  Chris Toshok  <toshok@ximian.com>

	* Makefile.am (SUBDIRS): add tools.

svn path=/trunk/; revision=20711
2003-04-07 16:25:20 +00:00
f2fca1f315 add addressbook/tools/Makefile to AC_OUTPUT.
2003-04-07  Chris Toshok  <toshok@ximian.com>

	* configure.in: add addressbook/tools/Makefile to AC_OUTPUT.

svn path=/trunk/; revision=20710
2003-04-07 16:22:50 +00:00
52e08661fd [ fixes bug #23036 ] : new and improved export utility.
2003-04-07  Gilbert Fang <gilbert.fang@sun.com>

	[ fixes bug #23036 ]
	* tools/evolution-addressbook-export.c,
	tools/evolution-addressbook-export-list-cards.c,
	tools/evolution-addressbook-export-list-folders.c: : new and
	improved export utility.

svn path=/trunk/; revision=20709
2003-04-07 16:21:03 +00:00
2cd3d43386 clean up server names
* GNOME_Evolution_WombatLDAP.server.in.in: clean up server names

        * GNOME_Evolution_WombatNOLDAP.server.in.in: Likewise

svn path=/trunk/; revision=20708
2003-04-07 16:16:35 +00:00
28920f9482 ignore wombat files
svn path=/trunk/; revision=20707
2003-04-07 16:14:38 +00:00
09b0a0389d clean up server names
* GNOME_Evolution_Summary.server.in.in: clean up server names

svn path=/trunk/; revision=20706
2003-04-07 16:13:48 +00:00
5a05f43a6a Clean up server names
* gui/GNOME_Evolution_Calendar.server.in.in: Clean up server names

	* gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in:
	Likewise

	* importers/GNOME_Evolution_Calendar_Importer.server.in.in:
	Likewise. Also mark the evolution:menu_name for i18n

svn path=/trunk/; revision=20705
2003-04-07 16:11:57 +00:00
8d745fc6f3 Clean up server names.
* gui/component/GNOME_Evolution_Addressbook.server.in.in: Clean up
	server names.

	* gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.server.in.in:
	Likewise

	* backend/ebook/GNOME_Evolution_Addressbook_LDIF_Importer.server.in.in:
	Likewise. Also mark the evolution:menu_name for i18n.

	* backend/ebook/GNOME_Evolution_Addressbook_VCard_Importer.server.in.in:
	Likewise

svn path=/trunk/; revision=20704
2003-04-07 16:10:08 +00:00
76d74ba347 Clean up server names
* GNOME_Evolution_Mail.server.in.in: Clean up server names

	* importers/GNOME_Evolution_Mail_Elm_Intelligent_Importer.server.in.in:
	Likewise, and fix evolution-mail location

	* importers/GNOME_Evolution_Mail_Mbox_Importer.server.in.in:
	Likewise

	* importers/GNOME_Evolution_Mail_Netscape_Intelligent_Importer.server.in.in:
	Likewise

	* importers/GNOME_Evolution_Mail_Outlook_Importer.server.in.in:
	Likewise

	* importers/GNOME_Evolution_Mail_Pine_Intelligent_Importer.server.in.in:
	Likewise

	* importers/Makefile.am (%.server.in): Fix this for evolution-mail
	being a shlib.

svn path=/trunk/; revision=20703
2003-04-07 16:08:51 +00:00
a14c9abfeb Substitute version number into the evolution binary name in the server
* Makefile.am ($(server_in_files)): Substitute version number into
	the evolution binary name in the server file
	(INCLUDES): define EVOLUTION_TOOLSDIR

	* GNOME_Evolution_Shell.server.in.in: Clean up server names. Add
	"-@VERSION@" to the end of the shell binary name

	* main.c (main): if KILL_PROCESS_CMD is defined, add a
	--force-shutdown argument that runs killev and exits.

svn path=/trunk/; revision=20702
2003-04-07 16:08:11 +00:00
b743a6f7ee add tools/killev.c
* POTFILES.in: add tools/killev.c

svn path=/trunk/; revision=20701
2003-04-07 16:07:22 +00:00
49eb4eb0e4 Install these in privlibexecdir, not privdatadir. Move killev from SCRIPTS
* tools/Makefile.am (privlibexec_SCRIPTS, privlibexec_PROGRAMS):
	Install these in privlibexecdir, not privdatadir. Move killev from
	SCRIPTS to PROGRAMS.
	(killev_SOURCES, killev_LDADD): Add

	* tools/killev.c: New C port of killev, since
	"bonobo-activation-query" does not return as much information as
	"oaf-client" did. Also has prettier output. (Still shells out to
	killall/pkill to do the actual killing.)

	* tools/killev: Gone

	* tools/evolution-move-tasks: Removed since the evolution-calendar
	code that called it is also gone now.

svn path=/trunk/; revision=20700
2003-04-07 16:06:50 +00:00
091e937669 Fix the From header to be valid. Dum de dum.
* local/Inbox/mbox: Fix the From header to be valid. Dum de dum.

svn path=/trunk/; revision=20699
2003-04-07 16:02:13 +00:00