Commit Graph

18894 Commits

Author SHA1 Message Date
e0adf2b91a remove build sources from dist
2003-11-07  JP Rosevear  <jpr@ximian.com>

	* Makefile.am: remove build sources from dist

svn path=/trunk/; revision=23217
2003-11-07 08:24:21 +00:00
004e2cfd84 make sure the marshal header and source are in the source list
2003-11-07  JP Rosevear <jpr@ximian.com>

	* Makefile.am: make sure the marshal header and source are in the
	source list

svn path=/trunk/; revision=23216
2003-11-07 08:14:29 +00:00
33dd1532eb Shush.
svn path=/trunk/; revision=23215
2003-11-07 07:55:39 +00:00
d6e7c730ae Shush.
svn path=/trunk/; revision=23214
2003-11-07 07:33:43 +00:00
9935d47e98 Handle some more renaming
2003-11-07  JP Rosevear <jpr@ximian.com>

	* Handle some more renaming

svn path=/trunk/; revision=23213
2003-11-07 07:12:35 +00:00
3a10f6b610 Add forgotten file.
svn path=/trunk/; revision=23212
2003-11-07 07:11:46 +00:00
a742c57a7c No longer needed.
svn path=/trunk/; revision=23211
2003-11-07 07:10:00 +00:00
a4b2658454 dist the marshal list
2003-11-07  JP Rosevear <jpr@ximian.com>

	* util/Makefile.am: dist the marshal list

svn path=/trunk/; revision=23210
2003-11-07 07:08:45 +00:00
45d9800e91 update
2003-11-07  JP Rosevear <jpr@ximian.com>

	* POTFILES.in: update

svn path=/trunk/; revision=23209
2003-11-07 07:05:28 +00:00
1b761f0cb7 we don't have to configure the libical subdir now
2003-11-07  JP Rosevear <jpr@ximian.com>

	* configure.in: we don't have to configure the libical subdir now

svn path=/trunk/; revision=23208
2003-11-07 05:57:08 +00:00
9b5a7b0828 don't destroy the widget here - its dead when removed from the paned
2003-11-07  JP Rosevear <jpr@ximian.com>

	* gui/widgets/e-addressbook-view.c (change_view_type): don't
	destroy the widget here - its dead when removed from the paned
	container

svn path=/trunk/; revision=23207
2003-11-07 05:54:09 +00:00
200606f928 Various changes to merge in evolution-data-server reliance.
svn path=/trunk/; revision=23206
2003-11-07 05:52:24 +00:00
e5472b4cc9 Call em_migrate_uri() instead of em_uri_from_camel(). (em_migrate_uri):
2003-11-06  Jeffrey Stedfast  <fejj@ximian.com>

	* em-migrate.c (em_migrate_filter_file): Call em_migrate_uri()
	instead of em_uri_from_camel().
	(em_migrate_uri): Special-case file: uri's by converting them into
	email://local@local/ uri's since these folders will have been
	migrated to the newer mbox tree structure.

svn path=/trunk/; revision=23203
2003-11-06 22:49:46 +00:00
e6ff03471e fixed some compile warnings
svn path=/trunk/; revision=23202
2003-11-06 21:57:01 +00:00
49265bef8d User vfolder rules should be in ${evolution_dir}/mail/vfolders.xml rather
2003-11-06  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-vfolder.c (mail_vfolder_delete_uri): User vfolder rules
	should be in ${evolution_dir}/mail/vfolders.xml rather than
	${evolution_dir}/vfolders.xml
	(mail_vfolder_rename_uri): Same.
	(store_folder_deleted): Here too.
	(store_folder_renamed): And here.
	(vfolder_load_storage): Again here.
	(vfolder_editor_response): Same.
	(edit_rule_response): And here.
	(new_rule_clicked): Here too.

	* mail-session.c (main_get_filter_driver): User filter rules
	should be in ${evolution_dir}/mail/filters.xml rather than
	${evolution_dir}/filters.xml

	* mail-autofilter.c (filter_gui_add_from_message): Same.
	(mail_filter_rename_uri): And here.
	(mail_filter_delete_uri): Here too.

	* em-utils.c (filter_editor_response): Again here.
	(em_utils_edit_filters): Same.

	* em-migrate.c (em_migrate_filter_file): Same (also for
	vfolders.xml)

2003-11-05  Jeffrey Stedfast  <fejj@ximian.com>

	* em-migrate.[c,h]: New source files to migrate from the old mail
	directory to the new mail directory.

	* mail-component.c (mail_component_init): Changed to use
	~/.evolution and added code to migrate the old mail folders over
	if ~/.evolution/mail does not yet exist.

svn path=/trunk/; revision=23201
2003-11-06 21:54:49 +00:00
621d5972f4 update for shuffling
2003-11-06  JP Rosevear <jpr@ximian.com>

	* POTFILES.in: update for shuffling

