Commit Graph

54 Commits

Author SHA1 Message Date
9f37d3bd9a junk-settings.c proxy-login.c proxy.c Construct glade file name at
2005-12-17  Tor Lillqvist  <tml@novell.com>

	* junk-settings.c
	* proxy-login.c
	* proxy.c
	* share-folder.c: Construct glade file name at run-time.

	* process-meeting.c (find_attendee): Use g_ascii_strcasecmp()
	instead of g_strcasecmp().

svn path=/trunk/; revision=30844
2005-12-17 18:45:07 +00:00
1f082fa212 Fix make-clean issues.
2005-12-12  Harish Krishnaswamy  <kharish@novell.com>

* Makefile.am: Fix make-clean issues.

svn path=/trunk/; revision=30750
2005-12-12 05:36:17 +00:00
19d9717dd1 initialize CamelException.
2005-12-05  Parthasarathi Susarla <sparthasarathi@novell.com>

	* proxy.c: initialize CamelException.

	Fixes bug #314576

svn path=/trunk/; revision=30717
2005-12-05 06:04:12 +00:00
80f4fd336f *** empty log message ***
svn path=/trunk/; revision=30647
2005-11-23 07:16:14 +00:00
1c36faf822 Function signature specifies a void return. So, do not return NULL.
2005-11-10  Harish Krishnaswamy  <kharish@novell.com>

* mail-send-options.c: (org_gnome_compose_send_options):
Function signature specifies a void return. So, do not
return NULL.

svn path=/trunk/; revision=30591
2005-11-10 07:00:09 +00:00
e3b6a2229d *** empty log message ***
svn path=/trunk/; revision=30577
2005-11-08 03:59:07 +00:00
ddec6b2a3e When the user forgets-password explicitly, the subsequent proxy-login
2005-10-20  Sankar P  <psankar@novell.com>

	* proxy-login.c (org_gnome_proxy_account_login) (proxy_login_get_cnc):
	When the user forgets-password explicitly, the subsequent proxy-login requests
	are made with a NULL password leading to unexpected behavior.
	Fixes #312467

	* proxy-login.c (proxy_login_update_tree) (proxy_login_get_cnc):
	Added the missing unrefs for the connection object.

svn path=/trunk/; revision=30543
2005-10-20 08:21:26 +00:00
722114449f Dont try to connect when the account is offline. Also connect to the
2005-10-19  Shreyas Srinivasan  <sshreyas@novell.com>

	* proxy.c (org_gnome_proxy): Dont try to connect when the account is
	offline. Also connect to the server only when the proxy tab is clicked.
	* Fixes #314297, #314345

svn path=/trunk/; revision=30531
2005-10-19 09:40:06 +00:00
85f2509163 "use_ssl" should be Null checked before comparing it with any value. its
2005-10-14  Vivek Jain <jvivek@novell.com>

	* proxy.c :(proxy_get_cnc)
	"use_ssl" should be Null checked before comparing it with any value.
	its NULL when evo is not compiled with ssl support and caused crash.

svn path=/trunk/; revision=30505
2005-10-14 08:14:19 +00:00
08e459d65f when we reach to the last item in the list, de-sensitize the remove
2005-10-07  Vivek Jain <jvivek@novell.com>

	* share-folder.c : (remove_clicked)
	when we reach to the last item in the list, de-sensitize the remove
	button.

svn path=/trunk/; revision=30499
2005-10-07 10:56:23 +00:00
2fffd4b350 moved code for comparing id's to the getcontainer list part, we break if
2005-10-05  Vivek Jain <jvivek@novell.com>

	* share-folder.c : (display_container) moved code for comparing id's
	to the getcontainer list part, we break if we find the matched.
	also check for null before comparing, free the values
	**Fixes #317906

svn path=/trunk/; revision=30494
2005-10-05 12:04:37 +00:00
4537ea47ca : (org_gnome_shared_folder_factory) enable shared-folder functionalilty,
2005-09-30  Vivek Jain <jvivek@novell.com>

	* shared-folder-common.c: (org_gnome_create_option)
	 			: (org_gnome_shared_folder_factory)
	* install-shared.c 	: (org_gnome_popup_wizard)
	enable shared-folder functionalilty, remove env check

svn path=/trunk/; revision=30441
2005-09-30 12:30:21 +00:00
7b3f66098f Added code to handle the extra blank email that will be returned from the
2005-09-28  Sankar P  <psankar@novell.com>

	*  proxy.c (proxy_dialog_store_widgets_data):
	Added code to handle the extra blank email that will be returned
	from the ENameSelector, while auto-completion.
	Fixes #317400

