Commit Graph

23701 Commits

Author SHA1 Message Date
2fbe8dce2d add relation to date_button.
2005-05-31  Li Yuan  <li.yuan@sun.com>

	* e-dateedit.c:(e_date_edit_update_date_entry):
	add relation to date_button.

	Fixes #302267

svn path=/trunk/; revision=29429
2005-05-31 10:10:45 +00:00
78cb40101a Updated German translation.
2005-05-31  Hendrik Richter  <hendi@gnome-de.org>

	* de.po: Updated German translation.

svn path=/trunk/; revision=29427
2005-05-31 08:34:55 +00:00
12390fa1e9 Fixes #272301
2005-05-30  Thouis R. Jones  <thouis@csail.mit.edu>

	Fixes #272301

	* gui/apps_evolution_calendar.schemas.in.in:
	* gui/calendar-config-keys.h:
	* gui/calendar-config.c: (calendar_config_get_marcus_bains,
	calendar_config_add_notification_marcus_bains):
	* gui/calendar-config.h:
	* gui/e-day-view-config.c: (set_marcus_bains,
	marcus_bains_changed_cb, e_day_view_config_set_view):
	* gui/e-day-view-main-item.c: (e_day_view_main_item_draw):
	* gui/e-day-view-time-item.c: (e_day_view_time_item_draw):
	* gui/e-day-view.c: (e_day_view_init, e_day_view_set_colors,
	e_day_view_get_show_marcus_bains, e_day_view_set_marcus_bains,
	e_day_view_update_marcus_bains):
	* gui/e-day-view.h:
	* gui/gnome-cal.c: (update_marcus_bains_line_cb, setup_widgets,
	gnome_calendar_destroy):  Added Marcus Bains Line to main item
	view and time bar.

svn path=/trunk/; revision=29426
2005-05-30 09:14:26 +00:00
4f64b1167a check whether backend could handle sending resuests/updates, and if so,
2005-05-30  Harry Lu  <harry.lu@sun.com>

        * gui/itip-utils.c: (itip_send_comp): check whether backend could
        handle sending resuests/updates, and if so, just return.

svn path=/trunk/; revision=29424
2005-05-30 08:34:09 +00:00
a6a3625992 Updated Czech translation.
2005-05-29  Miloslav Trmac  <mitr@volny.cz>

	* cs.po: Updated Czech translation.

svn path=/trunk/; revision=29423
2005-05-29 13:14:31 +00:00
85b1ebc2fa Updated Simplified Chinese translation
svn path=/trunk/; revision=29422
2005-05-29 02:13:24 +00:00
7428b19222 Updated Canadian English translation.
2005-05-28  Adam Weinberger  <adamw@gnome.org>

	* en_CA.po: Updated Canadian English translation.

svn path=/trunk/; revision=29421
2005-05-28 18:36:30 +00:00
78c4785fbc plugins/groupwise-features/org-gnome-shared-folder.error.xml ->
2005-05-28  Abel Cheung  <maddog@linuxhall.org>

	* POTFILES.in:
	plugins/groupwise-features/org-gnome-shared-folder.error.xml ->
	plugins/groupwise-features/org-gnome-shared-folder.errors.xml
	widgets/misc/e-error.c -> e-util/e-error.c

svn path=/trunk/; revision=29420
2005-05-28 12:46:32 +00:00
7265cc314c A camel-stream to wrap Evolution_Mail_MessageStream.
2005-05-27  Not Zed  <NotZed@Ximian.com>

        * em-message-stream.[ch]: A camel-stream to wrap
        Evolution_Mail_MessageStream.

        * evolution-mail-messagestream.[ch]: simplified read-only stream
        interface rather than using bonobo-stream.  It wraps a
        camel-stream only & simplified lifecycle management.

        * evolution-mail-store.c (evolution_mail_store_changed): if we
        have no more listeners, close the camelstore object off.

        * Evolution-DataServer-Mail.idl: changed exceptions to use one
        exception type with details.  Fixed code to use these.