svn path=/trunk/; revision=23200
2003-11-06 17:39:59 +00:00
acb207edba Don't bother trying to see if the server advertises EHLO. Simply always
2003-11-05  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/smtp/camel-smtp-transport.c (connect_to_server): Don't
	bother trying to see if the server advertises EHLO. Simply always
	try EHLO and fall back to HELO if EHLO fails. Fixes bug #50535.

svn path=/trunk/; revision=23199
2003-11-06 16:26:26 +00:00
7827d488b3 use privincludedir
2003-11-05  JP Rosevear  <jpr@ximian.com>

	* libebook/Makefile.am: use privincludedir

	* libedatabook/Makefile.am: ditto

	* libedatabook/libedatabook-1.0.pc.in: use privincludedir; remove
	gal

	* libebook/libebook-1.0.pc.in: ditto

2003-11-05  JP Rosvear <jpr@ximian.com>

	* libecal/Makefile.am: use privincludedir

	* libedatacal/Makefile.am: ditto

	* libecal/libecal-1.0.pc.in: ditto

	* libedatacal/libedatacal-1.0.pc.in: use privincludedir; remove
	gal

2003-11-05 JP Rosevear <jpr@ximian.com>

	* configure.in: make the priv*dir's sane

	* libedataserver/libedataserver-1.0.pc.in: use privincludedir;
	remove gal

	* libedataserver/ename/Makefile.am: ditto

	* libedataserver/Makefile.am: install to privincludedir

2003-11-05  JP Rosevear <jpr@ximian.com>

	* src/libical/Makefile.am: ditto

	* src/libicalvcal/Makefile.am: ditto

	* src/libicalss/Makefile.am: don't install the library

svn path=/trunk/; revision=23194
2003-11-05 22:47:36 +00:00
20a1f88f75 New source files to migrate from the old mail directory to the new mail
2003-11-05  Jeffrey Stedfast  <fejj@ximian.com>

	* em-migrate.[c,h]: New source files to migrate from the old mail
	directory to the new mail directory.

	* mail-component.c (mail_component_init): Changed to use
	~/.evolution and added code to migrate the old mail folders over
	if ~/.evolution/mail does not yet exist.

svn path=/trunk/; revision=23193
2003-11-05 22:07:31 +00:00
189d7b0fc6 LIBADD all the relevant libical libs
2003-11-05  JP Rosevear <jpr@ximian.com>

	* libecal/Makefile.am: LIBADD all the relevant libical libs

	* libecal/libecal-1.0.pc.in: no need to explicitly link
	libical-evolution

	* libedatacal/libedatacal-1.0.pc.in: ditto; fix include dir

svn path=/trunk/; revision=23192
2003-11-05 19:26:42 +00:00
a513b96722 fix typo
2003-11-05  JP Rosevear <jpr@ximian.com>

	* gui/migration.c: fix typo

svn path=/trunk/; revision=23191
2003-11-05 07:34:24 +00:00
994a4e5f1c add a unimplemented warning so we at least avoid relocation errors.
2003-11-05  Larry Ewing  <lewing@ximian.com>

	* gui/migration.c (process_old_dir): add a unimplemented warning
	so we at least avoid relocation errors.

svn path=/trunk/; revision=23190
2003-11-05 07:32:39 +00:00
53b419f843 Fix a cast
svn path=/trunk/; revision=23189
2003-11-05 06:57:22 +00:00
c960f0e4f8 changed to use ciphercontext directly to sign the message, no
2003-11-03  Not Zed  <NotZed@Ximian.com>

        * e-msg-composer.c (build_message): changed to use ciphercontext
        directly to sign the message, no multipart-signed usage.
        (build_message): do the same for multipart/encryption for gpg encrypting.

svn path=/trunk/; revision=23188
2003-11-05 00:44:28 +00:00
d0375813d8 new (unfinished) api to peek inside smime parts to tell us whats in it.
2003-11-05  Not Zed  <NotZed@Ximian.com>

        * camel-smime-context.c (camel_smime_context_describe_part): new
        (unfinished) api to peek inside smime parts to tell us whats in
        it.

2003-11-03  Not Zed  <NotZed@Ximian.com>

        * camel-gpg-context.c (gpg_encrypt): Make this output the
        full multipart/encrypted part, not just the encrypted content part.

        * camel-cipher-context.c (camel_cipher_sign): change to output
        full mime part, not just a stream.
        (camel_cipher_canonical_to_stream): utility function to
        canonicalise a mimepart to a stream.

        * camel-smime-context.c (sm_encode_cmsmessage): removed.
        (sm_sign): change interface to output a full mime-part, not just a
        part of a mime part in multipart/signed mode.