svn path=/trunk/; revision=30384
2005-09-28 08:20:41 +00:00
41e886f9ef we have to connect "response" to (install_folder_response) to make it work
2005-09-27  Vivek Jain <jvivek@novell.com>

	* install-shared.c: (accept_clicked):
	 we have to connect "response" to (install_folder_response)
	 to make it work
	 don't destroy druid right now, wait till folder selector
	 dialog dies, make folder selector dialog modal

svn path=/trunk/; revision=30379
2005-09-27 10:10:16 +00:00
a43f0b1905 Replaced g_object_unref with g_free since priv was created using g_new.
2005-08-25  Sankar P  <psankar@novell.com>

	*  proxy.c: (proxy_dialog_finalize):
	Replaced g_object_unref with g_free since priv was created using g_new.
	Fixes #312309

svn path=/trunk/; revision=30281
2005-08-29 06:33:58 +00:00
835d88d174 Revert patch
2005-08-24  Shreyas Srinivasan  <sshreyas@novell.com>

	* Revert patch

svn path=/trunk/; revision=30242
2005-08-24 11:41:48 +00:00
db4eb8ad23 return the right type. (proxy_soap_login): fix pointer cast.
2005-08-23  Not Zed  <NotZed@Ximian.com>

        * proxy-login.c (proxy_get_password): return the right type.
        (proxy_soap_login): fix pointer cast.
        (proxy_login_add_new_store): fix pointer cast.
        (proxy_login_setup_tree_view): fix callback cast.
        (org_gnome_proxy_account_login): fix prototype to match use.

        * junk-settings.c (user_selected): fix calling.
        (junk_settings_construct): more stupid casts.

        * junk-mail-settings.c (junk_mail_settings): casts.

        * install-shared.c (install_folder_response): constify item_id.
        (install_folder_response): remove unused.
        (org_gnome_popup_wizard): fixed numerous problems with this,
        over-copying data around, not referencing information properly,
        freeing potentially unset variables, etc etc.
        (accept_free): add a free function.

        * share-folder.c (notification_clicked): fix a multitude of busted
        casts.
        (user_selected): fix broken calling conventions, busted style.
        (share_folder_construct): fix more busted/missing casts.

        * share-folder-common.c: add missing header.

svn path=/trunk/; revision=30232
2005-08-24 03:15:26 +00:00
78d8426bc1 ** see previous commit changed variable name to groupwise_shared_folder
2005-08-22  vivek jain <jvivek@novell.com>

	** see previous commit
	 changed variable name to
	 groupwise_shared_folder

svn path=/trunk/; revision=30198
2005-08-22 12:21:42 +00:00
9c689fe456 : (org_gnome_shared_folder_factory) disable shared-folder functionalilty
2005-08-22  Vivek Jain <jvivek@novell.com>

	* shared-folder-common.c: (org_gnome_create_option)
	 			: (org_gnome_shared_folder_factory)
	* install-shared.c 	: (org_gnome_popup_wizard)
	disable shared-folder functionalilty temporarily, (server doesn't show
	mails in it)
	export SHARED_FOLDER if you want to have it

svn path=/trunk/; revision=30192
2005-08-22 09:31:21 +00:00
1aa32a05f7 Dont try to connect when the account is offline.CVS
2005-08-22  Shreyas Srinivasan  <sshreyas@novell.com>

	* proxy.c (org_gnome_proxy): Dont try to connect when the account is
	offline.CVS

svn path=/trunk/; revision=30190
2005-08-22 06:54:07 +00:00
cc318fdef1 : Check "prd" for NULL, ALWAYS.
* proxy.c:
        (proxy_commit) : Check "prd" for NULL, ALWAYS.

svn path=/trunk/; revision=30092
2005-08-12 07:42:10 +00:00
e0b530599f : Changed the way in which the EDIT and DELETED flags are handled so that
2005-08-10  Sankar P  <psankar@novell.com>

	* proxy.c :
	(proxy_dialog_store_widgets_data)
	(proxy_commit) : Changed the way in which the EDIT and DELETED flags
	are handled so that any proxy can be deleted without closing account-editor.
	Fixes #312313

svn path=/trunk/; revision=30070
2005-08-10 07:15:25 +00:00
679915276c Moved the GList to maintain the list of proxies, into the proxyDialog
2005-08-10  Sankar P  <psankar@novell.com>

	* proxy.c :
	Moved the GList to maintain the list of proxies,
	into the proxyDialog structure.
	Fixes #312352, #312309

	* proxy.h :
	Added free_proxy_list declaration to avoid compiler warning

svn path=/trunk/; revision=30069
2005-08-10 06:50:07 +00:00
6b1a18dbb3 always use full name for the folder **Fixes #311555
2005-08-10  Vivek Jain <jvivek@novell.com>

	* share-folder-common.c:(org_gnome_shared_folder_factory)
	always use full name for the folder
	**Fixes #311555

