aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added sa-junk-plugin to base plugins and AC_OUTPUT sectionVivek Jain2005-07-122-12/+7
| | | | | | | | | 2005-07-12 Vivek Jain <jvivek@novell.com> * configure.in : added sa-junk-plugin to base plugins and AC_OUTPUT section svn path=/trunk/; revision=29727
* Added some e-import stuff.Not Zed2005-07-123-0/+156
| | | | | | | | | | 2005-07-12 Not Zed <NotZed@Ximian.com> * build-eplugin-manual.pl: * evolution-plugin-manual.xml: Added some e-import stuff. svn path=/trunk/; revision=29726
* Merge back eplugin-import-branch.Michael Zucci2005-07-1241-2360/+1649
| | | | svn path=/trunk/; revision=29725
* Updated Slovak translation.Marcel Telka2005-07-122-881/+1274
| | | | | | | | 2005-07-11 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation. svn path=/trunk/; revision=29724
* Updated Brazilian Portuguese translation by Afonso Celso Medina, with someGuilherme de S. Pastore2005-07-122-4375/+1710
| | | | | | | * pt_BR.po: Updated Brazilian Portuguese translation by Afonso Celso Medina, with some fixes by myself. svn path=/trunk/; revision=29723
* Added support for opening a calendar-item in the editor when its ESourceVeerapuram Varadhan2005-07-124-9/+74
| | | | | | * Added support for opening a calendar-item in the editor when its ESource id and ECalComponent id/rid are passed in the invocation URI. svn path=/trunk/; revision=29722
* added a idle handler that calls ec_rebuild after callback operations areVivek Jain2005-07-112-2/+34
| | | | | | | | | | | 2005-07-11 Vivek Jain <jvivek@novell.com> * e-config.c: (e_config_target_changed): added a idle handler that calls ec_rebuild after callback operations are completed. **Fixes #307794 svn path=/trunk/; revision=29721
* Updated Serbian translation by Igor Nestorovic.Danilo Šegan2005-07-113-6062/+6568
| | | | svn path=/trunk/; revision=29720
* // uris. Also, opens a contact in the editor if the contact-uid in the urlVeerapuram Varadhan2005-07-114-0/+151
| | | | | | | * Implementation to handle contacts:// uris. * Also, opens a contact in the editor if the contact-uid in the url is valid. svn path=/trunk/; revision=29719
* 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
* relocated camel-gw-listener.cVivek Jain2005-07-112-1/+5
| | | | | | | | 2005-07-11 Vivek Jain <jvivek@novell.com> * POTFILES.in : relocated camel-gw-listener.c svn path=/trunk/; revision=29717
* Removed em-attachment* from the build. Remains in the CVS, just incase toSrinivasa Ragavan2005-07-114-43/+204
| | | | | | | | | | | | | | | | | 2005-07-11 Srinivasa Ragavan <sragavan@novell.com> * Makefile.am: Removed em-attachment* from the build. Remains in the CVS, just incase to revert in case of issues. Should go away after 2.3.5. * e-msg-composer.c: (add_inlined_images) (build_message) (menu_file_close_cb) (setup_ui) (attach_message) (drop_action) (e_msg_composer_unrealize) (create_composer) (handle_mailto) (e_msg_composer_add_header) Changed the code to use e_attachment_* from em_attachment* * e-msg-composer.h: Added removed old header includes svn path=/trunk/; revision=29716
* Fixed huge memory leak, and come compile warnings. Also fixed a crash,Srinivasa Ragavan2005-07-112-26/+42
| | | | | | | | | | | 2005-07-11 Srinivasa Ragavan <sragavan@novell.com> * gui/dialogs/comp-editor.c:(get_attachment_list) (attachment_bar_changed_cb) (attachment_bar_icon_clicked_cb) (cab_popups_free) (setup_widgets) (set_attachment_list) (comp_editor_get_mime_attach_list) Fixed huge memory leak, and come compile warnings. Also fixed a crash, when double click on attachments. svn path=/trunk/; revision=29715
* 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
* Added the proxy.c file to the list.Sankar P2005-07-112-0/+5
| | | | | | | | 2005-07-11 Sankar P <psankar@novell.com> * POTFILES.in : Added the proxy.c file to the list. svn path=/trunk/; revision=29713
* Fix for #309992 and changes to avoid compiler warnings.Sankarasivasubramanian Pasupathilingam2005-07-112-1/+14
| | | | svn path=/trunk/; revision=29712
* Corrected the changelog entry.Sushma Rai2005-07-111-1/+1
| | | | svn path=/trunk/; revision=29711
* Removed this directory. This functionality has now been moved toSarfraaz Ahmed2005-07-1117-4381/+5
| | | | | | | | | 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
* Added a structure. Removed cal-attachment* Removed the attachment barSrinivasa Ragavan2005-07-116-36/+398
| | | | | | | | | | | | | | | 2005-07-11 Srinivasa Ragavan <sragavan@novell.com> * gui/itip-utils.[ch]: Added a structure. * gui/dialogs/Makefile.am: Removed cal-attachment* * gui/dialogs/comp-editor.[ch]: (attach_message) (drop_action) (send_timezone) (save_comp) (response_cb) (delete_event_cb) (attachment_bar_changed_cb) (attachment_bar_icon_clicked_cb) (setup_widgets) (set_icon_from_comp) (fill_widgets) (real_edit_comp) Removed the attachment bar specific to calendar and made a merged one at widgets/misc/e-attachment* svn path=/trunk/; revision=29709
* Added gnome-vfs-module-2.0 to E_WIDGET_CFLAGS. Added e-attachment-bar.[ch]Srinivasa Ragavan2005-07-119-2/+2014
| | | | | | | | | | 2005-07-11 Srinivasa Ragavan <sragavan@novell.com> * configure.in: Added gnome-vfs-module-2.0 to E_WIDGET_CFLAGS. * Added e-attachment-bar.[ch] e-attachment.[ch] e-attachment.glade to directory structure and the Makefile.am svn path=/trunk/; revision=29708
* 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
* Use e_cal_remove_object for non-recurring appointments. Fixed some memory leaks.Chenthill Palanisamy2005-07-118-15/+67
| | | | svn path=/trunk/; revision=29703
* 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
* Add mail-account-disable, proxy, proxy-login and groupwise-account-setupShreyas Srinivasan2005-07-103-1/+28
| | | | | | | | | | | | | | | | | | | | 2005-07-10 Shreyas Srinivasan <sshreyas@novell.com> * configure.in: Add mail-account-disable, proxy, proxy-login and groupwise-account-setup to the plugin list. * plugins/proxy/*: Plugin to implement Proxy assignment on a groupwise account. * plugins/proxy-login/*: Plugin to implement Proxy Login on a groupwise account. * plugins/mail-account-disable/*: Plugin to add Disable/ Proxy Logout to a store menu on right click. * plugins/groupwise-account-setup/*: Make the camel-groupwise-listener load on startup. * plugins/groupwise-features/*: Remove the camel-groupwise-listener code as it runs in a different plugin. * po/POTFILES.in: Add files which need to be translated. svn path=/trunk/; revision=29700
* Take into account store permissions (Read Only). These are proxy specificShreyas Srinivasan2005-07-102-36/+68
| | | | | | | | | 2005-07-10 Shreyas Srinivasan <sshreyas@novell.com> * e-msg-composer-hdrs.c: Take into account store permissions (Read Only). These are proxy specific as of now. svn path=/trunk/; revision=29699
* Add new functions to remove proxy accounts and proxies created by theShreyas Srinivasan2005-07-106-33/+104
| | | | | | | | | | | | | | 2005-07-10 Shreyas Srinivasan <sshreyas@novell.com> * mail-config.[ch]: Add new functions to remove proxy accounts and proxies created by the account. * mail-compnent.c: Remove proxy accounts at startup * mail.error.xml: Add warnings for proxy disable and removal of a proxy when its parents are removed. * em-account-prefs.c: Add checks not to display proxies and handling of parent removal/ disabling. svn path=/trunk/; revision=29698
* 2005-07-10 Shreyas SrinivasanShreyas Srinivasan2005-07-105-3/+81
| | | | | | | | * e-util/e-account.[ch]: Add structures to handle proxies. * e-util/e-account-list.[ch]: Add functions to remove proxy accounts and account's proxies. svn path=/trunk/; revision=29697
* 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
* vi.po: Updated Vietnamese translation.CVS: ↵Clytie Siddall2005-07-102-5358/+5710
| | | | | | ---------------------------------------------------------------------- svn path=/trunk/; revision=29690
* Updated Spanish translation.Francisco Javier F. Serrador2005-07-092-61/+64
| | | | | | | | 2005-07-09 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=29689
* Updated Traditional Chinese translation.Chao-Hsiung Liao2005-07-092-77/+84
| | | | | | | | 2005-07-09 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation. svn path=/trunk/; revision=29688
* Updated Canadian English translation.Adam Weinberger2005-07-092-66/+71
| | | | | | | | 2005-07-08 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=29687
* 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
* Including the file path in the error string. Fixes #309624.Sushma Rai2005-07-082-4/+12
| | | | svn path=/trunk/; revision=29683
* Updated Traditional Chinese translation.Chao-Hsiung Liao2005-07-081-94/+94
| | | | | | | | 2005-07-08 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation. svn path=/trunk/; revision=29682
* Updated Traditional Chinese translation.Chao-Hsiung Liao2005-07-082-940/+629
| | | | | | | | 2005-07-08 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation. svn path=/trunk/; revision=29681
* Updated Spanish translation.Francisco Javier F. Serrador2005-07-082-246/+471
| | | | | | | | 2005-07-07 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=29680
* 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
* Updated Canadian English translation.Adam Weinberger2005-07-082-106/+134
| | | | | | | | 2005-07-07 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=29677
* Enable autocompletion on personal addressbook when creating it (MandrivaFrédéric Crozat2005-07-073-0/+11
| | | | | | | | | * gui/component/addressbook-component.c: (ensure_sources): * gui/component/addressbook-migrate.c: (create_groups): Enable autocompletion on personal addressbook when creating it (Mandriva bug #16427). svn path=/trunk/; revision=29674
* 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
* vi.po: Updated Vietnamese translation.CVS: ↵Clytie Siddall2005-07-072-14785/+66
| | | | | | ---------------------------------------------------------------------- svn path=/trunk/; revision=29667
* *** 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
* updated with the changed location of em-junk-filter.cVivek Jain2005-07-072-1/+6
| | | | | | | | | 2005-07-07 Vivek Jain <jvivek@novell.com> * POTFILES.in : updated with the changed location of em-junk-filter.c svn path=/trunk/; revision=29663
* Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>Alexander Shopov2005-07-072-710/+1052
| | | | | | | | | 2005-07-07 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org> svn path=/trunk/; revision=29662
* Translation updated by Ivar Smolin.Priit Laes2005-07-072-1/+5
| | | | | | | | 2005-07-07 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=29661
* Enable alarm even if we are not an organizer.Chenthill Palanisamy2005-07-062-1/+6
| | | | svn path=/trunk/; revision=29660
* added comments about the hookpointsVivek Jain2005-07-063-0/+22
| | | | | | | | | | 2005-07-06 Vivek Jain <jvivek@novell.com> * gui/component/addressbook-view.c: (popup_event_callback) * gui/widget/e-addressbook-view.c :(do_popup_menu) added comments about the hookpoints svn path=/trunk/; revision=29659
* Translation updated by Ivar Smolin.Priit Laes2005-07-062-12/+12
| | | | | | | | 2005-07-06 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=29648
* Changed the way in which calendars having null summary are handled.Sankarasivasubramanian Pasupathilingam2005-07-063-14/+22
| | | | | | Fixes #237844 svn path=/trunk/; revision=29647
* 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
* removed from here removed removedVivek Jain2005-07-064-872/+0
| | | | | | | | | | 2005-07-06 Vivek Jain <jvivek@novell.com> * em-junk-filter.c : removed from here * em-junk-filter.h :removed * em-junk.plugin.[ch]: removed svn path=/trunk/; revision=29644
* moved to plugins/sa-junk-plugin updated to removed/add these files. assignVivek Jain2005-07-064-10/+21
| | | | | | | | | | | | | | 2005-07-06 Vivek Jain <jvivek@novell.com> * em-junk-filter.c : moved to plugins/sa-junk-plugin * Makefile.am :updated to removed/add these files. * mail-session.c: (mail_session_init): assign NULL to junk_plugin, remove included file "em-junk-filter.h" * mail-component-factory.c : (make_factory) register type for EMJunkHook svn path=/trunk/; revision=29643
* added new files to have a new hook for implementing junk pluginsVivek Jain2005-07-062-0/+464
| | | | | | | | | 2005-07-06 Vivek Jain <jvivek@novell.com> * em-junk-hook.[ch] : added new files to have a new hook for implementing junk plugins svn path=/trunk/; revision=29642
* Fixed for bug 309245. Fixes the bug 206774, 242154. Fixes the bug 206774,Srinivasa Ragavan2005-07-065-3/+34
| | | | | | | | | | | | 2005-07-06 Srinivasa Ragavan <sragavan@novell.com> * gui/widgets/eab-gui-util.c: (contact_added_cb): Fixed for bug 309245. * /gui/widgets/e-addressbook-view.c: Fixes the bug 206774, 242154. * gui/widgets/eab-popup.c: (eab_popup_target_new_select) Fixes the bug 206774, 242154. * gui/widgets/eab-popup.h: Fixes the bug 206774, 242154. svn path=/trunk/; revision=29641
* use the cache, since we set it up. (efhd_image): added a (private!) formatNot Zed2005-07-064-45/+306
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-07-05 Not Zed <NotZed@Ximian.com> * em-format-html-display.c (efhd_attachment_image): use the cache, since we set it up. (efhd_image): added a (private!) format handler for all the image types so we intercept them and handle them directly. (efhd_image_fit, efhd_image_unfit): replace the resize callback with two much simpler ones. * em-icon-stream.c (em_icon_stream_get_image): added 'fit to' arguments. Changed dramatically to get approximate fit-to image, update cache, etc. (em_icon_stream_is_resized): added 'fit to' arguments. changed to manipulate the cache properly. (emis_fit): helper to fit an image to a size. (em_icon_stream_new): added 'fit to' arguments rather than poking structures. * em-format-html-display.c (efhd_attachment_image): fixed a memory leak, various style issues. Removed all scaling code. (efhd_attachment_popup): show menu's appropriately. add back the hide/show menu always. (efhd_image_popup): fix formatting. ** Applied patch from Srini for scaling images to fit by default. svn path=/trunk/; revision=29640
* Added "forward" command-line option for mails.Veerapuram Varadhan2005-07-062-1/+28
| | | | | | * Added "forward" command-line option for mails. svn path=/trunk/; revision=29639
* 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
* Created new target type Added #define for the new target type Poped e-calSrinivasa Ragavan2005-07-055-18/+91
| | | | | | | | | | | | | 2005-07-05 Srinivasa Ragavan <sragavan@novell.com> * gui/e-cal-popup.c: Created new target type * gui/e-cal-popup.h: Added #define for the new target type * gui/dialogs/cal-attachment-bar.c: (cab_popup) Poped e-cal instead of em_*. Removed mailer code from calendar * gui/dialogs/comp-editor.c: (drag_data_received) Poped e-cal instead of em_*. Removed mailer code from calendar. svn path=/trunk/; revision=29630
* Updated Greek translationNikos Charonitakis2005-07-052-317/+629
| | | | svn path=/trunk/; revision=29629
* Updated German translation.Hendrik Richter2005-07-052-245/+590
| | | | | | | | 2005-07-04 Hendrik Richter <hendi@gnome-de.org> * de.po: Updated German translation. svn path=/trunk/; revision=29628
* Fixed German translation by Jens Seidel <jensseidel@users.sf.net>.Hendrik Richter2005-07-042-20/+25
| | | | | | | | | 2005-07-04 Hendrik Richter <hendi@gnome-de.org> * de.po: Fixed German translation by Jens Seidel <jensseidel@users.sf.net>. svn path=/trunk/; revision=29627
* Translation updated by Ivar Smolin.Priit Laes2005-07-042-94/+67
| | | | | | | | 2005-07-04 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=29626
* Set the new item flags while creating new meetings from other components.Chenthill Palanisamy2005-07-043-2/+9
| | | | | | Check the new item flags while creating the scheduling page. svn path=/trunk/; revision=29625
* updated by rranjan@redhat.comRajesh Ranjan2005-07-041-454/+588
| | | | svn path=/trunk/; revision=29624
* Added vertical scrollbar policy of list view to always so that it does notSrinivasa Ragavan2005-07-042-1/+7
| | | | | | | | | | 2005-07-04 Srinivasa Ragavan <sragavan@novell.com> * gui/dialogs/meeting-page.c: (meeting_page_construct) Added vertical scrollbar policy of list view to always so that it does not extend the view when there are more contacts. svn path=/trunk/; revision=29623
* 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
* Updated Canadian English translation.Adam Weinberger2005-07-032-190/+501
| | | | | | | | 2005-07-02 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=29621
* Updated Norwegian bokmål translation. Same.Terance Sola2005-07-023-786/+1255
| | | | | | | | | 2005-07-02 Terance Sola <terance@lyse.net> * nb.po: Updated Norwegian bokmål translation. * no.po: Same. svn path=/trunk/; revision=29620
* Fixes the problem in sending the meeting to the mailing list if the listChenthill Palanisamy2005-07-023-2/+30
| | | | | | does not contain email ids. svn path=/trunk/; revision=29619
* show the progress indication in the view while downloading calendar itemsChenthill Palanisamy2005-07-0210-39/+162
| | | | | | from EDS svn path=/trunk/; revision=29618
* bump versionHarish Krishnaswamy2005-07-023-1/+59
| | | | | | | | 2005-07-02 Harish Krishnaswamy <kharish@novell.com> * configure.in: bump version svn path=/trunk/; revision=29616
* Translation updated by Ivar Smolin.Priit Laes2005-07-022-305/+587
| | | | | | | | 2005-07-02 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=29615
* Patch from Mark G. AdamsVeerapuram Varadhan2005-07-013-0/+8
| | | | | | | Fixes #309138: * Generated UIDs were not being freed. svn path=/trunk/; revision=29614
* Updated Traditional Chinese translation.Chao-Hsiung Liao2005-07-012-19498/+1894
| | | | | | | | 2005-07-01 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation. svn path=/trunk/; revision=29613
* removed crud that I had added in the earlier commitHarish Krishnaswamy2005-07-011-2/+2
| | | | svn path=/trunk/; revision=29612
* 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 the source type field in _ECalConfigTargetSource Set the source typePraveen Kumar2005-07-013-0/+12
| | | | | | | | | | | | 2005-07-01 Praveen Kumar <kpraveen@novell.com> * gui/e-cal-config.h : Added the source type field in _ECalConfigTargetSource * gui/dialogs/calendar-setup.c (calendar_setup_edit_calendar) : Set the source type as calendar (calendar_setup_edit_task_list) : Set the source type as tasks. svn path=/trunk/; revision=29609
* Updated Simplified Chinese translationFunda Wang2005-07-012-170/+485
| | | | svn path=/trunk/; revision=29608
* 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
* implement extraction of inline signed/encrypted pgp parts and package themMatt Brown2005-07-014-13/+152
| | | | | | | | | | | | 2005-06-24 Matt Brown <matt@mattb.net.nz> * em-inline-filter.c: implement extraction of inline signed/encrypted pgp parts and package them into x-inlinepgp-signed/x-inline-pgp-encrypted parts. * em-format-html.c: Formatters to verify/decrypt and then display the parts generated by the inline filter. svn path=/trunk/; revision=29603
* do not de-sensitize the attachment bar.Chenthill Palanisamy2005-06-282-6/+6
| | | | svn path=/trunk/; revision=29602
* Added the remaining relevant gal files.Kaushal Kumar2005-06-283-1/+22
| | | | | | | | | | 2005-06-28 Kaushal Kumar <kakumar@novell.com> * POTFILES.in: Added the remaining relevant gal files. * POTFILES.skip: Added the gal files which need to be skipped. svn path=/trunk/; revision=29601
* Updated Spanish translation.Francisco Javier F. Serrador2005-06-282-110/+220
| | | | | | | | 2005-06-27 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=29600
* updated by rranjan@redhat.comRajesh Ranjan2005-06-271-585/+387
| | | | svn path=/trunk/; revision=29598
* Added the new exchange plugin files. Updated the old files here.Sarfraaz Ahmed2005-06-273-2/+10
| | | | | | | | | 2005-06-27 Sarfraaz Ahmed <asarfraaz@novell.com> * POTFILES.in : Added the new exchange plugin files. * POTFILES.skip : Updated the old files here. svn path=/trunk/; revision=29597
* 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
* Prune unnecessary and nonexistent directories from the -I options. PruneTor Lillqvist2005-06-2713-36/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-06-27 Tor Lillqvist <tml@novell.com> * */Makefile.am: Prune unnecessary and nonexistent directories from the -I options. Prune pathname macros not used in the sources in that directory from the -D options. Use NO_UNDEFINED. Link with all necessary libraries. On Win32 link with bootstrap libraries where necessary. * common/Makefile.am: As this is a noinst library, no use for LDFLAGS or LIBADD. * gui/Makefile.am: Use Win32-specific hack to work around MSYS feature in the gconftool invokation. * gui/calendar-commands.c: Remove superfluous inclusion of <pwd.h>. * gui/e-cal-list-view.c * gui/e-day-view.c: Remove superfluous inclusion of <gdk/gdkx.h>. * gui/gnome-cal.c: Remove superfluous inclusion of <sys/wait.h>. * importers/icalendar-importer.c: Use g_usleep() instead of sleep(). svn path=/trunk/; revision=29592
* Drop local mail file lock method tests and the optionTor Lillqvist2005-06-272-94/+5
| | | | | | | | | | | 2005-06-27 Tor Lillqvist <tml@novell.com> * configure.in: Drop local mail file lock method tests and the option --enable-file-locking, these are not used in evolution. (Is used in e-d-s.) Ditto for sendmail operation tests and the --with-broken-spool option. svn path=/trunk/; revision=29591
* Add e_selection_model_selection_row_changed.Tor Lillqvist2005-06-272-0/+5
| | | | | | | | 2005-06-27 Tor Lillqvist <tml@novell.com> * win32/libemiscwidgets.def: Add e_selection_model_selection_row_changed. svn path=/trunk/; revision=29590
* Updated Finnish TranslationIlkka Tuohela2005-06-262-1895/+1047
| | | | svn path=/trunk/; revision=29589
* check for save schedules before calling send_compChenthill Palanisamy2005-06-252-2/+7
| | | | svn path=/trunk/; revision=29588
* 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
* The previous commit breaks the build by introducing a circular dependancy.Harish Krishnaswamy2005-06-252-1/+6
| | | | | | | | | | 2005-06-25 Harish Krishnaswamy <kharish@novell.com> * gui/contact-list-editor/Makefile.am: The previous commit breaks the build by introducing a circular dependancy. Revert the changes. svn path=/trunk/; revision=29586
* Setting TYPE=OTHER default parameter to email attribute. Fixes #240756.Sushma Rai2005-06-252-0/+13
| | | | svn path=/trunk/; revision=29585
* Fixed some symbol resolution errors with groupwise-features plugin.Sushma Rai2005-06-254-5/+17
| | | | svn path=/trunk/; revision=29584
* remove need to define NULL in getaddrinfo check.Not Zed2005-06-252-2/+6
| | | | | | | | 2005-06-25 Not Zed <NotZed@Ximian.com> * configure.in: remove need to define NULL in getaddrinfo check. svn path=/trunk/; revision=29583
* ** See bug #307398Not Zed2005-06-253-7/+45
| | | | | | | | | | | | | | | | | | | 2005-06-25 Not Zed <NotZed@Ximian.com> ** See bug #307398 * mail-session.c (alert_user): copy the prompt string, in 'no cancel' mode we run asynchronously. (free_user_message): & free it. 2005-06-24 Not Zed <NotZed@Ximian.com> * em-format-html.c (efh_url_requested): dont pass data gtkhtml definitely can't handle, to gtkhtml. This is no security patch, but stops gtkhtml wasting time tying to render malicious mails or other rubbish. svn path=/trunk/; revision=29582
* move prefer-plain and save-attachments to experimental where they belong.Not Zed2005-06-252-2/+7
| | | | | | | | | 2005-06-25 Not Zed <NotZed@Ximian.com> * configure.in: move prefer-plain and save-attachments to experimental where they belong. svn path=/trunk/; revision=29581
* +2005-06-24 Harish Krishnaswamy <kharish@novell.com>Harish Krishnaswamy2005-06-242-2/+7
| | | | | | | | (patch submitted by Andre Klapper <a9016009@gmx.de>) * e-shell-window-commands.c: changed copyright year from 2004 * to 2005 svn path=/trunk/; revision=29580
* Set load-on-startup to true.Sushma Rai2005-06-242-1/+4
| | | | svn path=/trunk/; revision=29579
* fix language team referenceKwok-Koon Cheung2005-06-242-55/+72
| | | | svn path=/trunk/; revision=29578
* Updated Canadian English translation.Adam Weinberger2005-06-242-4906/+4781
| | | | | | | | 2005-06-23 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=29577
* add mono plugin to the base list only if it was enabled as a configureHarish Krishnaswamy2005-06-232-1/+7
| | | | | | | | | 2005-06-23 Harish Krishnaswamy <kharish@novell.com> * configure.in : add mono plugin to the base list only if it was enabled as a configure option. svn path=/trunk/; revision=29576
* Desensitize the source seletor while delegating a meeting.Chenthill Palanisamy2005-06-232-1/+9
| | | | svn path=/trunk/; revision=29575
* Added widgets in INCLUDES.Kaushal Kumar2005-06-23127-178/+208
| | | | | | | | | | | | 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
* added jonathan dieter. Fixed up the busted utf8 and duplicates.Not Zed2005-06-232-7/+11
| | | | | | | | | 2005-06-23 Not Zed <NotZed@Ximian.com> * e-shell-window-commands.c: added jonathan dieter. Fixed up the busted utf8 and duplicates. svn path=/trunk/; revision=29572
* fix the --enable-profiler not to disable otherwise enabled plugins. &Not Zed2005-06-232-2/+8
| | | | | | | | | 2005-06-23 Not Zed <NotZed@Ximian.com> * configure.in: fix the --enable-profiler not to disable otherwise enabled plugins. & added default-mailer plugin stuff. svn path=/trunk/; revision=29571
* Initial importMichael Zucci2005-06-236-0/+207
| | | | svn path=/trunk/; revision=29570
* Updated Spanish translation.Francisco Javier F. Serrador2005-06-231-3/+3
| | | | | | | | 2005-06-22 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=29568
* Updated Spanish translation.Francisco Javier F. Serrador2005-06-232-107/+90
| | | | | | | | 2005-06-22 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=29567
* Commiting the fix for free busy and sensitizing the attachment bar properly.Chenthill Palanisamy2005-06-226-20/+53
| | | | svn path=/trunk/; revision=29566
* add mono to the plugins listHarish Krishnaswamy2005-06-221-2/+2
| | | | | | | | 2005-06-22 Harish Krishnaswamy <kharish@novell.com> * configure.in : add mono to the plugins list svn path=/trunk/; revision=29565
* Commiting the delegation support for recurrence eventsChenthill Palanisamy2005-06-228-18/+59
| | | | svn path=/trunk/; revision=29564
* Updated zh_CN translationFunda Wang2005-06-222-61/+37
| | | | svn path=/trunk/; revision=29563
* Fix breaks from last commit.Not Zed2005-06-215-1644/+1646
| | | | | | | | 2005-06-21 Not Zed <NotZed@Ximian.com> * en_AU.po, is.po, he.po, wa.po: Fix breaks from last commit. svn path=/trunk/; revision=29562
* added all the new gal widgets & a couple of other missing files. re-sortedNot Zed2005-06-2167-365457/+426821
| | | | | | | | | | 2005-06-21 Not Zed <NotZed@Ximian.com> * POTFILES.in: added all the new gal widgets & a couple of other missing files. re-sorted properly (it wasn't). *.po: merged in gal strings and updated (many strings no longer exist). svn path=/trunk/; revision=29559
* Added from gal/gal/e-table as Gal is retired from Head and e-table filesKaushal Kumar2005-06-212-0/+8923
| | | | | | | | | 2005-06-21 Kaushal Kumar <kakumar@novell.com> * table/ChangeLog: Added from gal/gal/e-table as Gal is retired from Head and e-table files are moved here. svn path=/trunk/; revision=29558
* add brian mury to contributors.Not Zed2005-06-212-0/+5
| | | | | | | | 2005-06-21 Not Zed <NotZed@Ximian.com> * e-shell-window-commands.c: add brian mury to contributors. svn path=/trunk/; revision=29556
* ** See bug #301466.Brian Mury2005-06-214-3/+10
| | | | | | | | | | | 2005-06-21 Brian Mury <b.mury@ieee.org> ** See bug #301466. * filtertypes.xml, searchtypes.xml, vfoldertypes.xml: fix the "match all" case to actually work. svn path=/trunk/; revision=29555
* Added support for delegation in personal calendarChenthill Palanisamy2005-06-215-45/+293
| | | | svn path=/trunk/; revision=29553
* Delegate support for personal calendarChenthill Palanisamy2005-06-2110-68/+490
| | | | svn path=/trunk/; revision=29552
* If only a few rows have changed, emit each as a separate row_changed eventNot Zed2005-06-201-2/+31
| | | | | | | | | | | 2005-06-08 Not Zed <NotZed@Ximian.com> * e-tree-selection-model.c (etsm_toggle_single_row) (etsm_select_single_row): If only a few rows have changed, emit each as a separate row_changed event rather than triggering a complete redraw of the whole window. svn path=/trunk/; revision=29551
* Fixed tiny problem in Brazilian Portuguese translation, only noticeableGuilherme de S. Pastore2005-06-192-2/+7
| | | | | | | * pt_BR.po: Fixed tiny problem in Brazilian Portuguese translation, only noticeable through usage (context). svn path=/trunk/; revision=29549
* The libetable and libetext DLLs should have the -0 suffix.Tor Lillqvist2005-06-191-4/+4
| | | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * win32/Makefile.am: The libetable and libetext DLLs should have the -0 suffix. svn path=/trunk/; revision=29548
* Cosmetics.Tor Lillqvist2005-06-191-4/+4
| | | | svn path=/trunk/; revision=29547
* gui/component/Makefile.am gui/contact-editor/Makefile.amTor Lillqvist2005-06-198-38/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * gui/component/Makefile.am * gui/contact-editor/Makefile.am * gui/contact-list-editor/Makefile.am * gui/merging/Makefile.am * gui/search/Makefile.am * gui/widgets/Makefile.am: Prune unnecessary and nonexistent directories from the -I options. Prune pathname macros not used in the sources in that directory from the -D options. * gui/component/Makefile.am * gui/contact-editor/Makefile.am * gui/contact-list-editor/Makefile.am * util/Makefile.am: Use NO_UNDEFINED. Link with all necessary libraries. * gui/component/Makefile.am: Use Win32-specific hack to work around MSYS feature in the gconftool invocation. * gui/contact-editor/Makefile.am * gui/contact-list-editor/Makefile.am: Use bootstrap library libevolution-addressbook on Win32. * gui/contact-editor/Makefile.am * gui/contact-list-editor/Makefile.am * util/Makefile.am: Use privsolib_LTLIBRARIES instead of privlib_LTLIBRARIES (see ../ChangeLog). svn path=/trunk/; revision=29546
* Makefile.am addressbook/Makefile.am calendar/Makefile.am UseTor Lillqvist2005-06-195-5/+7
| | | | | | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * Makefile.am * addressbook/Makefile.am * calendar/Makefile.am * widgets/Makefile.am: Use privsolib_LTLIBRARIES instead of privlib_LTLIBRARIES (see ../ChangeLog). svn path=/trunk/; revision=29545
* New autoconf variable. On Unix it is identical to privlibdir, on Win32Tor Lillqvist2005-06-192-0/+28
| | | | | | | | | | | | | | | | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * configure.in (privsolibdir): New autoconf variable. On Unix it is identical to privlibdir, on Win32 identical to libdir. There is no RPATH mechanism in Win32 DLLs or EXEs. The intention is that Evolution's private shared libraries will be marked in the Makefile.am files as privsolib_LTLIBRARIES. They will thus on Windows get installed in libdir. The DLLs will actually get installed in bindir, thanks to libtool magic. It will thus suffice to have bindir in PATH. This also means that we can use gnome_win32_get_prefixes() in libeutil to find out the installation location on the end-user machine based on the location of the DLL. gnome_win32_get_prefixes() assumes the DLL is in a "bin" subfolder of the end-user installation prefix. svn path=/trunk/; revision=29544
* Makefile.am e-util-private.h Use EVOLUTION_IMAGESDIR and notTor Lillqvist2005-06-184-8/+27
| | | | | | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * Makefile.am * e-util-private.h * e-win32-reloc.c: Use EVOLUTION_IMAGESDIR and not EVOLUTION_IMAGES for consistency. Handle also SEARCH_RULE_DIR and EVOLUTION_GALVIEWSDIR. svn path=/trunk/; revision=29543
* Partially updated Welsh translation.Rhys Jones2005-06-182-8896/+8382
| | | | | | | | 2005-06-18 Rhys Jones <rhys@sucs.org> * cy.po: Partially updated Welsh translation. svn path=/trunk/; revision=29542
* Makefile.am (INCLUDES) Add EVOLUTION_ETSPECDIR.Tor Lillqvist2005-06-184-2/+10
| | | | | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * Makefile.am (INCLUDES) Add EVOLUTION_ETSPECDIR. * e-util-private.h * e-win32-reloc.c: Corresponding changes. svn path=/trunk/; revision=29541
* Makefile.am (INCLUDES) Add EVOLUTION_HELPDIR. Remove undefinedTor Lillqvist2005-06-184-3/+11
| | | | | | | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * Makefile.am (INCLUDES) Add EVOLUTION_HELPDIR. Remove undefined GNOME_INCLUDEDIR. * e-win32-reloc.c: Add getter for helpdir. * e-util-private.h: Corresponding change. svn path=/trunk/; revision=29540
* 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
* Use EXEEXT.Tor Lillqvist2005-06-183-2/+8
| | | | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * GNOME_Evolution_Shell.server.in.in: Use EXEEXT. * GNOME_Evolution_Test.server.in.in: Use SOEXT. svn path=/trunk/; revision=29537
* Use SOEXT.Tor Lillqvist2005-06-182-1/+5
| | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * GNOME_Evolution_Mail.server.in.in: Use SOEXT. svn path=/trunk/; revision=29536
* gui/GNOME_Evolution_Calendar.server.in.in Use SOEXT.Tor Lillqvist2005-06-183-2/+7
| | | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * gui/GNOME_Evolution_Calendar.server.in.in * importers/GNOME_Evolution_Calendar_Importer.server.in.in: Use SOEXT. svn path=/trunk/; revision=29535
* gui/component/GNOME_Evolution_Addressbook.server.in.inTor Lillqvist2005-06-184-3/+10
| | | | | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * gui/component/GNOME_Evolution_Addressbook.server.in.in * importers/GNOME_Evolution_Addressbook_LDIF_Importer.server.in.in * importers/GNOME_Evolution_Addressbook_VCard_Importer.server.in.in: Use SOEXT. svn path=/trunk/; revision=29534
* Makefile.am addressbook/Makefile.am calendar/Makefile.am Use the fakeTor Lillqvist2005-06-188-72/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * Makefile.am * addressbook/Makefile.am * calendar/Makefile.am * widgets/Makefile.am: Use the fake "bootstrap" libraries on Win32 to get around circular dependencies. Use NO_UNDEFINED. * Makefile.am: No need to pass -I pointing to this directory itself, all inclusions of headers from here are with doublequotes. Link with libeutil. No need to link with REGEX_LIBS. * addressbook/Makefile.am * calendar/Makefile.am * widgets/Makefile.am: Prune out superfluous -I options and -D options for EVOLUTION_* pathname macros that aren't used in the source files in that directory. * addressbook/Makefile.am: Drop A11Y_CFLAGS, its a subset of EVOLUTION_ADDRESSBOOK_CFLAGS anyway. Link with EVOLUTION_ADDRESSBOOK_LIBS. * a11y/addressbook/ea-addressbook.c: Include headers from the same directory as such. * calendar/Makefile.am: Drop A11Y_CFLAGS, its a subset of EVOLUTION_CALENDAR_CFLAGS anyway. Link with EVOLUTION_CALENDAR_LIBS. * e-table/Makefile.am (INCLUDES) * e-text/Makefile.am (INCLUDES): Drop the undefined GNOME_BONOBO_CFLAGS and GNOME_INCLUDEDIR. Drop GNOME_FULL_CFLAGS, it's a subset of EXTRA_GNOME_CFLAGS. * widgets/Makefile.am: E_WIDGETS_CFLAGS is enough. No need for EVOLUTION_CALENDAR_CFLAGS, which . Link with E_WIDGET_LIBS. Drop A11Y_CFLAGS, subset of E_WIDGET_CFLAGS. svn path=/trunk/; revision=29533
* Clarify last entry.Tor Lillqvist2005-06-181-4/+3
| | | | svn path=/trunk/; revision=29532
* Use $FULL_GNOME_DEPS here explicitly, as it de facto is a superset of it.Tor Lillqvist2005-06-182-1/+7
| | | | | | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * configure.in (EXTRA_GNOME dependencies): Use $FULL_GNOME_DEPS here explicitly, as it de facto is a superset of it. In the makefiles thus no need to use both EXTRA_GNOME_CFLAGS and GNOME_FULL_CFLAGS, EXTRA_GNOME_CFLAGS is enough. (Ditto for _LIBS.) svn path=/trunk/; revision=29531
* Add more new entries.Tor Lillqvist2005-06-182-0/+49
| | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * win32/libemiscwidgets.def: Add more new entries. svn path=/trunk/; revision=29530
* Add libetable and libetext.Tor Lillqvist2005-06-185-3/+83
| | | | | | | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * win32/Makefile.am (EXTRA_DIST): Add libetable and libetext. * win32/libetable.def * win32/libetext.def: New files. * win32/libemiscwidgets.def: Add new entries. svn path=/trunk/; revision=29529
* Remove stray trailing slash from -I path, confuses gcc on Win32.Tor Lillqvist2005-06-182-2/+3
| | | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * e-table/Makefile.am (INCLUDES): Remove stray trailing slash from -I path, confuses gcc on Win32. svn path=/trunk/; revision=29528
* Remove stray trailing slash from -I path, confuses gcc on Win32.Tor Lillqvist2005-06-182-1/+6
| | | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * e-text/Makefile.am (INCLUDES): Remove stray trailing slash from -I path, confuses gcc on Win32. svn path=/trunk/; revision=29527
* Use bootstrap library for libemisdwidgets. Code here usesTor Lillqvist2005-06-184-17/+69
| | | | | | | | | | | | | | | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * Makefile.am (WIN32_BOOTSTRAP_LIBS): Use bootstrap library for libemisdwidgets. Code here uses e_utf8_to_locale_string() from libemiscwidgets which hasn't been built yet if building from scratch. (GAL_IMAGESDIR): Remove, unused leftover. (EVOLUTION_GLADEDIR): Add. (libeutil_la_LDFLAGS, libeconduit_la_LDFLAGS): Use NO_UNDEFINED. (libeutil_la_LIBADD, libeconduit_la_LIBADD): Link with necessary libs. * e-win32-reloc.c: Update now that it is here in evolution. Use _e prefix instead of _gal. Add getters for more run-time paths. * e-util-private.h: Corresponding changes. svn path=/trunk/; revision=29526
* Add e_utf8_to_locale_string, used in e-util.Tor Lillqvist2005-06-182-0/+4
| | | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * win32/libemiscwidgets.def: Add e_utf8_to_locale_string, used in e-util. svn path=/trunk/; revision=29525
* Typo.Tor Lillqvist2005-06-182-2/+5
| | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * win32/Makefile.am (EXTRA_DIST): Typo. svn path=/trunk/; revision=29524
* Updated Slovak translation.Marcel Telka2005-06-182-6871/+7504
| | | | | | | | 2005-06-17 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation. svn path=/trunk/; revision=29523
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-17340-829/+1679
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-06-172-20/+33
| | | | | | | | | 2005-06-17 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org> svn path=/trunk/; revision=29520
* Updated Canadian English translation.Adam Weinberger2005-06-172-45/+57
| | | | | | | | 2005-06-17 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=29519
* +2005-06-16 Harish Krishnaswamy <kharish@novell.com>Harish Krishnaswamy2005-06-165-3/+21
| | | | | | | | | | | * 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
* Updated Danish translation.Martin Willemoes Hansen2005-06-162-319/+268
| | | | | | * da.po: Updated Danish translation. svn path=/trunk/; revision=29517
* Translation updated by Ivar Smolin.Priit Laes2005-06-162-7553/+8705
| | | | | | | | 2005-06-16 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=29515
* Add win32.Tor Lillqvist2005-06-162-0/+3
| | | | | | | | 2005-06-15 Tor Lillqvist <tml@novell.com> * Makefile.am (SUBDIRS): Add win32. svn path=/trunk/; revision=29512
* Expand also @SOEXT@.Tor Lillqvist2005-06-163-1/+7
| | | | | | | | | | 2005-06-15 Tor Lillqvist <tml@novell.com> * plugin.mk: Expand also @SOEXT@. * server.mk: Expand also @SOEXT@ and @EXEEXT@. svn path=/trunk/; revision=29511
* Forgot to mention one thing.Tor Lillqvist2005-06-161-1/+2
| | | | svn path=/trunk/; revision=29510
* Check for Win32. Define Automake conditional OS_WIN32. Define autoconfTor Lillqvist2005-06-162-1/+32
| | | | | | | | | | | 2005-06-15 Tor Lillqvist <tml@novell.com> * configure.in: Check for Win32. Define Automake conditional OS_WIN32. Define autoconf substitutions SOEXT (.so vs. .dll) and NO_UNDEFINED (empty vs. -no-undefined). Check for regexec, perhaps in a separate -lregex. Expand win32/Makefile. svn path=/trunk/; revision=29509
* win32/README win32/Makefile.am win32/dummy.la win32/libemiscwidgets.defTor Lillqvist2005-06-169-0/+200
| | | | | | | | | | | | | | | | | | | 2005-06-15 Tor Lillqvist <tml@novell.com> * win32/README * win32/Makefile.am * win32/dummy.la * win32/libemiscwidgets.def * win32/libevolution-addressbook.def * win32/libevolution-calendar.def * win32/libevolution-mail.def * win32/libfilter.def: New files. Build bootstrap import libraries for some of Evolution's DLLs to work around circular dependencies between some of the shared libraries. Circular dependecies are problematic on Win32 where one can't have undefined symbols in executables (or shared libraries). svn path=/trunk/; revision=29508
* Updated German translation.Hendrik Richter2005-06-162-4/+8
| | | | | | | | 2005-06-15 Hendrik Richter <hendi@gnome-de.org> * de.po: Updated German translation. svn path=/trunk/; revision=29506
* Fixed German Translation, by Andre Klapper <a9016009@gmx.de>Hendrik Richter2005-06-162-250/+298
| | | | svn path=/trunk/; revision=29505
* 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
* Add a configure option --enable-exchange to build Exchange plugins. AlsoSarfraaz Ahmed2005-06-142-2/+24
| | | | | | | | | | 2005-06-14 Sarfraaz Ahmed <asarfraaz@novell.com> * configure.in : Add a configure option --enable-exchange to build Exchange plugins. Also changed the Exchange plugin name to exchange-operations. svn path=/trunk/; revision=29499
* Added a new plugin directory for renaming exchange-account-setup asSarfraaz Ahmed2005-06-1320-0/+5619
| | | | | | | | | 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
* updated by rranajnRajesh Ranjan2005-06-131-9143/+8405
| | | | svn path=/trunk/; revision=29495
* We need compare backend for long events too.Jedy Wang2005-06-132-0/+9
| | | | | | | | | | 2005-06-13 Jedy Wang <jedy.wang@sun.com> We need compare backend for long events too. * gui/e-day-view.c: (e_day_view_find_event_from_uid): svn path=/trunk/; revision=29494
* Updated Czech translation.Miloslav Trmac2005-06-122-352/+457
| | | | | | | | 2005-06-12 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=29491
* 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
* Added CAMEL_EXCHANGE CFLAGS/LIBS for exchange plugins.Sarfraaz Ahmed2005-06-102-1/+9
| | | | | | | | 2005-06-10 Sarfraaz Ahmed <asarfraaz@novell.com> * configure.in : Added CAMEL_EXCHANGE CFLAGS/LIBS for exchange plugins. svn path=/trunk/; revision=29485
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-06-102-191/+214
| | | | | | | | | 2005-06-10 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org> svn path=/trunk/; revision=29484
* Replaced wombat master category list with e-categories from libedataserver.Sushma Rai2005-06-102-32/+17
| | | | svn path=/trunk/; revision=29483
* Updated Simplified Chinese translationFunda Wang2005-06-092-182/+199
| | | | svn path=/trunk/; revision=29482
* Updated UpdatedTerance Sola2005-06-093-1064/+709
| | | | | | | | | 2005-06-08 Terance Sola <terance@lyse.net> * nb.po: Updated * no.po: Updated svn path=/trunk/; revision=29479
* Updated Canadian English translation.Adam Weinberger2005-06-092-165/+187
| | | | | | | | 2005-06-08 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=29476
* Updated Spanish translation.Francisco Javier F. Serrador2005-06-092-279/+428
| | | | | | | | 2005-06-08 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=29475
* Disable the meeting editor if the user is not an organizer whereverChenthill Palanisamy2005-06-086-37/+181
| | | | | | necessary svn path=/trunk/; revision=29474
* Updated Danish translation.Martin Willemoes Hansen2005-06-082-312/+216
| | | | | | * da.po: Updated Danish translation. svn path=/trunk/; revision=29473
* Added functions to show busy cursor. Add the filesSrinivasa Ragavan2005-06-084-0/+109
| | | | | | | | | 2005-06-08 Srinivasa Ragavan <sragavan@novell.com> * e-cursor.[ch]: Added functions to show busy cursor. * Makefile.am: Add the files svn path=/trunk/; revision=29472
* make this run a timeout so we don't update too often and suck loads of cpuNot Zed2005-06-082-1/+44
| | | | | | | | | 2005-06-08 Not Zed <NotZed@Ximian.com> * mail-component.c (view_changed_cb): make this run a timeout so we don't update too often and suck loads of cpu time. svn path=/trunk/; revision=29471
* add the correct files to EXTRA_DISTHarish Krishnaswamy2005-06-082-2/+7
| | | | svn path=/trunk/; revision=29469
* version bump, update news for 2.3.3 releaseHarish Krishnaswamy2005-06-083-1/+57
| | | | svn path=/trunk/; revision=29468
* Updated Danish translation.Martin Willemoes Hansen2005-06-082-2974/+3543
| | | | | | * da.po: Updated Danish translation. svn path=/trunk/; revision=29467
* removing duplicate mnemonic. Committing for AndreHarish Krishnaswamy2005-06-072-1/+5
| | | | svn path=/trunk/; revision=29465
* Fixing typo (bug 306151). Committing for AndreHarish Krishnaswamy2005-06-072-1/+4
| | | | svn path=/trunk/; revision=29464
* Added support for groupwise meeting delegation.Chenthill Palanisamy2005-06-0712-74/+347
| | | | svn path=/trunk/; revision=29463
* pull up missing merge from branchJP Rosevear2005-06-072-0/+19
| | | | | | | | | 2005-06-06 JP Rosevear <jpr@novell.com> * lib/e-cert-db.c (install_loadable_roots): pull up missing merge from branch svn path=/trunk/; revision=29462
* Updated Simplified Chinese translationFunda Wang2005-06-072-135/+185
| | | | svn path=/trunk/; revision=29461
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-06-062-166/+190
| | | | | | | | | 2005-06-06 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org> svn path=/trunk/; revision=29460
* Updated Canadian English translation.Adam Weinberger2005-06-062-39/+47
| | | | | | | | 2005-06-05 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=29459
* Updated Spanish translation.Francisco Javier F. Serrador2005-06-052-17163/+2885
| | | | | | | | 2005-06-05 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=29458
* Fixed to show the attachment bar, when a message is forwardedSrinivasa Ragavan2005-06-032-0/+8
| | | | | | | | | 2005-06-03 Srinivasa Ragavan <sragavan@novell.com> * e-msg-composer.c (e_msg_composer_attach): Fixed to show the attachment bar, when a message is forwarded svn path=/trunk/; revision=29453
* hack up so we dont include mail-component.h anymore, since it now reliesNot Zed2005-06-032-1/+12
| | | | | | | | | | 2005-06-03 Not Zed <NotZed@Ximian.com> * e-msg-composer-hdrs.c: hack up so we dont include mail-component.h anymore, since it now relies on files generated in mail/ svn path=/trunk/; revision=29452
* Show attachment bar when attachments are added e-msg-composer.cSrinivasa Ragavan2005-06-033-8/+42
| | | | | | | | | | | | | | 2005-06-03 Srinivasa Ragavan <sragavan@novell.com> * e-msg-composer-select-file.c (select_attach_response): Show attachment bar when attachments are added e-msg-composer.c (attachment_bar_changed_cb), (drop_action), (drag_data_received), (create_composer): Added support to DnD targets to the composer GtkHTML window. Also show the attachment bar when there are attachments and hide when all attachments are removed. svn path=/trunk/; revision=29451
* Fix so these are only ever included once.Not Zed2005-06-026-0/+27
| | | | | | | | 2005-06-02 Not Zed <NotZed@Ximian.com> * Evolution.*.idl: Fix so these are only ever included once. svn path=/trunk/; revision=29447
* only let this be included once.Not Zed2005-06-023-2/+25
| | | | | | | | | | | | 2005-06-02 Not Zed <NotZed@Ximian.com> * Evolution-Mail.idl: only let this be included once. * mail-component.c (mail_component_class_init): Setup a test function, and fix the bonobo init function so we're actually a mailcomponent and not just an evolutioncomponent. svn path=/trunk/; revision=29446
* 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
* change this to sub-class evolution-component, not bonobo-object.Not Zed2005-06-025-8/+49
| | | | | | | | | | | | | 2005-06-02 Not Zed <NotZed@Ximian.com> * mail-component.c: change this to sub-class evolution-component, not bonobo-object. * Evolution-Mail.idl: Made the mail component sub-class Evolution.Component so it can add new interfaces for remote gui mail operations. svn path=/trunk/; revision=29444
* BonoboObject wrapper for Evolution::Component interface. Abstract, doesn'tNot Zed2005-06-026-0/+136
| | | | | | | | | | | | | | | 2005-06-02 Not Zed <NotZed@Ximian.com> * evolution-component.c: BonoboObject wrapper for Evolution::Component interface. Abstract, doesn't implement methods. * Evolution-Shell.idl: add a method to find a component by component alias. * e-shell.c (impl_Shell_findComponent): & implement it svn path=/trunk/; revision=29443
* Updated Norwegian bokmål translation. SameKjartan Maraas2005-06-013-6014/+6745
| | | | | | | | | 2005-06-01 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. * no.po: Same svn path=/trunk/; revision=29442
* Updated Canadian English translation.Adam Weinberger2005-06-012-4866/+4532
| | | | | | | | 2005-06-01 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=29441
* vi.po: Updated Vietnamese translation.CVS: ↵Clytie Siddall2005-06-012-18101/+19308
| | | | | | ---------------------------------------------------------------------- svn path=/trunk/; revision=29440
* Don't hide the tooltip if we don't have a canvas anymore. Patch by: NotKaushal Kumar2005-06-011-1/+3
| | | | | | | | | | 2005-06-01 Kaushal Kumar <kakumar@novell.com> * e-table-item.c (eti_dispose): Don't hide the tooltip if we don't have a canvas anymore. Patch by: Not Zed svn path=/trunk/; revision=29436
* fixed the utf8 in the last patch.Not Zed2005-06-012-3/+14
| | | | | | | | 2005-06-01 Not Zed <NotZed@Ximian.com> * e-shell-window-commands.c: fixed the utf8 in the last patch. svn path=/trunk/; revision=29434
* Fixed my name.S.Çaglar Onur2005-06-012-2/+5
| | | | | | | | 2005-06-01 S.Çaglar Onur <caglar@uludag.org.tr> * e-shell-window-commands.c (authors[]): Fixed my name. svn path=/trunk/; revision=29433
* Update these methods to use the listener method of access from bonobo asRodney Dawes2005-06-012-5/+23
| | | | | | | | | | | | | | | 2005-05-31 Rodney Dawes <dobey@novell.com> * em-folder-browser.c (emfb_view_hide_read, emfb_view_show_selected): (emfb_view_show_all): Update these methods to use the listener method of access from bonobo as they are radio buttons now (emfb_verbs): Comment out the verbs for the above methods, as they are configured through add_listener now (emfb_enable_map): s/ViewHideSelected/ViewShowSelected/ (emfb_activate): Add the listeners for the radio buttons for filtering the message list for unread, selected, or all messages svn path=/trunk/; revision=29432
* Rename ViewHideSelected to ViewShowSelected Enable the "Show Messages"Rodney Dawes2005-06-012-4/+12
| | | | | | | | | | | 2005-05-31 Rodney Dawes <dobey@novell.com> * evolution-mail-list.xml: Rename ViewHideSelected to ViewShowSelected Enable the "Show Messages" sub-menu under "View" Fixes #305376 svn path=/trunk/; revision=29431
* added missing name to Shell_Config_Factory object description.Rodrigo Moya2005-05-312-0/+7
| | | | | | | | | 2005-05-31 Rodrigo Moya <rodrigo@novell.com> * GNOME_Evolution_Shell.server.in.in: added missing name to Shell_Config_Factory object description. svn path=/trunk/; revision=29430
* add relation to date_button.Li Yuan2005-05-312-0/+8
| | | | | | | | | | | 2005-05-31 Li Yuan <li.yuan@sun.com> * e-dateedit.c:(e_date_edit_update_date_entry): add relation to date_button. Fixes #302267 svn path=/trunk/; revision=29429
* Updated German translation.Hendrik Richter2005-05-312-2837/+3321
| | | | | | | | 2005-05-31 Hendrik Richter <hendi@gnome-de.org> * de.po: Updated German translation. svn path=/trunk/; revision=29427
* Fixes #272301Thouis R. Jones2005-05-3011-3/+287
| | | | | | | | | | | | | | | | | | | | | | | | | 2005-05-30 Thouis R. Jones <thouis@csail.mit.edu> Fixes #272301 * gui/apps_evolution_calendar.schemas.in.in: * gui/calendar-config-keys.h: * gui/calendar-config.c: (calendar_config_get_marcus_bains, calendar_config_add_notification_marcus_bains): * gui/calendar-config.h: * gui/e-day-view-config.c: (set_marcus_bains, marcus_bains_changed_cb, e_day_view_config_set_view): * gui/e-day-view-main-item.c: (e_day_view_main_item_draw): * gui/e-day-view-time-item.c: (e_day_view_time_item_draw): * gui/e-day-view.c: (e_day_view_init, e_day_view_set_colors, e_day_view_get_show_marcus_bains, e_day_view_set_marcus_bains, e_day_view_update_marcus_bains): * gui/e-day-view.h: * gui/gnome-cal.c: (update_marcus_bains_line_cb, setup_widgets, gnome_calendar_destroy): Added Marcus Bains Line to main item view and time bar. svn path=/trunk/; revision=29426
* check whether backend could handle sending resuests/updates, and if so,Harry Lu2005-05-302-1/+10
| | | | | | | | | 2005-05-30 Harry Lu <harry.lu@sun.com> * gui/itip-utils.c: (itip_send_comp): check whether backend could handle sending resuests/updates, and if so, just return. svn path=/trunk/; revision=29424
* Updated Czech translation.Miloslav Trmac2005-05-292-2569/+2817
| | | | | | | | 2005-05-29 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=29423
* Updated Simplified Chinese translationFunda Wang2005-05-292-5728/+5904
| | | | svn path=/trunk/; revision=29422
* Updated Canadian English translation.Adam Weinberger2005-05-292-5790/+6181
| | | | | | | | 2005-05-28 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=29421
* plugins/groupwise-features/org-gnome-shared-folder.error.xml ->Abel Cheung2005-05-283-3/+9
| | | | | | | | | | | 2005-05-28 Abel Cheung <maddog@linuxhall.org> * POTFILES.in: plugins/groupwise-features/org-gnome-shared-folder.error.xml -> plugins/groupwise-features/org-gnome-shared-folder.errors.xml widgets/misc/e-error.c -> e-util/e-error.c svn path=/trunk/; revision=29420
* 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
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>,Alexander Shopov2005-05-272-2243/+2162
| | | | | | | | | | | 2005-05-27 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>, Yavor Doganov <yavor@doganov.org>, Ivelina Karcheva <anima@mail.bg> svn path=/trunk/; revision=29417
* e-msg-composer-attachment.cSrinivasa Ragavan2005-05-272-0/+5
| | | | | | | | 2005-05-24 Srinivasa Ragavan <sragavan@novell.com> * e-msg-composer-attachment.c (e_msg_composer_attachment_new_from_mime_part); Fixed a bug, which considered forwarded mails as remote files. svn path=/trunk/; revision=29416
* 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
* remove mono registrtion, this is implemented using a plugin now. registerNot Zed2005-05-252-14/+6
| | | | | | | | | 2005-05-25 Not Zed <NotZed@Ximian.com> * main.c (main): remove mono registrtion, this is implemented using a plugin now. register the plugin type loader hook. svn path=/trunk/; revision=29413
* Removed, these are now implemented as a plugin.Not Zed2005-05-256-317/+238
| | | | | | | | | | | | | | | | | | 2005-05-25 Not Zed <NotZed@Ximian.com> * e-plugin-mono.[ch]: Removed, these are now implemented as a plugin. * e-plugin.c (ep_load_plugin): separate out plugin xml loading code from the loading loop. If a plugin type doesn't exist, then save it in a list for later checking. (ep_load): call above to do the work. (e_plugin_register_type): check the pending doc list, if any plugins now have a type, load them. (e_plugin_type_hook_get_type): a plugin hook for registering new plugin types ('loaders') at runtime. svn path=/trunk/; revision=29412
* 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
* if --enable-mono, then enable the mono plugin.Not Zed2005-05-252-2/+12
| | | | | | | | 2005-05-25 Not Zed <NotZed@Ximian.com> * configure.in: if --enable-mono, then enable the mono plugin. svn path=/trunk/; revision=29410