svn path=/trunk/; revision=23187
2003-11-05 00:42:40 +00:00
0c29bfd43c We might need to convert the passwd from UTF-8 into the locale charset.
2003-11-04  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-gpg-context.c (gpg_ctx_parse_status): We might need to
	convert the passwd from UTF-8 into the locale charset. Fixes bug
	#50485.

svn path=/trunk/; revision=23186
2003-11-04 21:52:59 +00:00
40d492ac4b install headers
2003-11-04  JP Rosevear <jpr@ximian.com>

	* src/libicalvcal/Makefile.am: install headers

svn path=/trunk/; revision=23184
2003-11-04 19:45:08 +00:00
571d396041 added more menu items. (delete_calendar_cb): callbacks for new popup menu
2003-11-04  Rodrigo Moya <rodrigo@ximian.com>

	* gui/calendar-component.c (fill_popup_menu_callback): added more
	menu items.
	(delete_calendar_cb): callbacks for new popup menu items.
	(impl_createControls): add the source selector widget to the
	CalendarComponentPrivate structure.

	* gui/migration.[ch] (migrate_old_tasks): new function to migrate
	old tasks setups.
	(process_old_dir): renamed and added a "filename" argument, so that
	the same function can be used for tasks and calendar directories.
	(migrate_old_calendars): added new argument when calling
	process_old_dir().

	* gui/tasks-component.c (tasks_component_init): call
	migrate_old_tasks() if there are no groups defined.

svn path=/trunk/; revision=23182
2003-11-04 12:47:14 +00:00
de2131408d added more menu items. (delete_calendar_cb): callbacks for new popup menu
2003-11-04  Rodrigo Moya <rodrigo@ximian.com>

	* gui/calendar-component.c (fill_popup_menu_callback): added more
	menu items.
	(delete_calendar_cb): callbacks for new popup menu items.
	(impl_createControls): add the source selector widget to the
	CalendarComponentPrivate structure.

	* gui/migration.[ch] (migrate_old_tasks): new function to migrate
	old tasks setups.
	(process_old_dir): renamed and added a "filename" argument, so that
	the same function can be used for tasks and calendar directories.
	(migrate_old_calendars): added new argument when calling
	process_old_dir().

	* gui/tasks-component.c (tasks_component_init): call
	migrate_old_tasks() if there are no groups defined.

svn path=/trunk/; revision=23181
2003-11-04 12:43:28 +00:00
fd52cd5eeb Fixes # 48509
2003-11-04  Bolian Yin <bolian.yin@sun.com>

        Fixes # 48509

        * new files:
                ea-cell-table.h ea-cell-table.c
        * calendar/Makefile.am: add entries for new files
        * calendar/New files added:
                ea-day-view-main-item.c ea-day-view-main-item.h
                ea-day-view-cell.c ea-day-view-cell.h
        * Add debug info and remove some non-C99 compilers warnings.
        * calendar/ea-cal-view: add action interface.

svn path=/trunk/; revision=23180
2003-11-04 08:15:56 +00:00
1ec2cf1777 add new signal "selected_time_changed" a11y initialization new public
2003-11-04  Bolian Yin <bolian.yin@sun.com>

        * gui/e-cal-view.c: add new signal "selected_time_changed"
        * gui/e-day-view-main-item.c (e_day_view_main_item_class_init):
           a11y initialization
        * gui/e-day-view-top-item (e_day_view_top_item_get_day_label):
           new public function.
        * gui/e-day-view.c (e_day_view_ensure_rows_visible, e_day_view_update_calendar_selection_time): make static functions public
          (e_day_view_cursor_key_up, e_day_view_cursor_key_down, e_day_view_cursor_key_left, e_day_view_cursor_key_right): emit "selected_time_changed".

svn path=/trunk/; revision=23179
2003-11-04 06:39:32 +00:00
9b809ae73a (setup_name_selector):
Append "_2" to the SelectNames OAFIID.

svn path=/trunk/; revision=23178
2003-11-03 21:09:45 +00:00
01ea888ce8 (SELECT_NAMES_OAFIID): Append "_2".
svn path=/trunk/; revision=23177
2003-11-03 21:09:29 +00:00
e3325e33c3 Append "_2". Likewise. Likewise. Likewise. Likewise
* gui/e-meeting-model.c (SELECT_NAMES_OAFID): Append "_2".
* gui/e-select-names-editable.c (SELECT_NAMES_OAFIID): Likewise.
* gui/e-meeting-list-view.c (SELECT_NAMES_OAFID): Likewise.
* gui/dialogs/alarm-options.c (SELECT_NAMES_OAFID): Likewise.
* gui/dialogs/e-delegate-dialog.c (SELECT_NAMES_OAFID): Likewise

svn path=/trunk/; revision=23176
2003-11-03 21:09:11 +00:00
875c4bb354 Update factory ID.
* gui/component/select-names/e-select-names-factory.c: Update
factory ID.

* gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.server.in.in:
Version the SelectNames server IDs by appending a "_2".

svn path=/trunk/; revision=23175
2003-11-03 21:07:24 +00:00
8042ab5c6b Use "evolution2:config_item"
properties for the config item instead of "evolution:config_item"
ones.

svn path=/trunk/; revision=23174
2003-11-03 20:17:24 +00:00
dc0812a28f Change "evolution:config_item" into "evolution2:config_item".
Change
"evolution:config_item" into "evolution2:config_item".

svn path=/trunk/; revision=23173
2003-11-03 20:17:01 +00:00
cde3e4c4d3 use "evolution2:config_item" properties instead of "evolution:config_item"
use
"evolution2:config_item" properties instead of
"evolution:config_item" ones.

svn path=/trunk/; revision=23172
2003-11-03 20:16:19 +00:00
b7db046f8d Use "evolution2:config_item" attributes instead of "evolution:config_item"
* GNOME_Evolution_Shell.server.in.in: Use "evolution2:config_item"
attributes instead of "evolution:config_item" ones.

* e-shell-settings-dialog.c (load_pages): Expect
"evolution2:config_item" properties instead of
"evolution:config_item" so they do not conflict with 1.4's.

svn path=/trunk/; revision=23171
2003-11-03 20:15:50 +00:00
c7b4440e3b fixed the build
svn path=/trunk/; revision=23169
2003-11-03 16:13:21 +00:00
240bdec15b disable apply button when initial dialog. disable apply button after
2003-10-13  Charles Zhang  <charles.zhang@sun.com>

	* e-table-config.c (e_table_config_new): disable apply button
	when initial dialog.
	* e-table-header-item.c (apply_changes): disable apply button
	after applying changes.

svn path=/trunk/; revision=23168
2003-11-03 13:40:49 +00:00
97003e3366 *e-table/gal-a11y-e-table-item: defunct widget checking, selection
2003-10-30  Bolian Yin <bolian.yin@sun.com>

        *e-table/gal-a11y-e-table-item: defunct widget checking, selection interface

svn path=/trunk/; revision=23167
2003-11-03 06:40:50 +00:00
d0524e055c new function to deal with grabing table cell focus
2003-10-30  Tim Wo  <tim.wo@sun.com>
	* gal/a11y/e-table/gal-a11y-e-cell.c (eti_grab_focus): new function
	to deal with grabing table cell focus
	(eti_atk_component_iface_init): Override "grab_focus" virtual function
	with eti_grab_focus of AtkComponent interface. (#50131)
	* gal/e-table/e-cell-text.c: (e_cell_text_class_init): register
	GalA11yECellText as the a11y implementation for ECellText.

svn path=/trunk/; revision=23166
2003-11-03 04:20:10 +00:00
77340f1520 Fix for #50387.
2003-11-03  Harry Lu  <harry.lu@sun.com>

        Fix for #50387.

        * importers/icalendar-importer.c (support_format_fn):
        Call icalcomponent_is_valid() to check whether the returned
        icalcomponent is valid.

svn path=/trunk/; revision=23165
2003-11-03 03:03:11 +00:00
1a80fb97d5 shared object looks for wrong mo file"
2003-10-28  Suresh Chandrasekharan  <suresh.chandrasekharan@sun.com>


	* Fix for "50258 libgal: shared object looks for wrong mo file"

svn path=/trunk/; revision=23163
2003-11-03 02:06:02 +00:00
2b8a138bef setup filter-on-thread and vfolder-on-thread.
2003-11-01  Jeffrey Stedfast  <fejj@ximian.com>

	* em-folder-view.c: setup filter-on-thread and vfolder-on-thread.

	* mail-autofilter.c (rule_from_message): handle AUTO_THREAD
	(rule_match_thread): new function to setup a filter on a msgid

svn path=/trunk/; revision=23158
2003-11-01 06:01:55 +00:00
2dfb262447 updated
svn path=/trunk/; revision=23157
2003-10-31 21:27:43 +00:00
1eedd39ec0 added a #include
svn path=/trunk/; revision=23156
2003-10-31 21:25:59 +00:00
b4dcb8632f Don't compress trailing slashes in URI elements.
2003-10-31  Hans Petter Jansson  <hpj@ximian.com>

	* e-source.c (e_source_get_uri): Don't compress trailing slashes in
	URI elements.

svn path=/trunk/; revision=23155
2003-10-31 18:11:13 +00:00
24557bc3bf Add http backend lib.
2003-10-31  Hans Petter Jansson  <hpj@ximian.com>

	* Makefile.am (evolution_wombat_LDADD): Add http backend lib.

	* wombat.c (setup_pcs): Register webcal method for http backend.

svn path=/trunk/; revision=23154
2003-10-31 18:06:19 +00:00