Commit Graph

22422 Commits

Author SHA1 Message Date
c579c2ebc2 fix the popup id.
2004-11-03  Not Zed  <NotZed@Ximian.com>

        * org-gnome-mail-to-meeting.eplug.in: fix the popup id.

svn path=/trunk/; revision=27817
2004-11-03 09:50:59 +00:00
99b32b2968 revert rodrigo's last fix, it should actually work now, i hope.
2004-11-03  Not Zed  <NotZed@Ximian.com>

        * org-gnome-mail-to-task.eplug.in: revert rodrigo's last fix, it should
        actually work now, i hope.

svn path=/trunk/; revision=27816
2004-11-03 09:50:47 +00:00
129dc9e720 Fix the popup id.
2004-11-03  Not Zed  <NotZed@Ximian.com>

        * em-folder-view.c (emfv_popup): Fix the popup id.

svn path=/trunk/; revision=27815
2004-11-03 09:47:23 +00:00
564487c8fe Add description and author fields. Change name.
004-11-03  Nat Friedman  <nat@novell.com>

	* org-gnome-evolution-bbdb.eplug.in: Add description and author
	fields.  Change name.

svn path=/trunk/; revision=27814
2004-11-03 08:59:17 +00:00
b45a85de00 extra_dist the .eplug.in file.
2004-11-03  Not Zed  <NotZed@Ximian.com>

        * Makefile.am: extra_dist the .eplug.in file.

svn path=/trunk/; revision=27813
2004-11-03 08:56:39 +00:00
13b39eaf69 gave it a better name and fixed the description and author tags.
2004-11-03  Not Zed  <NotZed@Ximian.com>

        * org-gnome-copy-tool.eplug.in: gave it a better name and fixed
        the description and author tags.

svn path=/trunk/; revision=27812
2004-11-03 07:46:06 +00:00
63615e1d6d added plugin-manager plugin.
2004-11-03  Not Zed  <NotZed@Ximian.com>

        * configure.in: added plugin-manager plugin.

svn path=/trunk/; revision=27811
2004-11-03 07:30:33 +00:00
5e5dd766fc implemented a plugin manager plugin.
2004-10-20  Not Zed  <NotZed@Ximian.com>

	* implemented a plugin manager plugin.

svn path=/trunk/; revision=27810
2004-11-03 07:28:33 +00:00
bf47fc3d51 added helper api to list all plugins. (ep_construct): load authors into
2004-11-03  Not Zed  <NotZed@Ximian.com>

        * e-plugin.c (e_plugin_list_plugins): added helper api to list all
        plugins.
        (ep_construct): load authors into new list for them.
        (e_plugin_register_type): setup disabled list.
        (ep_construct): dont load the hooks if we're not enabled.
        (e_plugin_enable): make this a virutal method.
        (e_plugin_invoke): if we're disabled, noop.

svn path=/trunk/; revision=27809
2004-11-03 07:24:41 +00:00
d3a3af6507 added author section to eplugin definition.
2004-11-03  Not Zed  <NotZed@Ximian.com>

        * evolution-plugin-manual.xml: added author section to eplugin
        definition.

svn path=/trunk/; revision=27808
2004-11-03 07:23:12 +00:00
1335b50751 revert jeff's last change - we do actually want to know when we couldn't
2004-11-03  Not Zed  <NotZed@Ximian.com>

        * em-folder-view.c (emfv_list_done_message_selected): revert
        jeff's last change - we do actually want to know when we couldn't
        load a message.  the crash he was fixing was fixed elsewhere.
        also fix the unref ordering stuff.

        * em-format-html.c (efh_format_timeout): removed the fixme i
        added.

2004-11-01  Not Zed  <NotZed@Ximian.com>

        ** See bug #67496.

        * em-format-html.c (efh_text_html): use the base on the emformat
        to calculate our absolute iframe uri.
        (efh_multipart_related): same as emf_multipart_related.

        * em-format.c (emf_multipart_related): remove content-location
        handling, now done in format_part_as.
        (em_format_part_as): track content-base (& absolute
        content-location) of all parts here.

svn path=/trunk/; revision=27807
2004-11-03 02:40:39 +00:00
26139115b4 use ngettext for n_events. ditto.
2004-11-01  Li Yuan  <li.yuan@sun.com>

        * calendar/ea-day-view.c: (ea_day_view_get_name):
        use ngettext for n_events.
        * calendar/ea-week-view.c: (ea_week_view_get_name):
        ditto.

