Commit Graph

322 Commits

Author SHA1 Message Date
27a61acf27 Retired GAL from Head. The relevant files have moved inside evolution.
2005-06-17  Kaushal Kumar  <kakumar@novell.com>

        * Retired GAL from Head. The relevant files have moved inside
        evolution. Thanks to JP Rosevear for performing the cvs surgery. The
        files have been moved in the following order.

        evolution/e-util <- gal/gal/util
        evolution/a11y <-  gal/gal/a11y
        evolution/a11y/e-table <- gal/gal/a11y/e-table
        evolution/a11y/e-text <- gal/gal/a11y/e-text
        evolution/widgets/table <- gal/gal/e-table
        evolution/widgets/text <- gal/gal/e-text
        evolution/widgets/misc <- gal/gal/widgets
        evolution/widgets/misc/pixmaps <- gal/gal/widgets/pixmaps
        evolution/widgets/menus <- gal/gal/menus

        Following is the summary of changes done to fix the build:-
        - New files added to cvs repository,
                - a11y/e-table/Makefile.am
                - a11y/e-text/Makefile.am
                - widgets/table/Makefile.am
                - widgets/text/Makefile.am
                - widgets/misc/pixmaps/Makefile.am
                - iconv-detect.h
                - iconv-detect.c
        - Updated configure.in.
        - Updated all the relevant Makefile.am files.
        - Updated the include paths to replace all gal references.
        - Updated the marshal list to suit gal files requirements.

svn path=/trunk/; revision=29522
2005-06-17 15:20:35 +00:00
1565f9f382 +2005-06-16 Harish Krishnaswamy <kharish@novell.com>
* configure.in : add mono to the plugins list
* data/evolution.desktop.in.in :
Fix for#307176 (patch from Andre Klapper)
correct the version of evolution-data-server.
* plugins/mono/Makefile.am : mono-plugin.h should be included
in the sources too.

svn path=/trunk/; revision=29518
2005-06-16 13:37:37 +00:00
fbf8d7bd84 Fixed a crash while trying ot edit non-exchange account.
svn path=/trunk/; revision=29502
2005-06-15 05:22:46 +00:00
d9ebf288b8 Fixed some warnings Similar
2005-06-14  Sarfaaz Ahmed <asarfraaz@novell.com>

        * exchange-account-setup.c : Fixed some warnings
        * exchange-config-listener.c : Similar

svn path=/trunk/; revision=29500
2005-06-14 06:58:49 +00:00
d12d5fd082 Added a new plugin directory for renaming exchange-account-setup as
2005-06-12  Sarfraaz Ahmed <asarfraaz@novell.com>

        * plugins/exchange-operations : Added a new plugin directory for
        renaming exchange-account-setup as exchange-operations.

svn path=/trunk/; revision=29498
2005-06-13 12:39:20 +00:00
571d426db5 Removed unneeded files
svn path=/trunk/; revision=29497
2005-06-13 11:28:32 +00:00
c52fbd0f99 Removed unneeded files
svn path=/trunk/; revision=29496
2005-06-13 11:11:36 +00:00
8a19aef396 Added new to initialise the config listener. (update_state) : Now updates
2005-06-10  Sarfraaz Ahmed <asarfraaz@novell.com>

        * exchange-account-setup.c (e_plugin_lib_enable)
        (free_exchange_listener)(e_plugin_lib_enable) : Added new to
        initialise the config listener.
        (update_state) : Now updates the state directly from the server and not
        from the file as earlier.
        (owa_authenticate_user) : Authenticates and validates directly from
        the server instead of using the camel APIs as earlier.
        (set_oof_info) : Sets the state directly on the server
        * Makefile.am : Use CAMEL_EXCHANGE CFLAGS and LIBS

svn path=/trunk/; revision=29486
2005-06-10 13:23:48 +00:00
0b323d4e6e add the correct files to EXTRA_DIST
svn path=/trunk/; revision=29469
2005-06-08 04:35:20 +00:00
79086a1418 seutp an idl file so we only need to generate one set of skels/stubs for
2005-06-02  Not Zed  <NotZed@Ximian.com>

        * Evolution.idl: seutp an idl file so we only need to generate one
        set of skels/stubs for all imported.

        * mail-remote.c (e_plugin_lib_enable): instead of writing ior to a
        file, just add the Session interface to the mail component.

        * client.c (get_session): use the new shell interface to find the
        mail compnent and retrieve the session interface using
        bonobo-activation, so the mailer starts if we try to access it.

