Commit Graph

19004 Commits

Author SHA1 Message Date
7d18bf233d Do not depend on e-folder-list.
* gui/component/addressbook-config.c: Do not depend on
e-folder-list.

* gui/component/select-names/e-select-names.c: Remove dependency
on evolution-folder-selector-button.
(e_addressbook_create_folder_selector): Just return a FIXME label
for now.
(folder_selected): #if 0 out.
(e_select_names_init): Do not connect.

* gui/component/select-names/e-select-names-manager.c
(e_select_names_manager_activate_dialog): Don't get a shell_client
arg anymore.
(load_completion_books): Stub out.

* gui/component/select-names/e-select-names.c
(e_select_names_new): Don't get an EvolutionShellClient anymore.
Don't create the folder selector button for now.

* gui/component/select-names/e-select-names.h: Remove dependency
on evolution-shell-client.

* gui/component/select-names/e-select-names-bonobo.c: Remove
dependency on evolution-shell-client.
(impl_SelectNames_activate_dialog): Stub out.

* gui/widgets/eab-gui-util.c: Remove dependency on
evolution-shell-client.
(eab_transfer_contacts): Stub out.

* importers/icalendar-importer.c: Do not #include shell stuff.

* gui/main.c: Do not #include <evolution-shell-client.h>.

* gui/e-itip-control.c: Do not #include
<e-folder-selector-button.h> nor <evolution-shell-client.h>.
(start_default_server): Return FALSE.
(default_server_started_cb): Do not connect the "selected" signal
on the button since it's now NULL.
(button_selected_cb): #if 0 out.

* gui/e-cal-list-view.h: Do not #include
"evolution-activity-client.h".

* gui/tasks-component.c (impl_createControls): Give an empty label
for the status bar.

* gui/e-day-view.h: Remove all deps on evolution-activity-client.

* e-msg-composer-hdrs.c: Do not #include
<evolution-folder-selector-button.h>.
(e_msg_composer_hdrs_set_post_to): #if 0 out for now.
(e_msg_composer_hdrs_get_post_to): Likewise.

* mail-vfolder.c: Do not #include "evolution-shell-component.h".

* Makefile.am (libevolution_mail_la_SOURCES): Don't compile
mail-importer.[ch] for now.

* mail-component-factory.c: Do not #include
<evolution-shell-client.h>.
* mail-config.c: Likewise.

* mail-vfolder.h: Do not #include <evolution-storage.h> or
<evolution-shell-component.h>.

* mail.h: Do not #include <evolution-storage.h>.

* mail-ops.h: Do not #include <evolution-storage.h>.
(mail_scan_subfolders): Remove prototype.
(mail_update_subfolders): Likewise.

svn path=/trunk/; revision=23595
2003-12-03 15:37:56 +00:00
e33d1556d6 save the state immediately if there is a timeout set
2003-12-03  JP Rosevear <jpr@ximian.com>

	* em-folder-tree.c (em_folder_tree_destroy): save the state
	immediately if there is a timeout set
	(em_folder_tree_save_state): be true GSourceFunc and just return
	FALSE to remove the source

svn path=/trunk/; revision=23594
2003-12-03 15:36:41 +00:00
09c5eeed50 save the state immediately if there is a timeout set
2003-12-03  JP Rosevear <jpr@ximian.com>

	* em-folder-tree.c (em_folder_tree_destroy): save the state
	immediately if there is a timeout set
	(em_folder_tree_save_state): be true GSourceFunc and just return
	FALSE to remove the source

svn path=/trunk/; revision=23593
2003-12-03 15:30:43 +00:00
33efd90a82 changed to setup the rule part properly, it could never have worked. Bug
2003-12-03  Not Zed  <NotZed@Ximian.com>

        * mail-autofilter.c (rule_match_thread): changed to setup the rule
        part properly, it could never have worked.  Bug #51601.

        * em-popup.c (emp_uri_popup_address_add): implement.

        * em-folder-view.c (emfv_popup_add_sender): implement.
        (emfv_add_sender_addressbook): hook up to above func.

        * em-utils.c (em_utils_add_address): implementation to add an
        email address to the addressbook.
        (emu_add_address_cb): callback required for funny api.  Bug
        #51321.

