| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-28 Sarfraaz Ahmed <asarfraaz@novell.com>
* exchange-account-setup.c (owa_authenticate_user) : Propogate the
authentication mechanism to the backend.
* exchange-calendar.c
* exchange-contacts.c
* exchange-folder.c : Parse the new account uri.
svn path=/trunk/; revision=30413
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-15 Arunprakash <arunp@novell.com>
* exchange-account-setup.c
(org_gnome_exchange_show_folder_size_factory) : Now checks for the
camel provider type, and does nothing for non exchange providers.
** Fixes #312886.
svn path=/trunk/; revision=30350
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-14 Irene Huang <Irene.Huang@sun.com>
Fix for #316274
* exchange-account-setup.c: (btn_chpass_clicked),
(org_gnome_exchange_settings): Enable change password function only
when built with kerberos5.
svn path=/trunk/; revision=30348
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-24 Praveen Kumar <kpraveen@novell.com>
* plugins/exchange-operations/exchange-account-setup.c:
* plugins/exchange-operations/exchange-calendar.c:
* plugins/exchange-operations/exchange-config-listener.c:
* plugins/exchange-operations/exchange-contacts.c:
* plugins/exchange-operations/exchange-delegates-user.c:
* plugins/exchange-operations/exchange-folder-size-display.c:
* plugins/exchange-operations/exchange-folder.c:
* plugins/exchange-operations/exchange-operations.c:
Removed the warning that are generated when compiled with GCC 4.
* plugins/exchange-operations/exchange-calendar.c:
Fixed a build break due to the modification of the 'source_type'
field in the ECalConfigTargetSource class.
svn path=/trunk/; revision=30237
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-22 Sarfraaz Ahmed <asarfraaz@novell.com>
* exchange-account-setup.c (btn_fsize_clicked)
(set_oof_info) : Use exchange_operations_get_exchange_account.
* exchange-config-listener.c (exchange_config_listener_authenticate) :
Fetch the password and connect. Added new
* exchange-config-listener.h : Similar.
* exchange-operations.c (exchange_operations_get_exchange_account) :
Try authenticating if account is not found.
svn path=/trunk/; revision=30199
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-07-25 Sarfraaz Ahmed <asarfraaz@novell.com>
* exchange-account-setup.c
(org_gnome_exchange_show_folder_size_factory): Takes care of displaying
the folder size for mail folders.
* exchange-calendar.c (e_exchange_calendar_pcalendar): Now also adds
the calendar size in the properties page
* exchange-contacts.c (e_exchange_contacts_pcontacts): Now also adds
the addressbook size in the properties page.
* exchange-folder-size-display.c (exchange_folder_size_get_val) : Fetch
the folder size of a particular exchange folder.
* exchange-folder-size-display.h : Similar
* org-gnome-exchange-operations.eplug.in : Added the hook for the mail
properties page.
svn path=/trunk/; revision=29878
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-07-25 Arunprakash <arunp@novell.com>
* exchange-delegates.c (get_folder_security) (add_button_clicked_cb) (delegates_apply) : Changed the e_notice calls to e_error_run calls.
* exchange-folder-permission.c (create_folder_subscription_dialog) :
Same. * exchange-calendar.c (e_exchange_calendar_commit) : Same.
* exchange-contacts.c (e_exchange_contacts_commit) : Same.
* exchange-folder-subscription.c (create_folder_subscription_dialog) :
Same
* exchange-permissions-dialog.c (exchange_permissions_dialog_new)
(dialog_response) (add_clicked): Same.
* exchange-operations.c (exchange_operations_report_error) : Modified
to report the quota value to the user.
* org-gnome-exchange-operations.error.xml : Added few more
error descriptions needed for the above changes.
svn path=/trunk/; revision=29876
|
|
|
|
|
|
|
|
|
|
|
|
| |
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-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-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-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 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-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-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 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-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 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-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
|
|
|
|
| |
svn path=/trunk/; revision=29502
|
|
|
|
|
|
|
|
|
| |
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-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
|