aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Fixes bug #357970Matthew Barnes2006-12-042-1/+8
| | | | | | | | | | | 2006-12-04 Matthew Barnes <mbarnes@redhat.com> Fixes bug #357970 * exchange-config-listener.c: Don't call deprecated GLib / GDK functions. svn path=/trunk/; revision=33047
* Add code to prune dead proxy entries (so they are executed regardless ofHarish Krishnaswamy2006-12-042-89/+83
| | | | | | | | | | | | | | | 2006-12-03 Harish Krishnaswamy <kharish@novell.com> * plugins/groupwise-account-setup/camel-gw-listener.c: (add_esource), (add_calendar_tasks_sources), (get_addressbook_names_from_server), (add_proxy_sources), (prune_proxies), (camel_gw_listener_construct): Add code to prune dead proxy entries (so they are executed regardless of which component gets loaded first). Clean up the existing code, fix leaks and ensure new proxy calendars have their (different) color set. svn path=/trunk/; revision=33037
* Mark description for translation.Kjartan Maraas2006-12-042-1/+6
| | | | | | | | | 2006-09-19 Kjartan Maraas <kmaraas@gnome.org> * org-gnome-gw-account-setup.eplug.xml: Mark description for translation. svn path=/trunk/; revision=33034
* ** Fix bug #348679Parthasarathi Susarla2006-11-292-10/+23
| | | | | | | | | | | | 2006-11-28 Parthasarathi Susarla <ajaysusarla@gmail.com> ** Fix bug #348679 * icsimporter.c: (org_gnome_evolution_import_ics_attachment): Do not access structure elements directly. Use the methods of the class in the CamelDataWrapper Class svn path=/trunk/; revision=33030
* Remove an extraneous initialization that leaks a CamelUrl on eachHarish Krishnaswamy2006-11-172-1/+6
| | | | | | | | | | 2006-11-17 Harish Krishnaswamy <kharish@novell.com> * proxy-login.c: (proxy_login_get_cnc): Remove an extraneous initialization that leaks a CamelUrl on each invocation. svn path=/trunk/; revision=32990
* Fixed typo in plugin description. Fixes bug 363999.Priit Laes2006-10-232-1/+6
| | | | | | | | 2006-10-23 Priit Laes <amd@store20.com> * org-gnome-default-source.eplug.xml: Fixed typo in plugin description. Fixes bug 363999. svn path=/trunk/; revision=32933
* Fix typo. Fixes #363999.Priit Laes2006-10-222-1/+5
| | | | | | | 2006-10-21 Priit Laes <amd@store20.com> * org-gnome-default-source.eplug.xml: Fix typo. Fixes #363999. svn path=/trunk/; revision=32926
* Fixes #360815Chenthill Palanisamy2006-10-162-4/+6
| | | | svn path=/trunk/; revision=32897
* Mark name and description for translation.Kjartan Maraas2006-10-162-2/+7
| | | | | | | | | 2006-08-28 Kjartan Maraas <kmaraas@gnome.org> * org-gnome-evolution-mail-attachments-import-ics.eplug.xml: Mark name and description for translation. svn path=/trunk/; revision=32892
* addressbook/importers/evolution-ldif-importer.cFrancisco Javier F. Serrador2006-10-153-3/+3
| | | | | | | | | | | | | | | | 2006-10-15 Francisco Javier F. Serrador <serrador@openshine.com> * addressbook/gui/widgets/eab-contact-display.c: addressbook/importers/evolution-ldif-importer.c addressbook/importers/evolution-vcard-importer.c calendar/importers/icalendar-importer.c plugins/groupwise-features/properties.glade plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.xml plugins/save-attachments/org-gnome-save-attachments.xml shell/shell.error.xml : Make some string improvements to allow better use of gettext compendia. svn path=/trunk/; revision=32879
* Chain up to parent's finalize() method.Matthew Barnes2006-09-192-0/+7
| | | | | | | | | 2006-09-18 Matthew Barnes <mbarnes@redhat.com> * camel-hula-listener.c: (finalize) Chain up to parent's finalize() method. svn path=/trunk/; revision=32786
* Chain up to parent's finalize() method.Matthew Barnes2006-09-192-0/+7
| | | | | | | | | 2006-09-18 Matthew Barnes <mbarnes@redhat.com> * camel-gw-listener.c: (finalize) Chain up to parent's finalize() method. svn path=/trunk/; revision=32785
* correct display of time. Fixes bug #343686.Andre Klapper2006-09-152-1/+5
| | | | | | | | 2006-09-14 Andre Klapper <a9016009@gmx.de> * itip-view.c: correct display of time. Fixes bug #343686. svn path=/trunk/; revision=32765
* Mark name and description for translation. Makefile.am: Rename the aboveKjartan Maraas2006-08-283-3/+9
| | | | | | | | | | 2006-08-28 Kjartan Maraas <kmaraas@gnome.org> * org-gnome-evolution-caldav.eplug.xml: Mark name and description for translation. Makefile.am: Rename the above from .in to .xml svn path=/trunk/; revision=32689
* ** Fix for bug #347248Srinivasa Ragavan2006-08-234-4/+18
| | | | svn path=/trunk/; revision=32647
* improve GError initialization code - fixes bug 352423. committed by AndreMatthew Barnes2006-08-232-2/+7
| | | | | | | | | | | 2006-08-23 Matthew Barnes <mbarnes@redhat.com> * plugins/mailing-list-actions/mailing-list-actions.c: * widgets/misc/e-multi-config-dialog.c: improve GError initialization code - fixes bug 352423. committed by Andre Klapper svn path=/trunk/; revision=32638
* fix an uninitialized GError - fixes bug 352423. committed by Andre KlapperMatthew Barnes2006-08-232-1/+6
| | | | | | | | | | | 2006-08-23 Matthew Barnes <mbarnes@redhat.com> * calendar/gui/e-itip-control.c: * plugins/itip-formatter/itip-formatter.c: fix an uninitialized GError - fixes bug 352423. committed by Andre Klapper svn path=/trunk/; revision=32637
* ** Fix for bug #350395 by Øystein GisnåsSrinivasa Ragavan2006-08-232-2/+11
| | | | svn path=/trunk/; revision=32635
* ** Fix for bug #350823Srinivasa Ragavan2006-08-232-2/+41
| | | | svn path=/trunk/; revision=32634
* #if 0 out unused function and plug a leak.Kjartan Maraas2006-08-222-1/+8
| | | | | | | | | 2006-08-22 Kjartan Maraas <kmaraas@gnome.org> * em-junk-filter.c: (em_junk_sa_init): #if 0 out unused function and plug a leak. svn path=/trunk/; revision=32628
* Quiet CVS a bitKjartan Maraas2006-08-221-0/+3
| | | | svn path=/trunk/; revision=32623
* Don't leak the key.Kjartan Maraas2006-08-222-0/+5
| | | | | | | | 2006-08-17 Kjartan Maraas <kmaraas@gnome.org> * prefer-plain.c: (e_plugin_lib_enable): Don't leak the key. svn path=/trunk/; revision=32622
* "Disable" did not work for "On This Computer" - fixes bug 350901.Matthew Barnes2006-08-212-22/+24
| | | | | | | | | 2006-08-21 Matthew Barnes <mbarnes@redhat.com> * mail-account-disable.c: "Disable" did not work for "On This Computer" - fixes bug 350901. svn path=/trunk/; revision=32616
* Fix for bug #308271Srinivasa Ragavan2006-08-212-3/+24
| | | | svn path=/trunk/; revision=32608
* ** Fixes bug #322771Srinivasa Ragavan2006-08-212-50/+18
| | | | svn path=/trunk/; revision=32602
* Fixes #328268.Chenthill Palanisamy2006-08-192-0/+10
| | | | svn path=/trunk/; revision=32592
* Don't leak the file path here.Kjartan Maraas2006-08-182-0/+8
| | | | | | | | | 2006-08-17 Kjartan Maraas <kmaraas@gnome.org> * gaimbuddies.c: (bbdb_sync_buddy_list_check): Don't leak the file path here. svn path=/trunk/; revision=32573
* Plug a couple leaks.Kjartan Maraas2006-08-172-1/+10
| | | | | | | | | 2006-08-17 Kjartan Maraas <kmaraas@gnome.org> * bbdb.c: (bbdb_open_addressbook), (create_addressbook_option_menu): Plug a couple leaks. svn path=/trunk/; revision=32560
* Plug a leak.Kjartan Maraas2006-08-172-3/+8
| | | | | | | | 2006-08-17 Kjartan Maraas <kmaraas@gnome.org> * rdf-format.c: (add_time_to_rdf): Plug a leak. svn path=/trunk/; revision=32557
* Add evolution-ipod-sync.h to dist. Fixes #350388.Harish Krishnaswamy2006-08-112-1/+7
| | | | | | | | | 2006-05-13 Harish Krishnaswamy <kharish@novell.com> * Makefile.am : Add evolution-ipod-sync.h to dist. Fixes #350388. svn path=/trunk/; revision=32533
* Add missing argument in the call to itip_send_comp.Harish Krishnaswamy2006-08-111-3/+3
| | | | | | | | | 2006-08-11 Harish Krishnaswamy <kharish@novell.com> * itip-formatter.c: (send_comp_to_attendee): Add missing argument in the call to itip_send_comp. svn path=/trunk/; revision=32532
* Add missing argument in the call to itip_send_comp.Harish Krishnaswamy2006-08-112-1/+6
| | | | | | | | | 2006-08-11 Harish Krishnaswamy <kharish@novell.com> * itip-formatter.c: (send_comp_to_attendee): Add missing argument in the call to itip_send_comp. svn path=/trunk/; revision=32531
* Corrected the spelling mistake in an error message. Fixes #350231.Sushma Rai2006-08-072-1/+6
| | | | svn path=/trunk/; revision=32484
* Fix for some bugs in gaim synchronization and automatic contacts.Devashish Sharma2006-08-032-1/+20
| | | | svn path=/trunk/; revision=32467
* Fixes #343991.Chenthill Palanisamy2006-08-022-0/+7
| | | | svn path=/trunk/; revision=32462
* Fixes #310489Chenthill Palanisamy2006-07-312-4/+35
| | | | svn path=/trunk/; revision=32448
* Fixes #329740.Chenthill Palanisamy2006-07-312-1/+23
| | | | svn path=/trunk/; revision=32445
* Fixes #347973Chenthill Palanisamy2006-07-312-38/+21
| | | | svn path=/trunk/; revision=32438
* Added support for gadu gadu im in contact entry.Devashish Sharma2006-07-241-0/+2
| | | | svn path=/trunk/; revision=32407
* Handling the errors EXCHANGE_ACCOUNT_FOLDER_GC_NOTREACHABLE andSushma Rai2006-07-243-0/+20
| | | | | | | EXCHANGE_ACCOUNT_FOLDER_NO_SUCH_USER. Added an error code folder-no-gc-error and corresponding error string. Fixes #234359. svn path=/trunk/; revision=32403
* Added support for Gw notes.Chenthill Palanisamy2006-07-222-0/+13
| | | | svn path=/trunk/; revision=32379
* Checking if a user is subscribing to his own folder. Fixes #311322.Sushma Rai2006-07-222-0/+19
| | | | | | Patch submitted by "Vandana Shenoy .B <shvandana@novell.com>" svn path=/trunk/; revision=32374
* Added support for shared notes.Chenthill Palanisamy2006-07-224-78/+186
| | | | svn path=/trunk/; revision=32373
* [addressbook]Ross Burton2006-07-192-1/+8
| | | | | | | | | | | | | | | | | | | 2006-07-18 Ross Burton <ross@openedhand.com> * addressbook/gui/contact-editor/e-contact-editor.c: * addressbook/gui/contact-list-editor/e-contact-list-editor.c: * addressbook/gui/widgets/eab-contact-display.c: Fix for EContactPhoto changes. Partially fixed by Hiroyuki Ikezoe <poincare@ikezoe.net>, finished by myself. (#347870). [plugins/bbdb] 2006-07-18 Ross Burton <ross@openedhand.com> * gaimbuddies.c: Fix for EContactPhoto change. Partially fixed by Hiroyuki Ikezoe <poincare@ikezoe.net>, rest by me. (#347870) svn path=/trunk/; revision=32343
* remove "*" from translation. Fixes bug #331147.Andre Klapper2006-07-194-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | 2006-07-18 Andre Klapper <a9016009@gmx.de> * addressbook/gui/contact-editor/contact-editor.glade: * addressbook/gui/contact-editor/fullname.glade: * addressbook/gui/contact-editor/fulladdr.glade: * addressbook/gui/contact-editor/im.glade: * addressbook/gui/contact-list-editor/contact-list-editor.glade: * calendar/gui/dialogs/calendar-setup.glade: * calendar/gui/dialogs/new-calendar.glade: * calendar/gui/dialogs/new-task-list.glade: * calendar/gui/dialogs/url-editor-dialog.glade: * mail/message-tags.glade: * plugins/exchange-operations/exchange-change-password.glade: * plugins/groupwise-features/properties.glade: * widgets/e-timezone-dialog/e-timezone-dialog.glade: * widgets/menus/gal-view-instance-save-as-dialog.glade: * widgets/menus/gal-view-new-dialog.glade: * widgets/misc/e-attachment.glade: * widgets/misc/gal-categories.glade: remove "*" from translation. Fixes bug #331147. svn path=/trunk/; revision=32340
* Made the success message translatable and fixed a typo.Sankar P2006-07-172-1/+6
| | | | | | | | | 2006-07-17 Sankar P <psankar@novell.com> * mail-retract.c: (retract_mail_settings) Made the success message translatable and fixed a typo. svn path=/trunk/; revision=32330
* Evolution side coding for implementing security-classification send-options ↵Sankarasivasubramanian Pasupathilingam2006-07-173-1/+14
| | | | | | for GroupWise svn path=/trunk/; revision=32329
* Added support for GroupWise Message Retract mail-retract.c,Sankar P2006-07-175-4/+118
| | | | | | | | | | 2006-07-17 Sankar P <psankar@novell.com> * Added support for GroupWise Message Retract * Files added: mail-retract.c, org-gnome-mail-retract-errors.xml * Files modified: org-gnome-groupwise-features.eplug.xml, Makefile.am svn path=/trunk/; revision=32325
* remove empty strings from translationAndre Klapper2006-07-132-2/+7
| | | | | | | | | | | 2006-07-13 Andre Klapper <a9016009@gmx.de> * mail/mail-config.glade: * plugins/exchange-operations/exchange-permissions-dialog.glade: * widgets/menus/gal-view-instance-save-as-dialog.glade: remove empty strings from translation svn path=/trunk/; revision=32300
* Marking two strings for translation that were accidentally not marked.Andre Klapper2006-07-122-2/+7
| | | | | | | | | 2006-07-12 Andre Klapper <a9016009@gmx.de> * bbdb.c: Marking two strings for translation that were accidentally not marked. Fixes bug #347312. svn path=/trunk/; revision=32296
* Fixing header capitalization in menu. Fixes bug #323952. (Committed byMatthew Barnes2006-07-082-6/+11
| | | | | | | | | 2006-07-08 Matthew Barnes <mbarnes@redhat.com> * org-gnome-mailing-list-actions.xml: Fixing header capitalization in menu. Fixes bug #323952. (Committed by Andre Klapper) svn path=/trunk/; revision=32260
* ** Fixes bug #341369Hiroyuki Ikezoe2006-07-085-0/+15
| | | | | | | | | | | | | 2006-07-07 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fixes bug #341369 * filter/rule-editor.c: * plugins/exchange-operations/exchange-calendar.c: * plugins/exchange-operations/exchange-contacts.c: * plugins/save-attachments/save-attachments.c: fixing memory leaks. svn path=/trunk/; revision=32256
* Handle ICAL_X methods from Microsoft Live as request methods.Harish Krishnaswamy2006-07-062-2/+14
| | | | | | | | | | 2006-07-06 Harish Krishnaswamy <kharish@novell.com> * itip-formatter.c: (format_itip_object): Handle ICAL_X methods from Microsoft Live as request methods. svn path=/trunk/; revision=32239
* Using proper header capitalization for the menu entry. Fixes bug #318755.Karsten Bräckelmann2006-07-052-1/+6
| | | | svn path=/trunk/; revision=32232
* add translator comments to the string "Proxy login". Fixes bug #345055.Andre Klapper2006-06-292-0/+8
| | | | | | | | | 2006-06-29 Andre Klapper <a9016009@gmx.de> * proxy-login.c: add translator comments to the string "Proxy login". Fixes bug #345055. svn path=/trunk/; revision=32205
* Free GSList and its data after callingHarish Krishnaswamy2006-06-192-0/+9
| | | | | | | | | | 2006-06-19 Harish Krishnaswamy <kharish@novell.com> * itip-formatter.c (update_item): Free GSList and its data after calling e_cal_component_get_attachment_list. svn path=/trunk/; revision=32169
* Remove stray debug statements that should not have been committed.Harish Krishnaswamy2006-06-191-2/+0
| | | | | | | | | 2006-06-19 Harish Krishnaswamy <kharish@novell.com> * itip-formatter.c (update_item): Remove stray debug statements that should not have been committed. svn path=/trunk/; revision=32166
* Deletes a GroupWise appointment if accepted or deleted.Sankar P2006-06-162-38/+57
| | | | | | | | | 2006-06-16 Sankar P <psankar@novell.com> * itip-formatter.c: (view_response_cb): Deletes a GroupWise appointment if accepted or deleted. svn path=/trunk/; revision=32162
* Fixes #179774Chenthill Palanisamy2006-06-162-1/+18
| | | | svn path=/trunk/; revision=32159
* Use NO_UNDEFINED.Tor Lillqvist2006-06-152-2/+4
| | | | | | | | 2006-06-15 Tor Lillqvist <tml@novell.com> * Makefile.am: Use NO_UNDEFINED. svn path=/trunk/; revision=32153
* On successful connection, checking if the OOF state is set in theSushma Rai2006-06-154-4/+581
| | | | | | | server, and if it is set, asking the user if he wants to change it to in-office during login. Fixes #344650. svn path=/trunk/; revision=32152
* Use SOEXT.Tor Lillqvist2006-06-152-1/+5
| | | | | | | | 2006-06-15 Tor Lillqvist <tml@novell.com> * org-gnome-evolution-caldav.eplug.in: Use SOEXT. svn path=/trunk/; revision=32151
* Pass startup timezone as NULL, so that the local timezone will be shown.Srinivasa Ragavan2006-06-142-3/+6
| | | | svn path=/trunk/; revision=32133
* Defined and using new error code for displayig offline state of Evolution.Sushma Rai2006-06-133-18/+23
| | | | | | Fixes #344270. svn path=/trunk/; revision=32127
* org-gnome-proxy-login-errors.xml: Handled error case to not allow proxySankar P2006-06-123-1/+21
| | | | | | | | | | 2006-06-12 Sankar P <psankar@novell.com> * proxy-login.c: org-gnome-proxy-login-errors.xml: Handled error case to not allow proxy login to the same account more than once. Fixes #340535 svn path=/trunk/; revision=32111
* Fix memory leak. Fixes bug #335423.Chris Heath2006-06-092-0/+7
| | | | | | | | | | | | | 2006-06-09 Chris Heath <chris@heathens.co.nz> * addressbook/gui/widgets/eab-popup-control.c (eab_popup_control_set_free_form): * addressbook/gui/contact-editor/e-contact-quick-add.c (quick_add_merge_contact): * e-util/e-plugin.c (ep_construct): * mail/message-list.c (message_list_finalise): * plugins/itip-view.c (itip_view_destroy): Fix memory leak. Fixes bug #335423. svn path=/trunk/; revision=32101
* Fixes 340296Chenthill Palanisamy2006-06-072-76/+98
| | | | svn path=/trunk/; revision=32087
* Enabling the OK button only when the username is entered, fixes #317025.Sushma Rai2006-06-072-1/+26
| | | | svn path=/trunk/; revision=32086
* Fixes #332605. Multipart message handling. (set_attachments): NewHiroyuki Ikezoe2006-06-062-2/+109
| | | | | | | | | | | | | | 2006-06-06 Hiroyuki Ikezoe <poincare@ikezoe.net> Fixes #332605. * mail-to-task.c: (set_description): Multipart message handling. (set_attachments): New function. Set attachment files to a task. (clean_name): New function. from plugins/save-attachments/save-attachments.c. svn path=/trunk/; revision=32083
* Increases the height of the dialog to make it easily usableDavid Richards2006-05-312-0/+6
| | | | | | | | | 2006-05-31 David Richards <drichard@largo.com> * proxy-login-dialog.glade: Increases the height of the dialog to make it easily usable svn path=/trunk/; revision=32060
* Added support for saving/attaching files/events/mails from/to remote sharesSrinivasa Ragavan2006-05-252-0/+7
| | | | svn path=/trunk/; revision=32024
* patch submitted by: Hiroyuki IkezoeHarish Krishnaswamy2006-05-132-0/+7
| | | | | | | | | | 2006-05-13 Harish Krishnaswamy <kharish@novell.com> patch submitted by: Hiroyuki Ikezoe * ipod.c: Remove compiler warning. Fixes 341606. svn path=/trunk/; revision=31980
* Do not print the password in the terminal.Sankar P2006-05-112-1/+6
| | | | | | | | | 2006-05-11 Sankar P <psankar@novell.com> * exchange-account-setup.c: (btn_chpass_clicked): Do not print the password in the terminal. svn path=/trunk/; revision=31972
* Using the HIGified notification message. Fixes #302825.Sushma Rai2006-05-103-3/+12
| | | | svn path=/trunk/; revision=31968
* Not displaying error message on cancel operation. Fixes #332131.Sushma Rai2006-05-102-1/+8
| | | | svn path=/trunk/; revision=31966
* Multiple folder support for iPod.Srinivasa Ragavan2006-05-092-7/+18
| | | | svn path=/trunk/; revision=31960
* ** Fixes #323853Shi Pu2006-04-302-6/+13
| | | | | | | | | | | | 2006-02-28 Shi Pu <shi.pu@sun.com> ** Fixes #323853 * save-attachments.c: (save_response), (entry_changed), (save_got_message): replace GnomeFileEntry by GtkFileChooserButton. svn path=/trunk/; revision=31931
* Changed the ; in the end to a . in an error messageSankar P2006-04-242-1/+6
| | | | | | | | | 2006-04-24 Sankar P <psankar@novell.com> * org-gnome-proxy-login-errors.xml: Changed the ; in the end to a . in an error message svn path=/trunk/; revision=31872
* Changed the function signature. Fixes #329371.Sushma Rai2006-04-221-1/+1
| | | | | | | * exchange-account-setup.c (owa_authenticate_user): Changed the function signature. Fixes #329371. svn path=/trunk/; revision=31864
* Added code to see if the file already exist.Srinivasa Ragavan2006-04-222-19/+38
| | | | svn path=/trunk/; revision=31856
* Setting the e-source properties after both folder rename and new folderSushma Rai2006-04-193-23/+46
| | | | | | creation. Fixes #328578 and #338876. svn path=/trunk/; revision=31831
* Add default color to the GW source created. Fixes #167102Harish Krishnaswamy2006-04-192-0/+9
| | | | | | | | | | 2006-04-19 Harish Krishnaswamy <kharish@novell.com> * camel-gw-listener.c: (add_esource): Add default color to the GW source created. Fixes #167102 (bugzilla.novell.com). svn path=/trunk/; revision=31830
* Don't try and send a dbus message if the bus is down.Jeffrey Stedfast2006-04-182-37/+91
| | | | | | | | | | | | | | 2006-04-18 Jeffrey Stedfast <fejj@novell.com> * new-mail-notify.c (org_gnome_message_reading_notify): Don't try and send a dbus message if the bus is down. (org_gnome_new_mail_notify): Same. (init_dbus): New function to init the dbus connection and setup handlers for when the bus gets unexpectedly disconnected. (e_plugin_lib_enable): When the plugin gets disabled, unref the dbus connection and reset it back to NULL. svn path=/trunk/; revision=31827
* Return TRUE in case of non-exchange accounts. Fixes #338198.Sushma Rai2006-04-173-11/+17
| | | | svn path=/trunk/; revision=31819
* Handling rename opearion for public and subscribed folders.Sushma Rai2006-04-105-18/+81
| | | | | | Fixes #328813 and #315522. svn path=/trunk/; revision=31792
* Corrected the rename folder operation and also not allowing the renameSushma Rai2006-04-075-49/+190
| | | | | | of standard folders. Fixes #310433. svn path=/trunk/; revision=31780
* ** Fixes #333881 Set an empty string instead of null for a TEXT entry.Jeff Cai2006-03-282-1/+7
| | | | | | | | | | 2006-03-28 Jeff Cai <jeff.cai@sun.com> ** Fixes #333881 * caldav-source.c: (oge_caldav): Set an empty string instead of null for a TEXT entry. svn path=/trunk/; revision=31749
* Fixes the first time account setup issue.Sushma Rai2006-03-112-15/+23
| | | | svn path=/trunk/; revision=31691
* Fix for Bug 331023Devashish Sharma2006-03-101-1/+1
| | | | svn path=/trunk/; revision=31680
* added a bug id which was fixed with the previous patch.Chenthill Palanisamy2006-03-101-1/+1
| | | | svn path=/trunk/; revision=31679
* Freeing GConfValue. See #329251.Sushma Rai2006-03-062-1/+8
| | | | svn path=/trunk/; revision=31650
* Not unrefing the account passed to the signal handler. Fixes #332129.Sushma Rai2006-03-062-3/+5
| | | | svn path=/trunk/; revision=31649
* included the header file, authentication.hChenthill Palanisamy2006-03-041-0/+1
| | | | svn path=/trunk/; revision=31638
* fixes #330974.Chenthill Palanisamy2006-03-042-2/+11
| | | | svn path=/trunk/; revision=31637
* Fixes #328389Chenthill Palanisamy2006-03-032-2/+26
| | | | svn path=/trunk/; revision=31632
* Takes care of non SSL accounts too. Fixes #332948Sankar P2006-03-012-4/+11
| | | | | | | | | | | 2006-03-01 Sankar P <psankar@novell.com> * proxy-login.c: (proxy_get_password) (proxy_login_get_cnc): Takes care of non SSL accounts too. Fixes #332948 svn path=/trunk/; revision=31615
* fixing a leak.Christian Kellner2006-02-284-8/+15
| | | | | | | | | | 2006-02-28 Christian Kellner <gicmo@gnome.org> * evolution/plugins/addressbook-file/addressbook-file.c: * evolution/plugins/calendar-file/calendar-file.c: fixing a leak. svn path=/trunk/; revision=31609
* Fixed the typo "retrun" to "return"Sushma Rai2006-02-272-1/+5
| | | | svn path=/trunk/; revision=31592
* Commited fix for crash during startup.Srinivasa Ragavan2006-02-272-1/+6
| | | | svn path=/trunk/; revision=31591
* NULL check for accounts. Fixes #332185.Sushma Rai2006-02-273-1/+16
| | | | svn path=/trunk/; revision=31590
* Trying to get the exchange account, only when invoked for exchange accountSushma Rai2006-02-272-33/+68
| | | | | | | and also not showing the folder permissions dialog when invoked in offline mode. See #332514. svn path=/trunk/; revision=31585
* Added bug id to the changelog.Sushma Rai2006-02-271-1/+1
| | | | svn path=/trunk/; revision=31584
* Fixed the problem with the sent and drafts folder URIs and alsoSushma Rai2006-02-272-15/+56
| | | | | | setting them. Fixes #324693. svn path=/trunk/; revision=31583
* Memory leak fixes. See #329251.Sushma Rai2006-02-253-0/+12
| | | | svn path=/trunk/; revision=31578
* Fixes bug #328252Irene.Huang2006-02-222-0/+8
| | | | | | | | | | | 2006-02-22 Irene.Huang <Irene.Huang@sun.com> Fixes bug #328252 * Makefile.am: Add $(EVOLUTION_CALENDAR_LIBS) to liborg_gnome_evolution_caldav_la_LIBADD. svn path=/trunk/; revision=31562
* fixes a crash.Chenthill Palanisamy2006-02-212-2/+12
| | | | svn path=/trunk/; revision=31556
* Fix more brokenness. doh check if its the proxy page. Need whack on theShreyas Srinivasan2006-02-212-3/+12
| | | | | | | | | 2006-02-21 Shreyas Srinivasan <sshreyas@novell.com> * proxy.c: Fix more brokenness. doh check if its the proxy page. Need whack on the head for sucky reckless commit. svn path=/trunk/; revision=31549
* Fix more brokenness. doh check if its the proxy page.Shreyas Srinivasan2006-02-202-4/+9
| | | | | | | | | 2006-02-16 Shreyas Srinivasan <sshreyas@novell.com> * proxy.c: Fix more brokenness. doh check if its the proxy page. svn path=/trunk/; revision=31547
* Fixes bug #331635Irene Huang2006-02-202-1/+9
| | | | | | | | | | | | 2006-02-18 Irene Huang <Irene.Huang@sun.com> Fixes bug #331635 * exchange-account-setup.c: (org_gnome_exchange_settings): Add NULL as the last parameter in g_object_new to mark the the end of parameter list. svn path=/trunk/; revision=31546
* Initialize connection only when the proxy tab is clicked.Shreyas Srinivasan2006-02-162-2/+9
| | | | | | | | | 2006-02-16 Shreyas Srinivasan <sshreyas@novell.com> * proxy.c: Initialize connection only when the proxy tab is clicked. svn path=/trunk/; revision=31535
* Another typo fix from gfree to g_free.Andre Klapper2006-02-142-1/+5
| | | | | | | 2006-02-14 Andre Klapper <a9016009@gmx.de> * bbdb.c (bbdb_page_factory): Another typo fix from gfree to g_free. svn path=/trunk/; revision=31521
* A typo fix from gfree to g_free.Veerapuram Varadhan2006-02-142-1/+5
| | | | | | * bbdb.c (bbdb_page_factory): A typo fix from gfree to g_free. svn path=/trunk/; revision=31520
* A typo fix from gfree to g_free.Veerapuram Varadhan2006-02-142-1/+6
| | | | | | | * itip-formatter.c (itip_formatter_page_factory): A typo fix from gfree to g_free. svn path=/trunk/; revision=31519
* Fix mnemonics to be consistent.Karsten Bräckelmann2006-02-134-4/+14
| | | | svn path=/trunk/; revision=31497
* Removing unnecessary markup in translateable string.Karsten Bräckelmann2006-02-134-4/+26
| | | | svn path=/trunk/; revision=31494
* fix mnemonicKarsten Bräckelmann2006-02-132-1/+6
| | | | svn path=/trunk/; revision=31493
* adding mnemonic. Fixes bug 328151.Andre Klapper2006-02-122-2/+6
| | | | | | | 2006-02-11 Andre Klapper <a9016009@gmx.de> * default-source.c: adding mnemonic. Fixes bug 328151. svn path=/trunk/; revision=31486
* a11y changes for bug #330723Karsten Bräckelmann2006-02-112-1/+6
| | | | svn path=/trunk/; revision=31477
* updated the bug ids.Sushma Rai2006-02-101-1/+1
| | | | svn path=/trunk/; revision=31472
* Fixes the problems of marking GAL for offline usage and as default folderSushma Rai2006-02-102-15/+32
| | | | | | | and also overwriting the GAL uri with relative uri of some other folder. Fixes #329623 and #329624 svn path=/trunk/; revision=31470
* Freeing uri_text. See #329251.Sushma Rai2006-02-102-1/+7
| | | | svn path=/trunk/; revision=31468
* ** See bug 326348 check if its a valid accoune before creating folderParthasarathi Susarla2006-02-082-0/+10
| | | | | | | | | | 2006-02-08 Parthasarathi Susarla <sparthasarathi@novell.com> ** See bug 326348 * share-folder-common.c:(refresh_folder_tree) check if its a valid accoune before creating folder svn path=/trunk/; revision=31445
* Fixed memory leaks. Fixes #329251.Sushma Rai2006-02-064-4/+32
| | | | svn path=/trunk/; revision=31418
* fix a bunch of Address Book stringsKarsten Bräckelmann2006-02-062-1/+7
| | | | svn path=/trunk/; revision=31413
* Fixed the issue with subscribing to other user's folders. (#328554)Sushma Rai2006-02-034-84/+124
| | | | svn path=/trunk/; revision=31401
* reverting the previous commit.Chenthill Palanisamy2006-02-012-3/+10
| | | | svn path=/trunk/; revision=31394
* fixes #328413Chenthill Palanisamy2006-01-302-2/+99
| | | | svn path=/trunk/; revision=31364
* ** Fixes Bug #314913Rajeev ramanathan2006-01-302-7/+6
| | | | | | | | | | 2006-01-25 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in> ** Fixes Bug #314913 * plugin-manager.c : Removed id, path displayed in UI svn path=/trunk/; revision=31350
* Make this place a bit more quietKjartan Maraas2006-01-2848-108/+176
| | | | svn path=/trunk/; revision=31328
* removed string "dialog1" from translation. Fixes bug 306118.Andre Klapper2006-01-274-2/+10
| | | | | | | | | | | | 2006-01-27 Andre Klapper <a9016009@gmx.de> * plugins/groupwise-features/proxy-listing.glade: * plugins/publish-calendar/publish-calendar.glade: * smime/gui/smime-ui.glade: * widgets/table/e-table-config.glade: * widgets/table/e-table-config-no-group.glade: removed string "dialog1" from translation. Fixes bug 306118. svn path=/trunk/; revision=31326
* Corrected the memory corruption in forming the URIs. Fixes #328304.Sushma Rai2006-01-273-21/+59
| | | | svn path=/trunk/; revision=31323
* Fixes #328224, 328408, 328389Chenthill Palanisamy2006-01-253-27/+81
| | | | svn path=/trunk/; revision=31303
* Making the warning and error dialogs non-modal. Fixes #328385.Sushma Rai2006-01-243-14/+33
| | | | svn path=/trunk/; revision=31295
* Checking for the NULL URI, Fixes #328282.Sushma Rai2006-01-232-1/+9
| | | | svn path=/trunk/; revision=31281
* Added an option to select a different addressbook for gaim buddies. Earlier ↵Devashish Sharma2006-01-234-16/+61
| | | | | | it used the same addressbook as that used by Automatic Contacts. svn path=/trunk/; revision=31277
* Reading the auth type from ExchangeAccount and setting it in URL if the urlSushma Rai2006-01-232-4/+30
| | | | | | doesn't contain the auth mechanism value. Fixes #327284. svn path=/trunk/; revision=31270
* Fix twenty odd compiler warnings and style oddness.Harish Krishnaswamy2006-01-222-15/+22
| | | | | | | | | | 2006-01-22 Harish Krishnaswamy <kharish@novell.com> * icsimporter.c (get_menu_type), (dialog_response_cb), (dialog_close_cb), (get_icalcomponent_from_file): Fix twenty odd compiler warnings and style oddness. svn path=/trunk/; revision=31262
* cahnged "emails" to "messages". I learn American English day by day. Yeah.Andre Klapper2006-01-201-1/+1
| | | | | | | | | 2006-01-19 Andre Klapper <a9016009@gmx.de> * plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml: cahnged "emails" to "messages". I learn American English day by day. Yeah. svn path=/trunk/; revision=31245
* plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml changed "mails" toAndre Klapper2006-01-206-8/+24
| | | | | | | | | | | 2006-01-19 Andre Klapper <a9016009@gmx.de> * plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml: * plugins/exchange-operations/org-gnome-exchange-operations.error.xml: * plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml changed "mails" to "mail", "emails" or "messages". Fixes bug 325569. svn path=/trunk/; revision=31244
* Displaying the offline message for both Exchange personal and GAL folders.Sushma Rai2006-01-182-3/+11
| | | | | | Fixes #327483. svn path=/trunk/; revision=31232
* decode the date to local time **Fixes #314755 also fixed some stylingVivek Jain2006-01-182-5/+20
| | | | | | | | | | | | 2006-01-18 Vivek Jain <jvivek@novell.com> * status-track.c : (add_detail): decode the date to local time **Fixes #314755 also fixed some styling issues. Committed on behalf of Vivek - partha svn path=/trunk/; revision=31230
* Initial commits. Plugin written and submitted by Johnny JacobHarish Krishnaswamy2006-01-174-0/+501
| | | | | | | | | 2006-01-17 Harish Krishnaswamy <kharish@novell.com> * import-ics-attachments : Initial commits. Plugin written and submitted by Johnny Jacob <johnnyjacob@gmail.com> svn path=/trunk/; revision=31223
* Add some much needed ego to NCLUDES ;-)Harish Krishnaswamy2006-01-171-1/+1
| | | | | | | | 2006-01-17 Harish Krishnaswamy <kharish@novell.com> * Makefile.am : Add some much needed ego to NCLUDES ;-) svn path=/trunk/; revision=31222
* Enumerate files for BUILT_SOURCES macro as plugin_DATA now includes staticHarish Krishnaswamy2006-01-162-2/+8
| | | | | | | | | | 2006-01-16 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Enumerate files for BUILT_SOURCES macro as plugin_DATA now includes static files from the source tree. svn path=/trunk/; revision=31214
* 'Import' the CalDAV eplugin implementation into evolution. Please referHarish Krishnaswamy2006-01-164-0/+369
| | | | | | | | | | | 2006-01-16 Harish Krishnaswamy <kharish@novell.com> * caldav*: 'Import' the CalDAV eplugin implementation into evolution. Please refer evolution-caldav module in cvs.gnome.org for prior Change history. svn path=/trunk/; revision=31208
* Fixed a minor typo in error string. (#327053).Harish Krishnaswamy2006-01-162-1/+6
| | | | | | | | | 2006-01-16 Harish Krishnaswamy <kharish@novell.com> * org-gnome-exchange-operations.error.xml: Fixed a minor typo in error string. (#327053). svn path=/trunk/; revision=31201
* Fix a grammar error in translatable string. (#327155)Harish Krishnaswamy2006-01-162-1/+6
| | | | | | | | | 2006-01-16 Harish Krishnaswamy <kharish@novell.com> * exchange-config-listener.c: (display_passwd_expiry_message): Fix a grammar error in translatable string. (#327155) svn path=/trunk/; revision=31200
* corrected the changelog.Chenthill Palanisamy2006-01-161-1/+1
| | | | svn path=/trunk/; revision=31190
* fixes #267402Chenthill Palanisamy2006-01-163-19/+99
| | | | svn path=/trunk/; revision=31189
* ** Fixes bug #323011Srinivasa Ragavan2006-01-145-17/+85
| | | | | | | | | | | | | | | 2006-01-14 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bug #323011 * Makefile.am: Added org-gnome-mail-to-task.xml to build * mail-to-task.c (convert_to_task), (org_gnome_mail_to_task), (org_gnome_mail_to_task_menu): Added Code to handle menu. * org-gnome-mail-to-task.eplug.xml: Added plug to show Convert to Task menu item under Message menu. * org-gnome-mail-to-task.xml: Added UI files for menu item. svn path=/trunk/; revision=31179
* ** Fixes bug #326265Srinivasa Ragavan2006-01-142-1/+7
| | | | | | | | | | 2006-01-13 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bug #326265 * org-gnome-plugin-manager.xml: Added mnemonics to Plugin menu item. svn path=/trunk/; revision=31173
* Set the "save-passwd" parameter value EAccount. Fixes #326842.Sushma Rai2006-01-132-1/+15
| | | | svn path=/trunk/; revision=31170
* Added krb5 checks while invoking change_passwd_cb() andSushma Rai2006-01-132-0/+9
| | | | | | exchange_config_listener_authenticate(). svn path=/trunk/; revision=31166
* fixes #271546Chenthill Palanisamy2006-01-132-4/+12
| | | | svn path=/trunk/; revision=31162
* Cheking for password expired error code, displaying the error message andSushma Rai2006-01-125-9/+244
| | | | | | | | | allowing the user to reset password. Also showing password expiry warning message in advance. Fixes #326060. Also, Checking for the quota related error codes and displaying the corresponding error/warning messages to the user. Fixes #326087. svn path=/trunk/; revision=31143
* Changing strings to be more precise. Fixes bug 325132.Andre Klapper2006-01-112-2/+6
| | | | | | | | 2006-01-11 Andre Klapper <a9016009@gmx.de> * org-gnome-sa-junk-plugin.eplug.xml: Changing strings to be more precise. Fixes bug 325132. svn path=/trunk/; revision=31136
* added the bug id 325926`Chenthill Palanisamy2006-01-111-0/+1
| | | | svn path=/trunk/; revision=31127
* fixes appearance of the empty menu item in mail.Chenthill Palanisamy2006-01-112-2/+7
| | | | svn path=/trunk/; revision=31126
* ** Fixes bug #316100Srinivasa Ragavan2006-01-115-12/+10
| | | | | | | | | | | | | | 2006-01-11 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bug #316100 * org-gnome-exchange-ab-subscription.xml: * org-gnome-exchange-tasks-subscription.xml: * org-gnome-folder-permissions.xml: * org-gnome-folder-subscription.xml: Removed empty menu entry which was pointing to Tools menu. svn path=/trunk/; revision=31125
* use e_utf8_strftime() in evolution-data-server/Simon Zheng2006-01-103-2/+10
| | | | | | | | | | | | 2006-01-10 Simon Zheng <simon.zheng@sun.com> * csv-format.c: * rdf-format.c: use e_utf8_strftime() in evolution-data-server/ libedataserver/e-data-server-util.c instead of the copy in evolution/e-util/e-util.c. svn path=/trunk/; revision=31120
* use e_utf8_strftime() in evolution-data-server/Simon Zheng2006-01-102-0/+7
| | | | | | | | | | 2006-01-10 Simon Zheng <simon.zheng@sun.com> * itip-view.c: use e_utf8_strftime() in evolution-data-server/ libedataserver/e-data-server-util.c instead of the copy in evolution/e-util/e-util.c. svn path=/trunk/; revision=31119
* Fixed the issue of subscribe to other users folder being modal.Sushma Rai2006-01-092-17/+22
| | | | | | Fixes #314748 svn path=/trunk/; revision=31103
* changing "cancelled" (British English) to "canceled" (American English).Andre Klapper2006-01-063-7/+14
| | | | | | | | | | | | | | | | | | | | | | 2006-01-06 Andre Klapper <a9016009@gmx.de> * addressbook/gui/widgets/eab-gui-util.c: * calendar/calendar.error.xml: * calendar/gui/dialogs/task-details-page.glade: * calendar/gui/e-cal-component-preview.c: * calendar/gui/e-cal-model-tasks.c: * calendar/gui/e-calendar-table.c: * calendar/gui/e-itip-control.c: * calendar/gui/print.c: * mail/mail-ops.c: * mail/mail-send-recv.c: * mail/mail-session.c: * plugins/itip-formatter/itip-formatter.c: * plugins/itip-formatter/itip-view.c: changing "cancelled" (British English) to "canceled" (American English). Fixes bug 325334. svn path=/trunk/; revision=31088
* use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-063-2/+9
| | | | | | | | | | | 2006-01-06 Simon Zheng <simon.zheng@sun.com> * evolution-mail-session.c: * evolution-mail-store.c: use libedataserver/e-account-list.h instead of e-util/e-account-list.h. use libedataserver/e-account.h instead of e-util/e-account.h. svn path=/trunk/; revision=31082
* use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-062-2/+8
| | | | | | | | | | 2006-01-06 Simon Zheng <simon.zheng@sun.com> * mail-account-disable.c: use libedataserver/e-account-list.h instead of e-util/e-account-list.h. use libedataserver/e-account.h instead of e-util/e-account.h. svn path=/trunk/; revision=31081
* use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-063-2/+9
| | | | | | | | | | | 2006-01-06 Simon Zheng <simon.zheng@sun.com> * itip-formatter.c: * itip-view.c: use libedataserver/e-account-list.h instead of e-util/e-account-list.h. use libedataserver/e-account.h instead of e-util/e-account.h. svn path=/trunk/; revision=31080
* use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-063-2/+9
| | | | | | | | | | | 2006-01-06 Simon Zheng <simon.zheng@sun.com> * camel-hula-listener.c: * camel-hula-listener.h: use libedataserver/e-account-list.h instead of e-util/e-account-list.h. use libedataserver/e-account.h instead of e-util/e-account.h. svn path=/trunk/; revision=31079
* use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-067-7/+18
| | | | | | | | | | | | | | | 2006-01-06 Simon Zheng <simon.zheng@sun.com> * junk-mail-settings.c: * mail-send-options.c: * proxy-login.c: * proxy.c: * proxy.h: * send-options.c: use libedataserver/e-account-list.h instead of e-util/e-account-list.h. use libedataserver/e-account.h instead of e-util/e-account.h. svn path=/trunk/; revision=31078
* use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-063-2/+9
| | | | | | | | | | | 2006-01-06 Simon Zheng <simon.zheng@sun.com> * camel-gw-listener.c: * camel-gw-listener.h: use libedataserver/e-account-list.h instead of e-util/e-account-list.h. use libedataserver/e-account.h instead of e-util/e-account.h. svn path=/trunk/; revision=31077
* use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-065-4/+13
| | | | | | | | | | | | | 2006-01-06 Simon Zheng <simon.zheng@sun.com> * exchange-account-setup.c: * exchange-calendar.c: * exchange-config-listener.h: * exchange-contacts.c: use libedataserver/e-account-list.h instead of e-util/e-account-list.h. use libedataserver/e-account.h instead of e-util/e-account.h. svn path=/trunk/; revision=31076
* Setting the username, authtype, auth-domain and auth properties on the esourceSushma Rai2006-01-053-8/+26
| | | | | | | | created, so that corresponding folder will be authenticated and loaded after the folder creation. Also fixed memory leak in case of no any changes condition. Not freeing the non allocated string offline_mode. svn path=/trunk/; revision=31064
* See bug ** 325210Shi Pu2006-01-042-3/+58
| | | | | | | | | | | | | | 2005-01-04 Shi Pu <shi.pu@sun.com> See bug ** 325210 * em-junk-filter.c: (get_spamassassin_version): gets the spamassassin version which evolution used (em_junk_sa_report_junk), (em_junk_sa_report_non_junk), (em_junk_sa_commit_reports): judge spamassassin version to decide which sync option should be used svn path=/trunk/; revision=31050
* Use EVOLUTION_PLUGINDIR as the macro name for the plugindir, to match whatTor Lillqvist2006-01-044-3/+25
| | | | | | | | | | | | | | 2006-01-04 Tor Lillqvist <tml@novell.com> * Makefile.am: Use EVOLUTION_PLUGINDIR as the macro name for the plugindir, to match what is redefined for Win32 in e-util/e-util-private.h * publish-calendar.c (publish_calendar_locations) * url-editor-dialog.c (url_editor_dialog_construct): Construct glade file pathname at run-time. svn path=/trunk/; revision=31044
* Check for static capability only if the ecal already exists. Fixes anotherHarish Krishnaswamy2006-01-032-1/+8
| | | | | | | | | | 2006-01-02 Harish Krishnaswamy <kharish@novell.com> * itip-formatter.c: (source_selected_cb): Check for static capability only if the ecal already exists. Fixes another critical warning crasher. svn path=/trunk/; revision=31029
* In the plugin porceed only with the exchange account folders.Sushma Rai2006-01-023-2/+16
| | | | | | fixes #325491. svn path=/trunk/; revision=31020
* String Fixes (Bug #325122)Harish Krishnaswamy2006-01-011-3/+3
| | | | | | | | 2006-01-01 Harish Krishnaswamy <kharish@novell.com> * String Fixes (Bug #325122) svn path=/trunk/; revision=31006
* Fix for #325117Harish Krishnaswamy2006-01-013-5/+5
| | | | | | | | 2006-01-01 Harish Krishnaswamy <kharish@novell.com> Fix for #325117 svn path=/trunk/; revision=31005
* Fixing several typos and harmonizing capital/small letters. PartiallyAndre Klapper2005-12-311-0/+6
| | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.xml: Fixing several typos and harmonizing capital/small letters. Partially fixes bug 306117. svn path=/trunk/; revision=30993
* fixed two strings for consistency. Fixes bug 325127 and partially bugAndre Klapper2005-12-311-0/+5
| | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * csv-format.c: fixed two strings for consistency. Fixes bug 325127 and partially bug 325125. svn path=/trunk/; revision=30992
* Fixing several typos and harmonizing capital/small letters. PartiallyAndre Klapper2005-12-311-0/+6
| | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml: Fixing several typos and harmonizing capital/small letters. Partially fixes bug 306117. svn path=/trunk/; revision=30991
* added a missing word. Fixes bug 325128.Andre Klapper2005-12-311-0/+9
| | | | | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * itip-formatter.c: added a missing word. Fixes bug 325128. 2005-12-30 Andre Klapper <a9016009@gmx.de> * itip-formatter.c, itip-view.c: Marked missing strings translatable. Fixes bug 313554 in CVS HEAD. svn path=/trunk/; revision=30990
* Fixing several typos and harmonizing capital/small letters. PartiallyAndre Klapper2005-12-311-0/+6
| | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/plugins/groupwise-features/properties.glade: Fixing several typos and harmonizing capital/small letters. Partially fixes bug 306117. svn path=/trunk/; revision=30989
* Fixing several typos and harmonizing capital/small letters. PartiallyAndre Klapper2005-12-311-0/+11
| | | | | | | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/plugins/exchange-operations/org-gnome-exchange-operations.error.xml: Fixing several typos and harmonizing capital/small letters. Partially fixes bug 306117. 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/plugins/exchange-operations/exchange-account-setup.c: harmonized "URL", "Url" and "url". Fixes bug 325125. svn path=/trunk/; revision=30988
* Fixing several typos and harmonizing capital/small letters. PartiallyAndre Klapper2005-12-311-0/+5
| | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * org-gnome-evolution-bbdb.eplug.xml: Fixing several typos and harmonizing capital/small letters. Partially fixes bug 306117. svn path=/trunk/; revision=30987
* harmonized "URL", "Url" and "url". Fixes bug 325125.Andre Klapper2005-12-301-1/+1
| | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/calendar/gui/apps_evolution_calendar.schemas.in.in, evolution/plugins/exchange-operations/exchange-account-setup.c, evolution/widgets/misc/e-url-entry.c: harmonized "URL", "Url" and "url". Fixes bug 325125. svn path=/trunk/; revision=30976
* fixed two strings for consistency. Fixes bug 325127 and partially bugAndre Klapper2005-12-301-2/+2
| | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * csv-format.c: fixed two strings for consistency. Fixes bug 325127 and partially bug 325125. svn path=/trunk/; revision=30975
* Fixing several typos and harmonizing capital/small letters. PartiallyAndre Klapper2005-12-304-4/+4
| | | | | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/plugins/exchange-operations/org-gnome-exchange-operations.error.xml, evolution/plugins/groupwise-features/properties.glade, evolution/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml, evolution/plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml, evolution/ui/evolution-calendar.xml org-gnome-evolution-startup-wizard.eplug.xml, evolution/mail/mail.error.xml: Fixing several typos and harmonizing capital/small letters. Partially fixes bug 306117. svn path=/trunk/; revision=30972
* added a missing word. Fixes bug 325128.Andre Klapper2005-12-301-1/+1
| | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * itip-formatter.c: added a missing word. Fixes bug 325128. svn path=/trunk/; revision=30971
* Marked missing strings translatable. Fixes bug 313554 in CVS HEAD.Andre Klapper2005-12-302-26/+26
| | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * itip-formatter.c, itip-view.c: Marked missing strings translatable. Fixes bug 313554 in CVS HEAD. svn path=/trunk/; revision=30968
* fixed a typoAndre Klapper2005-12-261-1/+1
| | | | | | | 2005-12-26 Andre Klapper <a9016009@gmx.de> * org-gnome-addressbook-file.eplug.xml: fixed a typo svn path=/trunk/; revision=30959
* added description and author according to the changelog and c file. FixesAndre Klapper2005-12-261-1/+2
| | | | | | | | 2005-12-26 Andre Klapper <a9016009@gmx.de> * org-gnome-evolution-startup-wizard.eplug.xml: added description and author according to the changelog and c file. Fixes bug 301149. svn path=/trunk/; revision=30958
* Mark vairous plugins as translatable (bug#301149).Funda Wang2005-12-2518-12/+36
| | | | svn path=/trunk/; revision=30950
* Use -no-undefined on Windows. Link with used libraries.Tor Lillqvist2005-12-222-1/+9
| | | | | | | | | 2005-12-22 Tor Lillqvist <tml@novell.com> * Makefile.am: Use -no-undefined on Windows. Link with used libraries. svn path=/trunk/; revision=30928
* Use SOEXT.Tor Lillqvist2005-12-222-1/+5
| | | | | | | | 2005-12-22 Tor Lillqvist <tml@novell.com> * org-gnome-publish-calendar.eplug.in: Use SOEXT. svn path=/trunk/; revision=30927
* Fixes #320119Chenthill Palanisamy2005-12-212-4/+27
| | | | svn path=/trunk/; revision=30924
* fixes #274433Chenthill Palanisamy2005-12-212-2/+23
| | | | svn path=/trunk/; revision=30920
* Setting the username, authtype, auth-domain and auth properties on the esourceSushma Rai2005-12-212-2/+20
| | | | | | | created, so that corresponding folder will be authenticated and loaded after the folder creation. Fixes #324678. svn path=/trunk/; revision=30913
* added the missing file.Chenthill Palanisamy2005-12-202-1/+7
| | | | svn path=/trunk/; revision=30903
* Setting the correct title. Fixes #324580.Sushma Rai2005-12-202-1/+7
| | | | svn path=/trunk/; revision=30892
* Removed the repleted window title and added translator comments. Fixes #313545.Sushma Rai2005-12-193-5/+44
| | | | svn path=/trunk/; revision=30882
* Checking if the user has selected save password option or not andSushma Rai2005-12-193-6/+45
| | | | | | | accordingly prompting for the password whenever Evolution is restarted. Also, not asking for password twice during account creation. Fixes #324485. svn path=/trunk/; revision=30879
* free CamelURL and exchange_params. Fixes #324483.Sushma Rai2005-12-192-1/+15
| | | | svn path=/trunk/; revision=30878
* Corrected include path which was breaking the build.Sushma Rai2005-12-195-7/+16
| | | | svn path=/trunk/; revision=30877
* Committing the intial patch for calendar publishing.Chenthill Palanisamy2005-12-1914-0/+3022
| | | | svn path=/trunk/; revision=30875
* Added bug ID.Sushma Rai2005-12-191-1/+1
| | | | svn path=/trunk/; revision=30874
* Use g_ascii_strcasecmp() instead of strcasecmp(), especially as we areTor Lillqvist2005-12-182-8/+14
| | | | | | | | | | 2005-12-18 Tor Lillqvist <tml@novell.com> * audio-inline.c: Use g_ascii_strcasecmp() instead of strcasecmp(), especially as we are comparing to plain ASCII strings. svn path=/trunk/; revision=30856
* Use GLib API to manipulate pathname.Tor Lillqvist2005-12-182-6/+18
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * save-attachments.c (entry_changed): Use GLib API to manipulate pathname. svn path=/trunk/; revision=30848
* Drop unused inclusion of <dirent.h>.Tor Lillqvist2005-12-182-1/+4
| | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * mono-plugin.c: Drop unused inclusion of <dirent.h>. svn path=/trunk/; revision=30846
* Use g_ascii_strcasecmp() instead of g_strcasecmp().Tor Lillqvist2005-12-182-3/+8
| | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * itip-formatter.c: Use g_ascii_strcasecmp() instead of g_strcasecmp(). svn path=/trunk/; revision=30845
* junk-settings.c proxy-login.c proxy.c Construct glade file name atTor Lillqvist2005-12-186-8/+67
| | | | | | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * junk-settings.c * proxy-login.c * proxy.c * share-folder.c: Construct glade file name at run-time. * process-meeting.c (find_attendee): Use g_ascii_strcasecmp() instead of g_strcasecmp(). svn path=/trunk/; revision=30844
* Fix to build in Suse 93Chenthill Palanisamy2005-12-131-1/+1
| | | | svn path=/trunk/; revision=30765
* Using the proper error code, and also removed hard coded URL fromSushma Rai2005-12-123-4/+15
| | | | | | translatable string. svn path=/trunk/; revision=30755
* Added bug in to ChangeLogSushma Rai2005-12-121-0/+1
| | | | svn path=/trunk/; revision=30751
* Fix make-clean issues.Harish Krishnaswamy2005-12-1222-1/+71
| | | | | | | | 2005-12-12 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Fix make-clean issues. svn path=/trunk/; revision=30750
* Fix make-clean issues.Harish Krishnaswamy2005-12-122-0/+7
| | | | | | | | 2005-12-12 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Fix make-clean issues. svn path=/trunk/; revision=30749
* Add primary CLEANFILES, fix BUILT_SOURCES, make-clean issues.Harish Krishnaswamy2005-12-122-1/+8
| | | | | | | | | 2005-12-12 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Add primary CLEANFILES, fix BUILT_SOURCES, make-clean issues. svn path=/trunk/; revision=30748
* Mark various plugins translatable.Funda Wang2005-12-0710-12/+32
| | | | svn path=/trunk/; revision=30733
* initialize CamelException.Parthasarathi Susarla2005-12-052-0/+8
| | | | | | | | | | 2005-12-05 Parthasarathi Susarla <sparthasarathi@novell.com> * proxy.c: initialize CamelException. Fixes bug #314576 svn path=/trunk/; revision=30717
* Fix for 322733.Simon Zheng2005-11-302-14/+6
| | | | | | | | | | | | | 2005-11-30 Simon Zheng <Simon.Zheng@Sun.Com> Fix for 322733. * copy-tool.c: (ct_selection_get): Removed printf() statement in order to avoid printing NULL point. (org_gnome_copy_tool_copy_address): Removed printf() statement. (ct_selection_clear_event): Removed printf() statement. svn path=/trunk/; revision=30709
* Fix for 322733.Simon Zheng2005-11-292-2/+9
| | | | | | | | | | | 2005-11-29 Simon Zheng <Simon.Zheng@Sun.Com> Fix for 322733. * copy-tool.c: (ct_selection_get): Move printf() statement after NULL checking. svn path=/trunk/; revision=30706
* Fix for not showing wrong OOF error message in case of authentication failure.Sushma Rai2005-11-262-2/+2
| | | | svn path=/trunk/; revision=30687
* Drop extra inclusion of e-util/e-time-utils.h, which is going away anyway.Tor Lillqvist2005-11-242-1/+5
| | | | | | | | | 2005-11-24 Tor Lillqvist <tml@novell.com> * itip-view.c: Drop extra inclusion of e-util/e-time-utils.h, which is going away anyway. svn path=/trunk/; revision=30658
* Not showing the OOF error message also on authentication failure.Sushma Rai2005-11-242-2/+9
| | | | svn path=/trunk/; revision=30654
* Groupwise address book, new warning message if the user's frequent contactsSushma Rai2005-11-242-1/+15
| | | | | | folder is not createdi. svn path=/trunk/; revision=30653
* *** empty log message ***Parthasarathi Susarla2005-11-231-2/+2
| | | | svn path=/trunk/; revision=30647
* Fixed a stupid typo.Harish Krishnaswamy2005-11-151-1/+1
| | | | | | | | 2005-11-14 Harish Krishnaswamy <kharish@novell.com> Fixed a stupid typo. svn path=/trunk/; revision=30615
* Hula Account setup - initial commits.Harish Krishnaswamy2005-11-156-0/+777
| | | | | | | | | | 2005-11-14 Harish Krishnaswamy <kharish@novell.com> * Makefile.am, camel-hula-listener.[ch], hula-account-setup.c, org-gnome-evolution-hula-account-setup.eplug.xml: Hula Account setup - initial commits. svn path=/trunk/; revision=30609
* Re-implemented this funciton. (add_attendee_cb): Removed this callbackMubeen Jukaku2005-11-112-16/+31
| | | | | | | | | | | 2005-10-11 Mubeen Jukaku <jmubeen@novell.com> * mail-to-task.c (set_attendees): Re-implemented this funciton. (add_attendee_cb): Removed this callback because of above change. Fixes bug #301081 svn path=/trunk/; revision=30600
* Fixes #306673Chenthill Palanisamy2005-11-112-37/+18
| | | | svn path=/trunk/; revision=30596
* Function signature specifies a void return. So, do not return NULL.Harish Krishnaswamy2005-11-102-1/+7
| | | | | | | | | | 2005-11-10 Harish Krishnaswamy <kharish@novell.com> * mail-send-options.c: (org_gnome_compose_send_options): Function signature specifies a void return. So, do not return NULL. svn path=/trunk/; revision=30591
* check if string (eg. use_ssl) are NULL before strcmp(). prevents aParthasarathi Susarla2005-11-092-0/+8
| | | | | | | | | | 2005-11-09 Parthasarathi Susarla <sparthasarathi@novell.com> * camel-gw-listener.c (get_addressbook_names_from_server): check if string (eg. use_ssl) are NULL before strcmp(). prevents a violation. svn path=/trunk/; revision=30588
* *** empty log message ***Parthasarathi Susarla2005-11-081-0/+1
| | | | svn path=/trunk/; revision=30577
* Fixes #308752.Chenthill Palanisamy2005-11-072-1/+7
| | | | svn path=/trunk/; revision=30574
* When the user forgets-password explicitly, the subsequent proxy-loginSankar P2005-10-202-6/+29
| | | | | | | | | | | | | | 2005-10-20 Sankar P <psankar@novell.com> * proxy-login.c (org_gnome_proxy_account_login) (proxy_login_get_cnc): When the user forgets-password explicitly, the subsequent proxy-login requests are made with a NULL password leading to unexpected behavior. Fixes #312467 * proxy-login.c (proxy_login_update_tree) (proxy_login_get_cnc): Added the missing unrefs for the connection object. svn path=/trunk/; revision=30543
* composer/e-msg-composer-select-file.c, composer/e-msg-composer.c,Philip Van Hoof2005-10-191-0/+8
| | | | | | | | | | | | 2005-10-19 Philip Van Hoof <pvanhoof@gnome.org> composer/e-msg-composer-select-file.c, composer/e-msg-composer.c, composer/e-msg-composer.h, composer/evolution-composer.c, composer/listener.c, mail/em-composer-utils.c, plugins/mailing-list-actions/mailing-list-actions.c: data hiding svn path=/trunk/; revision=30535
* composer/e-msg-composer-select-file.c, composer/e-msg-composer.c,Philip Van Hoof2005-10-191-1/+1
| | | | | | | | | | | | 2005-10-19 Philip Van Hoof <pvanhoof@gnome.org> composer/e-msg-composer-select-file.c, composer/e-msg-composer.c, composer/e-msg-composer.h, composer/evolution-composer.c, composer/listener.c, mail/em-composer-utils.c, plugins/mailing-list-actions/mailing-list-actions.c: data hiding svn path=/trunk/; revision=30532
* Dont try to connect when the account is offline. Also connect to theShreyas Srinivasan2005-10-192-6/+54
| | | | | | | | | | 2005-10-19 Shreyas Srinivasan <sshreyas@novell.com> * proxy.c (org_gnome_proxy): Dont try to connect when the account is offline. Also connect to the server only when the proxy tab is clicked. * Fixes #314297, #314345 svn path=/trunk/; revision=30531
* Added iPod sync e-plugin to experimental plugins. Added plugins/ipod-syncSrinivasa Ragavan2005-10-1810-0/+1211
| | | | | | | | | 2005-10-18 Srinivasa Ragavan <sragavan@novell.com> * configure.in: Added iPod sync e-plugin to experimental plugins. Added plugins/ipod-sync svn path=/trunk/; revision=30523
* Changed visible to enabled. Fixes the bug #314899Srinivasa Ragavan2005-10-182-12/+17
| | | | | | | | | 2005-10-18 Srinivasa Ragavan <sragavan@novell.com> * org-gnome-mailing-list-actions.eplug.xml: Changed visible to enabled. Fixes the bug #314899 svn path=/trunk/; revision=30522
* "use_ssl" should be Null checked before comparing it with any value. itsVivek Jain2005-10-142-1/+7
| | | | | | | | | | 2005-10-14 Vivek Jain <jvivek@novell.com> * proxy.c :(proxy_get_cnc) "use_ssl" should be Null checked before comparing it with any value. its NULL when evo is not compiled with ssl support and caused crash. svn path=/trunk/; revision=30505
* when we reach to the last item in the list, de-sensitize the removeVivek Jain2005-10-072-1/+8
| | | | | | | | | | 2005-10-07 Vivek Jain <jvivek@novell.com> * share-folder.c : (remove_clicked) when we reach to the last item in the list, de-sensitize the remove button. svn path=/trunk/; revision=30499
* ** See Bug #268852 allow max one chid to be spawned for spamd.Vivek Jain2005-10-062-2/+11
| | | | | | | | | | | 2005-10-06 Vivek Jain <jvivek@novell.com> ** See Bug #268852 * em-junk-filter.c : (em_junk_sa_run_spamd) allow max one chid to be spawned for spamd. svn path=/trunk/; revision=30496
* moved code for comparing id's to the getcontainer list part, we break ifVivek Jain2005-10-052-72/+91
| | | | | | | | | | | 2005-10-05 Vivek Jain <jvivek@novell.com> * share-folder.c : (display_container) moved code for comparing id's to the getcontainer list part, we break if we find the matched. also check for null before comparing, free the values **Fixes #317906 svn path=/trunk/; revision=30494
* Constructing the path properly to get the efolder. Creating proper path.Shakti Sen2005-10-033-9/+30
| | | | | | | | | | | | | | | | | 2005-10-03 Shakti Sen <shprasad@novell.com> * exchange-folder-permission.c (org_gnome_exchange_folder_permissions), (org_gnome_exchange_menu_folder_permission): Constructing the path properly to get the efolder. * exchange-folder.c (org_gnome_exchange_folder_inbox_unsubscribe), (exchange_get_folder), (org_gnome_exchange_check_inbox_subscribed), (unsubscribe_dialog_ab_response), (unsubscribe_dialog_response): Creating proper path. The above modifications will now allow the user to do the operations like unsubscribed to Inbox and giving permission to a folder. svn path=/trunk/; revision=30479
* fixes 315752.Chenthill Palanisamy2005-10-032-13/+84
| | | | svn path=/trunk/; revision=30475
* added (e_plugin_lib_enable) calls init here to initialize all settingsVivek Jain2005-10-032-0/+17
| | | | | | | | | | | 2005-10-03 Vivek Jain <jvivek@novell.com> * em-junk-filter.c: added (e_plugin_lib_enable) calls init here to initialize all settings **Fixes #317792 unref GConfClient in finalize svn path=/trunk/; revision=30468
* : (org_gnome_shared_folder_factory) enable shared-folder functionalilty,Vivek Jain2005-09-303-11/+7
| | | | | | | | | | | 2005-09-30 Vivek Jain <jvivek@novell.com> * shared-folder-common.c: (org_gnome_create_option) : (org_gnome_shared_folder_factory) * install-shared.c : (org_gnome_popup_wizard) enable shared-folder functionalilty, remove env check svn path=/trunk/; revision=30441
* Sets the corresponding 'Folder name'. (create_folder_subscription_dialog):Shakti Sen2005-09-305-12/+59
| | | | | | | | | | | | | | | | | | | | | 2005-09-30 Shakti Sen <shprasad@novell.com> * exchange-folder-subscription.c (setup_folder_name_combo): Sets the corresponding 'Folder name'. (create_folder_subscription_dialog): Sets the cursor to User's entry text field. * exchange-folder-subscription.h: Added one more argument to function create_folder_subscription_dialog() to set the window title. * exchange-folder.c (org_gnome_exchange_inbox_subscription), (org_gnome_exchange_addressbook_subscription), (org_gnome_exchange_calendar_subscription), (org_gnome_exchange_tasks_subscription): Added newly. * org-gnome-exchange-operations.eplug.in: Changed the activate callback function names so that it can show appropriate window title. Fixes bug #317019, #317023. svn path=/trunk/; revision=30426
* Propogate the authentication mechanism to the backend. exchange-calendar.cSarfraaz Ahmed2005-09-285-19/+31
| | | | | | | | | | | | 2005-09-28 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-account-setup.c (owa_authenticate_user) : Propogate the authentication mechanism to the backend. * exchange-calendar.c * exchange-contacts.c * exchange-folder.c : Parse the new account uri. svn path=/trunk/; revision=30413
* Use SOEXT.Tor Lillqvist2005-09-282-1/+3
| | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * org-gnome-exchange-operations.eplug.in: Use SOEXT. svn path=/trunk/; revision=30403