svn path=/trunk/; revision=30068
2005-08-10 03:52:58 +00:00
3eb87547c7 Disabling giving proxy rights to self. Fixes #312365
2005-08-06  Sankar P  <psankar@novell.com>

	* proxy.c: (proxy_dialog_store_widgets_data)
	Disabling giving proxy rights to self.
	Fixes #312365

svn path=/trunk/; revision=30014
2005-08-06 09:54:05 +00:00
7d7df9d581 *** empty log message ***
svn path=/trunk/; revision=29954
2005-08-02 11:10:05 +00:00
0f0b139c19 adjust row counts while calling add_detail so that it doesn't overlap the
2005-07-29  Vivek Jain <jvivek@novell.com>

	* status-track.c: (track_status):
	adjust row counts while calling add_detail
	so that it doesn't overlap the entries.
	**Fixes #302817

svn path=/trunk/; revision=29936
2005-07-29 10:18:20 +00:00
dbedd2f1d1 for status strack removed "Item" tag entries, included a factory method
2005-07-29  Vivek Jain <jvivek@novell.com>

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

	* status-track.c :  (org_gnome_track_status): converted to
	 factory method to add the item, moved most of its code to
	new function (track_status), which is a callback for the click
	 **Fixes #311721

svn path=/trunk/; revision=29927
2005-07-29 05:34:17 +00:00
f0cb7c6a71 Added the hook for the proxy-login feature, since it was removed by
2005-07-27  Sankar P  <psankar@novell.com>

	* org-gnome-groupwise-features.eplug.xml: Added the hook for
	the proxy-login feature, since it was removed by mistake.

svn path=/trunk/; revision=29903
2005-07-27 12:30:26 +00:00
2cf7a28ecc Fix make distcheck issues. Bump version number ***** Release 2.3.6 *****
2005-07-26  Harish Krishnaswamy  <kharish@novell.com>

* plugins/calendar-weather/Makefile.am:
* plugins/groupwise-features/Makefile.am:
* plugins/mail-account-disable/Makefile.am:
* plugins/mailing-list-actions/Makefile.am:
* plugins/print-message/Makefile.am:
 Fix make distcheck issues.
* configure.in: Bump version number
***** Release 2.3.6 *****

svn path=/trunk/; revision=29892
2005-07-26 16:43:44 +00:00
113f3730da Added the new file process-meeting.c and widgets/misc to include headers.
2005-07-23  Chenthill Palanisamy  <pchenthill@novell.com>

* Makefile.am: Added the new file process-meeting.c
and widgets/misc to include headers.
* org-gnome-groupwise-features.eplug.xml: Added the
hook for processing meetings.
* org-gnome-shared-folder.errors.xml: Added the message
for asking for error

svn path=/trunk/; revision=29870
2005-07-25 05:00:45 +00:00
dd200e8567 Put back the fix I committed on 2005-03-31, not sure when it got reverted.
2005-07-22  Vivek Jain <jvivek@novell.com>

	* share-folder.c : Put back the fix I committed on
	2005-03-31, not sure when it got reverted.
	**Fixes #311217

svn path=/trunk/; revision=29843
2005-07-22 08:42:58 +00:00
a5aa76af67 Fix #310710. Make code little smart. Stop adding tabs continously. Still
2005-07-20  Shreyas Srinivasan <sshreyas@novell.com>

	* proxy.c: Fix #310710. Make code little smart. Stop
	adding tabs continously. Still does not reuse structures
	on multiple invocations though.

svn path=/trunk/; revision=29819
2005-07-20 13:13:18 +00:00
80ebb4eb91 connect to sod-signal and get the input data in the callback
2005-07-20  Vivek Jain <jvivek@novell.com>

	* mail-send-options.c: connect to sod-signal and get the input data in
	the callback "feed_input_data"
	** Fixes #310854

svn path=/trunk/; revision=29817
2005-07-20 12:25:00 +00:00
e2209f993c Removed the proxy and proxy-login plugins as they are merged into the
2005-07-19  Sankar P  <psankar@novell.com>

	* configure.in : Removed the proxy and proxy-login plugins as they are
	merged into the groupwise-features plugin.

svn path=/trunk/; revision=29805
2005-07-20 05:11:34 +00:00
2772c15f5e Marked strings for translation
2005-07-19  Vivek Jain <jvivek@novell.com>

	* junk-mail-settings.c: Marked strings for translation

svn path=/trunk/; revision=29800
2005-07-19 11:00:16 +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
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
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
3a92a0bb17 Add missing header.
* send-options.c: Add missing header.

svn path=/trunk/; revision=29678
2005-07-07 17:06:28 +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
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
650dcd5ac9 not linking to libevolution-mail.
svn path=/trunk/; revision=29596
2005-06-27 06:07:51 +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