svn path=/trunk/; revision=23592
2003-12-03 00:27:52 +00:00
ccd5cdcf82 (e_shell_window_save_defaults): Implement.
(e_shell_window_new): Set the width/height from the GConf keys.

svn path=/trunk/; revision=23591
2003-12-02 23:45:47 +00:00
e0097e7f47 Moved here. (drop_folder): Moved here. (import_message_rfc822): Moved
2003-12-02  Jeffrey Stedfast  <fejj@ximian.com>

	* em-folder-tree-model.c (drop_uid_list): Moved here.
	(drop_folder): Moved here.
	(import_message_rfc822): Moved here.
	(drop_message_rfc822): Moved here.
	(drop_text_uri_list): Moved here.
	(model_drag_data_received): Moved the logic from em-folder-tree.c
	into here.
	(model_row_drop_possible): Same.
	(model_row_draggable): Same.
	(drag_text_uri_list): Moved here.
	(model_drag_data_get): Moved logic here.
	(model_drag_data_delete): Moved logic here.

	* em-folder-tree.c (drag_data_get_cb): Pass the full_name to
	camel_store_get_folder() rather than the path.
	(drag_data_received_cb): Same.
	(drop_uid_list): Removed.
	(drop_folder): Removed.
	(import_message_rfc822): Removed.
	(drop_message_rfc822): Removed.
	(drop_text_uri_list): Removed.
	(drag_data_received_cb): Removed.
	(row_drop_possible_cb): Removed.
	(row_draggable_cb): Removed.
	(drag_text_uri_list): Removed.
	(drag_data_get_cb): Removed.
	(drag_data_delete_cb): Removed.
	(em_folder_tree_enable_drag_and_drop): Don't connect to any of the
	drag & drop signals, they don't exist anymore.

	* mail-component.c (impl_createControls): Enable drag-and-drop.

	* em-folder-tree.c (em_folder_tree_new_with_model): Connect to the
	loading row signal.
	(loading_row_cb): Expand the path if needed.
	(em_folder_tree_destroy): Disconnect from the loading-row signal.
	(em_folder_tree_enable_drag_and_drop): New function to enable
	drag-and-drop.
	(em_folder_tree_new): Remove drag-and-drop setup code.

	* em-folder-tree-model.c (em_folder_tree_model_class_init): Define
	the loading-row signal.
	(em_folder_tree_model_set_folder_info): emit the loading-row signal.

svn path=/trunk/; revision=23590
2003-12-02 23:29:09 +00:00
a0b2261343 Connect to the loading row signal. (loading_row_cb): Expand the path if
2003-12-02  Jeffrey Stedfast  <fejj@ximian.com>

	* em-folder-tree.c (em_folder_tree_new_with_model): Connect to the
	loading row signal.
	(loading_row_cb): Expand the path if needed.
	(em_folder_tree_destroy): Disconnect from the loading-row signal.

	* em-folder-tree-model.c (em_folder_tree_model_class_init): Define
	the loading-row signal.
	(em_folder_tree_model_set_folder_info): emit the loading-row signal.

svn path=/trunk/; revision=23589
2003-12-02 20:57:23 +00:00
3db4f804fd (init): Set the mode on the text cell
renderer to GTK_CELL_RENDERER_MODE_ACTIVATABLE so clicking on the
text doesn't change the status of the checkbox.  [Many thanks to
Jonathan Blandford for telling me how to do this!]

svn path=/trunk/; revision=23588
2003-12-02 20:31:02 +00:00
00bae1514a more fixes
svn path=/trunk/; revision=23587
2003-12-02 20:20:25 +00:00
1bcdb2c524 fixed some mem leaks in my code
svn path=/trunk/; revision=23586
2003-12-02 19:18:21 +00:00
8f446ab626 Fixed to pass the evolution dir into em_folder_tree_model_new().
2003-12-02  Jeffrey Stedfast  <fejj@ximian.com>

	* em-folder-tree.c (em_folder_tree_new): Fixed to pass the
	evolution dir into em_folder_tree_model_new().
	(model_save_state): Removed.
	(em_folder_tree_save_state): Moved all the saving logic into
	em_folder_tree_model_save_expanded().

	* em-folder-tree-model.c (em_folder_tree_model_new): Load the
	expanded state off disk.
	(em_folder_tree_model_save_expanded): New function to save
	expanded state.
	(em_folder_tree_model_get_expanded): new function to get if a node
	should be expanded.
	(em_folder_tree_model_set_expanded): new function to set the
	expanded state of a node.

	* mail-component.c (mail_component_init): Pass the evo dir to
	em_folder_tree_model_new() which now requires it.

