aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* connect to sod-signal and get the input data in the callbackVivek Jain2005-07-202-52/+73
| | | | | | | | | | 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
* Removed the proxy and proxy-login plugins as they are merged into theSankar P2005-07-2015-2952/+0
| | | | | | | | | 2005-07-19 Sankar P <psankar@novell.com> * Removed the proxy and proxy-login plugins as they are merged into the groupwise-features plugin. svn path=/trunk/; revision=29806
* Removed the proxy and proxy-login plugins as they are merged into theSankar P2005-07-2012-18/+2916
| | | | | | | | | 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
* Set the reccurrence id for the reccurring appointment. Set the MOD-TYPEChenthill Palanisamy2005-07-192-25/+78
| | | | | | property only while accepting all instances. svn path=/trunk/; revision=29802
* Marked strings for translationVivek Jain2005-07-193-6/+10
| | | | | | | | 2005-07-19 Vivek Jain <jvivek@novell.com> * junk-mail-settings.c: Marked strings for translation svn path=/trunk/; revision=29800
* Added a label named 'Custom' to show appropriate role in the 'Role:' comboShakti Sen2005-07-192-2/+25
| | | | | | | | | | | | 2005-07-19 Shakti Sen <shprasad@novell.com> * exchange-permissions-dialog.c (display_role, get_widgets): Added a label named 'Custom' to show appropriate role in the 'Role:' combo box. Fixes bug#310837 svn path=/trunk/; revision=29798
* This is no longer needed. gtk_widget_destroy will take care of destroyingSarfraaz Ahmed2005-07-193-11/+11
| | | | | | | | | | | | 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
* Added the functions org_gnome_exchange_calendar_permissions() andShakti Sen2005-07-184-13/+127
| | | | | | | | | | | | | | | | 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
* Handle the case of user clicking "Cancel" button in "Change Password"Praveen Kumar2005-07-182-1/+12
| | | | | | | | | | | | 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
* Fixed a silly extra space.Ahmed Sarfraaz2005-07-161-1/+1
| | | | svn path=/trunk/; revision=29783
* Removed. Is no longer being usedSarfraaz Ahmed2005-07-162-357/+4
| | | | | | | | 2005-07-16 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-ask-password.c : Removed. Is no longer being used svn path=/trunk/; revision=29779
* Removed the permissions from the structure, since it is no longer needed.Sankar P2005-07-152-4/+6
| | | | | | | | | 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
* Put permissions on the store instead of the global structure as it getsSankar P2005-07-152-9/+13
| | | | | | | | | 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
* Included the e-foreign-folder-dialog.glade file. Added newly.Shakti Sen2005-07-153-1/+261
| | | | | | | | | | | 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
* NULL checks before we do anything else here (quite likely to be NULL)Vivek Jain2005-07-142-1/+13
| | | | | | | | | | 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
* Fixed some compile time warningsSarfraaz Ahmed2005-07-145-19/+17
| | | | | | | | | | | 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
* Checked for if the exchange account exist/configured. Replaced all theShakti Sen2005-07-146-80/+93
| | | | | | | | | | | | | | | | | | | 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
* Why is this a separate plugin, shouldn't it be part of groupwise????Not Zed2005-07-142-3/+8
| | | | | | | | | 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
* Modified the eplug file to add the "commit" code for folder hierarchyPraveen Kumar2005-07-132-11/+20
| | | | | | | | | | 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
* Don't return a value from a void funtion.Tor Lillqvist2005-07-1314-7/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* remove the reference to shell/importer/libevolution-importer.la inHarish Krishnaswamy2005-07-132-1/+5
| | | | | | | | | 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
* re-write the importer stuff to use the eplugin stuff.Not Zed2005-07-132-104/+89
| | | | | | | | | | 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
* removed all the importer stuff. fixed the copyright.Not Zed2005-07-122-199/+28
| | | | | | | | | 2005-07-12 Not Zed <NotZed@Ximian.com> * startup-wizard.c: removed all the importer stuff. fixed the copyright. svn path=/trunk/; revision=29742
* Remove groupwise-features plugin as it is already listed as a base pluginHarish Krishnaswamy2005-07-121-1/+1
| | | | | | | | | 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
* Added CLEANFILES element and glade and error files to EXTRA_DIST.Sankar P2005-07-122-2/+18
| | | | | | | | | 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
* Added org-gnome-proxy-errors.xml file to the EXTRA_DIST and addedSankar P2005-07-122-2/+14
| | | | | | | | | | 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
* Added missed header files to the SOURCES.Sankar P2005-07-124-2/+11
| | | | | | | | | 2005-07-12 Sankar P <psankar@novell.com> * Makefile.am : Added missed header files to the SOURCES. svn path=/trunk/; revision=29732
* included missing header fileVivek Jain2005-07-122-0/+13
| | | | | | | | | | | | | | | | 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
* transferred ChangeLog entry here (2005-07-10 Shreyas SrinivasanVivek Jain2005-07-121-0/+7
| | | | | | | | | | | 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
* have a ChangeLog and transfer the changelog entry from the main ChangeLogVivek Jain2005-07-121-0/+9
| | | | | | | | | | | | | 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
* Check that the result is not a success and only then print the error CallSarfraaz Ahmed2005-07-114-2/+15
| | | | | | | | | | | | 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
* Made changes so that the proxy list will be loaded only when the accountSankar P2005-07-112-28/+49
| | | | | | | | | | | | 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
* Fix for #309992 and changes to avoid compiler warnings.Sankarasivasubramanian Pasupathilingam2005-07-112-1/+14
| | | | svn path=/trunk/; revision=29712
* Removed this directory. This functionality has now been moved toSarfraaz Ahmed2005-07-1116-4381/+0
| | | | | | | | | 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
* Patch submitted by ArunPrakash <arunp@novell.com> Newly added, to reportSarfraaz Ahmed2005-07-117-84/+254
| | | | | | | | | | | | | | | | | | | | | 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
* Included files exchange-folder-subscription.c,Shakti Sen2005-07-114-19/+62
| | | | | | | | | | | | | | 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
* check whether memory could be allocated. Return if the message is NULL soVivek Jain2005-07-112-0/+11
| | | | | | | | | | | | 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
* Support for groupwise recurrences.Chenthill Palanisamy2005-07-114-5/+103
| | | | svn path=/trunk/; revision=29704
* Modify function definition orderShreyas Srinivasan2005-07-101-88/+86
| | | | | | | | | 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
* Add missing file to pluginShreyas Srinivasan2005-07-101-0/+66
| | | | | | | | 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
* Plugin to add Disable/ Proxy Logout to a store menu on right click.Shreyas Srinivasan2005-07-103-0/+132
| | | | | | | | | 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
* Remove some crap plugins/proxy-login/*.gladep file which got committed byShreyas Srinivasan2005-07-101-7/+0
| | | | | | | | 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
* Plugin to implement Proxy Login on a groupwise account.Shreyas Srinivasan2005-07-107-0/+839
| | | | | | | | | 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
* Plugin to implement Proxy assignment on a groupwise account.Shreyas Srinivasan2005-07-107-0/+2006
| | | | | | | | | 2005-07-10 Shreyas Srinivasan <sshreyas@novell.com> * plugins/proxy/*: Plugin to implement Proxy assignment on a groupwise account. svn path=/trunk/; revision=29693
* Remove the camel-groupwise-listener code as it runs in a different plugin.Shreyas Srinivasan2005-07-105-1042/+0
| | | | | | | | | 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
* Make the camel-groupwise-listener load on startup.Shreyas Srinivasan2005-07-104-0/+1092
| | | | | | | | | 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
* Added entries for the files providing the delegation assistant featurePraveen Kumar2005-07-088-17/+324
| | | | | | | | | | | | | | | | 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
* Included files exchange-permissions-dialog.c,Shakti Sen2005-07-084-7/+41
| | | | | | | | | | | | | | | 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
* Added new file for Folder Permissions. Added new file for FolderShakti Sen2005-07-0810-0/+2239
| | | | | | | | | | | | | | | | | | | | | | 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
* Exit evolution when closing wizard using window manager control ; don'tFrédéric Crozat2005-07-082-2/+17
| | | | | | | | | * 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
* Add missing header.Frédéric Crozat2005-07-082-0/+5
| | | | | | * send-options.c: Add missing header. svn path=/trunk/; revision=29678
* Include exchange-folder-size-display.h SimilarSarfraaz Ahmed2005-07-073-1/+8
| | | | | | | | | 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
* Removed these filesAhmed Sarfraaz2005-07-072-399/+0
| | | | svn path=/trunk/; revision=29670
* Adding the new filesAhmed Sarfraaz2005-07-072-0/+143
| | | | svn path=/trunk/; revision=29669
* Implemented new to invoke the folder size table.Sarfraaz Ahmed2005-07-073-2/+35
| | | | | | | | | | | | | | | 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
* *** empty log message ***Jain Vivek2005-07-071-1/+1
| | | | svn path=/trunk/; revision=29666
* have one more hookitem in folderview.popup for displaying junk mailVivek Jain2005-07-073-2/+20
| | | | | | | | | | | | | | | | 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
* added: junk-mail-settings.c junk-settings.c junk-settings.hVivek Jain2005-07-074-0/+1180
| | | | | | | | | | 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
* Use NO_UNDEFINED. Link with more libraries.Vivek Jain2005-07-062-1/+5
| | | | | | | | 2005-07-06 Vivek Jain <jvivek@novell.com> * Makefile.am: Use NO_UNDEFINED. Link with more libraries. svn path=/trunk/; revision=29646
* sa-junk-plugin : plugin that uses spam assasin for junk mail handlingVivek Jain2005-07-064-0/+807
| | | | | | | | | | | 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
* Newly added. This adds the esources for all the folders only if theSarfraaz Ahmed2005-07-052-0/+62
| | | | | | | | | | | 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
* removed a copy paste error: misleading textVivek Jain2005-07-031-1/+1
| | | | | | | | 2005-07-02 Vivek Jain <jvivek@novell.com> removed a copy paste error: misleading text svn path=/trunk/; revision=29622
* Added new file entries for calendar , contacts and change-password enabledPraveen Kumar2005-07-018-54/+941
| | | | | | | | | | | | | | | | | | | | 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
* Added new. This prints the validation error string.Sarfraaz Ahmed2005-07-013-13/+116
| | | | | | | | | | | | | | 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
* not linking to libevolution-mail.Sushma Rai2005-06-272-2/+1
| | | | svn path=/trunk/; revision=29596
* Added the header files as part of SOURCES so that they get disted as well.Sarfraaz Ahmed2005-06-272-2/+9
| | | | | | | | | 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
* Not loading the plugin on startup.Sushma Rai2005-06-272-1/+6
| | | | svn path=/trunk/; revision=29594
* Use NO_UNDEFINED. Link with more libraries.Tor Lillqvist2005-06-2722-25/+109
| | | | | | | | 2005-06-27 Tor Lillqvist <tml@novell.com> * */Makefile.am: Use NO_UNDEFINED. Link with more libraries. svn path=/trunk/; revision=29593
* Reverting previous commit. Do not remove $(EVOLUTION_MAIL_LIBS) fromHarish Krishnaswamy2005-06-252-6/+11
| | | | | | | | | | 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
* Fixed some symbol resolution errors with groupwise-features plugin.Sushma Rai2005-06-252-5/+11
| | | | svn path=/trunk/; revision=29584
* Set load-on-startup to true.Sushma Rai2005-06-242-1/+4
| | | | svn path=/trunk/; revision=29579
* Added widgets in INCLUDES.Kaushal Kumar2005-06-233-2/+3
| | | | | | | | | | | | 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
* We no longer should be declaring the global_config_listener as a staticSarfraaz Ahmed2005-06-232-4/+15
| | | | | | | | | | 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
* Initial importMichael Zucci2005-06-236-0/+207
| | | | svn path=/trunk/; revision=29570
* Added support for delegation in personal calendarChenthill Palanisamy2005-06-215-45/+293
| | | | svn path=/trunk/; revision=29553
* Use SOEXT.Tor Lillqvist2005-06-184-2/+10
| | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * */*.eplug.in: Use SOEXT. svn path=/trunk/; revision=29539
* Use SOEXT.Tor Lillqvist2005-06-1816-8/+40
| | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * */*.eplug.xml: Use SOEXT. svn path=/trunk/; revision=29538
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-16 Harish Krishnaswamy <kharish@novell.com>Harish Krishnaswamy2005-06-162-1/+6
| | | | | | | | | | | * 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
* Fixed a crash while trying ot edit non-exchange account.Sushma Rai2005-06-152-2/+10
| | | | svn path=/trunk/; revision=29502
* Fixed some warnings SimilarSarfaaz Ahmed2005-06-143-9/+14
| | | | | | | | | 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
* Added a new plugin directory for renaming exchange-account-setup asSarfraaz Ahmed2005-06-1319-0/+5614
| | | | | | | | | 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
* Removed unneeded filesJain Vivek2005-06-1333-5231/+0
| | | | svn path=/trunk/; revision=29497
* Removed unneeded filesJain Vivek2005-06-132-4/+4
| | | | svn path=/trunk/; revision=29496
* Added new to initialise the config listener. (update_state) : Now updatesSarfraaz Ahmed2005-06-103-95/+112
| | | | | | | | | | | | | | | | 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
* add the correct files to EXTRA_DISTHarish Krishnaswamy2005-06-082-2/+7
| | | | svn path=/trunk/; revision=29469
* seutp an idl file so we only need to generate one set of skels/stubs forNot Zed2005-06-025-34/+93
| | | | | | | | | | | | | | | | 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
* A camel-stream to wrap Evolution_Mail_MessageStream.Not Zed2005-05-2717-174/+726
| | | | | | | | | | | | | | | | | | | 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
* New helpers for listeners.Not Zed2005-05-2623-672/+1233
| | | | | | | | | | | | | | | | | 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
* implement the mono loader as a plugin itself.Not Zed2005-05-255-0/+264
| | | | | | | | 2005-05-25 Not Zed <NotZed@Ximian.com> * mono-plugin.c: implement the mono loader as a plugin itself. svn path=/trunk/; revision=29411
* Lots more work. Now implements a full listener interface. Filled out api.Not Zed2005-05-2416-205/+1033
| | | | | | | | | 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
* removed "Item" tag entries, included a factory methodVivek Jain2005-05-243-10/+51
| | | | | | | | | | | | | | 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
* Created a plugin "groupwise-features" which is a consolidation ofVivek Jain2005-05-2318-0/+4990
| | | | | | | | | | | | | | | 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
* Added a bunch of files to create exchange plugins for UI changesSarfraaz Ahmed2005-05-2112-0/+2921
| | | | | | | | | | | | | 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
* Lots of work, filled out functions, cleaned up idl to make the data moreNot Zed2005-05-2014-109/+825
| | | | | | | | | 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
* Plugin file to add the Mark all Messages read menu item. Contains methodsChenthill Palanisamy2005-05-204-0/+158
| | | | | | | | | | | 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
* Plugin to provide "print" option to composer. Files added:Vivek Jain2005-05-195-0/+179
| | | | | | | | | | | | | 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
* make it clear this is a demonstratio n only.Not Zed2005-05-172-2/+8
| | | | | | | | | 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
* added initial e_error wrapper.Not Zed2005-05-173-40/+86
| | | | | | | | | | 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
* Initial work on hand-bindings for mono pluginsMichael Zucci2005-05-173-0/+1397
| | | | svn path=/trunk/; revision=29375
* error file moves/e-error.h movesMichael Zucci2005-05-1613-7/+31
| | | | svn path=/trunk/; revision=29370
* moved e-error to e-utilNot Zed2005-05-167-34/+28
| | | | | | | | | | 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
* Add profiler so that it gets disted properlyRodney Dawes2005-05-147-8/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add a backslash line separator to EXTRA_DISTRodney Dawes2005-05-142-1/+5
| | | | | | | | 2005-05-13 Rodney Dawes <dobey@novell.com> * Makefile.am: Add a backslash line separator to EXTRA_DIST svn path=/trunk/; revision=29353
* more api/changes. dosn't build again.Michael Zucci2005-05-1310-55/+323
| | | | svn path=/trunk/; revision=29346
* Now compiles, with a test client too.Michael Zucci2005-05-125-34/+181
| | | | svn path=/trunk/; revision=29338
* add cleanfiles/built_sourcesMichael Zucci2005-05-1212-1/+41
| | | | svn path=/trunk/; revision=29328
* Fixed built_sources && cleanfiles for generated filesMichael Zucci2005-05-1224-1/+82
| | | | svn path=/trunk/; revision=29327
* setup cleanfiles & fix extra_distNot Zed2005-05-112-1/+7
| | | | | | | | 2005-05-11 Not Zed <NotZed@Ximian.com> * Makefile.am: setup cleanfiles & fix extra_dist svn path=/trunk/; revision=29323
* Fixes for Bug #73099 and Bug #73098 Changed malloc to g_malloc and char toPhilip Van Hoof2005-05-093-34/+77
| | | | | | | | | | 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
* fix names so that intltool will parse as xmlMichael Zucci2005-05-0668-242/+313
| | | | | | | remove use of e-error-tool tag xml for translations where appropriate svn path=/trunk/; revision=29304
* Fixes #273063Chenthill Palanisamy2005-05-063-11/+11
| | | | | | | | | | | 2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> Fixes #273063 * org-gnome-shared-folder-errors.xml: * org-gnome-shared-folder-errors.xml.h:Removed the unwanted tabs and new line characters. svn path=/trunk/; revision=29300
* Removed the extra space in "Mark as default folder".Chenthill Palanisamy2005-05-062-1/+6
| | | | | | | | | 2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> * default-source.c: (org_gnome_default_book): Removed the extra space in "Mark as default folder". svn path=/trunk/; revision=29297
* Fixed a typo 272538Srinivasa Ragavan2005-05-062-1/+5
| | | | | | | | 2005-05-05 Srinivasa Ragavan <sragavan@novell.com> * properties.glade : Fixed a typo 272538 svn path=/trunk/; revision=29291
* Fixed a typo #273064Sarfraaz Ahmed2005-05-062-1/+5
| | | | | | | | 2005-05-06 Sarfraaz Ahmed <asarfraaz@novell.com> * properties.glade : Fixed a typo #273064 svn path=/trunk/; revision=29289
* *** empty log message ***Jain Vivek2005-05-051-1/+0
| | | | svn path=/trunk/; revision=29270
* Initial work on remote mail interface, as a plugin.Michael Zucci2005-05-0410-0/+853
| | | | svn path=/trunk/; revision=29265
* A profiler plugin.Not Zed2005-04-284-0/+83
| | | | | | | | 2005-04-26 Not Zed <NotZed@Ximian.com> * A profiler plugin. svn path=/trunk/; revision=29238
* check the store state, can create a shared folder only in online modeParthasarathi Susarla2005-04-112-0/+17
| | | | | | | | | | | 2005-03-31 Parthasarathi Susarla <sparthasarathi@novell.com> * share-folder-common.c:(create_folder): check the store state, can create a shared folder only in online mode Fixes bug 74002 svn path=/trunk/; revision=29203
* Checking for the NULL query, also fixed some other minor issues. Fixes #74366Sushma Rai2005-04-112-11/+27
| | | | svn path=/trunk/; revision=29202
* Fixes #74265 In time_days_in_month the months are indexed from 0, soChenthill Palanisamy2005-04-082-3/+10
| | | | | | | | | | | 2005-04-08 Chenthill Palanisamy <pchenthill@novell.com> Fixes #74265 * itip-view.c (format_date_and_time_x): In time_days_in_month the months are indexed from 0, so subtract one from the month argument and send it. svn path=/trunk/; revision=29189
* Fixes #74291JP Rosevear2005-04-082-1/+8
| | | | | | | | | | | 2005-04-07 JP Rosevear <jpr@novell.com> Fixes #74291 * itip-view.c (itip_view_init): remove comment to re-enable description display svn path=/trunk/; revision=29179
* noop if we can't open the book/we're disabled.Not Zed2005-04-062-0/+7
| | | | | | | | | 2005-04-05 Not Zed <NotZed@Ximian.com> * bbdb.c (bbdb_handle_reply): noop if we can't open the book/we're disabled. svn path=/trunk/; revision=29162
* preprocessor hackery using the value of DBUS_VERSION to cope with changesDavid Malcolm2005-04-053-0/+13
| | | | | | | | | | | | 2005-03-11 David Malcolm <dmalcolm@redhat.com> * new-mail-notify.c: preprocessor hackery using the value of DBUS_VERSION to cope with changes to the semantics of dbus_message_append_args * Makefile.am: define the DBUS_VERSION in the preprocessor svn path=/trunk/; revision=29154
* Fixes #73844JP Rosevear2005-04-012-1/+8
| | | | | | | | | | | 2005-03-31 JP Rosevear <jpr@novell.com> Fixes #73844 * itip-formatter.c (extract_itip_data): make sure we check the kind of the correct item svn path=/trunk/; revision=29133
* **Fixes #74002 return cnc as NULL if evoluiton is in offline.Vivek Jain2005-03-312-0/+18
| | | | | | | | | | | 2005-03-31 Vivek Jain <jvivek@novell.com> **Fixes #74002 * share-folder-common.c : (get_cnc): return cnc as NULL if evoluiton is in offline. (create_folder): return -1 if in offline svn path=/trunk/; revision=29132
* **Fixes #73787 (bugzilla innerweb.novell) : use path passed in theVivek Jain2005-03-312-9/+46
| | | | | | | | | | | | | | 2005-03-31 Vivek Jain <jvivek@novell.com> **Fixes #73787 (bugzilla innerweb.novell) * share-folder.c : (add_right_clicked) (edit_right_clicked) (delete_right_clicked) : use path passed in the callback to get the current iterator also including some NULL checks svn path=/trunk/; revision=29131
* add a11y name to Conflict Search Table Fixes #73914Li Yuan2005-03-302-0/+7
| | | | | | | | | | 2005-03-30 Li Yuan <li.yuan@sun.com> * itip-formatter.c: (itip_formatter_page_factory): add a11y name to Conflict Search Table Fixes #73914 svn path=/trunk/; revision=29125
* **Fixes #73198 : pass the full name in get_conatiner_id (get_container_id)Vivek Jain2005-03-282-6/+31
| | | | | | | | | | | | | | 2005-03-28 Vivek Jain <jvivek@novell.com> **Fixes #73198 * share-folder-common.c : (org_gnome_shared_folder_factory): (create_folder__created) : pass the full name in get_conatiner_id (get_container_id) : break the full name and start looking for the name from the top most parent. This will give proper container id even in the case of the duplicate names at different hierarchies svn path=/trunk/; revision=29115
* Use $(weatherdatadir) rather than $(weatherdir), get rid of an incorrectDavid Trowbridge2005-03-232-4/+7
| | | | | | | | 2005-03-22 David Trowbridge <trowbrds@cs.colorado.edu> * Makefile.am: Use $(weatherdatadir) rather than $(weatherdir), get rid of an incorrect comment svn path=/trunk/; revision=29092
* Fixes #73541Chenthill Palanisamy2005-03-224-3/+14
| | | | | | | | | | | | | 2005-03-22222222222222222222222222222222222222222222 Chenthill Palanisamy <pchenthill@novell.com> Fixes #73541 * csv-format.c: (do_save_calendar_csv): * ical-format.c: (do_save_calendar_ical): * rdf-format.c: (do_save_calendar_rdf): Changed the cal e_cal_new to auth_new_from_source, so that the ecal has the auth function in it. svn path=/trunk/; revision=29089
* Forming and setting OWA URL when existing account doesn't containSushma Rai2005-03-182-2/+56
| | | | | | this value. svn path=/trunk/; revision=29060
* replace X_RETURN_NOTIFY_DECLINE with X_RETURN_NOTIFY_DELETEVivek Jain2005-03-183-2/+8
| | | | | | | | | | 2005-03-18 Vivek Jain <jvivek@novell.com> * send-options.h: * send-options.c: (org_gnome_compose_send_options): replace X_RETURN_NOTIFY_DECLINE with X_RETURN_NOTIFY_DELETE svn path=/trunk/; revision=29059
* **Fixes #73473 user proper entry to calculate the date of reply requestedVivek Jain2005-03-182-1/+7
| | | | | | | | | | 2005-03-18 Vivek Jain <jvivek@novell.com> **Fixes #73473 * send-options.c :(org_gnome_compose_send_options) user proper entry to calculate the date of reply requested svn path=/trunk/; revision=29058
* Setting the authentication mechanism on the the transport url along withSushma Rai2005-03-172-12/+30
| | | | | | source url. svn path=/trunk/; revision=29051
* set the type appropriately so that assigned tasks can be handledJP Rosevear2005-03-152-0/+19
| | | | | | | | | 2005-03-11 JP Rosevear <jpr@novell.com> * itip-formatter.c (extract_itip_data): set the type appropriately so that assigned tasks can be handled svn path=/trunk/; revision=29025
* **Fixes #73201 use full_name given by CamelFolder to get the selectedVivek Jain2005-03-102-13/+22
| | | | | | | | | | 2005-03-10 Vivek Jain <jvivek@novell.com> **Fixes #73201 * share-folder-common.c : (org_gnome_shared_folder_factory) use full_name given by CamelFolder to get the selected folder name svn path=/trunk/; revision=28993
* Updated code to add priority to the appropriate header Fixes the problemSankar P2005-03-092-0/+12
| | | | | | | | | | 2005-03-09 Sankar P <psankar@novell.com> * send-options.c: (org_gnome_compose_send_options) Updated code to add priority to the appropriate header Fixes the problem of Priority not set in outgoing mails svn path=/trunk/; revision=28988
* Plugin file changes, added commit callback definition and removedSushma Rai2005-03-082-10/+8
| | | | | | duplicated accountWizard definition. svn path=/trunk/; revision=28980
* don't free container list here. It is chaced in connection and will beSivaiah Nallagatla2005-03-072-6/+8
| | | | | | | | | | | | 2005-03-07 Sivaiah Nallagatla <snallagatla@novell.com> * camel-gw-listner.c (add_addressbook_sources) : don't free container list here. It is chaced in connection and will be frred later. Fixes #72807 svn path=/trunk/; revision=28973
* don't set the relative uri if already present.Sivaiah Nallagatla2005-03-052-1/+16
| | | | | | | | | | | 2005-02-28 Sivaiah Nallagatla <snallagatla@novell.com> * calendar-file.c (e_calendar_file_dummy) : don't set the relative uri if already present. part of fix for #73152 svn path=/trunk/; revision=28960
* don't set the relative uri if already present. Also change the typo in theSivaiah Nallagatla2005-03-052-3/+18
| | | | | | | | | | | 2005-02-28 Sivaiah Nallagatla <snallagatla@novell.com> * addressbook-file.c (e_book_file_dummy) : don't set the relative uri if already present. Also change the typo in the prototype s/calendar/book part of fix for #73152 svn path=/trunk/; revision=28959
* (forgot to commit this from ages ago)Not Zed2005-03-032-4/+9
| | | | | | | | | | 2005-02-16 Not Zed <NotZed@Ximian.com> * groupwise-account-setup.c (org_gnome_gw_account_setup): return NULL, not an invisible, so it doesn't interfere with account editor. svn path=/trunk/; revision=28946
* Reverted not approved patchRodrigo Moya2005-03-033-75/+34
| | | | svn path=/trunk/; revision=28943
* Reverted not approved patchRodrigo Moya2005-03-031-2/+2
| | | | svn path=/trunk/; revision=28942
* Reverted not approved patchRodrigo Moya2005-03-033-7/+2
| | | | svn path=/trunk/; revision=28941
* Corrected a little oepsPhilip Van Hoof2005-03-032-2/+2
| | | | svn path=/trunk/; revision=28938
* Fixes for Bug #73099 and Bug #73098 Changed malloc to g_malloc and char toPhilip Van Hoof2005-03-023-12/+22
| | | | | | | | | 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 svn path=/trunk/; revision=28937
* Fixes for Bug #73099 and Bug #73098Philip Van Hoof2005-03-022-24/+60
| | | | | | | | 2005-03-02 Philip Van Hoof <pvanhoof@gnome.org> * csv-format.c: Fixes for Bug #73099 and Bug #73098 svn path=/trunk/; revision=28935
* bump version, requiresJP Rosevear2005-03-014-1/+32
| | | | | | | | | | | | | | | | | | | 2005-02-28 JP Rosevear <jpr@novell.com> * configure.in: bump version, requires 2005-02-28 JP Rosevear <jpr@novell.com> * configure.in: add startup wizard plugin 2005-02-28 JP Rosevear <jpr@novell.com> * plugins/Makefile.am: dist standard and experimental plugins * configure.in: move "all" plugins to standard and experimental and default to building the standard set svn path=/trunk/; revision=28927
* bump version, requiresJP Rosevear2005-03-011-1/+1
| | | | | | | | 2005-02-28 JP Rosevear <jpr@novell.com> * configure.in: bump version, requires svn path=/trunk/; revision=28926
* A plugin the does the startup wizardJP Rosevear2005-03-015-0/+508
| | | | | | | | 2005-02-21 JP Rosevear <jpr@novell.com> * startup-wizard.c: A plugin the does the startup wizard svn path=/trunk/; revision=28925
* iHandling Out of office from account editor.Sushma Rai2005-02-272-13/+217
| | | | svn path=/trunk/; revision=28900
* corrected e-mail IDSushma Rai2005-02-261-1/+1
| | | | svn path=/trunk/; revision=28894
* Added page check for receive page, so that one can proceed with the accountSushma Rai2005-02-262-1/+14
| | | | | | creation only after user is authenticated and hostname is set by validate(). svn path=/trunk/; revision=28893
* clean up author/descriptions for various plugins.Björn Torkelsson2005-02-2554-43/+233
| | | | | | | | 2005-02-24 Björn Torkelsson <torkel@acc.umu.se> * clean up author/descriptions for various plugins. svn path=/trunk/; revision=28889
* Fixes #71527Rodrigo Moya2005-02-253-27/+50
| | | | | | | | | | | | 2005-02-21 Rodrigo Moya <rodrigo@novell.com> Fixes #71527 * ical-format.c (display_error_message): changed to get a simple string instead of a GError. (do_save_calendar_ical): use GNOME-VFS for saving the file. svn path=/trunk/; revision=28888
* Make mailer depend on libedataserverui.Hans Petter Jansson2005-02-244-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-02-23 Hans Petter Jansson <hpj@novell.com> * configure.in: Make mailer depend on libedataserverui. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * Makefile.am (eutilinclude_HEADERS) (libeutil_la_SOURCES): Remove e-passwords from here, it now lives in libedataserverui. * e-passwords.[ch]: Removed. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * gui/component/addressbook-view.c: * gui/component/addressbook.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * common/authentication.c: * gui/e-pub-utils.c: * gui/alarm-notify/alarm-notify.c: * gui/alarm-notify/notify-main.c: * gui/dialogs/url-editor-dialog.c: Include <libedataserverui/e-passwords.h>. * gui/itip-utils.c: Remove e-passwords.h include, it's not needed. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * mail-session.c: * mail-config.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * gui/component.c: * lib/e-cert-db.c: * lib/e-pkcs12.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * e-shell-window-commands.c: * e-shell.c: * main.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * camel-gw-listener.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * send-options.c: Include <libedataserverui/e-passwords.h>. svn path=/trunk/; revision=28871
* if the host is null in the url, set it to "", so it has a non-null value.Not Zed2005-02-232-0/+15
| | | | | | | | | 2005-02-21 Not Zed <NotZed@Ximian.com> * exchange-account-setup.c (org_gnome_exchange_owa_url): if the host is null in the url, set it to "", so it has a non-null value. svn path=/trunk/; revision=28857
* use ssl when "always" and "whenever possible" is enabled changedVivek Jain2005-02-172-5/+21
| | | | | | | | | | | | 2005-02-17 Vivek Jain <jvivek@novell.com> * share-folder-common.c : (get_cnc): use ssl when "always" and "whenever possible" is enabled changed "soap_ssl" to "use_ssl" use the default port "7191" instead of "7181" svn path=/trunk/; revision=28806
* IF we get a invalid session string back from the server do the operationChenthill Palanisamy2005-02-102-1/+14
| | | | | | | | | | 2005-02-10 Chenthill Palanisamy <pchenthill@novell.com> * send-options.c: (e_sendoptions_clicked_cb): IF we get a invalid session string back from the server do the operation again. svn path=/trunk/; revision=28765
* Adding auth type section to editor for an Exchange account.Sushma Rai2005-02-073-0/+188
| | | | svn path=/trunk/; revision=28735
* specify idJP Rosevear2005-02-072-1/+5
| | | | | | | | 2005-02-07 JP Rosevear <jpr@novell.com> * org-gnome-subject-thread.eplug.in: specify id svn path=/trunk/; revision=28733
* specify id for config pageJP Rosevear2005-02-072-1/+5
| | | | | | | | 2005-02-07 JP Rosevear <jpr@novell.com> * org-gnome-itip-formatter.eplug.in: specify id for config page svn path=/trunk/; revision=28732
* Missing logJP Rosevear2005-02-071-0/+4
| | | | svn path=/trunk/; revision=28731
* specify idJP Rosevear2005-02-071-1/+1
| | | | | | | | 2005-02-07 JP Rosevear <jpr@novell.com> * org-gnome-evolution-bbdb.eplug.in: specify id svn path=/trunk/; revision=28730
* fix the access() call test.Not Zed2005-02-072-1/+5
| | | | | | | | 2005-02-07 Not Zed <NotZed@Ximian.com> * save-attachments.c (save_part): fix the access() call test. svn path=/trunk/; revision=28729
* Set the spacing for ourself to 12 to be HIG compliant as we are a GtkHBoxRodney Dawes2005-02-042-23/+36
| | | | | | | | | | | | | | | 2005-03-03 Rodney Dawes <dobey@novell.com> * itip-view.c (itip_view_init): Set the spacing for ourself to 12 to be HIG compliant as we are a GtkHBox derivative Align the icon at 0.5 in the X direction to be HIG compliant Set the spacing between table rows/columns to be HIG compliant Fix the spacing/padding for all the boxes and packing calls to be HIG compliant Fixes #41235 svn path=/trunk/; revision=28693
* Use $(weatherdir) instead of duplicating the define for it belowRodney Dawes2005-02-042-2/+8
| | | | | | | | | | 2005-02-02 Rodney Dawes <dobey@novell.com> * Makefile.am (INCLUDES): Use $(weatherdir) instead of duplicating the define for it below (weatherdir): Fix to use the correct versioned directory svn path=/trunk/; revision=28691
* removing the file since the name is incorrectChenthill Palanisamy2005-02-031-3/+0
| | | | svn path=/trunk/; revision=28690
* Added functions to destroy the dialog when the composer is destroyed toChenthill Palanisamy2005-02-032-19/+57
| | | | | | | | | | | | | | 2005-02-03 Chenthill Palanisamy <pchenthill@novell.com> * send-options.c: (add_day_to_time), (send_options_commit), (org_gnome_compose_send_options):Added functions to destroy the dialog when the composer is destroyed to solve the crash. Removed the return statement so that the send options gets added to the composer headers. Made modification in setting the values for some headers. Changing the file name from Changelog to ChangeLog. svn path=/trunk/; revision=28689
* reviewed by Harish Krishnaswamy <kharish@novell.com>Chenthill Palanisamy2005-02-022-1/+12
| | | | | | | | | | | | 2005-02-02 Chenthill Palanisamy <pchenthill@novell.com> reviewed by Harish Krishnaswamy <kharish@novell.com> Fixes #71460 * itip-formatter.c: (view_response_cb): If the my_address is not set. Set it from the backend. svn path=/trunk/; revision=28675
* Michael's patch.. for supporting tables in e-config, handling hide bits andSushma Rai2005-02-013-314/+217
| | | | | | corrected exchange-accout-setup plugin code. svn path=/trunk/; revision=28650
* initialize GError* to NULL Fixes #71512Sivaiah Nallagatla2005-02-013-2/+10
| | | | | | | | | | | | 2005-01-31 Sivaiah Nallagatla <snallagatla@novell.com> * gaimbuddies.c (bbdb_sync_buddy_list) : initialize GError* to NULL Fixes #71512 * bbdb.c (bbdb_open_addressbook) : ditto svn path=/trunk/; revision=28636
* Patch by Michael, to supporting tables in e-config, handling hide bits andSushma Rai2005-01-311-0/+19
| | | | | | corrected exchange-accout-setup plugin codewas. svn path=/trunk/; revision=28624
* initial commit of addressbook-groupwise plguinSivaiah Nallagatla2005-01-294-0/+115
| | | | svn path=/trunk/; revision=28613
* Remove leading "%s" in the message. Similar to #36137Sivaiah Nallagatla2005-01-282-3/+11
| | | | | | | | | | 2005-01-28 Sivaiah Nallagatla <snallagatla@novell.com> * camel-gw-listner.c (get_address_book_names_from_server) : Remove leading "%s" in the message. Similar to #36137 svn path=/trunk/; revision=28594
* make tomorrow and this week strings work properlyJP Rosevear2005-01-282-3/+50
| | | | | | | | | 2005-01-27 JP Rosevear <jpr@novell.com> * itip-view.c (format_date_and_time_x): make tomorrow and this week strings work properly svn path=/trunk/; revision=28591
* remove debug testJP Rosevear2005-01-282-1/+5
| | | | | | | | 2005-01-27 JP Rosevear <jpr@novell.com> * itip-formatter.c (find_cal_opened_cb): remove debug test svn path=/trunk/; revision=28590
* add some debugging spewJP Rosevear2005-01-281-5/+5
| | | | | | | | 2005-01-27 JP Rosevear <jpr@novell.com> * itip-formatter.c: add some debugging spew svn path=/trunk/; revision=28584
* add some debugging spewJP Rosevear2005-01-282-2/+13
| | | | | | | | 2005-01-27 JP Rosevear <jpr@novell.com> * itip-formatter.c: add some debugging spew svn path=/trunk/; revision=28583
* deal with the itip message having an individual instance.Rodrigo Moya2005-01-272-3/+9
| | | | | | | | | 2005-01-27 Rodrigo Moya <rodrigo@novell.com> * itip-formatter.c (update_attendee_status): deal with the itip message having an individual instance. svn path=/trunk/; revision=28580
* Fixes #71485JP Rosevear2005-01-273-37/+48
| | | | | | | | | | | | | 2005-01-26 JP Rosevear <jpr@novell.com> Fixes #71485 * itip-formatter.c (update_attendee_status): fix message paste-o * itip-view.c (format_date_and_time_x): improve translator comments svn path=/trunk/; revision=28569
* fix typoDavid Trowbridge2005-01-272-1/+5
| | | | | | | | 2005-01-26 David Trowbridge <trowbrds@cs.colorado.edu> * org-gnome-calendar-weather.eplug.in: fix typo svn path=/trunk/; revision=28568
* actually destroy the client hashes so the signals get cleaned upJP Rosevear2005-01-262-2/+23
| | | | | | | | | | 2005-01-25 JP Rosevear <jpr@novell.com> * itip-formatter.c (pitip_free): actually destroy the client hashes so the signals get cleaned up (format_itip): create a proper unique classid for the pobject svn path=/trunk/; revision=28558
* set all new categories to not searchable.Rodrigo Moya2005-01-252-7/+12
| | | | | | | | | 2005-01-25 Rodrigo Moya <rodrigo@novell.com> * calendar-weather.c (e_plugin_lib_enable): set all new categories to not searchable. svn path=/trunk/; revision=28551
* Fixed empty string being marked for translation.Sushma Rai2005-01-252-1/+20
| | | | svn path=/trunk/; revision=28542
* Changed the item_type to section instead of item. Made the necessaryChenthill Palanisamy2005-01-243-39/+59
| | | | | | | | | | | | | | | | | 2005-01-24 Chenthill Palanisamy <pchenthill@novell.com> * org-gnome-send-options.eplug.in: Changed the item_type to section instead of item. * send-options.c (get_cnc): Made the necessary changes to get cnc since some part of dependant code was changed in groupwise account set up plugin. (org_gnome_send_options): Changed the prototype of the function to return the widget. (send_options_commit): Added a warning message if the Modification was not sent to the server. svn path=/trunk/; revision=28530
* *properties.glade : changed the layout of the widgets *share-folder.[ch]:Vivek Jain2005-01-246-584/+599
| | | | | | | | | | | | | | | | | | | | | 2005-01-24 Vivek Jain <jvivek@novell.com> *properties.glade : changed the layout of the widgets *share-folder.[ch]: removed the checkbuttons for display of rights : removed new_list, update_list and remove_list added users_list *share-folder.c : removed function (update_list_update) (share_folder_construct) : added gtk_cell_renderer_toggle for displaying rights added one structure SharedUsers to have a single list instead of three different lists. Made corresponding changes in all functions. *share-folder-common.c : (new_folder_response): use gtk_widget_reparent to pack the widget added two files *org-gnome-shared-folder-errors.xml *org-gnome-shared-folder-errors.xml.h : to display error message *Makefile.am : included error data svn path=/trunk/; revision=28529
* to display error messagesVivek Jain2005-01-242-0/+30
| | | | | | | 2005-01-24 Vivek Jain <jvivek@novell.com> to display error messages svn path=/trunk/; revision=28528
* Disabling auth sections in druid, and having it only in editor.Sushma Rai2005-01-243-2/+80
| | | | svn path=/trunk/; revision=28526
* *** empty log message ***Sivaiah Nallagatla2005-01-231-0/+8
| | | | svn path=/trunk/; revision=28514
* Added owa url entry to the config section in both druid and editor, andSushma Rai2005-01-233-75/+129
| | | | | | fixed some compile time warnings. svn path=/trunk/; revision=28513
* Don't set offline_sync value taken from camel url instead set "1" or "0"Sivaiah Nallagatla2005-01-231-3/+3
| | | | | | | | | | | | 2005-01-23 Sivaiah Nallagatla <snalagatla@novell.com> * camel-gw-listener.c (add_esource) (modify_esource) (add_addressbook_sources) : Don't set offline_sync value taken from camel url instead set "1" or "0" depending upon offline is enabled or not svn path=/trunk/; revision=28512
* Check the buddy account name, not alias. Duh. (free_contact_list):Nat Friedman2005-01-232-17/+10
| | | | | | | | | | 2005-01-22 Nat Friedman <nat@novell.com> * gaimbuddies.c (im_list_contains_buddy): Check the buddy account name, not alias. Duh. (free_contact_list): Removed. svn path=/trunk/; revision=28511
* Adding camel_url_free() at proper positionSushma Rai2005-01-221-1/+1
| | | | svn path=/trunk/; revision=28510
* missed plugin definition in org-gnome-exchange-account-setup.eplug.inSushma Rai2005-01-221-0/+7
| | | | svn path=/trunk/; revision=28509
* Setting owa url value in account editor and handlig ssl connection.Sushma Rai2005-01-223-16/+86
| | | | svn path=/trunk/; revision=28508
* forgot in last commitSivaiah Nallagatla2005-01-221-2/+2
| | | | svn path=/trunk/; revision=28504
* changed the item type from "item" to "item_table". avoids some debug spewSivaiah Nallagatla2005-01-221-0/+6
| | | | | | | | | | 2005-01-21 Sivaiah Nallagatla <snallagtla@novell.com> * org-gnome-gw-account-setup.eplug.in : changed the item type from "item" to "item_table". avoids some debug spew on the console svn path=/trunk/; revision=28493
* initial check for address book file pluginSivaiah Nallagatla2005-01-214-0/+94
| | | | svn path=/trunk/; revision=28485
* intial commitSivaiah Nallagatla2005-01-214-0/+177
| | | | svn path=/trunk/; revision=28468
* 2005-01-20 Parthasarathi Susarla <sparthasarathi@novell.com> Chenthill ↵Parthasarathi Susarla2005-01-204-0/+280
| | | | | | | | Palanisamy <pchenthill@novell.com> * first commit of the status tracking plugin svn path=/trunk/; revision=28464
* Assiged value to URL.Sivaiah Nallagatla2005-01-202-1/+6
| | | | | | | | | 2005-01-20 Sivaiah Nallagatla <snallagatla@novell.com> * camel-gw-listener.c: (add_calendar_tasks_sources): Assiged value to URL. svn path=/trunk/; revision=28462
* *install-shared.c (org_gnome_popup_wizard): fixed a crash, caused byVivek Jain2005-01-192-1/+7
| | | | | | | | | 2005-01-19 Vivek Jain <jvivek@novell.com> *install-shared.c (org_gnome_popup_wizard): fixed a crash, caused by g_free (install_folder_response): free the memory svn path=/trunk/; revision=28448
* Setting save password flag if user has selected remember password option.Sushma Rai2005-01-192-7/+10
| | | | svn path=/trunk/; revision=28447
* Reading the user validate function return value, so that reference count isSushma Rai2005-01-182-4/+9
| | | | | | | handled properly and password dialog comes up on pressing ok button, in failure cases. svn path=/trunk/; revision=28439
* *install-shared.c (org_gnome_popup_wizard): removed unnecessary stuff forVivek Jain2005-01-182-64/+44
| | | | | | | | | 2005-01-18 Vivek Jain <jvivek@novell.com> *install-shared.c (org_gnome_popup_wizard): removed unnecessary stuff for the display of wizard svn path=/trunk/; revision=28436
* Fix for #71384, Making page check work for exchange account, whenSushma Rai2005-01-182-16/+27
| | | | | | hostname is not read. svn path=/trunk/; revision=28435
* use url->host instead of reading "poa" parameter everywhere. use "use_ssl"Sivaiah Nallagatla2005-01-182-64/+46
| | | | | | | | | | | 2005-01-15 Sivaiah Nallagatla <snallagatla@novell.com> * camel-gw-listner.c : use url->host instead of reading "poa" parameter everywhere. use "use_ssl" param instead of soap_ssl We not longer have separate settings for soap as we use soap for mail now svn path=/trunk/; revision=28433
* Initializing host name with a dummy nameSushma Rai2005-01-182-3/+21
| | | | svn path=/trunk/; revision=28431
* *install-shared.c (org_gnome_popup_wizard): displays the message withoutParthasarathi Susarla2005-01-182-11/+29
| | | | | | | | | | 2005-01-18 Parthasarathi Susarla <sparthasarathi@novell.com> *install-shared.c (org_gnome_popup_wizard): displays the message without the mime headers svn path=/trunk/; revision=28430
* Code movement, using accessor functions, and reading url values fromSushma Rai2005-01-184-129/+281
| | | | | | gconf and setting it in EAccount. svn path=/trunk/; revision=28426
* *install-shared.c : (org_gnome_popup_wizard): included a condition (nullVivek Jain2005-01-173-31/+56
| | | | | | | | | | | | 2005-01-17 Vivek Jain <jvivek@novell.com> *install-shared.c : (org_gnome_popup_wizard): included a condition (null check) to fix a crash * shared-folder-common.c :(org_gnome_shared_folder_factory): some condition checks to avoid the possible crashes (get_container_id): included code to return top level container id if folder name is passed as null svn path=/trunk/; revision=28423
* Makefile change to link to camel libsSushma Rai2005-01-172-1/+8
| | | | svn path=/trunk/; revision=28419
* new function to correctly retrieve the body of the message.Rodrigo Moya2005-01-152-18/+46
| | | | | | | | | | 2005-01-14 Rodrigo Moya <rodrigo@novell.com> * mail-to-task.c (set_description): new function to correctly retrieve the body of the message. (do_mail_to_task): call set_description. svn path=/trunk/; revision=28406
* use camel_data_wrapper_decode_to_stream instead ofJP Rosevear2005-01-142-1/+7
| | | | | | | | | | 2005-01-14 JP Rosevear <jpr@novell.com> * itip-formatter.c (extract_itip_data): use camel_data_wrapper_decode_to_stream instead of camel_data_wrapper_write_to_stream svn path=/trunk/; revision=28404
* handle UTC dtstart/dtend properlyJP Rosevear2005-01-142-2/+11
| | | | | | | | | 2005-01-14 JP Rosevear <jpr@novell.com> * itip-formatter.c (format_itip_object): handle UTC dtstart/dtend properly svn path=/trunk/; revision=28401
* Changes to take advantage of Siva's performance improvements to theNat Friedman2005-01-133-50/+54
| | | | | | | | | | | | | | | | | Changes to take advantage of Siva's performance improvements to the addressbook search API. 2005-01-13 Nat Friedman <nat@novell.com> * gaimbuddies.c (bbdb_sync_buddy_list_check): Remove some debug printfs. (bbdb_sync_buddy_list): Do not query for the IM name, which is slow. Instead, query by alias and only commit the contact if we have changes for it. (bbdb_merge_buddy_to_contact): Return a boolean indicating whether we dirtied the contact or not. svn path=/trunk/; revision=28392
* changed the function find_node to return user node corresponding to theVivek Jain2005-01-135-86/+108
| | | | | | | | | | | 2005-01-13 Vivek Jain <jvivek@novell.com> * share-folder.c :changed the function find_node to return user node corresponding to the mail address given. (add_clicked): added a condition so that user can't share folder to himself. (user_selected): modified to display proper rights when owner is selected. * share-folder-common.c : calling share_folder with a cnc in it. svn path=/trunk/; revision=28390
* Combined all the exchange account setup plugins into one plugin.Sushma Rai2005-01-132-18/+5
| | | | svn path=/trunk/; revision=28388
* forgot to cvs removeMichael Zucci2005-01-131-41/+0
| | | | svn path=/trunk/; revision=28384
* added prototypes for exported functions, re-arranged slightly to staticiseNot Zed2005-01-135-18/+82
| | | | | | | | | | | | | | | | | | | | | | | | | 2005-01-13 Not Zed <NotZed@Ximian.com> * new-mail-notify.c: added prototypes for exported functions, re-arranged slightly to staticise internal functions. * new-mail-notify.h: removed. 2005-01-12 Miguel Angel Lopez Hernandez <miguel@gulev.org.mx> * new-mail-notify.[ch]: Fix author's name, changes in code to maintain coding style (org_gnome_new_mail_notify): Now sends the dbus message using the send_dbus_message function (org_gnome_message_reading_notify): Added function, called when a message.reading event is fired (send_dbus_message): Added function, generic function to send dbus messages * org-gnome-new-mail-notify.eplug.in: define the message reading event svn path=/trunk/; revision=28383
* fix spellingDavid Trowbridge2005-01-132-2/+6
| | | | | | | 2005-01-12 David Trowbridge <trowbrds@cs.colorado.edu> * calendar-weather.c (e_calendar_weather_units): fix spelling svn path=/trunk/; revision=28381
* Added some functons to change the global send options.Chenthill Palanisamy2005-01-123-54/+352
| | | | | | | | | | | | | | | | | 2005-01-12 Chenthill Palanisamy <pchenthill@novell.com> * Makefile.am: * send-options.c: (get_cnc), (e_send_options_load_general_opts), (e_sendoptions_clicked_cb), (org_gnome_send_options), (e_send_options_copy_general_opts), (e_send_options_copy_status_options), (check_status_options_changed), (check_general_changed), (send_options_copy_check_changed), (get_source), (add_return_value), (put_options_in_source), (add_send_options_to_source), (send_options_commit): Added some functons to change the global send options. svn path=/trunk/; revision=28378
* error check for old exchange librarySushma Rai2005-01-122-1/+10
| | | | svn path=/trunk/; revision=28375
* Adding a entry widgett o editor page and using Excahnge connectorSushma Rai2005-01-123-3/+97
| | | | | | defined function to validate user svn path=/trunk/; revision=28374
* use a single setting for metric/imperial rather than separate temperatureDavid Trowbridge2005-01-123-102/+38
| | | | | | | | | 2005-01-12 David Trowbridge <trowbrds@cs.colorado.edu> * plugins/calendar-weather/(calendar-weather.c, org-gnome-calendar-weather.eplug.in): use a single setting for metric/imperial rather than separate temperature and snowfall settings svn path=/trunk/; revision=28369
* Fixes #29985JP Rosevear2005-01-122-1/+11
| | | | | | | | | | | 2005-01-11 JP Rosevear <jpr@novell.com> Fixes #29985 * itip-formatter.c (view_response_cb): set the message flags to answered if we send successfully svn path=/trunk/; revision=28361
* add new-mail-notify.h so it gets distedJP Rosevear2005-01-122-1/+5
| | | | | | | | 2005-01-11 JP Rosevear <jpr@novell.com> * Makefile.am: add new-mail-notify.h so it gets disted svn path=/trunk/; revision=28360
* bump versionJP Rosevear2005-01-111-5/+3
| | | | | | | | 2005-01-11 JP Rosevear <jpr@novell.com> * configure.in: bump version svn path=/trunk/; revision=28357
* killed compile time warnings by including suitable definitions and typeVivek Jain2005-01-114-43/+56
| | | | | | | | 2005-01-11 Vivek Jain <jvivek@novell.com> killed compile time warnings by including suitable definitions and type casting widgets svn path=/trunk/; revision=28356
* Added an extra button and prompting for password on button click,Sushma Rai2005-01-113-55/+38
| | | | | | instead of page next signal of druid svn path=/trunk/; revision=28352
* Fixed a compiler warning.Harish Krishnaswamy2005-01-112-1/+5
| | | | | | * itip-formatter.c (update_item): Fixed a compiler warning. svn path=/trunk/; revision=28347
* (org_gnome_new_mail_notify): fixed some warnings & formattingMichael Zucci2005-01-113-11/+5
| | | | svn path=/trunk/; revision=28345
* fix LDFLAGS variable name.Not Zed2005-01-112-1/+5
| | | | | | | | 2005-01-11 Not Zed <NotZed@Ximian.com> * Makefile.am: fix LDFLAGS variable name. svn path=/trunk/; revision=28344
* initial import of a new mail -> dbus message bridge pluginMichael Zucci2005-01-115-0/+215
| | | | svn path=/trunk/; revision=28343
* use HIG-compliant button order.Rodrigo Moya2005-01-112-5/+10
| | | | | | | | | 2005-01-10 Rodrigo Moya <rodrigo@novell.com> * calendar-weather.c (create_source_selected): use HIG-compliant button order. svn path=/trunk/; revision=28340
* Clean up spacing (liborg_gnome_send_options_la_LIBADD): Don't specify theRodney Dawes2005-01-112-4/+13
| | | | | | | | | | | 2005-01-10 Rodney Dawes <dobey@novell.com> * Makefile.am (INCLUDES): Clean up spacing (liborg_gnome_send_options_la_LIBADD): Don't specify the path to the la file directly, use the _LIBS variables that correspond with those in INCLUDES to link to the correct libraries svn path=/trunk/; revision=28339
* set to the new items, duhJP Rosevear2005-01-112-2/+6
| | | | | | | | 2005-01-10 JP Rosevear <jpr@novell.com> * itip-formatter.c (update_item): set to the new items, duh svn path=/trunk/; revision=28338
* *** empty log message ***JP Rosevear2005-01-111-1/+4
| | | | svn path=/trunk/; revision=28336
* compare pointers instead of content idJP Rosevear2005-01-112-2/+6
| | | | | | | | | 2005-01-10 JP Rosevear <jpr@novell.com> * itip-formatter.c (update_item): compare pointers instead of content id svn path=/trunk/; revision=28335
* More attachment updatesJP Rosevear2005-01-111-26/+45
| | | | svn path=/trunk/; revision=28334
* dont handle attachments in case of declineHarish Krishnaswamy2005-01-111-44/+29
| | | | svn path=/trunk/; revision=28333
* corrected api argumentsSushma Rai2005-01-112-1/+6
| | | | svn path=/trunk/; revision=28330
* first crack at saving attachments for the backend (extract_itip_data):JP Rosevear2005-01-102-3/+12
| | | | | | | | | | | 2005-01-10 JP Rosevear <jpr@novell.com> * itip-formatter.c (update_item): first crack at saving attachments for the backend (extract_itip_data): tell the user what to do for more than one attachment svn path=/trunk/; revision=28328
* initial check in for groupwise send optionsParthasarathi@novell.com2005-01-106-0/+219
| | | | | | | | 2005-01-10 Parthasarathi@novell.com <sparthasarathi@novell.com> * initial check in for groupwise send options svn path=/trunk/; revision=28325
* first crack at saving attachments for the backendJP Rosevear2005-01-102-0/+81
| | | | | | | | | 2005-01-10 JP Rosevear <jpr@novell.com> * itip-formatter.c (update_item): first crack at saving attachments for the backend svn path=/trunk/; revision=28323
* 2005-01-10 Vivek Jain <jvivek@novell.com> IncludedJain Vivek2005-01-106-246/+349
| | | | | | | | | | | | | | | | * install-shared.c : opens up a wizard on reading a shared folder notification and installs shared folder at the recepient end. * share-folder-common.c : added (refresh_folder_tree) : to refresh the folder tree when a folder is shared or a shared folder is created so that different icons are displayed (get_cnc): to get a connection (get_container_id):to get the container id of the folder user selects * share-folder.c : minor changes to fix the crash * Makefile.am : including install-shared.c in sources * org-gnome-shared-folder.eplug.in : added a plugin to the e-plugin list for the message-read event svn path=/trunk/; revision=28320
* Included * ChangeLog and * install-shared.c to accept aVivek Jain2005-01-102-0/+264
| | | | | | | | 2005-01-10 Vivek Jain <jvivek@novell.com> Included * ChangeLog and * install-shared.c to accept a shared-folder-notification and install a shared folder svn path=/trunk/; revision=28319