svn path=/trunk/; revision=29418
2005-05-27 11:18:41 +00:00
07419207d4 Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>,
2005-05-27  Alexander Shopov  <ash@contact.bg>

	* bg.po: Updated Bulgarian translation by
	Vladimir Petkov <vpetkov@i-space.org>,
	Yavor Doganov <yavor@doganov.org>,
	Ivelina Karcheva <anima@mail.bg>

svn path=/trunk/; revision=29417
2005-05-27 06:24:11 +00:00
7c9f51f7cc e-msg-composer-attachment.c
2005-05-24  Srinivasa Ragavan <sragavan@novell.com>
	* e-msg-composer-attachment.c (e_msg_composer_attachment_new_from_mime_part);
	Fixed a bug, which considered forwarded mails as remote files.

svn path=/trunk/; revision=29416
2005-05-27 04:03:18 +00:00
10c92931e0 New helpers for listeners.
2005-05-26  Not Zed  <NotZed@Ximian.com>

        * evolution-mail-folderlistener.[ch]:
        * evolution-mail-sessionlistener.[ch]:
        * evolution-mail-storelistener.[ch]: New helpers for listeners.

        * evolution-mail-listener.[ch]: removed.

        * Evolution-DataServer-Mail.idl: removed the GNOME prefix, Bonobo
        doesn't use it, and it just adds pointless typing.  Added
        getmessage and appendmessage interaces.  Moved listeners to each
        object rather than one global listener.

svn path=/trunk/; revision=29414
2005-05-26 10:40:56 +00:00
f657c69d7b remove mono registrtion, this is implemented using a plugin now. register
2005-05-25  Not Zed  <NotZed@Ximian.com>

        * main.c (main): remove mono registrtion, this is implemented
        using a plugin now.  register the plugin type loader hook.

svn path=/trunk/; revision=29413
2005-05-25 10:52:30 +00:00
5d1ad7fc3d Removed, these are now implemented as a plugin.
2005-05-25  Not Zed  <NotZed@Ximian.com>

        * e-plugin-mono.[ch]: Removed, these are now implemented as a
        plugin.

        * e-plugin.c (ep_load_plugin): separate out plugin xml loading
        code from the loading loop.  If a plugin type doesn't exist, then
        save it in a list for later checking.
        (ep_load): call above to do the work.
        (e_plugin_register_type): check the pending doc list, if any
        plugins now have a type, load them.
        (e_plugin_type_hook_get_type): a plugin hook for registering new
        plugin types ('loaders') at runtime.

svn path=/trunk/; revision=29412
2005-05-25 10:51:36 +00:00
b4a3d3cb49 implement the mono loader as a plugin itself.
2005-05-25  Not Zed  <NotZed@Ximian.com>

        * mono-plugin.c: implement the mono loader as a plugin itself.

svn path=/trunk/; revision=29411
2005-05-25 10:51:00 +00:00
bafeb3711a if --enable-mono, then enable the mono plugin.
2005-05-25  Not Zed  <NotZed@Ximian.com>

        * configure.in: if --enable-mono, then enable the mono plugin.

svn path=/trunk/; revision=29410
2005-05-25 10:50:50 +00:00
535912e311 Remove this unused method (emfs_response): Remove unused variable
2005-05-24  Rodney Dawes  <dobey@novell.com>

	* em-folder-selector.c (folder_created_cb): Remove this unused method
	(emfs_response): Remove unused variable declarations

	* em-folder-view.c (emfv_popup_{load_images,selectall}): Remove
	these unused methods

	* mail-component.c: Include em-folder-utils.h to fix warnings

svn path=/trunk/; revision=29409
2005-05-24 18:23:22 +00:00
71529100f8 Fixes #272114 Check if the color is present in the source before setting
2005-05-24  Chenthill Palanisamy  <pchenthill@novell.com>

	Fixes #272114
	* gui/dialogs/calendar-setup.c: (eccp_commit),
	(calendar_setup_edit_calendar): Check if the color is
	present in the source before setting it.

svn path=/trunk/; revision=29407
2005-05-24 12:36:05 +00:00
c33282a654 Lots more work. Now implements a full listener interface. Filled out api.
2005-05-24  Not Zed  <NotZed@Ximian.com>

        * Lots more work.  Now implements a full listener interface.
        Filled out api.