svn path=/trunk/; revision=23585
2003-12-02 17:50:38 +00:00
f22ee6ae4a Add flag-for-followup-done.xpm to EXTRA_DIST
2003-12-02  Rodney Dawes  <dobey@ximian.com>

	* Makefile.am: Add flag-for-followup-done.xpm to EXTRA_DIST

svn path=/trunk/; revision=23584
2003-12-02 17:04:04 +00:00
7bb251b0f8 Remove the Junk folder
2003-12-02  Jeffrey Stedfast  <fejj@ximian.com>

	* configure.in (EVOLUTION_DIR): Remove the Junk folder

svn path=/trunk/; revision=23582
2003-12-02 16:23:49 +00:00
6e15c00334 remove the Junk folder
svn path=/trunk/; revision=23581
2003-12-02 16:23:07 +00:00
da4ff4083b don't install the Junk folder
svn path=/trunk/; revision=23580
2003-12-02 16:21:57 +00:00
8dd5d1de36 Version the schemas Removed Added
2003-12-02  Rodney Dawes  <dobey@ximian.com>

	* gui/component/Makefile.am: Version the schemas
	* gui/component/apps_evolution_addressbook.schemas: Removed
	* gui/component/apps_evolution_addressbook.schemas.in.in: Added

2003-12-02  Rodney Dawes  <dobey@ximian.com>

	* gui/Makefile.am: Version the schemas
	* gui/apps_evolution_calendar.schemas: Removed
	* gui/apps_evolution_calendar.schemas.in.in: Added

2003-12-02  Rodney Dawes  <dobey@ximian.com>

	* Makefile.am: Version the schemas
	* evolution-mail.schemas: Removed
	* evolution-mail.schemas.in.in: Added

2003-12-02  Rodney Dawes  <dobey@ximian.com>

	* Makefile.am: Version the schemas
	* apps_evolution_shell.schemas: Removed
	* apps_evolution_shell.schemas.in.in: Added

svn path=/trunk/; revision=23579
2003-12-02 15:55:48 +00:00
f7900226cb added a label to the dialog to make it look less ugly.
2003-12-02  Rodrigo Moya <rodrigo@ximian.com>

	* gui/dialogs/copy-source-dialog.c (copy_source_dialog): added
	a label to the dialog to make it look less ugly.

svn path=/trunk/; revision=23578
2003-12-02 13:30:11 +00:00
b82d3dcf35 added a label to the dialog to make it look less ugly.
2003-12-02  Rodrigo Moya <rodrigo@ximian.com>

	* gui/dialogs/copy-source-dialog.c (copy_source_dialog): added
	a label to the dialog to make it look less ugly.

svn path=/trunk/; revision=23577
2003-12-02 13:24:39 +00:00
9e0e536f4f converted to use an ESourceOptionMenu instead of the ESourceSelector.
2003-12-02  Rodrigo Moya <rodrigo@ximian.com>

	* gui/dialogs/copy-source-dialog.c: converted to use an
	ESourceOptionMenu instead of the ESourceSelector.
	(primary_selection_changed_cb): removed.
	(copy_source_dialog): create the ESourceOptionMenu here.
	(source_selected_cb): callback for the "source_selected"
	signal on the ESourceOptionMenu widget.

svn path=/trunk/; revision=23576
2003-12-02 13:12:25 +00:00
c0f6402330 Fixes #51145
2003-12-02  Bolian Yin  <bolian.yin@sun.com>

         Fixes #51145

         * gal/a11y/gal-a11y-e-table-item (eti_get_column_header): new impl.
         (eti_ref_child): add column headers as children

