Commit Graph

339 Commits

Author SHA1 Message Date
3fd1fe0a66 Newly added. This adds the esources for all the folders only if the
2005-07-05  Sarfraaz Ahmed <asarfraaz@novell.com>

        * exchange-config-listener.c (add_new_sources) : Newly added. This adds
        the esources for all the folders only if the esource doesnt already
        exist.
        (account_added) : Invoke add_new_sources after connect.

svn path=/trunk/; revision=29638
2005-07-05 09:19:10 +00:00
b3378efef9 removed a copy paste error: misleading text
2005-07-02 Vivek Jain <jvivek@novell.com>

removed a copy paste error: misleading text

svn path=/trunk/; revision=29622
2005-07-03 12:01:09 +00:00
da4c46c126 Added new file entries for calendar , contacts and change-password enabled
2005-07-01  Praveen Kumar <kpraveen@novell.com>

        * Makefile.am : Added new file entries for calendar , contacts
	  and change-password
	* exchange-account-setup.c (btn_chpass_clicked) : enabled the code
	* exchange-operations.c (exchange_operations_cta_add_node_to_tree) :
	  This now stores the relative uri of the node to the model
	  (exchange_operations_cta_select_node_from_tree) : Added new. This
	  selects the node for a given relative uri.
        * exchange-operations.h : Similar
        * org-gnome-exchange-operations.eplug.in : Added commit hook action
          for calendar and contacts
	* exchange-change-password.c : Added new
	* exchange-calendar.c : Added new
	* exchange-contacts.c : Added new

svn path=/trunk/; revision=29610
2005-07-01 10:06:24 +00:00
10c14aa014 Added new. This prints the validation error string.
2005-07-01  Sarfraaz Ahmed <asarfraaz@novell.com>

        * exchange-account-setup.c(print_error) : Added new. This prints the
        validation error string.
        (owa_authenticate_user) : Fetch the error code from validate and handle
        the printing of error strings in the plugin.
        * exchange-config-listener.c (account_added) : For now add the sources
        before connect to avoid multiple esources. Should be fixed more
        elegantly.

svn path=/trunk/; revision=29607
2005-07-01 05:49:51 +00:00
650dcd5ac9 not linking to libevolution-mail.
svn path=/trunk/; revision=29596
2005-06-27 06:07:51 +00:00
fc8caf5252 Added the header files as part of SOURCES so that they get disted as well.
2005-06-27  Sarfraaz Ahmed <asarfraaz@novell.com>

        * Makefile.am : Added the header files as part of SOURCES so that they
        get disted as well.

svn path=/trunk/; revision=29595
2005-06-27 06:00:57 +00:00
3f5d0d8b1a Not loading the plugin on startup.
svn path=/trunk/; revision=29594
2005-06-27 05:55:07 +00:00
1e47292c45 Use NO_UNDEFINED. Link with more libraries.
2005-06-27  Tor Lillqvist  <tml@novell.com>

	* */Makefile.am: Use NO_UNDEFINED. Link with more libraries.

svn path=/trunk/; revision=29593
2005-06-27 00:55:24 +00:00
68fe0f1f1a Reverting previous commit. Do not remove $(EVOLUTION_MAIL_LIBS) from
2005-06-25  Harish Krishnaswamy <kharish@novell.com>

* Makefile.am: Reverting previous commit. Do not remove
$(EVOLUTION_MAIL_LIBS) from LIBADD. The addressbook dependency
is not required atm.)

svn path=/trunk/; revision=29587
2005-06-25 13:24:53 +00:00
6985fa5f68 Fixed some symbol resolution errors with groupwise-features plugin.
svn path=/trunk/; revision=29584
2005-06-25 08:00:54 +00:00
f0d85c8bf7 Set load-on-startup to true.
svn path=/trunk/; revision=29579
2005-06-24 10:44:32 +00:00
df07f02cae Added widgets in INCLUDES.
2005-06-23  Kaushal Kumar  <kakumar@novell.com>

        * e-util/Makefile.am, widgets/e-timezone-dialog/Makefile.am,
        addressbook/gui/search/Makefile.am,
        plugins/groupwise-features/Makefile.am: Added widgets in INCLUDES.

        Updated the include paths to use misc instead of widgets/misc.

svn path=/trunk/; revision=29574
2005-06-23 09:11:11 +00:00
dbbee50d3d We no longer should be declaring the global_config_listener as a static
2005-06-22  Sarfraaz Ahmed <asarfraaz@novell.com>

        * exchange-account-setup.c : We no longer should be declaring the
        global_config_listener as a static variable here. Also, added some
        NULL checks to avoid crashes.

svn path=/trunk/; revision=29573
2005-06-23 05:29:23 +00:00
98297fbb8b Initial import
svn path=/trunk/; revision=29570
2005-06-23 04:18:03 +00:00
989ab1d5c8 Added support for delegation in personal calendar
svn path=/trunk/; revision=29553
2005-06-20 17:27:52 +00:00
c35bdba605 Use SOEXT.
2005-06-18  Tor Lillqvist  <tml@novell.com>

	* */*.eplug.in: Use SOEXT.

svn path=/trunk/; revision=29539
2005-06-18 11:42:23 +00:00
087a3e6532 Use SOEXT.
2005-06-18  Tor Lillqvist  <tml@novell.com>

	* */*.eplug.xml: Use SOEXT.

svn path=/trunk/; revision=29538
2005-06-18 11:39:20 +00:00
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