svn path=/trunk/; revision=29406
2005-05-24 09:39:24 +00:00
0822a01317 Added the support to DnD remote URL to the attachment window. It downloads
2005-05-24  Srinivasa Ragavan <sragavan@novell.com>
        * gui/dialogs/cal-attachment-bar.c, gui/dialogs/cal-attachment-bar.h,
          gui/dialogs/cal-attachment.c, gui/dialogs/cal-attachment.h,
          gui/dialogs/comp-editor.c, calendar.error.xml: Added the support to DnD
          remote URL to the attachment window. It downloads asynchronously and
          attaches.

svn path=/trunk/; revision=29405
2005-05-24 08:45:16 +00:00
52df90026f removed "Item" tag entries, included a factory method
2005-05-24 Vivek Jain <jvivek@novell.com>

	* org-gnome-groupwise-features.eplug.xml:
	 removed "Item" tag entries, included a factory method

	 * shared-folder-common.c: changed callback (org_gnome_create_option)
	 to a factory method, check uri before adding the option to the menu.
	 New folder dialog now comes in another callback (create_shared_folder)
	 also added a function to free the item list.

svn path=/trunk/; revision=29404
2005-05-24 05:12:20 +00:00
179aec8eac Fixed a potential memory leak.
2005-05-24  Srinivasa Ragavan <sragavan@novell.com>

	* e-msg-composer-attachment.c (finalise): Fixed a potential memory
	  leak.

svn path=/trunk/; revision=29403
2005-05-24 04:26:34 +00:00
9683200029 replaced shared-folder/ send-options/ groupwise-send-options/
2005-05-23  Vivek Jain  <jvivek@novell.com>

	* POTFILES.in: replaced shared-folder/
	send-options/ groupwise-send-options/
	groupwise-account-setup/ with groupwise-features/
	added plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml

svn path=/trunk/; revision=29402
2005-05-23 09:58:21 +00:00
ef293bbfa5 Removed the entries of groupwise-account-setup shared-folder
2005-05-23  Vivek Jain <jvivek@novell.com>

	* configure.in : Removed the entries of
	groupwise-account-setup
	shared-folder
	groupwise-send-options
	groupwise-status-tacking
	send-options
	addressbook-groupwise
	from AC_OUTPUT and base plugins and added
	consolidated 'groupwise-features' plugin to base plugins and
	AC_OUTPUT

svn path=/trunk/; revision=29401
2005-05-23 09:52:57 +00:00
128075a77e Created a plugin "groupwise-features" which is a consolidation of
23-05-2005 Vivek Jain <jvivek@novell.com>

	Created a plugin "groupwise-features" which is a consolidation of
	following existing plugins
	* groupwise-account-setup
	* addressbook-groupwise
	* shared-folder
	* groupwise-send-options
	* groupwise-status-tracking
	* send-options

svn path=/trunk/; revision=29400
2005-05-23 09:44:26 +00:00
b25b709bf7 Added attachment of remote URL. The dnd of url, downloads the files and
2005-05-23  Srininvasa Ragavan <sragavan@novell.com>

	* e-msg-composer-attachment-bar.c, e-msg-composer-attachment-bar.h,
	  e-msg-composer-attachment.c, e-msg-composer-attachment.h, e-msg-composer.c,
  	  e-msg-composer.h, mail-composer.error.xml : Added attachment of remote URL.
  	  The dnd of url, downloads the files and attaches to the mail.

svn path=/trunk/; revision=29399
2005-05-23 07:10:03 +00:00
f3074e998b Added a bunch of files to create exchange plugins for UI changes
2005-05-21  Sarfraaz Ahmed <asarfraaz@novell.com>

        Added a bunch of files to create exchange plugins for UI changes
        * exchange-change-password.[ch]/.glade
        * exchange-delegates.[ch]/.glade
        * exchange-delegate-user.[ch]
        * exchange-folder-size.[ch]
        * exchange-folder-tree.glade