svn path=/trunk/; revision=23574
2003-12-02 08:25:17 +00:00
23eb43d172 moved the gtk_widget_show_all to before we add the pages, otherwise it can
2003-12-02  Not Zed  <NotZed@Ximian.com>

        * mail-config-druid.c (mail_config_druid_new): moved the
        gtk_widget_show_all to before we add the pages, otherwise it can
        override per-page logic.  Bug #50790.

svn path=/trunk/; revision=23573
2003-12-02 08:09:28 +00:00
6434d2b055 Fixed Bug 51252, 51254, 51255. add some code deal with key press event.
2003-11-23 Andrew Wu <yang.wu@sun.com>

       Fixed Bug 51252, 51254, 51255.
        * gal/e-table/e-table-header-item.c:
        (ethi_event):add some code deal with key press event.
        * gal/e-table/e-table-header-item.h
        add a member "selected_col" for keyboard navigation.
        * gal/e-table/e-table.c
        (e_table_setup_header):make header can focus.

svn path=/trunk/; revision=23572
2003-12-02 07:55:14 +00:00
c84cfbc83a Fixes #51139
2003-12-02  Bolian Yin  <bolian.yin@sun.com>

        Fixes #51139

        * gal/a11y/gal-a11y-e-table-item: (gal_a11y_e_table_item_ref_selection)
        (gal_a11y_e_table_item_unref_selection): new functions.

        * gal/e-table/e-table-item.c : change the place of emitting ""selection_model_removed" signal.

svn path=/trunk/; revision=23571
2003-12-02 07:40:28 +00:00
4efabf66a2 setup another image (followup completed) to flag status list.
2003-12-02  Not Zed  <NotZed@Ximian.com>

        * message-list.c (message_list_create_extras): setup another image
        (followup completed) to flag status list.
        (states_pixmaps[]): added flag_for_followup_done.
        (ml_tree_value_at): return 0,1 or 2 for completed icon.  also use
        the real ints, these shouldn't have been true/false.  Bug #43514.

svn path=/trunk/; revision=23570
2003-12-02 07:33:19 +00:00
e5ae94bcdd Changed the base flag colour to reddish, and created a -done set, the
2003-12-02  Not Zed  <NotZed@Ximian.com>

        * flag-for-folloup*: Changed the base flag colour to reddish, and
        created a -done set, the original blue-ish colour.

svn path=/trunk/; revision=23569
2003-12-02 07:31:01 +00:00
addb2f0ea7 a11y implementations for ECellText. new functions to support corresponding
2003-12-02  Tim Wo  <tim.wo@sun.com>

	* gal/a11y/e-table/gal-a11y-e-cell-text.c: (ect_get_text),
	(ect_get_character_at_offset), (ect_get_caret_offset),
	(ect_get_character_count), (ect_get_n_selections),
	(ect_get_selection), (ect_add_selection), (ect_remove_selection),
	(ect_set_selection), (ect_set_caret_offset),
	(ect_set_text_contents), (ect_insert_text), (ect_copy_text),
	(ect_delete_text), (ect_cut_text), (ect_paste_text),
	(ect_class_init): a11y implementations for ECellText.
	* gal/e-table/e-cell-text.c: (e_cell_text_set_selection),
	(e_cell_text_get_selection), (e_cell_text_copy_clipboard),
	(e_cell_text_paste_clipboard), (e_cell_text_delete_selection): new
	functions to support corresponding atk operations.
	* gal/e-table/e-cell-text.h: some APIs added to support atk operations.

svn path=/trunk/; revision=23568
2003-12-02 07:20:04 +00:00
3e2e35b2a2 use table item to get the model. (gal_a11y_e_cell_toggle_new): use table
2003-12-02  Tim Wo  <tim.wo@sun.com>

	* gal/a11y/e-table/gal-a11y-e-cell-toggle.c:
	(gal_a11y_e_cell_toggle_dispose): use table item to get the model.
	(gal_a11y_e_cell_toggle_new): use table item to get the model.
	* gal/a11y/e-table/gal-a11y-e-cell-tree.c:
	(ectr_model_row_changed_cb): new function to deal with tree cell
	expansion and collapse
	(ectr_subcell_weak_ref): destroy the cell_tree a11y instance along
	with it's subcell's a11y instance.
	(gal_a11y_e_cell_tree_new): init the atk state of the tree cell,
	and connect to the model_row_change signal of table model, so that
	when the tree cell expands or collapses, the corresponding AtkState
	could be set.
	* gal/a11y/e-table/gal-a11y-e-cell-tree.h: add one member to save
	the connected signal id.

