Commit Graph

380 Commits

Author SHA1 Message Date
fab3780e2e Don't return a value from a void funtion.
2005-07-13  Tor Lillqvist  <tml@novell.com>

	* calendar-weather/calendar-weather.c
	(e_calendar_weather_migrate): Don't return a value from a void
	funtion.

	* groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml:
	Use SOEXT.

	* groupwise-features/Makefile.am (NO_UNDEFINED_REQUIRED_LIBS):
	As the code does use functions from libevolution-mail, link
	with it. But OK, let's do it (at build time) only on Win32,
	then.

	* mail-account-disable/Makefile.am (INCLUDES): Remove duplicated line.
	(LDFLAGS): Use NO_UNDEFINED.
	(LIBADD): Link with the required libraries, but let's do it only
	on Win32.

	* mail-account-disable/org-gnome-mail-account-disable.eplug.xml:
	Use SOEXT.

	* proxy/Makefile.am (LIBADD): Link with libeutil.

	* proxy-login/Makefile.am (LIBADD): Link with libeutil. Link with
	libevolution-mail on Win32 only. (Have I understood correctly that
	it isn't considered a good idea on Unix to link plugins at
	link-time with libevolution-mail?)

	* proxy-login/org-gnome-proxy-login.eplug.xml: Use SOEXT.

svn path=/trunk/; revision=29753
2005-07-13 10:05:44 +00:00
81208794b2 remove the reference to shell/importer/libevolution-importer.la in
2005-07-13  Harish Krishnaswamy <kharish@novell.com>
remove the reference to shell/importer/libevolution-importer.la
in startup-wizard.
***** Release 2.3.5.1 *****

svn path=/trunk/; revision=29748
2005-07-13 07:56:24 +00:00
1e28d8c9d3 re-write the importer stuff to use the eplugin stuff.
2005-07-13  Not Zed  <NotZed@Ximian.com>

        * startup-wizard.c (startup_wizard_importer_page)
        (startup_wizard_commit): re-write the importer stuff to use the
        eplugin stuff.

svn path=/trunk/; revision=29747
2005-07-13 05:47:39 +00:00
0ebc0056c1 removed all the importer stuff. fixed the copyright.
2005-07-12  Not Zed  <NotZed@Ximian.com>

        * startup-wizard.c: removed all the importer stuff.  fixed the
        copyright.

svn path=/trunk/; revision=29742
2005-07-12 13:28:09 +00:00
20af9f76e1 Remove groupwise-features plugin as it is already listed as a base plugin
2005-07-12  Harish Krishnaswamy  <kharish@novell.com>

* plugins/Makefile.am : Remove groupwise-features
plugin as it is already listed as a base plugin

svn path=/trunk/; revision=29739
2005-07-12 09:44:54 +00:00
975bbe44ce Added CLEANFILES element and glade and error files to EXTRA_DIST.
2005-07-12  Sankar P  <psankar@novell.com>

	* Makefile.am :
	Added CLEANFILES element and glade and error files to EXTRA_DIST.

svn path=/trunk/; revision=29738
2005-07-12 09:40:47 +00:00
018f7102bf Added org-gnome-proxy-errors.xml file to the EXTRA_DIST and added
2005-07-12  Sankar P  <psankar@novell.com>

	* Makefile.am :
	Added org-gnome-proxy-errors.xml file to the EXTRA_DIST and
	added CLEANFILES.

svn path=/trunk/; revision=29736
2005-07-12 09:22:53 +00:00
7681e33064 Added missed header files to the SOURCES.
2005-07-12  Sankar P  <psankar@novell.com>

	* Makefile.am :
	Added missed header files to the SOURCES.

svn path=/trunk/; revision=29732
2005-07-12 05:34:41 +00:00
7a1ff1873d included missing header file
2005-07-12 Vivek Jain <jvivek@novell.com>

	* Makefile.am: included missing header file