svn path=/trunk/; revision=29398
2005-05-21 08:55:07 +00:00
cedf3ee1ff vi.po: Updated Vietnamese translation.CVS: ----------------------------------------------------------------------
svn path=/trunk/; revision=29397
2005-05-21 06:27:28 +00:00
2e54fcc363 add helper for plugins to get mail session.
2005-05-20  Not Zed  <NotZed@Ximian.com>

        * mail-component.c (mail_component_peek_session): add helper for
        plugins to get mail session.

svn path=/trunk/; revision=29396
2005-05-20 13:13:27 +00:00
ca5c50ddfe Lots of work, filled out functions, cleaned up idl to make the data more
2005-05-20  Not Zed  <NotZed@Ximian.com>

        * Lots of work, filled out functions, cleaned up idl to make the
        data more useful, added a listener interface, etc.

svn path=/trunk/; revision=29395
2005-05-20 13:12:05 +00:00
ef76953960 add two files to sort table items. add table header. ditto.
2005-05-20  Li Yuan <li.yuan@sun.com>

        * gal/a11y/e-table/Makefile.am:
        * gal/a11y/e-table/gal-a11y-e-table-column-header.c:
        * gal/a11y/e-table/gal-a11y-e-table-column-header.h:
        add two files to sort table items.
        * gal/a11y/e-table/gal-a11y-e-cell.c:
        (gal_a11y_e_cell_get_index_in_parent):
        add table header.
        * gal/a11y/e-table/gal-a11y-e-table-item.c: (eti_get_n_children):
        (eti_ref_child), (eti_get_n_rows), (eti_get_column_header):
        ditto.

        Fixes #302154

svn path=/trunk/; revision=29394
2005-05-20 02:25:01 +00:00
85bf0e61d2 export ethi_change_sort_state, so we can call it in a11y part.
2005-05-20  Li Yuan  <li.yuan@sun.com>

        * e-table-header-item.c:
        * e-table-header-item.h:
        export ethi_change_sort_state, so we can call it in a11y part.
        * e-tree.c: (e_tree_get_header_item):
        * e-tree.h:
        return the header item of e-tree.

        Fix for #302154.

svn path=/trunk/; revision=29393
2005-05-20 02:21:29 +00:00
b0d7f928cb Added a plugin to mark all messages as read for the selected and the sub
2005-05-19  Chenthill Palanisamy  <pchenthill@novell.com>

	* configure.in: Added a plugin to mark all messages
	as read for the selected and the sub folders to base
	plugin.

svn path=/trunk/; revision=29392
2005-05-19 17:44:34 +00:00
70fa4a0868 Plugin file to add the Mark all Messages read menu item. Contains methods
2005-05-19 Chenthill Palanisamy <pchenthill@novell.com>

	* MakeFile.am:
	* org-gnome-send-options.eplug.in: Plugin file to add
	the Mark all Messages read menu item.
	* send-options.c: Contains methods to mark messages as read.

svn path=/trunk/; revision=29391
2005-05-19 17:32:41 +00:00
00882d0d54 add print-message plugin to base plugins and AC_OUTPUT
2005-05-19  Vivek Jain <jvivek@novell.com>

	* configure.in : add print-message plugin to base plugins and
	 AC_OUTPUT

svn path=/trunk/; revision=29390
2005-05-19 13:54:49 +00:00
85488d7a97 Added plugins/print-message/org-gnome-print-message.eplug.xml
2005-05-19  Vivek Jain  <jvivek@novell.com>

	* POTFILES.in: Added
	plugins/print-message/org-gnome-print-message.eplug.xml

svn path=/trunk/; revision=29389
2005-05-19 13:49:54 +00:00
624146d0d7 Plugin to provide "print" option to composer. Files added:
2005-05-19  Vivek Jain <jvivek@novell.com>

	Plugin to provide "print" option to composer. Files added:

	* print-message.c
	* Makefile.am
	* org-gnome-print-message.eplug.xml
	* org-gnome-print-message.xml

svn path=/trunk/; revision=29388
2005-05-19 13:48:21 +00:00
8808a5e4f8 Added a error message required for marking messages as read in subfolders.
2005-05-19  Chenthill Palanisamy  <pchenthill@novell.com>

	* mail.error.xml: Added a error message required for
	marking messages as read in subfolders.

