Commit Graph

15944 Commits

Author SHA1 Message Date
d16c201e16 make this a dispose rather than finalise. Crashes on finalise otherwise.
2002-12-03  Not Zed  <NotZed@Ximian.com>

        * e-tree-memory.c (etmm_dispose): make this a dispose rather than
        finalise.  Crashes on finalise otherwise.

svn path=/trunk/; revision=18990
2002-12-03 04:20:52 +00:00
cf2028a1ae only enable the LDAPv3 stuff if TLS is being used. Also, deal with naming
2002-11-30  Chris Toshok  <toshok@ximian.com>

	* backend/pas/pas-backend-ldap.c (pas_backend_ldap_connect): only
	enable the LDAPv3 stuff if TLS is being used.  Also, deal with
	naming errors returned from query_ldap_root_dse, as some servers
	(older openldap servers among others i'm sure) don't have a root
	dse at all.

svn path=/trunk/; revision=18989
2002-12-02 21:41:27 +00:00
19da39fe23 Reverted
svn path=/trunk/; revision=18983
2002-12-02 13:10:17 +00:00
c8424c2f96 Included gtkmessagedialog.h.
2002-12-02  Rodrigo Moya <rodrigo@ximian.com>

	* evolution-shell-component-utils.c: Included gtkmessagedialog.h.

svn path=/trunk/; revision=18982
2002-12-02 12:54:47 +00:00
ed349d459b Included gtkmessagedialog.h.
2002-12-02  Rodrigo Moya <rodrigo@ximian.com>

	* e-cahrset-picker.c: Included gtkmessagedialog.h.

svn path=/trunk/; revision=18981
2002-12-02 12:26:43 +00:00
4a8f880e59 applied magic_links_settings.patch
svn path=/trunk/; revision=18980
2002-12-02 11:49:23 +00:00
0ac49c9334 Add include of gnome-dialog.h
2002-11-27  Not Zed  <NotZed@Ximian.com>

        * e-charset-picker.c: Add include of gnome-dialog.h

        * *.[ch]: ran fix.sh script over everything.

svn path=/trunk/; revision=18979
2002-12-02 04:32:10 +00:00
4354c0ac03 Add include of gnome-dialog.h
2002-11-27  Not Zed  <NotZed@Ximian.com>

        * e-charset-picker.c: Add include of gnome-dialog.h

        * *.[ch]: ran fix.sh script over everything.

svn path=/trunk/; revision=18978
2002-12-02 03:28:22 +00:00
9d77b85ae3 changed to use a gtkdialog instead of a gnome one.
2002-11-27  Not Zed  <NotZed@Ximian.com>

        * main.c (show_development_warning): changed to use a gtkdialog
        instead of a gnome one.
        (warning_dialog_response_callback): clicked->response.

        * e-shell-folder-selection-dialog.c: Include gtk/gtkstock.h

        * e-shell-folder-creation-dialog.c: include gnome-dialog.h
        (dialog_response_cb): gtk_entry_get_text now returns const.  Dont
        free result.

        * e-setup.c: include gnome-messagebox.h

        * *.c: (re)run fix.sh over all, for e_notice changes & pick up
        some deprecated functions.

        * e-shell-shared-folder-picker-dialog.c
        (shared_folder_discovery_callback): reformat e_notice call for
        script.

        * e-shell-offline-sync.c
        (impl_SyncFolderProgressListener_reportFailure): Fix e_notice
        call, we weren't passing type in.

        * e-shell-folder-commands.c (xfer_result_callback): changed around
        slightly to save some processing & allow a script to run.
        (e_shell_command_rename_folder): reformat e_notice call to help script.
        Include gnome-messagebox.h

svn path=/trunk/; revision=18977
2002-12-02 03:23:57 +00:00
2a7bc69673 ran fix.sh over this.
svn path=/trunk/; revision=18976
2002-12-02 03:21:43 +00:00
c88d7c4d1e GNOME_STOCK_*NEXT/PREV -> GTK_STOCK_*GO_BACK/FORWARD.
2002-11-27  Not Zed  <NotZed@Ximian.com>

        * e-summary-shown.c (e_summary_shown_init): GNOME_STOCK_*NEXT/PREV ->
        GTK_STOCK_*GO_BACK/FORWARD.

        * e-summary.[ch]: ran fix.sh over this.

svn path=/trunk/; revision=18975
2002-12-02 03:19:25 +00:00
df22fc1623 gnome_pixmap -> gtkimage. (construct): gtk_clist -> gtk_tree_view, setup
2002-11-27  Not Zed  <NotZed@Ximian.com>

        * message-tag-followup.c (construct): gnome_pixmap -> gtkimage.
        (construct): gtk_clist -> gtk_tree_view, setup columns.  They dont
        size well :-/
        (message_tag_followup_append_message): Append using model, remove
        clist stuff.
        (construct): Show date edit (glade bugs?)

        * folder-browser.c (folder_browser_class_init): gtk_marshal -> g_cclosure_marshal
        (setup_popup_icons): gnome_pixmap -> gtk_image.
        (on_right_click): gtk_pixmap -> gtk_image.

        * mail-accounts.c (account_delete_clicked): removed #if 0'd out code.

        * mail-send-recv.c (receive_done): remove FIXME and extra unref.

        * mail-session.c (request_password): Removed #if 0'd out stuff.

        * mail-vfolder.c (new_rule_clicked): proper cast for g_object_get_data.

        * mail-local.c (reconfigure_response): cast for g_object_get_data.

        * mail-account-editor.c (construct): GNOME_DIALOG -> GTK_DIALOG.

        * *.[ch]: re-ran fix.sh for e_notice change

        * mail-callbacks.c (save_msg_ok): g_object_get_data +
        gtk_object_remove_no_notify -> g_object_steal_data.
        (find_socket): gtk_container_children ->
        gtk_container_get_children
        (edit_msg): gnome_*_dialog -> gtk_message_dialog.
        (resent_msg): "
        (search_msg): "
        (confirm_goto_next_folder): gtkmessagedialogised (even if not
        used).
        (confirm_expunge): gtkmessagedialogised
        (filter_edit): "
        (do_mail_print): e_notice -> gtk_message_dialog.
        (are_you_sure): removed e_gnome_ok_cancel_dialog crap, replaced
        with a gtk dialog.
        (are_you_sure): gtkmessagedialogised.
        (edit_msg_internal): Dont free uids array, are_you_sure() free's
        it.
        (resend_msg): Same.
        (check_send_configuration): Use e_notice for stuff.  Sigh, here we
        go again ...!
        (e_question): A utility function to ask a question, potentially
        with 'dont ask again' as well.
        (configure_mail): use e_question to save code.  Here we go again,
        again ...
        (ask_confirm_for_unwanted_html_mail): "
        (ask_confirm_for_only_bcc): "
        (ask_confirm_for_only_bcc): "
        (composer_get_message): Use e_notice.
        (composer_save_draft_cb): Use e_question
        (edit_msg): use e_notice, & change to an ERROR.
        (resend_msg): same.
        (save_msg_ok): Properly initialise ret to OK, and use e_question,
        and use access() to determine existance/write access rather than
        stat, display an error if we can't write to a file that exists,
        and print the filename in all dialogues.
        (confirm_goto_next_folder): Use e_question.
        (confirm_expunge): use e_question.
        (filter_edit): Use e_notice.
        (do_mail_print): use e_notice.

svn path=/trunk/; revision=18974
2002-12-02 03:16:54 +00:00
aececffc14 removed warning about e_notice. its used too much, its here to stay.
2002-11-27  Not Zed  <NotZed@Ximian.com>

        * e-msg-composer.c (save): removed warning about e_notice.  its
        used too much, its here to stay.

        * *.[ch]: run fix.sh over everything.

svn path=/trunk/; revision=18973
2002-12-02 03:07:59 +00:00
3041d1943a run fix.sh over this.
2002-11-27  Not Zed  <NotZed@Ximian.com>

        * gui/itip-utils.[ch]: run fix.sh over this.

        * gui/dialogs/*.[ch]: run fix.sh over all of this.

2002-11-26  Richard Li <Richard.Li@Sun.COM>

        * cal-client/cal-client.c (cal_client_construct): removed extra call
        to CORBA_exception_init.

2002-11-22  Not Zed  <NotZed@Ximian.com>

        * gui/dialogs/delete-comp.c (delete_component_dialog): Changed
        e_messagebox -> gtk_messagedialog.

svn path=/trunk/; revision=18972
2002-12-02 03:06:02 +00:00
be82b4b9ec gnomedialog -> gtkdialog stuff. print dialog is a gtkdialog now.
2002-12-02  Not Zed  <NotZed@Ximian.com>

        * gui/widgets/e-addressbook-view.c (e_contact_print_button):
        gnomedialog -> gtkdialog stuff.  print dialog is a gtkdialog now.

        * gui/contact-editor/e-contact-editor.c: include gtkstock.h

2002-11-27  Not Zed  <NotZed@Ximian.com>

        * gui/contact-editor/e-contact-editor-address.c: #include gtkstock.h

svn path=/trunk/; revision=18971
2002-12-02 03:03:50 +00:00
ec93568b79 removed merge conflicts
svn path=/trunk/; revision=18970
2002-12-01 18:52:52 +00:00
b625bdfa46 s/g_str[n]casecmp/str[n]casecmp
2002-12-01  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer.c: s/g_str[n]casecmp/str[n]casecmp

svn path=/trunk/; revision=18969
2002-12-01 18:52:28 +00:00
14678da651 Updated Brazilian Portuguese translation done by Gustavo Maciel Dias
2002-12-01  Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>

        * pt_BR.po: Updated Brazilian Portuguese translation done by
        Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>.

svn path=/trunk/; revision=18967
2002-12-01 14:35:49 +00:00
9ec429940d gal a11y work from clahey
svn path=/trunk/; revision=18959
2002-11-30 07:54:16 +00:00
bf795a3e81 the detail is supposed to go after the signal id, not at the end of the
2002-11-29  Chris Toshok  <toshok@ximian.com>

	* gui/widgets/e-minicard-view-widget.c (column_width_changed): the
	detail is supposed to go after the signal id, not at the end of
	the parameter list.

svn path=/trunk/; revision=18958
2002-11-30 06:19:40 +00:00
42e49504cb rework this from the gal-2 branch, clahey's patch, and the stuff i'd done
2002-11-29  Chris Toshok  <toshok@ximian.com>

	* gal/e-text/e-text.c: rework this from the gal-2 branch, clahey's
	patch, and the stuff i'd done since.  it's working *MUCH* better
	now.

svn path=/trunk/; revision=18957
2002-11-30 06:14:58 +00:00
212786c3e4 [ roll forward from 1.2 branch, partial fix for #31763 ] add the Find
2002-11-28  Chris Toshok  <toshok@ximian.com>
	[ roll forward from 1.2 branch, partial fix for #31763 ]
	* gui/component/select-names/select-names.glade: add the Find
	button back in.

svn path=/trunk/; revision=18956
2002-11-28 22:34:06 +00:00
8ccc292dd0 remove the button_press_event handler (that did nothing). this makes it so
2002-11-28  Chris Toshok  <toshok@ximian.com>

	* gui/widgets/e-addressbook-view.c (create_minicard_view): remove
	the button_press_event handler (that did nothing).  this makes it
	so button presses actually get to the canvas (and therefore we can
	now drag the lines in the reflow widget).

svn path=/trunk/; revision=18954
2002-11-28 22:23:35 +00:00
c5b890906a Joaquim Fellmann <joaquim@altern.org>
*fr.po: Updated French translation
*POTFILES.in: Removed files that doesn't exist anymore

svn path=/trunk/; revision=18952
2002-11-27 18:18:17 +00:00
90b70f2f3f Added missing quotes: PISOCK_LIBS="-lpisock -lpisync"
2002-11-27  Stanislav Brabec  <sbrabec@suse.cz>

	* gnome-pilot.m4: Added missing quotes:
	PISOCK_LIBS="-lpisock -lpisync"

svn path=/trunk/; revision=18948
2002-11-27 15:27:07 +00:00
bbb885a116 add include for gtkstock.h.
2002-11-26  Chris Toshok  <toshok@ximian.com>

	* gui/contact-editor/e-contact-quick-add.c: add include for
	gtkstock.h.

	* gui/contact-list-editor/e-contact-list-model.c
	(e_contact_list_model_add_destination): add pre_change call.
	(e_contact_list_model_remove_row): same.
	(e_contact_list_model_remove_all): same.

	* gui/contact-list-editor/e-contact-list-editor.c
	(e_contact_list_editor_new): ref/sink the contact list editor so
	we don't get the floating unref warning from gtk.

	* gui/contact-editor/e-contact-editor.c (e_contact_editor_new):
	ref/sink the contact editor so we don't get the floating unref
	warning from gtk.
	(e_contact_editor_init): use g_build_filename instead of
	g_concat_dir_and_file.

	* gui/widgets/e-minicard-label.c
	(e_minicard_label_resize_children): use MAX (value, 0) to make
	sure we aren't passing negative values for clip-widths.

	* gui/widgets/e-minicard.c (e_minicard_realize): use MAX (value,
	0) to make sure we aren't passing negative values for widths.

	* gui/contact-editor/e-contact-editor.c (e_contact_editor_init):
	use g_build_filename.

svn path=/trunk/; revision=18946
2002-11-27 06:32:23 +00:00
7a600dbc41 [ roll forward from 1.2 branch ] never pass NULL as the vcard to the corba
2002-11-26  Chris Toshok  <toshok@ximian.com>

	[ roll forward from 1.2 branch ]
	* backend/pas/pas-backend-file.c
	(pas_backend_file_process_get_vcard): never pass NULL as the vcard
	to the corba call, it causes a crash.  This particular bug bit us
	when we opened a card that contained an unresolvable related
	contact.

svn path=/trunk/; revision=18944
2002-11-27 03:08:59 +00:00
07bd8e460c [ roll forward from 1.2 branch, Fixes addressbook bug #28945 ] if the
2002-11-26  Chris Toshok  <toshok@ximian.com>

	[ roll forward from 1.2 branch, Fixes addressbook bug #28945 ]
	* backend/ebook/e-card.c (e_card_get_vobject): if the email
	property is xml, get the real address from the e-destination.
	Fixes saving contact lists.

svn path=/trunk/; revision=18942
2002-11-27 02:56:16 +00:00
fd57ebebf4 remove redundant setting of y2.
2002-11-26  Chris Toshok  <toshok@ximian.com>

	* gui/widgets/e-minicard.c (e_minicard_reflow): remove redundant
	setting of y2.

	* gui/contact-list-editor/e-contact-list-editor.c
	(e_contact_list_editor_init): show the table.

	* gui/component/select-names/e-select-names-completion.c: remove
	an unnecessary #include.

	* gui/component/addressbook-storage.c (addressbook_storage_setup):
	use g_build_filename.

	* gui/component/addressbook-component.c (remove_folder): use
	g_build_filename.
	(add_creatable_item): same.
	(ensure_completion_uris_exist): same, and use the right gconf
	paths for completion uris.

svn path=/trunk/; revision=18940
2002-11-27 02:39:19 +00:00
83a54e15a9 use new schema for completion/uris. (uris_listener): same.
2002-11-26  Chris Toshok  <toshok@ximian.com>

	* gui/component/select-names/e-select-names-manager.c
	(read_completion_books_from_db): use new schema for
	completion/uris.
	(uris_listener): same.

	* gui/component/select-names/e-select-names.h: Convert to
	GtkDialog from GnomeDialog.

	* gui/component/select-names/e-select-names.c: Convert to
	GtkDialog from GnomeDialog.
	(folder_selected): use new schema for last_used_uri.
	(e_select_names_init): same.
	(e_select_names_set_default): use pango markup to set
	bold/not-bold.
	(e_select_names_add_section): don't bother creating an EEntry, we
	can use pango and a normal label.  This also keeps us from
	wrapping "contacts ->" at the '-'.

	* gui/component/apps_evolution_addressbook.schemas: new file.

	* gui/component/Makefile.am: add the schema stuff.

svn path=/trunk/; revision=18939
2002-11-27 02:10:21 +00:00
1c0c2cc2f4 added missing ';' for new bison to not complain.
2002-11-26  Rodrigo Moya <rodrigo@ximian.com>

	* src/libical/icalyacc.y: added missing ';' for new bison to not
	complain.

svn path=/trunk/; revision=18938
2002-11-27 00:33:20 +00:00
2e02727841 (etms_finalize): Call
e_table_memory_store_clear().

svn path=/trunk/; revision=18937
2002-11-26 22:25:50 +00:00
ff03e17df7 Remove a ":" that shouldn't have been there (and abbreviate the
* fr.po: Remove a ":" that shouldn't have been there (and
	abbreviate the translation of "Mailer" to make the mail header
	display look nicer).

svn path=/trunk/; revision=18930
2002-11-26 17:36:11 +00:00
6c0ba6d1f6 e_get_language_list now returns language codes that actually work with
* e-shell-settings-dialog.c (page_new): e_get_language_list now
	returns language codes that actually work with oaf, making the
	_()s here redundant.

	* e-component-info.c (get_i18n_value): Remove code to turn "fr_FR"
	into "fr", since e_get_language_list will return both now.

svn path=/trunk/; revision=18928
2002-11-26 17:22:34 +00:00
57d76d9b31 If the language is something like "fr_FR", return both "fr_FR" and "fr" in
* e-lang-utils.c (e_get_language_list): If the language is
	something like "fr_FR", return both "fr_FR" and "fr" in the list.
	Oaf doesn't consider "fr_FR" to match a "-fr" translation.

svn path=/trunk/; revision=18926
2002-11-26 17:20:16 +00:00
2382dbef3f clicked->response signal for gtk dialogue. (new_rule_clicked): Dont unref
2002-11-26  Not Zed  <NotZed@Ximian.com>

        * mail-vfolder.c (vfolder_gui_add_rule): clicked->response signal
        for gtk dialogue.
        (new_rule_clicked): Dont unref after destroy (duh, idiot again).
        (edit_rule_response): Same here.
        (mail_vfolder_delete_uri): Connect response signal to
        gtk_widget_destroy directrly using g_signal_connect_swapped.
        (close_dialogue): Removed, as no longer needed.

svn path=/trunk/; revision=18925
2002-11-26 12:06:35 +00:00
efcca0533d Add a textcellrenderer to display the folders. (get_widget): Remove FIXME
2002-11-26  Not Zed  <NotZed@Ximian.com>

        * vfolder-rule.c (get_widget): Add a textcellrenderer to display
        the folders.
        (get_widget): Remove FIXME which was wrong.

svn path=/trunk/; revision=18924
2002-11-26 11:52:31 +00:00
cbdf3bccf6 Duh idiot, "un-fixed" the memleak i added.
2002-11-26  Not Zed  <NotZed@Ximian.com>

        * message-list.c (get_normalised_string): Duh idiot, "un-fixed"
        the memleak i added.

        * mail-callbacks.c (composer_get_message): Set parent window in
        message dialogue & DESTROY_WITH_PARENT flag.
        (composer_save_draft_cb):
        (configure_mail):
        (check_send_configuration): Add DESTROY_WITH_PARENT flag to
        gtk_message_dialog's
        (local_configure_done): remove some unecessary/wrong casts.
        (empty_trash_expunged_cb): "
        (do_mail_print): use gtk_window_set_transient_for instead of
        e_dialog_set_parent.

svn path=/trunk/; revision=18923
2002-11-26 11:28:29 +00:00
9372387769 FILTER_RULE_CLASS -> _GET_CLASS
2002-11-26  Not Zed  <NotZed@Ximian.com>

        * filter-rule.c (filter_rule_validate): FILTER_RULE_CLASS ->
        _GET_CLASS

        * rule-context.c (rule_context_save): RULE_CONTEXT_CLASS ->
        RULE_CONTEXT_GET_CLASS
        (rule_context_revert): "

        * *.[ch]: Ran fix.sh over all files.

        * rule-editor.c (rule_add): widget:set_parent ->
        window:set_transient_for
        (editor_response): renamed from editor_clicked, handle gtk dialog
        response codes.
        (rule_edit): connect to response rather than clicked.
        (rule_editor_construct): Setup a text column in the tree view.
        Not sure if this can be handled via glade.

svn path=/trunk/; revision=18922
2002-11-26 11:25:51 +00:00
fb5e3d7237 Dont grab_add anymore on the button, gtk_button is changed in gtk2 not to
2002-11-26  Not Zed  <NotZed@Ximian.com>

        * e-combo-button.c (impl_button_press_event): Dont grab_add
        anymore on the button, gtk_button is changed in gtk2 not to do
        this anymore.

svn path=/trunk/; revision=18921
2002-11-26 10:41:05 +00:00
c7c1187fdd removed extra call to CORBA_exception_init.
2002-11-26  Richard Li <Richard.Li@Sun.COM>

	* cal-client/cal-client.c (cal_client_construct): removed extra call
	to CORBA_exception_init.

svn path=/trunk/; revision=18920
2002-11-26 10:39:24 +00:00
989e199638 gtk_widget_set_parent_window -> gtk_window_set_transient_for.
2002-11-26  Not Zed  <NotZed@Ximian.com>

        * mail-account-editor.c (mail_account_editor_new):
        gtk_widget_set_parent_window -> gtk_window_set_transient_for.

        * mail-callbacks.c (composer_send_queued_cb): dont unref composer.

        * message-browser.c (message_browser_destroy): moved back from
        finalise.

2002-11-25  Not Zed  <NotZed@Ximian.com>

        * message-list.c (message_list_dispose): move saving tree state
        here.
        (message_list_finalise): And take it from here.

        * mail-display.c (mail_display_destroy): @#$@# gtk.  changed this
        around a bit.
        (mail_display_init): Fix prototype, its a gobject.
        (mail_display_init): ref/sink the invisible gtkobject.

svn path=/trunk/; revision=18919
2002-11-26 06:43:31 +00:00
66442571c9 properly chain finalise.
2002-11-26  Not Zed  <NotZed@Ximian.com>

        * e-msg-composer.c (composer_finalise): properly chain finalise.

svn path=/trunk/; revision=18918
2002-11-26 06:39:18 +00:00
a218e07d52 ignore server.in
svn path=/trunk/; revision=18917
2002-11-26 06:05:03 +00:00
64d0c7d8fb New work-in-progress splash from Jakub.
svn path=/trunk/; revision=18916
2002-11-25 21:02:10 +00:00
7df523fc72 Fix <key> -> <applyto> typo.
svn path=/trunk/; revision=18915
2002-11-25 20:12:00 +00:00
be8b31db41 (e_shell_offline_sync_all_folders):
Filled in, use GConf.
(cleanup): Re-enabled again.
(sync_folder): Likewise.
(progress_dialog_close_callback): Likewise.
(progress_dialog_clicked_callback): Likewise.
(setup_dialog): Likewise.
(setup_progress_listener): Likewise.
(impl_SyncFolderProgressListener_reportFailure): Likewise.
(impl_SyncFolderProgressListener_reportSuccess): Likewise.
(impl_SyncFolderProgressListener_updateProgress): Likewise.
(progress_listener_servant_free): Likewise.
(progress_listener_servant_new): Likewise.

svn path=/trunk/; revision=18914
2002-11-25 19:49:49 +00:00
e937e8ddfe (component_destroy): Removed.
(create_component): Do not connect.

svn path=/trunk/; revision=18913
2002-11-25 19:39:19 +00:00
5b52c5ac76 Updated to pass a GSList to e_storage_set_view_set_checkboxes_list()
* evolution-storage-set-view.c
(impl_StorageSetView__set_checkedFolders): Updated to pass a
GSList to e_storage_set_view_set_checkboxes_list() [instead of a
GList].
(impl_StorageSetView__get_checkedFolders): Likewise with the
return value from e_storage_set_view_get_checkboxes_list().

* e-shell-config-offline.c (config_control_apply_callback): Filled
in, using GConf.
(init_storage_set_view_status_from_config): Likewise.

* e-storage-set-view.c (e_storage_set_view_get_checkboxes_list):
Return a GSList instead of a GList.
(essv_add_to_list): Update for the GSList.
(e_storage_set_view_set_checkboxes_list): Get a GSList instead of
a GList.

* apps_evolution_shell.schemas: Added
/schemas/apps/evolution/shell/offline/folder_paths.

svn path=/trunk/; revision=18912
2002-11-25 19:34:07 +00:00
98a522b22e show the etable. (addressbook_add_server_druid): show_all before returning
2002-11-24  Chris Toshok  <toshok@ximian.com>

	* gui/component/addressbook-config.c (query_for_supported_bases):
	show the etable.
	(addressbook_add_server_druid): show_all before returning the
	dialog, so the druid shows up.

svn path=/trunk/; revision=18911
2002-11-25 04:59:28 +00:00