2005-07-12 Vivek Jain <jvivek@novell.com>

	have a ChangeLog and transfer the changelog entry from the main
	ChangeLog
	(2005-07-10  Shreyas Srinivasan <sshreyas@novell.com>)
	* groupwise-account-setup/*: Make the
	camel-groupwise-listener load on startup. (new plugin)

svn path=/trunk/; revision=29731
2005-07-12 05:24:51 +00:00
bc504ab906 transferred ChangeLog entry here (2005-07-10 Shreyas Srinivasan
2005-07-12  Vivek Jain <jvivek@novell.com>

	transferred ChangeLog entry here
	(2005-07-10  Shreyas Srinivasan <sshreyas@novell.com>)
	* plugins/groupwise-features/*: Remove the
	camel-groupwise-listener code as it runs in a different plugin.

svn path=/trunk/; revision=29730
2005-07-12 05:05:59 +00:00
3efdeb0f35 have a ChangeLog and transfer the changelog entry from the main ChangeLog
2005-07-12 Vivek Jain <jvivek@novell.com>

	have a ChangeLog and transfer the changelog entry from the main
	ChangeLog
	(2005-07-10  Shreyas Srinivasan <sshreyas@novell.com>)

	* plugins/mail-account-disable/*: Plugin to add Disable/ Proxy
	Logout to a store menu on right click.

svn path=/trunk/; revision=29729
2005-07-12 04:56:57 +00:00
619bc50ccd Check that the result is not a success and only then print the error Call
2005-07-11  Sarfraaz Ahmed <asarfraaz@novell.com>

        * exchange-operations.c (exchange_operations_report_error) : Check that
        the result is not a success and only then print the error
        * exchange-account-setup.c (btn_chpass_clicked) : Call the error
        reporting routine only if there is a failure.
        * exchange-config-listener.c (account_added) : Similar

svn path=/trunk/; revision=29718
2005-07-11 12:26:24 +00:00
acb9ccf263 Made changes so that the proxy list will be loaded only when the account
2005-07-11  Sankar P  <psankar@novell.com>

        * proxy.c : (org_gnome_proxy)
        Made changes so that the proxy list will be loaded only when the
        account edited is enabled. So a new connection need not be created,
        when an account is edited and a connection is not present.
        Fixes #309999

svn path=/trunk/; revision=29714
2005-07-11 10:53:54 +00:00
1b7996157a Fix for #309992 and changes to avoid compiler warnings.
svn path=/trunk/; revision=29712
2005-07-11 09:51:07 +00:00
ca25e6fcb2 Removed this directory. This functionality has now been moved to
2005-07-11  Sarfraaz Ahmed <asarfraaz@novell.com>

        * plugins/exchange-account-setup : Removed this directory. This
        functionality has now been moved to exchange-operations.

svn path=/trunk/; revision=29710
2005-07-11 09:24:51 +00:00
4dbbd163dd Patch submitted by ArunPrakash <arunp@novell.com> Newly added, to report
2005-07-11  Sarfraaz Ahmed <asarfraaz@novell.com>

        Patch submitted by ArunPrakash <arunp@novell.com>
        * exchange-operations.c (exchange_operations_report_error) : Newly
        added, to report errors using e_error_run. Also a list of error-ids is
        added.
        * exchange-config-listener.c (account_added) (account_removed) :
        Modified the usage of e_notice to e_error_run. Also the error from
        exchange_account_connect is reported using
        exchange_operations_report_error.
        * exchange-account-setup.c (btn_chpass_clicked)
        (org_gnome_exchange_settings) (print_error) (set_oof_info): Changed to
        use exchange_operations_report_error and e_error_run functions.
        * org-gnome-exchange-operations.error.xml : Newly added, defines
        the list of error messages used in the plugin.
        * Makefile.am : Modified for org-gnome-exchange-operations.error.xml

svn path=/trunk/; revision=29707
2005-07-11 07:16:42 +00:00
21eb448cad Included files exchange-folder-subscription.c,
2005-07-11  Shakti Sen <shprasad@novell.com>

        * Makefile.am: Included files exchange-folder-subscription.c,
        exchange-folder-subscription.h, exchange-folder.c and
        org-gnome-folder-subscription.xml
        * exchange-folder.c: Renamed all the function names starting with
        org_gnome_* to org_gnome_exchnage* to resolve name space collision.
        * org-gnome-exchange-operations.eplug.in: Added the hook class for
        'Subscribe/Unsubscribe Folder'.

svn path=/trunk/; revision=29706
2005-07-11 07:08:23 +00:00
fe3b0cf304 check whether memory could be allocated. Return if the message is NULL so
2005-07-11  Vivek Jain  <jvivek@novell.com>

	* new-mail-notify.c :(send_dbus_message)
	check whether memory could be allocated. Return if the
	message is NULL so that we don't unref it again, will save crash.
	**Fixes #274329 sort of bugs, in case reported even after
	david's fix.

svn path=/trunk/; revision=29705
2005-07-11 06:36:29 +00:00
45057ab2e5 Support for groupwise recurrences.
svn path=/trunk/; revision=29704
2005-07-11 02:48:18 +00:00
d964dd2e8f Modify function definition order
2005-07-10  Shreyas Srinivasan <sshreyas@novell.com>

	* plugins/groupwise-account-setup/camel-groupwise-listener.c:
	Modify function definition order

svn path=/trunk/; revision=29702
2005-07-10 12:10:02 +00:00
a5d6f53b75 Add missing file to plugin
2005-07-10  Shreyas Srinivasan <sshreyas@novell.com>

	* plugins/groupwise-account-setup/groupwise-account-setup.c: Add missing file to plugin

svn path=/trunk/; revision=29701
2005-07-10 11:18:29 +00:00
b239860999 Plugin to add Disable/ Proxy Logout to a store menu on right click.
2005-07-10  Shreyas Srinivasan <sshreyas@novell.com>

	* plugins/mail-account-disable/*: Plugin to add Disable/ Proxy
	Logout to a store menu on right click.

svn path=/trunk/; revision=29696
2005-07-10 09:51:29 +00:00
602194392e Remove some crap plugins/proxy-login/*.gladep file which got committed by
2005-07-10  Shreyas Srinivasan <sshreyas@novell.com>

	* Remove some crap plugins/proxy-login/*.gladep file which got committed by mistake

svn path=/trunk/; revision=29695
2005-07-10 09:49:01 +00:00
9d1e7081e2 Plugin to implement Proxy Login on a groupwise account.
2005-07-10  Shreyas Srinivasan <sshreyas@novell.com>

	* plugins/proxy-login/*: Plugin to implement Proxy Login on a
	groupwise account.

svn path=/trunk/; revision=29694
2005-07-10 09:47:05 +00:00
a5c812f963 Plugin to implement Proxy assignment on a groupwise account.
2005-07-10  Shreyas Srinivasan <sshreyas@novell.com>

	* plugins/proxy/*: Plugin to implement Proxy assignment on a
	groupwise account.

svn path=/trunk/; revision=29693
2005-07-10 09:41:08 +00:00
ceb02ba2d4 Remove the camel-groupwise-listener code as it runs in a different plugin.
2005-07-10  Shreyas Srinivasan <sshreyas@novell.com>

	* plugins/groupwise-features/*: Remove the
	camel-groupwise-listener code as it runs in a different plugin.

svn path=/trunk/; revision=29692
2005-07-10 09:31:58 +00:00
43f1ec630b Make the camel-groupwise-listener load on startup.
2005-07-10  Shreyas Srinivasan <sshreyas@novell.com>

	* plugins/groupwise-account-setup/*: Make the
	camel-groupwise-listener load on startup.

svn path=/trunk/; revision=29691
2005-07-10 09:24:36 +00:00
a8ce8864c0 Added entries for the files providing the delegation assistant feature
2005-07-08  Praveen Kumar <kpraveen@novell.com>
        * Makefile.am : Added entries for the files providing the delegation
        assistant feature
        * exchange-user-dialog.c : Added new
        * exchange-user-dialog.h : Added new
        * exchange-account-setup.c (btn_dass_clicked) : Enabled the code for
        for invoking the delegation assistant window
        * exchange-delegates-user.c : Modified to include the header files
        from include path instead of the local directory
        * exchange-permissions-dialog.c : Modified an occurence to include
        the file exchange-user-dialog.c instead of e2k-folder-dialog.c

svn path=/trunk/; revision=29686
2005-07-08 13:45:19 +00:00
661a270d4b Included files exchange-permissions-dialog.c,
2005-07-08  Shakti Sen <shprasad@novell.com>

        * Makefile.am: Included files exchange-permissions-dialog.c,
          exchange-permissions-dialog.h, exchange-folder-permission.c,
          org-gnome-folder-permissions.xml & exchange-permissions-dialog.glade
        * exchange-folder-permission.c: Renamed the function name
          org_gnome_menu_folder_permissions to
          org_gnome_exchnage_menu_folder_permissions
        * org-gnome-exchange-operations.eplug.in: Added the hook class for
          Folder Permissions.

svn path=/trunk/; revision=29685
2005-07-08 11:27:30 +00:00
371bd457e4 Added new file for Folder Permissions. Added new file for Folder
2005-07-08  Shakti Sen <shprasad@novell.com>

        * exchange-folder-permission.c: Added new file for Folder Permissions.
        * exchange-permissions-dialog.c: Added new file for Folder Permissions.
        * exchange-permissions-dialog.h: Added new file for Folder Permissions.
        * exchange-permissions-dialog.glade: Added newly for Folder Permissions
          support.
        * org-gnome-folder-permissions.xml: Added new file for Folder
          Permissions support.
        * exchange-folder-subscription.c: Added new file for Folder
          Subscribe/Unsubcribe support.
        * exchange-folder-subscription.h: Added new file for Folder
          Subscribe/Unsubcribe support.
        * exchange-folder.c: Added new file for Folder Subscribe/Unsubcribe
          support.
        * org-gnome-folder-subscription.xml:  Added new file for Folder
          Subscribe/Unsubcribe support.

svn path=/trunk/; revision=29684
2005-07-08 10:54:11 +00:00
7b7adfaa1c Exit evolution when closing wizard using window manager control ; don't
* startup-wizard.c: (startup_wizard_delete), (startup_wizard):
        Exit evolution when closing wizard using window manager
        control ; don't set hint or wmclass, it is too late, window is already
        realized.

svn path=/trunk/; revision=29679
2005-07-07 17:10:10 +00:00
3a92a0bb17 Add missing header.
* send-options.c: Add missing header.

svn path=/trunk/; revision=29678
2005-07-07 17:06:28 +00:00
c1fdcb226c Include exchange-folder-size-display.h Similar
2005-07-07  Sarfraaz Ahmed <asarfraaz@novell.com>

        * exchange-account-setup.c : Include exchange-folder-size-display.h
        * exchange-folder-size-display.c : Similar

svn path=/trunk/; revision=29671
2005-07-07 12:16:13 +00:00
fc0d1a6938 Removed these files
svn path=/trunk/; revision=29670
2005-07-07 11:36:16 +00:00
e09fbe62d6 Adding the new files
svn path=/trunk/; revision=29669
2005-07-07 11:35:32 +00:00
9d190a6f2c Implemented new to invoke the folder size table.
2005-07-07  Sarfraaz Ahmed <asarfraaz@novell.com>

        * exchange-account-setup.c (btn_fsize_clicked) : Implemented new to
        invoke the folder size table.
        (org_gnome_exchange_settings) : Minor re-ordering
        * exchange-folder-size-display.c : Newly added to handle the UI code
        for folder size display
        * exchange-folder-size-display.h : Similar
        * exchange-folder-size.[ch] : Removed
        * Makefile.am : Include exchange-folder-size-display.[ch]

svn path=/trunk/; revision=29668
2005-07-07 11:35:04 +00:00
179f43369b *** empty log message ***
svn path=/trunk/; revision=29666
2005-07-07 09:11:29 +00:00
53c01a5ae0 have one more hookitem in folderview.popup for displaying junk mail
2005-07-07  Vivek Jain <jvivek@novell.com>

	* org-gnome-groupwise-features.eplug.xml:
	 have one more hookitem in folderview.popup
	 for displaying junk mail settings

	 * junk-mail-settings.c
	 * junk-settings.c
	 * junk-settings.h
	 * junk-settings.glade
	* Makefile.am : updated to add these files

svn path=/trunk/; revision=29665
2005-07-07 09:05:00 +00:00
832ce26653 added: junk-mail-settings.c junk-settings.c junk-settings.h
2005-07-07  Vivek Jain <jvivek@novell.com>

	added:
	junk-mail-settings.c junk-settings.c junk-settings.h
 	junk-settings.glade , for displaying/maipulating junk mail settings

svn path=/trunk/; revision=29664
2005-07-07 09:02:29 +00:00
c16a419919 Use NO_UNDEFINED. Link with more libraries.
2005-07-06  Vivek Jain <jvivek@novell.com>

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

svn path=/trunk/; revision=29646
2005-07-06 06:05:07 +00:00
f1bb863428 sa-junk-plugin : plugin that uses spam assasin for junk mail handling
2005-07-06  Vivek Jain <jvivek@novell.com>

	 sa-junk-plugin : plugin that uses spam assasin for junk mail
	 handling
	 moved em-junk-filter.c from mail/ to here and modified it to listen
	 to the callbacks from the plugin.

svn path=/trunk/; revision=29645
2005-07-06 05:20:38 +00:00
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