svn path=/trunk/; revision=29387
2005-05-19 12:51:20 +00:00
5d31ca2aae Updated Greek Translation
svn path=/trunk/; revision=29386
2005-05-19 07:22:07 +00:00
11b0f20681 new function to print a non-foldered message. untested.
2005-05-19  Not Zed  <NotZed@Ximian.com>

        * em-format-html-print.c (em_format_html_print_raw_message): new
        function to print a non-foldered message.  untested.

svn path=/trunk/; revision=29385
2005-05-19 06:46:23 +00:00
1907cf0faa Initial, and un-finished work on importer plugin hooks.
2005-05-19  Not Zed  <NotZed@Ximian.com>

        * e-import.[ch]: Initial, and un-finished work on importer plugin
        hooks.

svn path=/trunk/; revision=29384
2005-05-19 06:09:45 +00:00
e8bb290b21 added some stuff about the pseudo mime types used for finer control of the
2005-05-19  Not Zed  <NotZed@Ximian.com>

        * evolution-plugin-manual.xml: added some stuff about the pseudo
        mime types used for finer control of the formatter.

svn path=/trunk/; revision=29383
2005-05-19 06:07:05 +00:00
16eefad885 fix rodney's name choices. fix multiple-inclusion. fix forward references.
2005-05-19  Not Zed  <NotZed@Ximian.com>

        * em-folder-utils.h: fix rodney's name choices.  fix
        multiple-inclusion.  fix forward references.  fix all callers.
        add many fixme's for the busted api's.

        * em-format-quote.c (emfq_format_clone): use pseudo mime type to
        find message formatter.

        * em-format-html-display.c (efhd_format_message): remove, it
        didn't do anything.

        * em-format-html.c (efh_format_message): make this a handler
        callback.

        * em-format.c (emf_message_rfc822): make this use the pseudo
        mime-type x-evolution/message/rfc822 instead of the hardcoded
        format_message callback.

        * em-format-html-display.c (efhd_message_prefix): make this use a
        pseudo-mime-type handler rather than hard-coded, so it can be
        overridden by a plugin.

svn path=/trunk/; revision=29382
2005-05-19 06:06:35 +00:00
c780968acc Bump version
svn path=/trunk/; revision=29379
2005-05-18 08:43:57 +00:00
2a8848295e removed include of htmlengine.h which wasn't needed
2005-05-17  Radek Doulik  <rodo@novell.com>

	* em-format-html.c: removed include of htmlengine.h which wasn't
	needed

	* em-format-html-display.c: use top level gtkhtml API instead of
	lower level one

	* em-folder-view.c (emfv_popup_selectall): use gtk_html_select_all
	instead of calling html engine directly

svn path=/trunk/; revision=29378
2005-05-17 14:18:07 +00:00
7f02bc0b3f make it clear this is a demonstratio n only.
2005-05-17  Not Zed  <NotZed@Ximian.com>

        * org-gnome-prefer-plain.eplug.xml: make it clear this is a demonstratio
n only.

svn path=/trunk/; revision=29377
2005-05-17 11:35:37 +00:00
d8b428ec12 added initial e_error wrapper.
2005-05-17  Not Zed  <NotZed@Ximian.com>

        * Evolution.cs: added initial e_error wrapper.

        * Camel.cs: added multipart & contenttype wrappers.

svn path=/trunk/; revision=29376
2005-05-17 11:01:47 +00:00
9700e3678e Initial work on hand-bindings for mono plugins
svn path=/trunk/; revision=29375
2005-05-17 06:01:47 +00:00
3c3d116d6c Reverted Marcus Baines patch
svn path=/trunk/; revision=29374
2005-05-16 11:43:23 +00:00
903becfede composer/e-message-composer.c calendar/gui/dialogs/comp-editor.c
2005-05-16  Srinivasa Ragavan <sragavan@novell.com>

	* composer/e-message-composer.c
	* calendar/gui/dialogs/comp-editor.c
	* ui/evolutoin-message-composer.xml
	Removed the expander for the attachment bar and made visible
	always.

svn path=/trunk/; revision=29373
2005-05-16 11:39:08 +00:00