svn path=/trunk/; revision=29445
2005-06-02 05:51:16 +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
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
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
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
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
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
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
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
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
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
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
3e68ed9f53 error file moves/e-error.h moves
svn path=/trunk/; revision=29370
2005-05-16 06:21:48 +00:00
d7bec6f882 moved e-error to e-util
2005-05-16  Not Zed  <NotZed@Ximian.com>

        * share-folder-common.c: moved e-error to e-util

        * Makefile.am: error filename changes.

svn path=/trunk/; revision=29369
2005-05-16 06:18:58 +00:00
d88e794ded Add profiler so that it gets disted properly
2005-05-13  Rodney Dawes  <dobey@novell.com>

	* plugins/Makefile.am (DIST_SUBDIRS): Add profiler so that it gets
	disted properly

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* Makefile.am: Add new em-folder-utils.[ch] abstraction

	* em-folder-browser.c: Update for new menu layout
	Add new methods to handle the actions that were previously only
	available from the context menu when right-clicking on a folder

	* em-folder-selector.c (emfs_response): Just call emfu_folder_create
	if the user wants to create a new folder in the selector dialog
	(em_folder_selector_get_selected_path): Clean up the code to fix a
	couple potential crashes

	* em-folder-tree.[ch]: Add methods to get pointers to a CamelFolder or
	CamelFolderInfo object for the selected item in the tree
	Add a method to get a pointer to an EMFolderTreeModelStoreInfo object
	for the selected store in the tree
	Move folder operations out into em-folder-utils.[ch] so that they
	are abstracted from the tree and can be used by methods other than
	the internal context menu

	* em-folder-utils.[ch]: Move the folder operations code to here

	* em-folder-view.c: Update for the new menu layout
	Fix Mark as Read/Unread in the context menu to only show up in the list

	* mail-component.c (create_item): Just call emfu_folder_create here
	when the user requests to create a new folder from the New toolbar item

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-mailing-list-actions.xml: Update for the new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-plugin-manager.xml: Update for new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-save-attachments.xml: Update for new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* e-shell-window.c (setup_widgets): Update for the new menu layout by
	putting the "component" switching items under the "Tools" menu

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* *.xml: Update to the new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* e-filter-bar.[ch]: Update for the new menu layout

svn path=/trunk/; revision=29354
2005-05-13 21:29:28 +00:00
c006784d0d Add a backslash line separator to EXTRA_DIST
2005-05-13  Rodney Dawes  <dobey@novell.com>

	* Makefile.am: Add a backslash line separator to EXTRA_DIST

svn path=/trunk/; revision=29353
2005-05-13 20:47:30 +00:00
aab8b5c827 more api/changes. dosn't build again.
svn path=/trunk/; revision=29346
2005-05-13 05:19:55 +00:00
d31092e263 Now compiles, with a test client too.
svn path=/trunk/; revision=29338
2005-05-12 11:25:45 +00:00
c19445c9fa add cleanfiles/built_sources
svn path=/trunk/; revision=29328
2005-05-12 04:35:31 +00:00
f835feb962 Fixed built_sources && cleanfiles for generated files
svn path=/trunk/; revision=29327
2005-05-12 04:27:39 +00:00
0f8a15dc42 setup cleanfiles & fix extra_dist
2005-05-11  Not Zed  <NotZed@Ximian.com>

        * Makefile.am: setup cleanfiles & fix extra_dist

svn path=/trunk/; revision=29323
2005-05-11 08:17:21 +00:00
71b1d28397 Fixes for Bug #73099 and Bug #73098 Changed malloc to g_malloc and char to
2005-03-02  Philip Van Hoof  <pvanhoof@gnome.org>

        * rdf-format.c: Fixes for Bug #73099 and Bug #73098
	* csv-format.c: Changed malloc to g_malloc and char to gchar
	* csv-format.c: Fixes for Bug #73099 and Bug #73098

svn path=/trunk/; revision=29314
2005-05-09 09:07:35 +00:00
b9269bd098 fix names so that intltool will parse as xml
remove use of e-error-tool
	tag xml for translations where appropriate

svn path=/trunk/; revision=29304
2005-05-06 09:24:13 +00:00
a93c01e90e Fixes #273063
2005-05-06  Chenthill Palanisamy  <pchenthill@novell.com>

	Fixes #273063
	* org-gnome-shared-folder-errors.xml:
	* org-gnome-shared-folder-errors.xml.h:Removed the unwanted
	tabs and new line characters.