svn path=/trunk/; revision=23567
2003-12-02 06:14:34 +00:00
86ec8d221e don't assert row=0 as fault, it cause bug 51199.
2003-12-01  Yuedong Du  <yuedong.du@sun.com>

        * gal/a11y/e-table/gal-a11y-e-table-item.c:
        (gal_a11y_e_table_item_new): don't assert row=0 as fault, it cause bug
        51199.

svn path=/trunk/; revision=23566
2003-12-02 05:27:11 +00:00
49e7dd311e Replace member "activity" with an "activity_id".
* gui/e-calendar-table.h (struct _ECalendarTable): Replace member
"activity" with an "activity_id".

* gui/e-cal-view.c (struct _ECalendarViewPrivate): Replace member
"activity" with "activity_id".
(e_calendar_view_destroy): Don't unref activity here anymore.
(e_calendar_view_set_status_message): Report progress using the
EActivityHandler off the CalendarComponent.

* gui/calendar-component.c
(struct _CalendarComponentPrivate): New member activity_handler.
(calendar_component_init): Init.
(calendar_component_peek_activity_handler): New.
(impl_dispose): Unref.
(impl_createControls): Return an ETaskBar for the statusbar
control.

svn path=/trunk/; revision=23565
2003-12-02 05:24:02 +00:00
89dc17247f (set_status_message): Call
e_activity_handler_operation_finished() on the current activity ID
when done.

svn path=/trunk/; revision=23564
2003-12-02 05:22:35 +00:00
46545a0a7f handle the structure changed signal of table model. Thus we can handle
2003-12-01  Yuedong Du  <yuedong.du@sun.com>

        * gal/a11y/e-table/gal-a11y-e-cell-toggle.c:
        (gal_a11y_e_cell_toggle_dispose):
        * gal/a11y/e-table/gal-a11y-e-table-item.c: (eti_dispose),
        (eti_header_structure_changed): handle the structure changed signal of
        table model. Thus we can handle table column add/remove/delete.
        (eti_real_initialize): connect to structure-changed signal.
        (gal_a11y_e_table_item_new): initialize the new added field - columns,
        which in turn record columns before change.

svn path=/trunk/; revision=23563
2003-12-02 05:19:51 +00:00
62b482ca29 Added empty_trash prompt key.
2003-12-02  Not Zed  <NotZed@Ximian.com>

        * evolution-mail.schemas: Added empty_trash prompt key.

        * em-utils.c (em_utils_prompt_user): changed to take the gconf
        'prompt again' key directly.  Fixed callers.
        (em_utils_expunge_folder): prompt the user with an expunge
        specific message.
        (em_utils_empty_trash): have an empty-trash specific message for
        prompting confirm.
        (emu_confirm_expunge): removed, no longer needed.  Bug #38613.
        (em_utils_expunge_folder): remove most line feeds, let the label
        wrap them.
        (em_utils_empty_trash): ditto.

        * em-subscribe-editor.c (sub_folder_subscribed): update the ui
        selection state after we're done.  maybe we should listen on the
        model but this is easier.  Bug #50861.

        * em-message-browser.c (emmb_activate): hook up our own verb list.
        (emmb_message_verbs[], emmb_close): implement the close verb.
        Bug #51558.

        * em-format-html-display.c (efhd_attachment_popup): duh, actually
        add the menu list we create.  Bug #49902.

        * em-format.c (d): turn off debug, committed by accident.

svn path=/trunk/; revision=23562
2003-12-02 05:16:22 +00:00
4edfed50a6 Fix silly.
svn path=/trunk/; revision=23561
2003-12-02 05:14:19 +00:00
215a9c0ea3 Replace activity_client with activity_id. (set_status_message): Use the
* gui/component/addressbook.c (struct AddressbookView): Replace
activity_client with activity_id.
(set_status_message): Use the EActivityHandler from the
AddressbookComponent.

