Commit Graph

393 Commits

Author SHA1 Message Date
fa8623e7ea This is no longer needed. gtk_widget_destroy will take care of destroying
2005-07-18  Sarfraaz Ahmed <asarfraaz@novell.com>

        * exchange-folder-size-display.c (parent_destroyed) : This is no longer
        needed. gtk_widget_destroy will take care of destroying it.
        Fixes #310699
        * exchange-account-setup.c (org_gnome_exchange_settings) : Fixed a
        warning. Alignment cannot be set for a radio button

svn path=/trunk/; revision=29796
2005-07-19 08:51:05 +00:00
c1fa3c9668 Added the functions org_gnome_exchange_calendar_permissions() and
2005-07-15  Shakti Sen <shprasad@novell.com>

        * exchange-folder-permission.c: Added the functions
        org_gnome_exchange_calendar_permissions() and
        org_gnome_exchange_addressbook_permissions() to support
        'Folder Permissions' for 'Calendar', 'Tasks' and 'Contacts' components.
        Also taken care of a bug #310493.
        * org-gnome-exchange-operations.eplug.in: Added the class hooks.

        Fixes bug#310479.
        Fixes bug#310493 as well.

svn path=/trunk/; revision=29791
2005-07-18 11:57:37 +00:00
a7120007fd Handle the case of user clicking "Cancel" button in "Change Password"
2005-07-18  Praveen Kumar <kpraveen@novell.com>

        * exchange-account-setup.c (btn_chpass_clicked) : Handle the case
        of user clicking "Cancel" button in "Change Password" dialog. Fixes
        bug 310356.
        (org_gnome_exchange_setting) : Removed the duplicate signal handler
        registered for "Change Password" button.

svn path=/trunk/; revision=29790
2005-07-18 11:30:19 +00:00
d30a5237ff Fixed a silly extra space.
svn path=/trunk/; revision=29783
2005-07-16 11:14:25 +00:00
15f9d2c302 Removed. Is no longer being used
2005-07-16  Sarfraaz Ahmed <asarfraaz@novell.com>

        * exchange-ask-password.c : Removed. Is no longer being used

svn path=/trunk/; revision=29779
2005-07-16 06:48:42 +00:00
ceaefd37da Removed the permissions from the structure, since it is no longer needed.
2005-07-15  Sankar P  <psankar@novell.com>

	* proxy-login.h: Removed the permissions from the structure,
	since it is no longer needed.

svn path=/trunk/; revision=29777
2005-07-15 09:56:10 +00:00
db57306c76 Put permissions on the store instead of the global structure as it gets
2005-07-15  Sankar P  <psankar@novell.com>

	* proxy-login.c: Put permissions on the store instead of the
	global structure as it gets unref before store_add.

svn path=/trunk/; revision=29776
2005-07-15 09:37:38 +00:00
ef9df4d2a3 Included the e-foreign-folder-dialog.glade file. Added newly.
2005-07-15  Shakti Sen <shprasad@novell.com>

        * Makefile.am: Included the e-foreign-folder-dialog.glade file.
        * e-foreign-folder-dialog.glade: Added newly.

        Fixes bug #310369.

svn path=/trunk/; revision=29773
2005-07-15 05:39:09 +00:00
cb35d98e19 NULL checks before we do anything else here (quite likely to be NULL)
2005-07-14  Vivek Jain  <jvivek@novell.com>

	* proxy.c: (proxy_commit),(proxy_abort):
	 NULL checks before we do anything else here (quite likely to be NULL)
	**Fixes #310347

svn path=/trunk/; revision=29771
2005-07-14 13:46:03 +00:00
6719396397 Fixed some compile time warnings
2005-07-14  Sarfraaz Ahmed <asarfraaz@novell.com>

        * exchange-account-setup.c :
        * exchange-calendar.c :
        * exchange-folder-size-display.c :
        * exchange-permissions-dialog.c : Fixed some compile time warnings

svn path=/trunk/; revision=29769
2005-07-14 11:18:35 +00:00
a714a01aeb Checked for if the exchange account exist/configured. Replaced all the
2005-07-13  Shakti Sen <shprasad@novell.com>

        * exchange-operations.c: Checked for if the exchange account
        exist/configured.
        * exchange-folder-permission.c: Replaced all the occurences of function
        exchange_config_listener_get_accounts() with
        exchange_operations_get_exchange_account() and returns if it doesn't
        exist. Also took care to avoid some compile time warnings.
        * exchange-folder.c: Same. Also took care to avoid some compile time
        warnings.
        * exchange-folder-subscription.c: Included
        exchange-folder-subscription.h file to avoid compilation warning.

        Fixes bug #310233.

svn path=/trunk/; revision=29768
2005-07-14 07:00:51 +00:00
7fab3bea3b Why is this a separate plugin, shouldn't it be part of groupwise????
2005-07-14  Not Zed  <NotZed@Ximian.com>

        * proxy-login.c (proxy_login_add_new_store): fixed the store
        permission names.

svn path=/trunk/; revision=29765
2005-07-14 03:14:48 +00:00
028e98ae2a Modified the eplug file to add the "commit" code for folder hierarchy
2005-07-13  Praveen Kumar <kpraveen@novell.com>

        * org-gnome-exchange-operations.eplug.in : Modified the eplug file to
        add the "commit" code for folder hierarchy plugins for calendar and
        contacts

svn path=/trunk/; revision=29760
2005-07-13 11:10:33 +00:00
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