svn path=/trunk/; revision=29300
2005-05-06 07:02:46 +00:00
44db673876 Removed the extra space in "Mark as default folder".
2005-05-06  Chenthill Palanisamy  <pchenthill@novell.com>

	* default-source.c: (org_gnome_default_book): Removed the extra
	space in "Mark  as default folder".

svn path=/trunk/; revision=29297
2005-05-06 06:41:55 +00:00
45455c0f35 Fixed a typo 272538
2005-05-05  Srinivasa Ragavan <sragavan@novell.com>

    * properties.glade : Fixed a typo 272538

svn path=/trunk/; revision=29291
2005-05-06 05:52:17 +00:00
178e97dbf4 Fixed a typo #273064
2005-05-06  Sarfraaz Ahmed <asarfraaz@novell.com>

        * properties.glade : Fixed a typo #273064

svn path=/trunk/; revision=29289
2005-05-06 05:37:00 +00:00
43989013fe *** empty log message ***
svn path=/trunk/; revision=29270
2005-05-05 08:19:41 +00:00
3509757d14 Initial work on remote mail interface, as a plugin.
svn path=/trunk/; revision=29265
2005-05-04 05:37:51 +00:00
1869ccfb2c A profiler plugin.
2005-04-26  Not Zed  <NotZed@Ximian.com>

        * A profiler plugin.

svn path=/trunk/; revision=29238
2005-04-28 09:58:49 +00:00
c22bfb944c check the store state, can create a shared folder only in online mode
2005-03-31  Parthasarathi Susarla <sparthasarathi@novell.com>

	* share-folder-common.c:(create_folder):
	  check the store state, can create a shared
	  folder only in online mode
	  Fixes bug 74002

svn path=/trunk/; revision=29203
2005-04-11 08:04:05 +00:00
d3f30c99aa Checking for the NULL query, also fixed some other minor issues. Fixes #74366
svn path=/trunk/; revision=29202
2005-04-11 06:35:07 +00:00
8d4a49fe28 Fixes #74265 In time_days_in_month the months are indexed from 0, so
2005-04-08  Chenthill Palanisamy  <pchenthill@novell.com>

	Fixes #74265
	* itip-view.c (format_date_and_time_x): In time_days_in_month
	the  months are indexed from 0, so subtract one from the month
	argument and send it.

svn path=/trunk/; revision=29189
2005-04-08 10:20:02 +00:00
2ccc37f3d2 Fixes #74291
2005-04-07  JP Rosevear  <jpr@novell.com>

	Fixes #74291

	* itip-view.c (itip_view_init): remove comment to re-enable
	description display

svn path=/trunk/; revision=29179
2005-04-07 17:04:39 +00:00
b6fb54466f noop if we can't open the book/we're disabled.
2005-04-05  Not Zed  <NotZed@Ximian.com>

        * bbdb.c (bbdb_handle_reply): noop if we can't open the book/we're
        disabled.

svn path=/trunk/; revision=29162
2005-04-06 05:42:30 +00:00
d9211502d9 preprocessor hackery using the value of DBUS_VERSION to cope with changes
2005-03-11  David Malcolm  <dmalcolm@redhat.com>

        * new-mail-notify.c: preprocessor hackery using the value of
        DBUS_VERSION to cope with changes to the semantics of
        dbus_message_append_args

        * Makefile.am: define the DBUS_VERSION in the preprocessor

svn path=/trunk/; revision=29154
2005-04-05 07:28:15 +00:00
582853c42b Fixes #73844
2005-03-31  JP Rosevear  <jpr@novell.com>

 	Fixes #73844

 	* itip-formatter.c (extract_itip_data): make sure we check the
 	kind of the correct item

svn path=/trunk/; revision=29133
2005-03-31 18:03:16 +00:00
9bb99f836a **Fixes #74002 return cnc as NULL if evoluiton is in offline.
2005-03-31  Vivek Jain <jvivek@novell.com>

	**Fixes #74002
	* share-folder-common.c :
	(get_cnc): return cnc as NULL if evoluiton is in offline.
	(create_folder): return -1 if in offline

svn path=/trunk/; revision=29132
2005-03-31 14:03:06 +00:00
65e526dcb0 **Fixes #73787 (bugzilla innerweb.novell) : use path passed in the
2005-03-31  Vivek Jain <jvivek@novell.com>

	**Fixes #73787 (bugzilla innerweb.novell)
	* share-folder.c :
	(add_right_clicked)
	(edit_right_clicked)
	(delete_right_clicked) : use path passed in the callback to get the
	current iterator
	also including some NULL checks

svn path=/trunk/; revision=29131
2005-03-31 13:45:31 +00:00