* gui/component/addressbook-component.c (struct
_AddressbookComponentPrivate): New member activity_handler.
(addressbook_component_init): Init.
(impl_dispose): Unref.
(addressbook_component_peek_activity_handler): New.
(impl_createControls): Return an ETaskBar as the statusbar control
and attach it to the activity handler.

svn path=/trunk/; revision=23560
2003-12-02 04:53:57 +00:00
d904b8e0d8 Remove debugging message.
svn path=/trunk/; revision=23559
2003-12-02 04:13:49 +00:00
d74d39e1a0 (do_op_status): Use data->activity_id, not local
activity_id.

svn path=/trunk/; revision=23558
2003-12-02 04:13:18 +00:00
e8068e8fff Commit changes missing from previous commit.
svn path=/trunk/; revision=23557
2003-12-02 03:49:45 +00:00
492cdaf6f9 New member activity_handler. (mail_component_init): Initialize.
* mail-component.c (struct _MailComponentPrivate): New member
activity_handler.
(mail_component_init): Initialize.
(impl_dispose): Unref.
(mail_component_peek_activity_handler): New.
(impl_createControls): Create an ETaskBar, attach it to the
ActivityHandler, and return it to the caller as the statusbar
control.

* e-activity-handler.c (e_activity_handler_operation_finished):
Argh, renamed from e_activity_client_operation_finished().
(e_activity_handler_operation_started): Don't unref the pixbuf.

* e-shell-window.c (setup_widgets): Hide the menu hint label.

* e-activity-handler.c (init): Init to next_activity_id to 1 so
callers can rely on it being nonzero.

svn path=/trunk/; revision=23556
2003-12-02 03:41:35 +00:00
ac0442e31c Pass a label for the status bar control for now.
* gui/component/addressbook-component.c (impl_createControls):
Pass a label for the status bar control for now.

* gui/calendar-component.c (impl_createControls): Pass a label for
the status bar control for now.

* gui/tasks-component.c (impl_createControls): Pass a label for
the status bar control for now.

* mail-component.c (impl_createControls): Pass a label for the
status bar control for now.

* e-shell.c (struct _EShellPrivate): Remove member
activity_handler.
(setup_activity_interface): Remove.
(e_shell_init): Don't call.
(create_window): Don't attach the task bar to the activity
handler.

* e-shell-window.c (struct _ComponentView): New member
statusbar_widget.
(struct _EShellWindowPrivate): Remove member task_bar.
(init_view): Get the status bar control from createControls and
put it in the ComponentView struct.
(setup_task_bar): New.
(setup_statusbar_notebook): New.
(switch_view): Switch the statusbar notebook too.
(impl_dispose): Add missing GTK_OBJECT() cast.
(e_shell_window_peek_task_bar): Remove.

* Evolution-Component.idl (Component::createControls): New out arg
"statusbar_control"; this way components can provide their own
status bar.

* e-activity-handler.c, e-activity-handler.h: Turn into a plain
GObject; translate all the CORBA methods into plain C methods.

* Makefile.am: Move e-activity-handler to libeshell instead of it
being in the shell.

svn path=/trunk/; revision=23555
2003-12-02 02:17:34 +00:00
9b2e595608 remove stray conflict marker
svn path=/trunk/; revision=23554
2003-12-02 00:20:43 +00:00
7eb86e42c8 remove GTK_DISABLED_DEPRECATED so that we can build with gtk-2.3.
2003-12-01  Larry Ewing  <lewing@ximian.com>

	* gui/component/Makefile.am (INCLUDES): remove
	GTK_DISABLED_DEPRECATED so that we can build with gtk-2.3.

svn path=/trunk/; revision=23553
2003-12-02 00:17:19 +00:00
b626efedca ** See bug #51478.
2003-12-02  Not Zed  <NotZed@Ximian.com>

        ** See bug #51478.

        * camel-gpg-context.c (gpg_ctx_free): handle the context being
        NULL, and exit silently.

svn path=/trunk/; revision=23550
2003-12-01 23:33:26 +00:00
9d8f9dea7b Start at fd = 3.
2003-12-01  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-process.c (camel_process_fork): Start at fd = 3.

	* camel-gpg-context.c (gpg_ctx_op_start): Same.

	* camel-filter-driver.c (pipe_to_system): Same.

	* camel-filter-search.c (run_command): Start at fd = 3.