svn path=/trunk/; revision=27805
2004-11-03 02:13:36 +00:00
97b72817a5 Don't bother getting the folder delim if the name is "" since we don't
2004-11-02  Jeffrey Stedfast  <fejj@novell.com>

	* providers/imap4/camel-imap4-store.c (imap4_folder_utf7_name):
	Don't bother getting the folder delim if the name is "" since we
	don't need it in that case.

	* providers/imap4/camel-imap4-utils.c
	(camel_imap4_get_path_delim): add an assert that s->namespaces is
	non-NULL.

svn path=/trunk/; revision=27804
2004-11-02 20:30:22 +00:00
5cf01dc46e If namespaces is NULL, return the default folder delim ('/').
2004-11-02  Jeffrey Stedfast  <fejj@novell.com>

	* providers/imap4/camel-imap4-utils.c
	(camel_imap4_get_path_delim): If namespaces is NULL, return the
	default folder delim ('/').

svn path=/trunk/; revision=27803
2004-11-02 20:21:07 +00:00
e526479d4a Check for NULL messages (happens if the message isn't available).
2004-11-02  Jeffrey Stedfast  <fejj@novell.com>

	* em-folder-view.c (emfv_list_done_message_selected): Check for
	NULL messages (happens if the message isn't available).

svn path=/trunk/; revision=27802
2004-11-02 20:10:14 +00:00
4775c330e1 make sure the day view times redraw themselves if we switch 24/12 hour
2004-11-02  JP Rosevear  <jpr@novell.com>

	* gui/e-day-view-config.c (set_twentyfour_hour): make sure the day
	view times redraw themselves if we switch 24/12 hour modes

svn path=/trunk/; revision=27801
2004-11-02 19:25:47 +00:00
25f5d224cc Update stream->inptr after fetching the literal chunk.
2004-11-02  Jeffrey Stedfast  <fejj@novell.com>

	* providers/imap4/camel-imap4-stream.c
	(camel_imap4_stream_literal): Update stream->inptr after fetching
	the literal chunk.

svn path=/trunk/; revision=27800
2004-11-02 19:19:27 +00:00
1f36b6217d Fixes #68707
2004-11-02  JP Rosevear  <jpr@novell.com>

	Fixes #68707

	* gui/e-week-view-event-item.c (e_week_view_event_item_draw):
	restrict the range to 0-23 (midnight end times became '24')

svn path=/trunk/; revision=27799
2004-11-02 19:02:03 +00:00
97a56fd84a Do proper cleanup in case of error and also handle literals.
2004-11-02  Jeffrey Stedfast  <fejj@novell.com>

	* providers/imap4/camel-imap4-summary.c (envelope_decode_address):
	Do proper cleanup in case of error and also handle literals.

svn path=/trunk/; revision=27798
2004-11-02 18:56:53 +00:00
95044986dd Removed camel_service_connect() call which is no longer needed.
2004-11-02  Jeffrey Stedfast  <fejj@novell.com>

	* providers/imap4/camel-imap4-store.c (imap4_get_folder_info):
	Removed camel_service_connect() call which is no longer needed.
	(imap4_connect): If engine is already connected, shortcut to
	simply returning success.
	(imap4_disconnect): Check engine state rather than poking at
	stream state.

svn path=/trunk/; revision=27797
2004-11-02 18:31:52 +00:00
cc2952f2e5 use shorthand border: property
svn path=/trunk/; revision=27796
2004-11-02 15:34:28 +00:00
805838fa3f remove the hard line breaks.
2004-11-02  mengjie yu  <meng-jie.yu@sun.com>

        * evolution-startup-wizard.glade:remove the hard line breaks.

svn path=/trunk/; revision=27793
2004-11-02 09:49:26 +00:00
37fabe1d45 replace 3 nested html tables used to create this gray border around parts
2004-11-02  Radek Doulik  <rodo@ximian.com>

	* em-format-html.c: replace 3 nested html tables used to create
	this gray border around parts content with div block with border
	style

svn path=/trunk/; revision=27792
2004-11-02 09:16:50 +00:00
6de9a6be95 popup right-click menu after pressing Shift+F10.
2004-11-2   Hao Sheng  <hao.sheng@sun.com>

        * gui/widgets/e-minicard-view.c: popup right-click menu after
        pressing Shift+F10.

svn path=/trunk/; revision=27791
2004-11-02 08:36:05 +00:00
fb88e0be5f Don't show error dialogs when status code is E_BOOK_ERROR_CANCELLED. We
2004-11-01  Sivaiah Nallagatla <snallagatla@novell.com>

        * gui/widgets/eab-gui-util.c
        (added_cb) (_modified_cb) : Don't show
        error dialogs when status code is E_BOOK_ERROR_CANCELLED. We don't
        wabt to show "Error adding contact,  Cancelled" dialogs when user
        cancels duplicated contact detected dialog.

svn path=/trunk/; revision=27790
2004-11-02 03:02:51 +00:00
79b860a6c2 ** See bug #68787
2004-11-01  Not Zed  <NotZed@Ximian.com>

        ** See bug #68787

        * e-account.c (xml_set_content): check the new val isn't null
        before dereferencing it.
        * e-account.c (xml_set_prop): same here.

svn path=/trunk/; revision=27789
2004-11-02 02:33:34 +00:00
43d766ff70 Change the labels back to the same as they were in 2.0
2004-11-01  Jeffrey Stedfast  <fejj@novell.com>

	* em-account-editor.c: Change the labels back to the same as they
	were in 2.0

svn path=/trunk/; revision=27787
2004-11-01 20:58:47 +00:00
50cb220c0a Do the same SSL->TLS and TLS->CLEAR fallbacks that the 2.0 (and older)
2004-11-01  Jeffrey Stedfast  <fejj@novell.com>

	* providers/smtp/camel-smtp-transport.c
	(connect_to_server_wrapper): Do the same SSL->TLS and TLS->CLEAR
	fallbacks that the 2.0 (and older) code did.

	* providers/pop3/camel-pop3-store.c (connect_to_server_wrapper): Same.

	* providers/imap4/camel-imap4-store.c (connect_to_server_wrapper): Same.

	* providers/imap/camel-imap-store.c (connect_to_server_wrapper): Same.

svn path=/trunk/; revision=27786
2004-11-01 20:54:35 +00:00
4412181b30 dist plugin.mk
2004-11-01  JP Rosevear  <jpr@novell.com>

	* Makefile.am: dist plugin.mk

svn path=/trunk/; revision=27785
2004-11-01 20:08:53 +00:00
c611fef686 Remove expunged messages from the cache.
2004-11-01  Jeffrey Stedfast  <fejj@novell.com>

	* providers/imap4/camel-imap4-summary.c
	(camel_imap4_summary_expunge): Remove expunged messages from the
	cache.
	(camel_imap4_summary_set_uidvalidity): Clear the cache if the
	UIDVALIDITY has changed.

	* providers/imap4/camel-imap4-folder.c (imap4_get_message): If the
	message exists in the cache, use that rather than fetching it from
	the server and cache messages fetched from the server for later
	use.
	(camel_imap4_folder_finalize): Unref the cache if non-NULL.
	(camel_imap4_folder_new): Create the CamelDataCache.

svn path=/trunk/; revision=27784
2004-11-01 19:58:38 +00:00
588322d706 dist xml menu file
2004-11-01  JP Rosevear  <jpr@novell.com>

	* Makefile.am: dist xml menu file

svn path=/trunk/; revision=27783
2004-11-01 19:32:04 +00:00
609e3620b7 Cache the folder-info on the summary if successful. (imap4_delete_folder):
2004-11-01  Jeffrey Stedfast  <fejj@novell.com>

	* providers/imap4/camel-imap4-store.c (imap4_create_folder): Cache
	the folder-info on the summary if successful.
	(imap4_delete_folder): Un-cache the folder-info from the summary.

	* providers/imap4/camel-imap4-store-summary.c (load_namespaces):
	Cleaned up a bit.
	(save_namespaces): Same.
	(camel_imap4_store_summary_unnote_info): New function.
	(camel_imap4_store_summary_get_folder_info): Fixed the logic a
	bit.

svn path=/trunk/; revision=27782
2004-11-01 18:54:46 +00:00
69d4437179 Dist .eplug.in files
svn path=/trunk/; revision=27781
2004-11-01 18:39:17 +00:00
c138563670 list bbdb.h as a source so it gets disted
2004-11-01  JP Rosevear  <jpr@novell.com>

	* Makefile.am: list bbdb.h as a source so it gets disted

svn path=/trunk/; revision=27780
2004-11-01 17:54:58 +00:00
09e26acafe Cleaned up a bit. (save_namespaces): Same.
2004-11-01  Jeffrey Stedfast  <fejj@novell.com>

	* providers/imap4/camel-imap4-store-summary.c (load_namespaces):
	Cleaned up a bit.
	(save_namespaces): Same.

svn path=/trunk/; revision=27779
2004-11-01 17:53:58 +00:00
7da50b2580 Fix up changelogs to have the correct info.
svn path=/trunk/; revision=27778
2004-11-01 16:18:21 +00:00
4934e49098 Update
svn path=/trunk/; revision=27777
2004-11-01 15:53:05 +00:00
cb9c99c5f4 Add a name for timezone combox. Make accessibility name and description
2004-10-28  Li Yuan  <li.yuan@sun.com>

        * e-timezone-dialog/e-timezone-dialog.glade:
        Add a name for timezone combox.
        * misc/e-calendar.c: (e_calendar_init), (e_calendar_new):
        Make accessibility name and description translatable.
        Add a atk name for the two buttons so that they can be UI
        grabbed by GOK.
        * misc/e-dateedit.c: (e_date_edit_new), (create_children):
        Add a name for atk object.
        Make accessibility name and description translatable.
        Add name and description for the date_entry, date_button
        and time_combo.
        (e_date_edit_show_date_popup), (hide_date_popup):
        Grab and ungrab keyboard.
        add_relation():
        New function to add labelled_by relation for entry
        and combobox.
        * misc/e-map.c: (e_map_new):
        Add a name for world map widget.
        Make accessibility name and description translatable.
        Set the atk role to image.
        * misc/e-multi-config-dialog.c: (e_multi_config_dialog_add_page):
        Add an atk name for the page.

svn path=/trunk/; revision=27776
2004-11-01 05:04:37 +00:00
96974d33c3 fix folder view popup id and use stock icon for meetings.
2004-10-29  Rodrigo Moya <rodrigo@novell.com>

	* org-gnome-mail-to-meeting.eplug.in: fix folder view popup id and
	use stock icon for meetings.

svn path=/trunk/; revision=27770
2004-10-29 15:29:35 +00:00
a693df2763 fix folder view popup id again.
2004-10-29  Rodrigo Moya <rodrigo@novell.com>

	* org-gnome-mail-to-task.eplug.in: fix folder view popup id again.

svn path=/trunk/; revision=27769
2004-10-29 15:28:43 +00:00
f216edc95b added mail-to-meeting plugin.
2004-10-29  Rodrigo Moya <rodrigo@novell.com>

	* configure.in: added mail-to-meeting plugin.

svn path=/trunk/; revision=27767
2004-10-29 11:21:06 +00:00
4d692c745d added mail-to-meeting plugin, to convert mails to meetings.
2004-10-29  Rodrigo Moya <rodrigo@novell.com>

	* added mail-to-meeting plugin, to convert mails to meetings.

svn path=/trunk/; revision=27766
2004-10-29 11:20:06 +00:00
1f9e3b3e28 for calendar_get_text_for_folder_bar_label has been removed form
2004-10-26  Li Yuan  <li.yuan@sun.com>

        * calendar/ea-day-view.c: (ea_day_view_get_name):
        * calendar/ea-gnome-calendar.c:
        (ea_gnome_calendar_get_label_description),
        (ea_gcal_dates_change_cb):
        * calendar/ea-gnome-calendar.h:
        * calendar/ea-week-view.c: (ea_week_view_get_name):
        for calendar_get_text_for_folder_bar_label has been removed form
        calendar-commands.c, we implement it ourself.

svn path=/trunk/; revision=27763
2004-10-29 09:56:35 +00:00
fe2e407a11 Softly now.
svn path=/trunk/; revision=27762
2004-10-28 21:30:03 +00:00
f5e40030fb Re-enable BBDB.
svn path=/trunk/; revision=27761
2004-10-28 21:25:52 +00:00
0ce5576537 Don't build the test-evobuddy program.
svn path=/trunk/; revision=27760
2004-10-28 20:08:48 +00:00
9975438eba Handle literal strings. (envelope_decode_date): Same. Fixes bug #68894.
2004-10-28  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/imap4/camel-imap4-summary.c (envelope_decode_nstring):
	Handle literal strings.
	(envelope_decode_date): Same. Fixes bug #68894.

svn path=/trunk/; revision=27759
2004-10-28 16:54:44 +00:00
b374485568 Properly tokenise "\*" as a flag token. Fixes bug #68869.
2004-10-28  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/imap4/camel-imap4-stream.c
	(camel_imap4_stream_next_token): Properly tokenise "\*" as a flag
	token. Fixes bug #68869.

svn path=/trunk/; revision=27758
2004-10-28 15:19:57 +00:00
4c25f4bd9e setup for more auto-built stuff.
2004-10-28  Not Zed  <NotZed@Ximian.com>

        * evolution-plugin-manual.xml: setup for more auto-built stuff.

        * build-eplugin-manual.pl: auto-build more stuff.

svn path=/trunk/; revision=27755
2004-10-28 09:30:28 +00:00
f5d66daa09 fix folder view popup id.
2004-10-28  Not Zed  <NotZed@Ximian.com>

        * org-gnome-mail-to-task.eplug.in: fix folder view popup id.

svn path=/trunk/; revision=27754
2004-10-28 09:27:43 +00:00