svn path=/trunk/; revision=23549
2003-12-01 22:51:58 +00:00
7a7855e287 Use fcntl() to set FD_CLOEXEC on each fd rather than close()ing it.
2003-12-01  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-config.c (mail_config_signature_run_script): Use fcntl() to
	set FD_CLOEXEC on each fd rather than close()ing it. Apparently
	Linux's older pthread implementations use sockets and so this
	fouls threading up. GO LINUX! GO!

svn path=/trunk/; revision=23548
2003-12-01 22:47:07 +00:00
34ff1d48c0 Install evolution.desktop as evolution-$(BASE_VERSION).desktop Remove
2003-12-01  Rodney Dawes  <dobey@ximian.com>

	* data/Makefile.am: Install evolution.desktop as
	evolution-$(BASE_VERSION).desktop
	* data/evolution.desktop.in: Remove generated file
	* data/evolution.desktop.in.in: Add (Unstable) to name
	Fix comment to be more correct and have correct capitalization

svn path=/trunk/; revision=23546
2003-12-01 22:37:49 +00:00
81660eb863 Updated to call em_folder_tree_model_set_folder_info().
2003-12-01  Jeffrey Stedfast  <fejj@ximian.com>

	* em-folder-tree.c (em_folder_tree_get_folder_info__got): Updated
	to call em_folder_tree_model_set_folder_info().
	(folder_subscribed_cb): Removed.
	(folder_unsubscribed_cb): Removed.
	(folder_created_cb): Removed.
	(folder_deleted_cb): Removed.
	(folder_renamed_cb): Removed.

	* em-folder-tree-model.c (em_folder_tree_store_set_folder_info):
	New function to replace tree_store_set_folder_info() which had
	been in em-folder-tree.c
	(em_folder_tree_model_remove_uri): Made private.
	(em_folder_tree_model_remove_store_info): Made private.
	(em_folder_tree_model_remove_folders): New function to replace
	remove_folders() from em-folder-tree.c
	(em_folder_tree_model_new): No longer takes any args.

	* em-folder-tree.c (em_folder_tree_new): Updated.

	* mail-component.c (add_store): Add the store to the model rather
	than the treeview.
	(impl_createControls): create a new treeview based on the
	already-instantiated model.
	(mail_component_init): Create a new tree model.
	(mail_component_remove_store): Remove the store from the model
	directly.
	(mail_component_get_tree_model): Updated.

	* em-folder-tree.c (folder_unsubscribed_cb): Call
	em_folder_tree_model_remove_folders() rather than the deprecated
	internal remove_folders() function.
	(folder_renamed_cb): Same.
	(em_folder_tree_remove_store): Removed.
	(em_folder_tree_add_store): Removed.
	(remove_folders): Removed.

svn path=/trunk/; revision=23545
2003-12-01 22:18:49 +00:00
7af66de023 Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill the
2003-12-01  Rodney Dawes  <dobey@ximian.com>

	* Use BASE_VERSION for repo_ids and OAFIIDs
  * Update killev to kill the correct versions of gnome-spell and the
    GtkHTML Editor

svn path=/trunk/; revision=23543
2003-12-01 22:14:43 +00:00
9b6e4f3e85 list the signal args properl
2003-12-01  JP Rosevear <jpr@ximian.com>

	* e-source-selector.c (class_init): list the signal args properl

svn path=/trunk/; revision=23542
2003-12-01 22:01:14 +00:00
e86452cec4 Fix start page text.
2003-12-01  Hans Petter Jansson  <hpj@ximian.com>

	* gui/component/ldap-config.glade: Fix start page text.

svn path=/trunk/; revision=23541
2003-12-01 22:00:29 +00:00
66e21e8c49 use privconduitdir
2003-12-01  JP Rosevear <jpr@ximian.com>

	* conduit/Makefile.am: use privconduitdir

	* conduit/e-address.conduit.in: subst right thing

svn path=/trunk/; revision=23537
2003-12-01 19:49:07 +00:00