aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* Checking for the NULL query, also fixed some other minor issues. Fixes #74366Sushma Rai2005-04-112-11/+27
| | | | svn path=/trunk/; revision=29202
* Fixes #74265 In time_days_in_month the months are indexed from 0, soChenthill Palanisamy2005-04-082-3/+10
| | | | | | | | | | | 2005-04-08 Chenthill Palanisamy <pchenthill@novell.com> Fixes #74265 * itip-view.c (format_date_and_time_x): In time_days_in_month the months are indexed from 0, so subtract one from the month argument and send it. svn path=/trunk/; revision=29189
* Fixes #74291JP Rosevear2005-04-082-1/+8
| | | | | | | | | | | 2005-04-07 JP Rosevear <jpr@novell.com> Fixes #74291 * itip-view.c (itip_view_init): remove comment to re-enable description display svn path=/trunk/; revision=29179
* noop if we can't open the book/we're disabled.Not Zed2005-04-062-0/+7
| | | | | | | | | 2005-04-05 Not Zed <NotZed@Ximian.com> * bbdb.c (bbdb_handle_reply): noop if we can't open the book/we're disabled. svn path=/trunk/; revision=29162
* preprocessor hackery using the value of DBUS_VERSION to cope with changesDavid Malcolm2005-04-053-0/+13
| | | | | | | | | | | | 2005-03-11 David Malcolm <dmalcolm@redhat.com> * new-mail-notify.c: preprocessor hackery using the value of DBUS_VERSION to cope with changes to the semantics of dbus_message_append_args * Makefile.am: define the DBUS_VERSION in the preprocessor svn path=/trunk/; revision=29154
* Fixes #73844JP Rosevear2005-04-012-1/+8
| | | | | | | | | | | 2005-03-31 JP Rosevear <jpr@novell.com> Fixes #73844 * itip-formatter.c (extract_itip_data): make sure we check the kind of the correct item svn path=/trunk/; revision=29133
* **Fixes #74002 return cnc as NULL if evoluiton is in offline.Vivek Jain2005-03-312-0/+18
| | | | | | | | | | | 2005-03-31 Vivek Jain <jvivek@novell.com> **Fixes #74002 * share-folder-common.c : (get_cnc): return cnc as NULL if evoluiton is in offline. (create_folder): return -1 if in offline svn path=/trunk/; revision=29132
* **Fixes #73787 (bugzilla innerweb.novell) : use path passed in theVivek Jain2005-03-312-9/+46
| | | | | | | | | | | | | | 2005-03-31 Vivek Jain <jvivek@novell.com> **Fixes #73787 (bugzilla innerweb.novell) * share-folder.c : (add_right_clicked) (edit_right_clicked) (delete_right_clicked) : use path passed in the callback to get the current iterator also including some NULL checks svn path=/trunk/; revision=29131
* add a11y name to Conflict Search Table Fixes #73914Li Yuan2005-03-302-0/+7
| | | | | | | | | | 2005-03-30 Li Yuan <li.yuan@sun.com> * itip-formatter.c: (itip_formatter_page_factory): add a11y name to Conflict Search Table Fixes #73914 svn path=/trunk/; revision=29125
* **Fixes #73198 : pass the full name in get_conatiner_id (get_container_id)Vivek Jain2005-03-282-6/+31
| | | | | | | | | | | | | | 2005-03-28 Vivek Jain <jvivek@novell.com> **Fixes #73198 * share-folder-common.c : (org_gnome_shared_folder_factory): (create_folder__created) : pass the full name in get_conatiner_id (get_container_id) : break the full name and start looking for the name from the top most parent. This will give proper container id even in the case of the duplicate names at different hierarchies svn path=/trunk/; revision=29115
* Use $(weatherdatadir) rather than $(weatherdir), get rid of an incorrectDavid Trowbridge2005-03-232-4/+7
| | | | | | | | 2005-03-22 David Trowbridge <trowbrds@cs.colorado.edu> * Makefile.am: Use $(weatherdatadir) rather than $(weatherdir), get rid of an incorrect comment svn path=/trunk/; revision=29092
* Fixes #73541Chenthill Palanisamy2005-03-224-3/+14
| | | | | | | | | | | | | 2005-03-22222222222222222222222222222222222222222222 Chenthill Palanisamy <pchenthill@novell.com> Fixes #73541 * csv-format.c: (do_save_calendar_csv): * ical-format.c: (do_save_calendar_ical): * rdf-format.c: (do_save_calendar_rdf): Changed the cal e_cal_new to auth_new_from_source, so that the ecal has the auth function in it. svn path=/trunk/; revision=29089
* Forming and setting OWA URL when existing account doesn't containSushma Rai2005-03-182-2/+56
| | | | | | this value. svn path=/trunk/; revision=29060
* replace X_RETURN_NOTIFY_DECLINE with X_RETURN_NOTIFY_DELETEVivek Jain2005-03-183-2/+8
| | | | | | | | | | 2005-03-18 Vivek Jain <jvivek@novell.com> * send-options.h: * send-options.c: (org_gnome_compose_send_options): replace X_RETURN_NOTIFY_DECLINE with X_RETURN_NOTIFY_DELETE svn path=/trunk/; revision=29059
* **Fixes #73473 user proper entry to calculate the date of reply requestedVivek Jain2005-03-182-1/+7
| | | | | | | | | | 2005-03-18 Vivek Jain <jvivek@novell.com> **Fixes #73473 * send-options.c :(org_gnome_compose_send_options) user proper entry to calculate the date of reply requested svn path=/trunk/; revision=29058
* Setting the authentication mechanism on the the transport url along withSushma Rai2005-03-172-12/+30
| | | | | | source url. svn path=/trunk/; revision=29051
* set the type appropriately so that assigned tasks can be handledJP Rosevear2005-03-152-0/+19
| | | | | | | | | 2005-03-11 JP Rosevear <jpr@novell.com> * itip-formatter.c (extract_itip_data): set the type appropriately so that assigned tasks can be handled svn path=/trunk/; revision=29025
* **Fixes #73201 use full_name given by CamelFolder to get the selectedVivek Jain2005-03-102-13/+22
| | | | | | | | | | 2005-03-10 Vivek Jain <jvivek@novell.com> **Fixes #73201 * share-folder-common.c : (org_gnome_shared_folder_factory) use full_name given by CamelFolder to get the selected folder name svn path=/trunk/; revision=28993
* Updated code to add priority to the appropriate header Fixes the problemSankar P2005-03-092-0/+12
| | | | | | | | | | 2005-03-09 Sankar P <psankar@novell.com> * send-options.c: (org_gnome_compose_send_options) Updated code to add priority to the appropriate header Fixes the problem of Priority not set in outgoing mails svn path=/trunk/; revision=28988
* Plugin file changes, added commit callback definition and removedSushma Rai2005-03-082-10/+8
| | | | | | duplicated accountWizard definition. svn path=/trunk/; revision=28980
* don't free container list here. It is chaced in connection and will beSivaiah Nallagatla2005-03-072-6/+8
| | | | | | | | | | | | 2005-03-07 Sivaiah Nallagatla <snallagatla@novell.com> * camel-gw-listner.c (add_addressbook_sources) : don't free container list here. It is chaced in connection and will be frred later. Fixes #72807 svn path=/trunk/; revision=28973
* don't set the relative uri if already present.Sivaiah Nallagatla2005-03-052-1/+16
| | | | | | | | | | | 2005-02-28 Sivaiah Nallagatla <snallagatla@novell.com> * calendar-file.c (e_calendar_file_dummy) : don't set the relative uri if already present. part of fix for #73152 svn path=/trunk/; revision=28960
* don't set the relative uri if already present. Also change the typo in theSivaiah Nallagatla2005-03-052-3/+18
| | | | | | | | | | | 2005-02-28 Sivaiah Nallagatla <snallagatla@novell.com> * addressbook-file.c (e_book_file_dummy) : don't set the relative uri if already present. Also change the typo in the prototype s/calendar/book part of fix for #73152 svn path=/trunk/; revision=28959
* (forgot to commit this from ages ago)Not Zed2005-03-032-4/+9
| | | | | | | | | | 2005-02-16 Not Zed <NotZed@Ximian.com> * groupwise-account-setup.c (org_gnome_gw_account_setup): return NULL, not an invisible, so it doesn't interfere with account editor. svn path=/trunk/; revision=28946
* Reverted not approved patchRodrigo Moya2005-03-033-75/+34
| | | | svn path=/trunk/; revision=28943
* Reverted not approved patchRodrigo Moya2005-03-031-2/+2
| | | | svn path=/trunk/; revision=28942
* Reverted not approved patchRodrigo Moya2005-03-033-7/+2
| | | | svn path=/trunk/; revision=28941
* Corrected a little oepsPhilip Van Hoof2005-03-032-2/+2
| | | | svn path=/trunk/; revision=28938
* Fixes for Bug #73099 and Bug #73098 Changed malloc to g_malloc and char toPhilip Van Hoof2005-03-023-12/+22
| | | | | | | | | 2005-03-02 Philip Van Hoof <pvanhoof@gnome.org> * rdf-format.c: Fixes for Bug #73099 and Bug #73098 * csv-format.c: Changed malloc to g_malloc and char to gchar svn path=/trunk/; revision=28937
* Fixes for Bug #73099 and Bug #73098Philip Van Hoof2005-03-022-24/+60
| | | | | | | | 2005-03-02 Philip Van Hoof <pvanhoof@gnome.org> * csv-format.c: Fixes for Bug #73099 and Bug #73098 svn path=/trunk/; revision=28935
* bump version, requiresJP Rosevear2005-03-014-1/+32
| | | | | | | | | | | | | | | | | | | 2005-02-28 JP Rosevear <jpr@novell.com> * configure.in: bump version, requires 2005-02-28 JP Rosevear <jpr@novell.com> * configure.in: add startup wizard plugin 2005-02-28 JP Rosevear <jpr@novell.com> * plugins/Makefile.am: dist standard and experimental plugins * configure.in: move "all" plugins to standard and experimental and default to building the standard set svn path=/trunk/; revision=28927
* bump version, requiresJP Rosevear2005-03-011-1/+1
| | | | | | | | 2005-02-28 JP Rosevear <jpr@novell.com> * configure.in: bump version, requires svn path=/trunk/; revision=28926
* A plugin the does the startup wizardJP Rosevear2005-03-015-0/+508
| | | | | | | | 2005-02-21 JP Rosevear <jpr@novell.com> * startup-wizard.c: A plugin the does the startup wizard svn path=/trunk/; revision=28925
* iHandling Out of office from account editor.Sushma Rai2005-02-272-13/+217
| | | | svn path=/trunk/; revision=28900
* corrected e-mail IDSushma Rai2005-02-261-1/+1
| | | | svn path=/trunk/; revision=28894
* Added page check for receive page, so that one can proceed with the accountSushma Rai2005-02-262-1/+14
| | | | | | creation only after user is authenticated and hostname is set by validate(). svn path=/trunk/; revision=28893
* clean up author/descriptions for various plugins.Björn Torkelsson2005-02-2554-43/+233
| | | | | | | | 2005-02-24 Björn Torkelsson <torkel@acc.umu.se> * clean up author/descriptions for various plugins. svn path=/trunk/; revision=28889
* Fixes #71527Rodrigo Moya2005-02-253-27/+50
| | | | | | | | | | | | 2005-02-21 Rodrigo Moya <rodrigo@novell.com> Fixes #71527 * ical-format.c (display_error_message): changed to get a simple string instead of a GError. (do_save_calendar_ical): use GNOME-VFS for saving the file. svn path=/trunk/; revision=28888
* Make mailer depend on libedataserverui.Hans Petter Jansson2005-02-244-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-02-23 Hans Petter Jansson <hpj@novell.com> * configure.in: Make mailer depend on libedataserverui. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * Makefile.am (eutilinclude_HEADERS) (libeutil_la_SOURCES): Remove e-passwords from here, it now lives in libedataserverui. * e-passwords.[ch]: Removed. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * gui/component/addressbook-view.c: * gui/component/addressbook.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * common/authentication.c: * gui/e-pub-utils.c: * gui/alarm-notify/alarm-notify.c: * gui/alarm-notify/notify-main.c: * gui/dialogs/url-editor-dialog.c: Include <libedataserverui/e-passwords.h>. * gui/itip-utils.c: Remove e-passwords.h include, it's not needed. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * mail-session.c: * mail-config.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * gui/component.c: * lib/e-cert-db.c: * lib/e-pkcs12.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * e-shell-window-commands.c: * e-shell.c: * main.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * camel-gw-listener.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * send-options.c: Include <libedataserverui/e-passwords.h>. svn path=/trunk/; revision=28871
* if the host is null in the url, set it to "", so it has a non-null value.Not Zed2005-02-232-0/+15
| | | | | | | | | 2005-02-21 Not Zed <NotZed@Ximian.com> * exchange-account-setup.c (org_gnome_exchange_owa_url): if the host is null in the url, set it to "", so it has a non-null value. svn path=/trunk/; revision=28857
* use ssl when "always" and "whenever possible" is enabled changedVivek Jain2005-02-172-5/+21
| | | | | | | | | | | | 2005-02-17 Vivek Jain <jvivek@novell.com> * share-folder-common.c : (get_cnc): use ssl when "always" and "whenever possible" is enabled changed "soap_ssl" to "use_ssl" use the default port "7191" instead of "7181" svn path=/trunk/; revision=28806
* IF we get a invalid session string back from the server do the operationChenthill Palanisamy2005-02-102-1/+14
| | | | | | | | | | 2005-02-10 Chenthill Palanisamy <pchenthill@novell.com> * send-options.c: (e_sendoptions_clicked_cb): IF we get a invalid session string back from the server do the operation again. svn path=/trunk/; revision=28765
* Adding auth type section to editor for an Exchange account.Sushma Rai2005-02-073-0/+188
| | | | svn path=/trunk/; revision=28735
* specify idJP Rosevear2005-02-072-1/+5
| | | | | | | | 2005-02-07 JP Rosevear <jpr@novell.com> * org-gnome-subject-thread.eplug.in: specify id svn path=/trunk/; revision=28733
* specify id for config pageJP Rosevear2005-02-072-1/+5
| | | | | | | | 2005-02-07 JP Rosevear <jpr@novell.com> * org-gnome-itip-formatter.eplug.in: specify id for config page svn path=/trunk/; revision=28732
* Missing logJP Rosevear2005-02-071-0/+4
| | | | svn path=/trunk/; revision=28731
* specify idJP Rosevear2005-02-071-1/+1
| | | | | | | | 2005-02-07 JP Rosevear <jpr@novell.com> * org-gnome-evolution-bbdb.eplug.in: specify id svn path=/trunk/; revision=28730
* fix the access() call test.Not Zed2005-02-072-1/+5
| | | | | | | | 2005-02-07 Not Zed <NotZed@Ximian.com> * save-attachments.c (save_part): fix the access() call test. svn path=/trunk/; revision=28729
* Set the spacing for ourself to 12 to be HIG compliant as we are a GtkHBoxRodney Dawes2005-02-042-23/+36
| | | | | | | | | | | | | | | 2005-03-03 Rodney Dawes <dobey@novell.com> * itip-view.c (itip_view_init): Set the spacing for ourself to 12 to be HIG compliant as we are a GtkHBox derivative Align the icon at 0.5 in the X direction to be HIG compliant Set the spacing between table rows/columns to be HIG compliant Fix the spacing/padding for all the boxes and packing calls to be HIG compliant Fixes #41235 svn path=/trunk/; revision=28693
* Use $(weatherdir) instead of duplicating the define for it belowRodney Dawes2005-02-042-2/+8
| | | | | | | | | | 2005-02-02 Rodney Dawes <dobey@novell.com> * Makefile.am (INCLUDES): Use $(weatherdir) instead of duplicating the define for it below (weatherdir): Fix to use the correct versioned directory svn path=/trunk/; revision=28691
* removing the file since the name is incorrectChenthill Palanisamy2005-02-031-3/+0
| | | | svn path=/trunk/; revision=28690
* Added functions to destroy the dialog when the composer is destroyed toChenthill Palanisamy2005-02-032-19/+57
| | | | | | | | | | | | | | 2005-02-03 Chenthill Palanisamy <pchenthill@novell.com> * send-options.c: (add_day_to_time), (send_options_commit), (org_gnome_compose_send_options):Added functions to destroy the dialog when the composer is destroyed to solve the crash. Removed the return statement so that the send options gets added to the composer headers. Made modification in setting the values for some headers. Changing the file name from Changelog to ChangeLog. svn path=/trunk/; revision=28689
* reviewed by Harish Krishnaswamy <kharish@novell.com>Chenthill Palanisamy2005-02-022-1/+12
| | | | | | | | | | | | 2005-02-02 Chenthill Palanisamy <pchenthill@novell.com> reviewed by Harish Krishnaswamy <kharish@novell.com> Fixes #71460 * itip-formatter.c: (view_response_cb): If the my_address is not set. Set it from the backend. svn path=/trunk/; revision=28675
* Michael's patch.. for supporting tables in e-config, handling hide bits andSushma Rai2005-02-013-314/+217
| | | | | | corrected exchange-accout-setup plugin code. svn path=/trunk/; revision=28650
* initialize GError* to NULL Fixes #71512Sivaiah Nallagatla2005-02-013-2/+10
| | | | | | | | | | | | 2005-01-31 Sivaiah Nallagatla <snallagatla@novell.com> * gaimbuddies.c (bbdb_sync_buddy_list) : initialize GError* to NULL Fixes #71512 * bbdb.c (bbdb_open_addressbook) : ditto svn path=/trunk/; revision=28636
* Patch by Michael, to supporting tables in e-config, handling hide bits andSushma Rai2005-01-311-0/+19
| | | | | | corrected exchange-accout-setup plugin codewas. svn path=/trunk/; revision=28624
* initial commit of addressbook-groupwise plguinSivaiah Nallagatla2005-01-294-0/+115
| | | | svn path=/trunk/; revision=28613
* Remove leading "%s" in the message. Similar to #36137Sivaiah Nallagatla2005-01-282-3/+11
| | | | | | | | | | 2005-01-28 Sivaiah Nallagatla <snallagatla@novell.com> * camel-gw-listner.c (get_address_book_names_from_server) : Remove leading "%s" in the message. Similar to #36137 svn path=/trunk/; revision=28594
* make tomorrow and this week strings work properlyJP Rosevear2005-01-282-3/+50
| | | | | | | | | 2005-01-27 JP Rosevear <jpr@novell.com> * itip-view.c (format_date_and_time_x): make tomorrow and this week strings work properly svn path=/trunk/; revision=28591
* remove debug testJP Rosevear2005-01-282-1/+5
| | | | | | | | 2005-01-27 JP Rosevear <jpr@novell.com> * itip-formatter.c (find_cal_opened_cb): remove debug test svn path=/trunk/; revision=28590
* add some debugging spewJP Rosevear2005-01-281-5/+5
| | | | | | | | 2005-01-27 JP Rosevear <jpr@novell.com> * itip-formatter.c: add some debugging spew svn path=/trunk/; revision=28584
* add some debugging spewJP Rosevear2005-01-282-2/+13
| | | | | | | | 2005-01-27 JP Rosevear <jpr@novell.com> * itip-formatter.c: add some debugging spew svn path=/trunk/; revision=28583
* deal with the itip message having an individual instance.Rodrigo Moya2005-01-272-3/+9
| | | | | | | | | 2005-01-27 Rodrigo Moya <rodrigo@novell.com> * itip-formatter.c (update_attendee_status): deal with the itip message having an individual instance. svn path=/trunk/; revision=28580
* Fixes #71485JP Rosevear2005-01-273-37/+48
| | | | | | | | | | | | | 2005-01-26 JP Rosevear <jpr@novell.com> Fixes #71485 * itip-formatter.c (update_attendee_status): fix message paste-o * itip-view.c (format_date_and_time_x): improve translator comments svn path=/trunk/; revision=28569
* fix typoDavid Trowbridge2005-01-272-1/+5
| | | | | | | | 2005-01-26 David Trowbridge <trowbrds@cs.colorado.edu> * org-gnome-calendar-weather.eplug.in: fix typo svn path=/trunk/; revision=28568
* actually destroy the client hashes so the signals get cleaned upJP Rosevear2005-01-262-2/+23
| | | | | | | | | | 2005-01-25 JP Rosevear <jpr@novell.com> * itip-formatter.c (pitip_free): actually destroy the client hashes so the signals get cleaned up (format_itip): create a proper unique classid for the pobject svn path=/trunk/; revision=28558
* set all new categories to not searchable.Rodrigo Moya2005-01-252-7/+12
| | | | | | | | | 2005-01-25 Rodrigo Moya <rodrigo@novell.com> * calendar-weather.c (e_plugin_lib_enable): set all new categories to not searchable. svn path=/trunk/; revision=28551
* Fixed empty string being marked for translation.Sushma Rai2005-01-252-1/+20
| | | | svn path=/trunk/; revision=28542
* Changed the item_type to section instead of item. Made the necessaryChenthill Palanisamy2005-01-243-39/+59
| | | | | | | | | | | | | | | | | 2005-01-24 Chenthill Palanisamy <pchenthill@novell.com> * org-gnome-send-options.eplug.in: Changed the item_type to section instead of item. * send-options.c (get_cnc): Made the necessary changes to get cnc since some part of dependant code was changed in groupwise account set up plugin. (org_gnome_send_options): Changed the prototype of the function to return the widget. (send_options_commit): Added a warning message if the Modification was not sent to the server. svn path=/trunk/; revision=28530
* *properties.glade : changed the layout of the widgets *share-folder.[ch]:Vivek Jain2005-01-246-584/+599
| | | | | | | | | | | | | | | | | | | | | 2005-01-24 Vivek Jain <jvivek@novell.com> *properties.glade : changed the layout of the widgets *share-folder.[ch]: removed the checkbuttons for display of rights : removed new_list, update_list and remove_list added users_list *share-folder.c : removed function (update_list_update) (share_folder_construct) : added gtk_cell_renderer_toggle for displaying rights added one structure SharedUsers to have a single list instead of three different lists. Made corresponding changes in all functions. *share-folder-common.c : (new_folder_response): use gtk_widget_reparent to pack the widget added two files *org-gnome-shared-folder-errors.xml *org-gnome-shared-folder-errors.xml.h : to display error message *Makefile.am : included error data svn path=/trunk/; revision=28529
* to display error messagesVivek Jain2005-01-242-0/+30
| | | | | | | 2005-01-24 Vivek Jain <jvivek@novell.com> to display error messages svn path=/trunk/; revision=28528
* Disabling auth sections in druid, and having it only in editor.Sushma Rai2005-01-243-2/+80
| | | | svn path=/trunk/; revision=28526
* *** empty log message ***Sivaiah Nallagatla2005-01-231-0/+8
| | | | svn path=/trunk/; revision=28514
* Added owa url entry to the config section in both druid and editor, andSushma Rai2005-01-233-75/+129
| | | | | | fixed some compile time warnings. svn path=/trunk/; revision=28513
* Don't set offline_sync value taken from camel url instead set "1" or "0"Sivaiah Nallagatla2005-01-231-3/+3
| | | | | | | | | | | | 2005-01-23 Sivaiah Nallagatla <snalagatla@novell.com> * camel-gw-listener.c (add_esource) (modify_esource) (add_addressbook_sources) : Don't set offline_sync value taken from camel url instead set "1" or "0" depending upon offline is enabled or not svn path=/trunk/; revision=28512
* Check the buddy account name, not alias. Duh. (free_contact_list):Nat Friedman2005-01-232-17/+10
| | | | | | | | | | 2005-01-22 Nat Friedman <nat@novell.com> * gaimbuddies.c (im_list_contains_buddy): Check the buddy account name, not alias. Duh. (free_contact_list): Removed. svn path=/trunk/; revision=28511
* Adding camel_url_free() at proper positionSushma Rai2005-01-221-1/+1
| | | | svn path=/trunk/; revision=28510
* missed plugin definition in org-gnome-exchange-account-setup.eplug.inSushma Rai2005-01-221-0/+7
| | | | svn path=/trunk/; revision=28509
* Setting owa url value in account editor and handlig ssl connection.Sushma Rai2005-01-223-16/+86
| | | | svn path=/trunk/; revision=28508
* forgot in last commitSivaiah Nallagatla2005-01-221-2/+2
| | | | svn path=/trunk/; revision=28504
* changed the item type from "item" to "item_table". avoids some debug spewSivaiah Nallagatla2005-01-221-0/+6
| | | | | | | | | | 2005-01-21 Sivaiah Nallagatla <snallagtla@novell.com> * org-gnome-gw-account-setup.eplug.in : changed the item type from "item" to "item_table". avoids some debug spew on the console svn path=/trunk/; revision=28493
* initial check for address book file pluginSivaiah Nallagatla2005-01-214-0/+94
| | | | svn path=/trunk/; revision=28485
* intial commitSivaiah Nallagatla2005-01-214-0/+177
| | | | svn path=/trunk/; revision=28468
* 2005-01-20 Parthasarathi Susarla <sparthasarathi@novell.com> Chenthill ↵Parthasarathi Susarla2005-01-204-0/+280
| | | | | | | | Palanisamy <pchenthill@novell.com> * first commit of the status tracking plugin svn path=/trunk/; revision=28464
* Assiged value to URL.Sivaiah Nallagatla2005-01-202-1/+6
| | | | | | | | | 2005-01-20 Sivaiah Nallagatla <snallagatla@novell.com> * camel-gw-listener.c: (add_calendar_tasks_sources): Assiged value to URL. svn path=/trunk/; revision=28462
* *install-shared.c (org_gnome_popup_wizard): fixed a crash, caused byVivek Jain2005-01-192-1/+7
| | | | | | | | | 2005-01-19 Vivek Jain <jvivek@novell.com> *install-shared.c (org_gnome_popup_wizard): fixed a crash, caused by g_free (install_folder_response): free the memory svn path=/trunk/; revision=28448
* Setting save password flag if user has selected remember password option.Sushma Rai2005-01-192-7/+10
| | | | svn path=/trunk/; revision=28447
* Reading the user validate function return value, so that reference count isSushma Rai2005-01-182-4/+9
| | | | | | | handled properly and password dialog comes up on pressing ok button, in failure cases. svn path=/trunk/; revision=28439
* *install-shared.c (org_gnome_popup_wizard): removed unnecessary stuff forVivek Jain2005-01-182-64/+44
| | | | | | | | | 2005-01-18 Vivek Jain <jvivek@novell.com> *install-shared.c (org_gnome_popup_wizard): removed unnecessary stuff for the display of wizard svn path=/trunk/; revision=28436
* Fix for #71384, Making page check work for exchange account, whenSushma Rai2005-01-182-16/+27
| | | | | | hostname is not read. svn path=/trunk/; revision=28435
* use url->host instead of reading "poa" parameter everywhere. use "use_ssl"Sivaiah Nallagatla2005-01-182-64/+46
| | | | | | | | | | | 2005-01-15 Sivaiah Nallagatla <snallagatla@novell.com> * camel-gw-listner.c : use url->host instead of reading "poa" parameter everywhere. use "use_ssl" param instead of soap_ssl We not longer have separate settings for soap as we use soap for mail now svn path=/trunk/; revision=28433
* Initializing host name with a dummy nameSushma Rai2005-01-182-3/+21
| | | | svn path=/trunk/; revision=28431
* *install-shared.c (org_gnome_popup_wizard): displays the message withoutParthasarathi Susarla2005-01-182-11/+29
| | | | | | | | | | 2005-01-18 Parthasarathi Susarla <sparthasarathi@novell.com> *install-shared.c (org_gnome_popup_wizard): displays the message without the mime headers svn path=/trunk/; revision=28430
* Code movement, using accessor functions, and reading url values fromSushma Rai2005-01-184-129/+281
| | | | | | gconf and setting it in EAccount. svn path=/trunk/; revision=28426
* *install-shared.c : (org_gnome_popup_wizard): included a condition (nullVivek Jain2005-01-173-31/+56
| | | | | | | | | | | | 2005-01-17 Vivek Jain <jvivek@novell.com> *install-shared.c : (org_gnome_popup_wizard): included a condition (null check) to fix a crash * shared-folder-common.c :(org_gnome_shared_folder_factory): some condition checks to avoid the possible crashes (get_container_id): included code to return top level container id if folder name is passed as null svn path=/trunk/; revision=28423
* Makefile change to link to camel libsSushma Rai2005-01-172-1/+8
| | | | svn path=/trunk/; revision=28419
* new function to correctly retrieve the body of the message.Rodrigo Moya2005-01-152-18/+46
| | | | | | | | | | 2005-01-14 Rodrigo Moya <rodrigo@novell.com> * mail-to-task.c (set_description): new function to correctly retrieve the body of the message. (do_mail_to_task): call set_description. svn path=/trunk/; revision=28406
* use camel_data_wrapper_decode_to_stream instead ofJP Rosevear2005-01-142-1/+7
| | | | | | | | | | 2005-01-14 JP Rosevear <jpr@novell.com> * itip-formatter.c (extract_itip_data): use camel_data_wrapper_decode_to_stream instead of camel_data_wrapper_write_to_stream svn path=/trunk/; revision=28404
* handle UTC dtstart/dtend properlyJP Rosevear2005-01-142-2/+11
| | | | | | | | | 2005-01-14 JP Rosevear <jpr@novell.com> * itip-formatter.c (format_itip_object): handle UTC dtstart/dtend properly svn path=/trunk/; revision=28401
* Changes to take advantage of Siva's performance improvements to theNat Friedman2005-01-133-50/+54
| | | | | | | | | | | | | | | | | Changes to take advantage of Siva's performance improvements to the addressbook search API. 2005-01-13 Nat Friedman <nat@novell.com> * gaimbuddies.c (bbdb_sync_buddy_list_check): Remove some debug printfs. (bbdb_sync_buddy_list): Do not query for the IM name, which is slow. Instead, query by alias and only commit the contact if we have changes for it. (bbdb_merge_buddy_to_contact): Return a boolean indicating whether we dirtied the contact or not. svn path=/trunk/; revision=28392
* changed the function find_node to return user node corresponding to theVivek Jain2005-01-135-86/+108
| | | | | | | | | | | 2005-01-13 Vivek Jain <jvivek@novell.com> * share-folder.c :changed the function find_node to return user node corresponding to the mail address given. (add_clicked): added a condition so that user can't share folder to himself. (user_selected): modified to display proper rights when owner is selected. * share-folder-common.c : calling share_folder with a cnc in it. svn path=/trunk/; revision=28390
* Combined all the exchange account setup plugins into one plugin.Sushma Rai2005-01-132-18/+5
| | | | svn path=/trunk/; revision=28388
* forgot to cvs removeMichael Zucci2005-01-131-41/+0
| | | | svn path=/trunk/; revision=28384
* added prototypes for exported functions, re-arranged slightly to staticiseNot Zed2005-01-135-18/+82
| | | | | | | | | | | | | | | | | | | | | | | | | 2005-01-13 Not Zed <NotZed@Ximian.com> * new-mail-notify.c: added prototypes for exported functions, re-arranged slightly to staticise internal functions. * new-mail-notify.h: removed. 2005-01-12 Miguel Angel Lopez Hernandez <miguel@gulev.org.mx> * new-mail-notify.[ch]: Fix author's name, changes in code to maintain coding style (org_gnome_new_mail_notify): Now sends the dbus message using the send_dbus_message function (org_gnome_message_reading_notify): Added function, called when a message.reading event is fired (send_dbus_message): Added function, generic function to send dbus messages * org-gnome-new-mail-notify.eplug.in: define the message reading event svn path=/trunk/; revision=28383
* fix spellingDavid Trowbridge2005-01-132-2/+6
| | | | | | | 2005-01-12 David Trowbridge <trowbrds@cs.colorado.edu> * calendar-weather.c (e_calendar_weather_units): fix spelling svn path=/trunk/; revision=28381
* Added some functons to change the global send options.Chenthill Palanisamy2005-01-123-54/+352
| | | | | | | | | | | | | | | | | 2005-01-12 Chenthill Palanisamy <pchenthill@novell.com> * Makefile.am: * send-options.c: (get_cnc), (e_send_options_load_general_opts), (e_sendoptions_clicked_cb), (org_gnome_send_options), (e_send_options_copy_general_opts), (e_send_options_copy_status_options), (check_status_options_changed), (check_general_changed), (send_options_copy_check_changed), (get_source), (add_return_value), (put_options_in_source), (add_send_options_to_source), (send_options_commit): Added some functons to change the global send options. svn path=/trunk/; revision=28378
* error check for old exchange librarySushma Rai2005-01-122-1/+10
| | | | svn path=/trunk/; revision=28375
* Adding a entry widgett o editor page and using Excahnge connectorSushma Rai2005-01-123-3/+97
| | | | | | defined function to validate user svn path=/trunk/; revision=28374
* use a single setting for metric/imperial rather than separate temperatureDavid Trowbridge2005-01-123-102/+38
| | | | | | | | | 2005-01-12 David Trowbridge <trowbrds@cs.colorado.edu> * plugins/calendar-weather/(calendar-weather.c, org-gnome-calendar-weather.eplug.in): use a single setting for metric/imperial rather than separate temperature and snowfall settings svn path=/trunk/; revision=28369
* Fixes #29985JP Rosevear2005-01-122-1/+11
| | | | | | | | | | | 2005-01-11 JP Rosevear <jpr@novell.com> Fixes #29985 * itip-formatter.c (view_response_cb): set the message flags to answered if we send successfully svn path=/trunk/; revision=28361
* add new-mail-notify.h so it gets distedJP Rosevear2005-01-122-1/+5
| | | | | | | | 2005-01-11 JP Rosevear <jpr@novell.com> * Makefile.am: add new-mail-notify.h so it gets disted svn path=/trunk/; revision=28360
* bump versionJP Rosevear2005-01-111-5/+3
| | | | | | | | 2005-01-11 JP Rosevear <jpr@novell.com> * configure.in: bump version svn path=/trunk/; revision=28357
* killed compile time warnings by including suitable definitions and typeVivek Jain2005-01-114-43/+56
| | | | | | | | 2005-01-11 Vivek Jain <jvivek@novell.com> killed compile time warnings by including suitable definitions and type casting widgets svn path=/trunk/; revision=28356
* Added an extra button and prompting for password on button click,Sushma Rai2005-01-113-55/+38
| | | | | | instead of page next signal of druid svn path=/trunk/; revision=28352
* Fixed a compiler warning.Harish Krishnaswamy2005-01-112-1/+5
| | | | | | * itip-formatter.c (update_item): Fixed a compiler warning. svn path=/trunk/; revision=28347
* (org_gnome_new_mail_notify): fixed some warnings & formattingMichael Zucci2005-01-113-11/+5
| | | | svn path=/trunk/; revision=28345
* fix LDFLAGS variable name.Not Zed2005-01-112-1/+5
| | | | | | | | 2005-01-11 Not Zed <NotZed@Ximian.com> * Makefile.am: fix LDFLAGS variable name. svn path=/trunk/; revision=28344
* initial import of a new mail -> dbus message bridge pluginMichael Zucci2005-01-115-0/+215
| | | | svn path=/trunk/; revision=28343
* use HIG-compliant button order.Rodrigo Moya2005-01-112-5/+10
| | | | | | | | | 2005-01-10 Rodrigo Moya <rodrigo@novell.com> * calendar-weather.c (create_source_selected): use HIG-compliant button order. svn path=/trunk/; revision=28340
* Clean up spacing (liborg_gnome_send_options_la_LIBADD): Don't specify theRodney Dawes2005-01-112-4/+13
| | | | | | | | | | | 2005-01-10 Rodney Dawes <dobey@novell.com> * Makefile.am (INCLUDES): Clean up spacing (liborg_gnome_send_options_la_LIBADD): Don't specify the path to the la file directly, use the _LIBS variables that correspond with those in INCLUDES to link to the correct libraries svn path=/trunk/; revision=28339
* set to the new items, duhJP Rosevear2005-01-112-2/+6
| | | | | | | | 2005-01-10 JP Rosevear <jpr@novell.com> * itip-formatter.c (update_item): set to the new items, duh svn path=/trunk/; revision=28338
* *** empty log message ***JP Rosevear2005-01-111-1/+4
| | | | svn path=/trunk/; revision=28336
* compare pointers instead of content idJP Rosevear2005-01-112-2/+6
| | | | | | | | | 2005-01-10 JP Rosevear <jpr@novell.com> * itip-formatter.c (update_item): compare pointers instead of content id svn path=/trunk/; revision=28335
* More attachment updatesJP Rosevear2005-01-111-26/+45
| | | | svn path=/trunk/; revision=28334
* dont handle attachments in case of declineHarish Krishnaswamy2005-01-111-44/+29
| | | | svn path=/trunk/; revision=28333
* corrected api argumentsSushma Rai2005-01-112-1/+6
| | | | svn path=/trunk/; revision=28330
* first crack at saving attachments for the backend (extract_itip_data):JP Rosevear2005-01-102-3/+12
| | | | | | | | | | | 2005-01-10 JP Rosevear <jpr@novell.com> * itip-formatter.c (update_item): first crack at saving attachments for the backend (extract_itip_data): tell the user what to do for more than one attachment svn path=/trunk/; revision=28328
* initial check in for groupwise send optionsParthasarathi@novell.com2005-01-106-0/+219
| | | | | | | | 2005-01-10 Parthasarathi@novell.com <sparthasarathi@novell.com> * initial check in for groupwise send options svn path=/trunk/; revision=28325
* first crack at saving attachments for the backendJP Rosevear2005-01-102-0/+81
| | | | | | | | | 2005-01-10 JP Rosevear <jpr@novell.com> * itip-formatter.c (update_item): first crack at saving attachments for the backend svn path=/trunk/; revision=28323
* 2005-01-10 Vivek Jain <jvivek@novell.com> IncludedJain Vivek2005-01-106-246/+349
| | | | | | | | | | | | | | | | * install-shared.c : opens up a wizard on reading a shared folder notification and installs shared folder at the recepient end. * share-folder-common.c : added (refresh_folder_tree) : to refresh the folder tree when a folder is shared or a shared folder is created so that different icons are displayed (get_cnc): to get a connection (get_container_id):to get the container id of the folder user selects * share-folder.c : minor changes to fix the crash * Makefile.am : including install-shared.c in sources * org-gnome-shared-folder.eplug.in : added a plugin to the e-plugin list for the message-read event svn path=/trunk/; revision=28320
* Included * ChangeLog and * install-shared.c to accept aVivek Jain2005-01-102-0/+264
| | | | | | | | 2005-01-10 Vivek Jain <jvivek@novell.com> Included * ChangeLog and * install-shared.c to accept a shared-folder-notification and install a shared folder svn path=/trunk/; revision=28319
* Plugin file to add the send options button in the account editor. Adds theChenthill Palanisamy2005-01-104-0/+295
| | | | | | | | | | | | | | 2005-01-10 Chenthill Palanisamy <pchenthill@novell.com> * MakeFile.am: * org-gnome-send-options.eplug.in: Plugin file to add the send options button in the account editor. * send-options.c: Adds the send options button inside a frame in the defaults page of the account editor for groupwise accounts. Clicking on the button gets the settings from the server and shows it in the send options dialog box. svn path=/trunk/; revision=28318
* Plugin to read the exchange OWA URL instead of host nameSushma Rai2005-01-103-9/+101
| | | | svn path=/trunk/; revision=28310
* remove error modeJP Rosevear2005-01-103-24/+64
| | | | | | | | | | | | | 2005-01-09 JP Rosevear <jpr@novell.com> * itip-view.h: remove error mode * itip-formatter.c (set_itip_error): show error information to the user (extract_itip_data): use above (format_itip_object): no more "error" mode svn path=/trunk/; revision=28306
* accessor (itip_view_get_delegator): dittoJP Rosevear2005-01-104-3/+124
| | | | | | | | | | | | | | | | 2005-01-09 JP Rosevear <jpr@novell.com> * itip-view.c (itip_view_set_delegator): accessor (itip_view_get_delegator): ditto * itip-view.h: new protos * itip-formatter.c (extract_itip_data): put delegate sections back in and handle default reminder (format_itip_object): set the delegator for requests, find the delegator calendar if necessary svn path=/trunk/; revision=28305
* launch an evolution window pointing at the calendar date of theJP Rosevear2005-01-102-2/+25
| | | | | | | | | | 2005-01-09 JP Rosevear <jpr@novell.com> * itip-formatter.c (idle_open_cb): launch an evolution window pointing at the calendar date of the appointment (view_response_cb): use it svn path=/trunk/; revision=28301
* only check for conflicts if the source has the conflict propertyJP Rosevear2005-01-102-15/+100
| | | | | | | | | | | | | | 2005-01-09 JP Rosevear <jpr@novell.com> * itip-formatter.c (find_cal_opened_cb): only check for conflicts if the source has the conflict property (initialize_selection): select the "conflict" sources in the selector (source_selection_changed): update the source properties (itip_formatter_page_factory): include the source selector for selecting conflict checking calendars svn path=/trunk/; revision=28300
* Initial import of file properties plugin.JP Rosevear2005-01-105-0/+100
| | | | | | | | 2005-01-06 JP Rosevear <jpr@novell.com> * Initial import of file properties plugin. svn path=/trunk/; revision=28298
* Authentication for exchange accountSushma Rai2005-01-094-1/+143
| | | | svn path=/trunk/; revision=28296
* Exchange account level settings pluginSushma Rai2005-01-094-0/+259
| | | | svn path=/trunk/; revision=28295
* Reformatted the description.Nat Friedman2005-01-092-4/+5
| | | | | | | | 2005-01-08 Nat Friedman <nat@novell.com> * org-gnome-evolution-bbdb.eplug.in: Reformatted the description. svn path=/trunk/; revision=28294
* update itip_send_comp calls with the new prototype.Harish Krishnaswamy2005-01-082-2/+7
| | | | svn path=/trunk/; revision=28289
* shushJP Rosevear2005-01-081-0/+5
| | | | svn path=/trunk/; revision=28284
* new protosJP Rosevear2005-01-084-9/+202
| | | | | | | | | | | | | | | | | | | | 2005-01-07 JP Rosevear <jpr@novell.com> * itip-view.h: new protos * itip-view.c (set_tasklist_sender_text): task sender messages (set_calendar_sender_text): calendar sender messages (set_sender_text): select above as appropriate (itip_view_set_item_type): accessor (itip_view_get_item_type): ditto * itip-formatter.c (find_cal_opened_cb): messages for meetings/tasks/journals (send_item): ditto (format_itip_object): ditto (itip_formatter_page_factory): change page title svn path=/trunk/; revision=28280
* ensure there is only one attendee in the RSVP even if the user isJP Rosevear2005-01-082-2/+14
| | | | | | | | | 2005-01-07 JP Rosevear <jpr@novell.com> * itip-formatter.c (view_response_cb): ensure there is only one attendee in the RSVP even if the user is duplicated svn path=/trunk/; revision=28279
* protosJP Rosevear2005-01-084-22/+124
| | | | | | | | | | | | | | | | | | 2005-01-07 JP Rosevear <jpr@novell.com> * itip-view.h: protos * itip-view.c (rsvp_toggled_cb): set comment sensitivity (itip_view_init): add comment entry (itip_view_set_rsvp): make comment entry sensitive when rsvp is (itip_view_set_rsvp_comment): accessor (itip_view_get_rsvp_comment): ditto * itip-formatter.c (find_cal_opened_cb): set error message if we can't find the item (view_response_cb): add comment if the user sets one svn path=/trunk/; revision=28275
* define EDS's datadir, needed to get to the Locations.xml file.Rodrigo Moya2005-01-083-9/+20
| | | | | | | | | | | | 2005-01-07 Rodrigo Moya <rodrigo@novell.com> * Makefile.am: define EDS's datadir, needed to get to the Locations.xml file. * calendar-weather.c (load_locations): use EDS's datadir for the Locations.xml file full path. svn path=/trunk/; revision=28273
* define weatherdatadir here, no need to use e-d-s's one, use evolution'sRodrigo Moya2005-01-082-6/+12
| | | | | | | | | 2005-01-07 Rodrigo Moya <rodrigo@novell.com> * Makefile.am: define weatherdatadir here, no need to use e-d-s's one, use evolution's instead. svn path=/trunk/; revision=28272
* add protosJP Rosevear2005-01-074-21/+205
| | | | | | | | | | | | | | | | | | | | | | | | 2005-01-07 JP Rosevear <jpr@novell.com> * itip-view.h: add protos * itip-view.c (set_sender_text): update descriptions better (set_status_text): show/hide status (set_comment_text): show/hide comment (set_buttons): update buttons for add an refresh (itip_view_destroy): free comment/status (itip_view_init): add status/comment widgets (itip_view_set_status): accessor (itip_view_get_status): ditto (itip_view_set_comment): ditto (itip_view_get_comment): ditto * itip-formatter.c (find_cal_opened_cb): make sure rsvp is off for publish (format_itip_object): decline counter is sent by an organizer; set status and comment when appropriate svn path=/trunk/; revision=28270
* Initial import of weather properties pluginDavid Trowbridge2005-01-0711-0/+833
| | | | | | | | 2004-01-06 David Trowbridge <trowbrds@cs.colorado.edu> * Initial import of weather properties plugin svn path=/trunk/; revision=28265
* include top_srcdirJP Rosevear2005-01-062-0/+5
| | | | | | | | 2005-01-06 JP Rosevear <jpr@novell.com> * Makefile.am: include top_srcdir svn path=/trunk/; revision=28254
* fix build for non gtk file chooser caseJP Rosevear2005-01-062-1/+6
| | | | | | | | | 2005-01-05 JP Rosevear <jpr@novell.com> * save-calendar.c (ask_destination_and_save): fix build for non gtk file chooser case svn path=/trunk/; revision=28248
* Dist the errors data properly, and add the .eplug output file toRodney Dawes2005-01-062-2/+8
| | | | | | | | | 2005-01-05 Rodney Dawes <dobey@novell.com> * Makefile.am: Dist the errors data properly, and add the .eplug output file to BUILT_SOURCES svn path=/trunk/; revision=28247
* Use standard error messagesPhilip Van Hoof2005-01-043-34/+14
| | | | | | | | 2005-01-04 Philip Van Hoof <pvanhoof@gnome.org> * csv-format.c, rdf-format.c: Use standard error messages svn path=/trunk/; revision=28233
* Use standard error messagesPhilip Van Hoof2005-01-042-17/+8
| | | | | | | | 2005-01-04 Philip Van Hoof <pvanhoof@gnome.org> * save-attachments.c: Use standard error messages svn path=/trunk/; revision=28232
* Don't do set_usize () on the containerRodney Dawes2005-01-042-1/+5
| | | | | | | | | 2005-01-03 Rodney Dawes <dobey@novell.com> * itip-formatter.c (format_itip_object): Don't do set_usize () on the container svn path=/trunk/; revision=28225
* load accountsJP Rosevear2005-01-042-0/+7
| | | | | | | | 2005-01-03 JP Rosevear <jpr@novell.com> * itip-formatter.c (format_itip_object): load accounts svn path=/trunk/; revision=28224
* remove unused messageJP Rosevear2005-01-043-9/+12
| | | | | | | | | | 2005-01-03 JP Rosevear <jpr@novell.com> * org-gnome-itip-formatter-errors.xml: remove unused message * itip-formatter.c (update_item): use info item, not e-error svn path=/trunk/; revision=28223
* implement cancel (update_item): add cancel info itemJP Rosevear2005-01-042-7/+19
| | | | | | | | | 2005-01-03 JP Rosevear <jpr@novell.com> * itip-formatter.c (view_response_cb): implement cancel (update_item): add cancel info item svn path=/trunk/; revision=28222
* utility routine to make it easier to add info itemsJP Rosevear2005-01-044-30/+74
| | | | | | | | | | | | | | | 2005-01-03 JP Rosevear <jpr@novell.com> * itip-view.c (itip_view_add_upper_info_item_printf): utility routine to make it easier to add info items (itip_view_add_lower_info_item_printf): ditto * itip-view.h: new protos * itip-formatter.c: use new printf routines everyhwere it makes sense svn path=/trunk/; revision=28220
* move the adjust item work here when we actually have the calendarJP Rosevear2005-01-042-59/+60
| | | | | | | | | | | | | 2005-01-03 JP Rosevear <jpr@novell.com> * itip-formatter.c (find_cal_opened_cb): move the adjust item work here when we actually have the calendar (pitip_free): implement a free function (find_cal_opened_cb): check the methods instead of the show selector member (find_cal_opened_cb): default to true for the rsvp setting svn path=/trunk/; revision=28218
* move the adjust item work here when we actually have the calendarJP Rosevear2005-01-042-5/+45
| | | | | | | | | | 2005-01-03 JP Rosevear <jpr@novell.com> * itip-formatter.c (find_cal_opened_cb): move the adjust item work here when we actually have the calendar (pitip_free): implement a free function svn path=/trunk/; revision=28217
* add response enumsJP Rosevear2005-01-047-35/+288
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-01-03 JP Rosevear <jpr@novell.com> * itip-view.h: add response enums * itip-view.c (set_buttons): fiddle with button names and response enums * itip-formatter.c (find_server): don't include our uid in the conflicts search (update_attendee_status): update the status of the attendee and save it out (adjust_item): get relevant properties for items that might contain them if sent from an attendee (get_real_item): get the actual, current item (send_item): send the item (view_response_cb): handle REPLY and REFRESH requests (format_itip_object): adjust the item if necessary and set the attendee for reply/refresh; prevent crash if no description (pitip_free): skeleton free function (format_itip): load delete message setting (delete_toggled_cb): set delete message setting based on toggle (itip_formatter_page_factory): make the delete message check box work * Makefile.am: install e-error messages svn path=/trunk/; revision=28216
* new protos, signalJP Rosevear2005-01-034-114/+749
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-01-03 JP Rosevear <jpr@novell.com> * itip-view.h: new protos, signal * itip-view.c (set_info_items): be more generic so both upper and lower setting can use it (set_upper_info_items): set the upper info items (set_lower_info_items): ditto for lower items (itip_view_destroy): clear both sets of info items (itip_view_class_init): add source selected signalo (itip_view_init): add separate upper and lower info item areas and a detail area (itip_view_add_upper_info_item): add upper info item (itip_view_remove_upper_info_item): remove a singal upper area info item (itip_view_clear_upper_info_items): clear them all (itip_view_add_lower_info_item): as above (itip_view_remove_lower_info_item): ditto (itip_view_clear_lower_info_items): ditto (source_selected_cb): emit the source selected signal when the source in the option menu changes (itip_view_set_source_list): take a source list and create an e-source-option-menu if its non-null (itip_view_get_source_list): get source list (itip_view_set_source): set a specific source in the source option menu (itip_view_get_source): obtain that source (itip_view_set_rsvp): get the rsvp status (itip_view_get_rsvp): set it (itip_view_set_show_rsvp): set visibility of rsvp check box (itip_view_get_show_rsvp): get the visibility of rsvp check box (itip_view_set_buttons_sensitive): set button sensitivity (itip_view_get_buttons_sensitive): get button sensitivity * itip-formatter.c (find_my_address): find the user's address in the list of attendees (set_buttons_sensitive): set the action buttons sensitivity appropriately (cal_opened_cb): use above (start_calendar_server): ditto (start_calendar_server_by_uid): de-sensitize buttons to start (source_selected_cb): ditto (find_cal_opened_cb): check for conflicting appointments; set informative info area items (find_server): create the sexp for determining conflicts (update_item): oset informative info area items (view_response_cb): implement some of the responses, start on implementing rsvp svn path=/trunk/; revision=28215
* Warning when overwriting filePhilip Van Hoof2005-01-034-10/+60
| | | | | | | | 2004-12-27 Philip Van Hoof <pvanhoof@gnome.org> * csv-format.c, rdf-format.c: Warning when overwriting file svn path=/trunk/; revision=28213
* Warning when overwriting filePhilip Van Hoof2005-01-032-1/+30
| | | | | | | | 2004-12-27 Philip Van Hoof <pvanhoof@gnome.org> * save-attachments.c: Warning when overwriting file svn path=/trunk/; revision=28212
* new protosJP Rosevear2004-12-305-40/+953
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-12-29 JP Rosevear <jpr@novell.com> * itip-view.h: new protos * itip-view.c (format_date_and_time_x): don't draw the leading zero in 12hr clock mode for the hour (set_sender_text): make intro statements closer to the UI design (set_description_text): display description (set_info_items): show info items, messages with icons (set_progress_text): show progress text item (for loading/searching calendars) (set_one_button): add a response button (set_buttons): set response buttons based on mode (itip_view_destroy): clear info items (itip_view_class_init): add response signal (itip_view_init): new areas for description, info items, buttons (itip_view_set_description): accessor (itip_view_get_description): ditto (itip_view_add_info_item): add an info item to the display (itip_view_clear_info_items): clear all items (itip_view_set_progress): set the progress message * itip-formatter.c: move over calendar loading, searching code, set more itip view properties * org-gnome-itip-formatter.eplug.in: add a config page item, doesn't do much right now svn path=/trunk/; revision=28207
* s/strcmp/strncmp.David Trowbridge2004-12-283-3/+9
| | | | | | | | | | 2004-12-28 David Trowbridge <David.Trowbridge@Colorado.edu> * calendar-http.c (e_calendar_http_check): s/strcmp/strncmp. * org-gnome-calendar-http.eplug.in: fixed order of menus. svn path=/trunk/; revision=28204
* Initial checkin of new itip formatterJP Rosevear2004-12-237-0/+1135
| | | | | | | | 2004-12-22 JP Rosevear <jpr@novell.com> * Initial checkin of new itip formatter svn path=/trunk/; revision=28184
* list format-handler.h as a source so it distsJP Rosevear2004-12-222-1/+11
| | | | | | | | 2004-12-22 JP Rosevear <jpr@novell.com> * Makefile.am: list format-handler.h as a source so it dists svn path=/trunk/; revision=28183
* Code splitup, each format has it's own c-file Added. Code splitup Added.Philip Van Hoof2004-12-207-566/+1258
| | | | | | | | | | | | | 2004-12-20 Philip Van Hoof <pvanhoof@gnome.org> * Makefile.am: Code splitup, each format has it's own c-file * csv-format.c: Added. Code splitup * format-handler.h: Added. Code splitup * ical-format.c: Added. Code splitup * rdf-format.c: Added. Support for RDF files. Code splitup * save-calendar.c: Support for RDF files. Code splitup svn path=/trunk/; revision=28154
* fixing ssl issueSivaiah Nallagatla2004-12-172-1/+6
| | | | svn path=/trunk/; revision=28142
* Imported backup/restore pluginJP Rosevear2004-12-177-0/+365
| | | | | | | | 2004-12-16 JP Rosevear <jpr@novell.com> * Imported backup/restore plugin svn path=/trunk/; revision=28140
* 2004-12-16 Vivek Jain <jvivek@novell.com> Removed one crash point caused by ↵Jain Vivek2004-12-161-2/+4
| | | | | | faulty patch up svn path=/trunk/; revision=28132
* Add camel-gw-listener.h to SOURCESRodney Dawes2004-12-162-4/+13
| | | | | | | | 2004-12-15 Rodney Dawes <dobey@novell.com> * Makefile.am: Add camel-gw-listener.h to SOURCES svn path=/trunk/; revision=28131
* Added (Create a shared folder) functionality in the pluginJain Vivek2004-12-153-93/+282
| | | | svn path=/trunk/; revision=28129
* some whitespace changes, typecasting widgets, in (on_add_clicked) removedJain Vivek2004-12-152-88/+130
| | | | | | | | | * shared-folder-common.c : (org_gnome_shared_folder_factory) * shared-folder.c : some whitespace changes, typecasting widgets, in (on_add_clicked) removed assigning the rights portion CVS ---------------------------------------------------------------------- svn path=/trunk/; revision=28127
* Include <libebook/e-destination.h> from evolution-data-server.Hans Petter Jansson2004-12-091-1/+1
| | | | | | | | | 2004-12-08 Hans Petter Jansson <hpj@novell.com> * plugins/shared-folder/share-folder-common.c: Include <libebook/e-destination.h> from evolution-data-server. svn path=/trunk/; revision=28095
* Support for CSV filesPhilip Van Hoof2004-12-082-29/+587
| | | | | | | | 2004-11-30 Philip Van Hoof <pvanhoof@gnome.org> * save-calendar.c: Support for CSV files svn path=/trunk/; revision=28087
* *** empty log message ***Jain Vivek2004-12-086-0/+1900
| | | | svn path=/trunk/; revision=28086
* fixed some includes to get it build as pluginSivaiah Nallagatla2004-12-043-3/+6
| | | | svn path=/trunk/; revision=28059
* initial check in of groupwise config pluginSivaiah Nallagatla2004-12-043-0/+111
| | | | svn path=/trunk/; revision=28058
* have our own so we don't need to link with glib.Not Zed2004-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * camel-lock-helper.c (g_strerror): have our own so we don't need to link with glib. * providers/*/Makefile.am: Do not install ANY provider header files. No providers are subclassable. No providers are directly linkable. * camel.pc.in: create package config file. * tests/lib/folders.c (test_folder_message_ops): updated counts for delete also marking unread. * tests/lib/camel-test.c (camel_test_provider_init): new api for initialising test system 'in-build'. * camel-provider.c: remove the assertions, init if we need to,k use pthread_once stuff to serialise it. * tests/folder/test3.c (main): remove gtk stuff (???). * tests/*: Fix all the makefiles. Made make-check work 'in-build'. * tests/lib/folders.c (test_folder_counts): update for api changes. (test_message_info): similar. * providers/Makefile.am: removed groupwise from the build, this can't go in here anymore, not in its current state. * camel-net-utils.c (camel_gethostbyaddr_r) (camel_gethostbyname_r): the old e_gethost* calls from e-host-utils.c. 2004-11-15 Not Zed <NotZed@Ximian.com> * providers/imap/camel-imap-utils.c (imap_path_to_physical): copied from e-path.c. (imap_path_find_folders): copied from e-path.c. * camel.h: remove the provider stuff from the header. * camel-provider.c: globalise provider_init variable, and asserton it in all functions that rely on it. * camel-service.c: removed getaddrinfo/etc. * camel-net-utils.[ch]: separate out camel_getaddrinfo etc. * Makefile.am: split camel into 2 libraries, libcamel and libcamel-store. * camel-multipart-signed.c (camel_multipart_signed_sign) (camel_multipart_signed_verify, prepare_sign): remove old deprecated api. * camel-multipart-encrypted.c (camel_multipart_encrypted_encrypt) (camel_multipart_encrypted_decrypt): remove old deprecated api. svn path=/trunk/; revision=28046
* get image from icon factory directlyJP Rosevear2004-11-262-4/+6
| | | | | | | | | 2004-11-26 JP Rosevear <jpr@novell.com> * audio-inline.c (org_gnome_audio_inline_add_button): get image from icon factory directly svn path=/trunk/; revision=28001
* make sure GETTEXT_PACKAGE is definedJP Rosevear2004-11-242-0/+8
| | | | | | | | 2004-11-24 JP Rosevear <jpr@novell.com> * mailing-list-actions.c: make sure GETTEXT_PACKAGE is defined svn path=/trunk/; revision=27982
* added a setting to mark the account for offline usuageSivaiah Nallagatla2004-11-221-19/+51
| | | | | | | | | | | | | | | 2004-11-21 Sivaiah Nallagatla <snallagatla@novell.com> * providers/groupwise/camel-groupwise-provider.c : added a setting to mark the account for offline usuage * providers/groupwise/came-gw-listener.c (add_esource) (modify_esource) : changed the prototypes to pass CamelUrl instead of individual properties Add offline_sync property on e-sources if account is marked for offline svn path=/trunk/; revision=27951
* no changelog providedMichael Zucci2004-11-175-65/+49
| | | | svn path=/trunk/; revision=27934
* Accept protocol-less URIs. Fixes #68264. (e_calendar_http_check): Fixed aDiego Sevilla Ruiz2004-11-142-8/+11
| | | | | | | | | | | | 2004-11-12 Diego Sevilla Ruiz <dsevilla@ditec.um.es> * calendar-http.c (e_calendar_http_check): Accept protocol-less URIs. Fixes #68264. (e_calendar_http_check): Fixed a memory leak. (e_calendar_http_refresh): Another mem. leak fix. (e_calendar_http_url): Fixed another more memory leak. svn path=/trunk/; revision=27913
* Accept protocol-less URIs. Fixes #68264. (e_calendar_http_check): Fixed aDiego Sevilla Ruiz2004-11-122-5/+27
| | | | | | | | | | | 2004-11-12 Diego Sevilla Ruiz <dsevilla@ditec.um.es> * calendar-http.c (e_calendar_http_check): Accept protocol-less URIs. Fixes #68264. (e_calendar_http_check): Fixed a memory leak. (e_calendar_http_refresh): Another mem. leak fix. svn path=/trunk/; revision=27905
* Added author tag, fixed description, removed "plugin" from name, changedMeilof Veeningen2004-11-126-49/+78
| | | | | | | | | | | | | | | | | | | | 2004-11-04 Meilof Veeningen <meilof@wanadoo.nl> * org-gnome-mailing-list-actions.eplug.in: Added author tag, fixed description, removed "plugin" from name, changed position of item in popup menu, using "enable" rather than "visible" for bonobo menus * org-gnome-mailing-list-actions.xml: Now place menus in MailMessageActions placeholder; moved label to <commands> section * org-gnome-mailing-list-actions-errors.xml: fixed button order: "Cancel" now leftmost button; added e-mail address to send confirm dialog * mailing-list-actions.c: account guessing now first based on message; added e-mail address to send confirm dialog svn path=/trunk/; revision=27897
* fixed author and descriptionRadek Doulik2004-11-122-2/+8
| | | | | | | | 2004-11-11 Radek Doulik <rodo@ximian.com> * org-gnome-audio-inline.eplug.in: fixed author and description svn path=/trunk/; revision=27894
* Add org-gnome-mailing-list-actions.xml to EXTRA_DISTRodney Dawes2004-11-102-1/+6
| | | | | | | | 2004-11-09 Rodney Dawes <dobey@novell.com> * Makefile.am: Add org-gnome-mailing-list-actions.xml to EXTRA_DIST svn path=/trunk/; revision=27879
* Add the eplug.in file to EXTRA_DISTRodney Dawes2004-11-102-1/+8
| | | | | | | | 2004-11-09 Rodney Dawes <dobey@novell.com> * Makefile.am: Add the eplug.in file to EXTRA_DIST svn path=/trunk/; revision=27874
* Add the xml file to EXTRA_DISTRodney Dawes2004-11-092-1/+7
| | | | | | | | 2004-11-09 Rodney Dawes <dobey@novell.com> * Makefile.am: Add the xml file to EXTRA_DIST svn path=/trunk/; revision=27873
* Add EXTRA_DIST variable for the eplug.in fileRodney Dawes2004-11-092-0/+6
| | | | | | | | 2004-11-09 Rodney Dawes <dobey@novell.com> * Makefile.am: Add EXTRA_DIST variable for the eplug.in file svn path=/trunk/; revision=27872
* Add AC_SUBST for plugins_base alsoRodney Dawes2004-11-091-1/+1
| | | | | | | | | | | 2004-11-09 Rodney Dawes <dobey@novell.com> * configure.in: Add AC_SUBST for plugins_base also * plugins/Makefile.am: Add plugins_base to DIST_SUBDIRS so that we dist the plug-ins we actually build by default svn path=/trunk/; revision=27868
* ShushJP Rosevear2004-11-053-0/+15
| | | | svn path=/trunk/; revision=27850
* include <config.h> for GETTEXT_PACKAGEJP Rosevear2004-11-052-0/+7
| | | | | | | | 2004-11-05 JP Rosevear <jpr@novell.com> * mailing-list-actions.c: include <config.h> for GETTEXT_PACKAGE svn path=/trunk/; revision=27849
* fixedJeffrey Stedfast2004-11-051-2/+3
| | | | svn path=/trunk/; revision=27842
* Added mailing list actions plugin from Meilof Veeningen ↵Michael Zucci2004-11-047-0/+367
| | | | | | <meilof@wanadoo.nl> svn path=/trunk/; revision=27835
* duh, add this to cvs, remove Makefile.Not Zed2004-11-043-546/+17
| | | | | | | | 2004-11-04 Not Zed <NotZed@Ximian.com> * Makefile.am: duh, add this to cvs, remove Makefile. svn path=/trunk/; revision=27833
* Initial import of webcal properties plugin.David Trowbridge2004-11-044-0/+870
| | | | | | | | 2004-11-04 David Trowbridge <David.Trowbridge@Colorado.edu> * Initial import of webcal properties plugin. svn path=/trunk/; revision=27830
* fixed description and added author's info, to display correctly on theRodrigo Moya2004-11-032-2/+8
| | | | | | | | | 2004-11-04 Rodrigo Moya <rodrigo@novell.com> * org-gnome-mail-to-task.eplug.in: fixed description and added author's info, to display correctly on the plugin manager. svn path=/trunk/; revision=27819
* fixed description and added author's info, to display correctly on theRodrigo Moya2004-11-032-2/+8
| | | | | | | | | 2004-11-04 Rodrigo Moya <rodrigo@novell.com> * org-gnome-mail-to-meeting.eplug.in: fixed description and added author's info, to display correctly on the plugin manager. svn path=/trunk/; revision=27818
* fix the popup id.Not Zed2004-11-032-1/+5
| | | | | | | | 2004-11-03 Not Zed <NotZed@Ximian.com> * org-gnome-mail-to-meeting.eplug.in: fix the popup id. svn path=/trunk/; revision=27817
* revert rodrigo's last fix, it should actually work now, i hope.Not Zed2004-11-032-1/+6
| | | | | | | | | 2004-11-03 Not Zed <NotZed@Ximian.com> * org-gnome-mail-to-task.eplug.in: revert rodrigo's last fix, it should actually work now, i hope. svn path=/trunk/; revision=27816
* Add description and author fields. Change name.Nat Friedman2004-11-032-2/+17
| | | | | | | | | 004-11-03 Nat Friedman <nat@novell.com> * org-gnome-evolution-bbdb.eplug.in: Add description and author fields. Change name. svn path=/trunk/; revision=27814
* extra_dist the .eplug.in file.Not Zed2004-11-032-0/+6
| | | | | | | | 2004-11-03 Not Zed <NotZed@Ximian.com> * Makefile.am: extra_dist the .eplug.in file. svn path=/trunk/; revision=27813
* gave it a better name and fixed the description and author tags.Not Zed2004-11-032-2/+8
| | | | | | | | | 2004-11-03 Not Zed <NotZed@Ximian.com> * org-gnome-copy-tool.eplug.in: gave it a better name and fixed the description and author tags. svn path=/trunk/; revision=27812
* implemented a plugin manager plugin.Not Zed2004-11-035-0/+339
| | | | | | | | 2004-10-20 Not Zed <NotZed@Ximian.com> * implemented a plugin manager plugin. svn path=/trunk/; revision=27810
* dist xml menu fileJP Rosevear2004-11-022-1/+7
| | | | | | | | 2004-11-01 JP Rosevear <jpr@novell.com> * Makefile.am: dist xml menu file svn path=/trunk/; revision=27783
* Dist .eplug.in filesJP Rosevear2004-11-0224-1/+75
| | | | svn path=/trunk/; revision=27781
* list bbdb.h as a source so it gets distedJP Rosevear2004-11-022-1/+5
| | | | | | | | 2004-11-01 JP Rosevear <jpr@novell.com> * Makefile.am: list bbdb.h as a source so it gets disted svn path=/trunk/; revision=27780
* fix folder view popup id and use stock icon for meetings.Rodrigo Moya2004-10-292-2/+7
| | | | | | | | | 2004-10-29 Rodrigo Moya <rodrigo@novell.com> * org-gnome-mail-to-meeting.eplug.in: fix folder view popup id and use stock icon for meetings. svn path=/trunk/; revision=27770
* fix folder view popup id again.Rodrigo Moya2004-10-292-2/+6
| | | | | | | | 2004-10-29 Rodrigo Moya <rodrigo@novell.com> * org-gnome-mail-to-task.eplug.in: fix folder view popup id again. svn path=/trunk/; revision=27769
* added mail-to-meeting plugin, to convert mails to meetings.Rodrigo Moya2004-10-295-0/+222
| | | | | | | | 2004-10-29 Rodrigo Moya <rodrigo@novell.com> * added mail-to-meeting plugin, to convert mails to meetings. svn path=/trunk/; revision=27766
* Softly now.Nat Friedman2004-10-293-0/+7
| | | | svn path=/trunk/; revision=27762
* Re-enable BBDB.Nat Friedman2004-10-291-6/+0
| | | | svn path=/trunk/; revision=27761
* Don't build the test-evobuddy program.Nat Friedman2004-10-291-3/+3
| | | | svn path=/trunk/; revision=27760
* fix folder view popup id.Not Zed2004-10-282-1/+5
| | | | | | | | 2004-10-28 Not Zed <NotZed@Ximian.com> * org-gnome-mail-to-task.eplug.in: fix folder view popup id. svn path=/trunk/; revision=27754
* Fixed hook id.Michael Zucci2004-10-282-1/+3
| | | | svn path=/trunk/; revision=27753
* fix folderview popup hook id.Not Zed2004-10-282-1/+5
| | | | | | | | 2004-10-28 Not Zed <NotZed@Ximian.com> * org-gnome-copy-tool.eplug.in: fix folderview popup hook id. svn path=/trunk/; revision=27752
* Use _with_mnemonic for the button.Nat Friedman2004-10-273-2/+8
| | | | | | | | | | 2004-10-27 Nat Friedman <nat@novell.com> * bbdb.c (bbdb_page_factory): Use _with_mnemonic for the button. * Makefile.am: Don't build the test program by default. svn path=/trunk/; revision=27736
* Sync the Gaim buddy list. Set a timer to check for Gaim buddy list chnagesNat Friedman2004-10-266-38/+685
| | | | | | | | | | | | | | | | | | | | | | | 2004-10-25 Nat Friedman <nat@novell.com> * bbdb.c (e_plugin_lib_enable): Sync the Gaim buddy list. Set a timer to check for Gaim buddy list chnages to sync. (bbdb_do_it): Free some memory we were leaking before. (bbdb_open_addressbook): New function for Gaim buddy list support. (bbdb_check_gaim_enabled): Likewise. (enable_gaim_toggled_cb): Likewise. (synchronize_button_clicked_cb): Likewise. (bbdb_page_factory): Added UI for Gaim buddy list sync support. * gaimbuddies.c: New file, contains routines to synchronize IM information and buddy icons from a Gaim buddy list. * bbdb.h: New file, contains shared macros and prototypes. * test-evobuddy.c (main): New function, tests a gaim buddy list sync. svn path=/trunk/; revision=27723
* removed unused enum declaration (org_gnome_audio_inline_play_clicked):Radek Doulik2004-10-263-12/+44
| | | | | | | | | | | | | | | 2004-10-25 Radek Doulik <rodo@ximian.com> * audio-inline.c: removed unused enum declaration (org_gnome_audio_inline_play_clicked): added cast to &argv to quiet compiler handle more mime types * org-gnome-audio-inline.eplug.in: handle application/x-ogg mime type handle more mime types svn path=/trunk/; revision=27721
* handle application/x-ogg mime typeRadek Doulik2004-10-253-1/+7
| | | | | | | | | | | 2004-10-25 Radek Doulik <rodo@ximian.com> * org-gnome-audio-inline.eplug.in: handle application/x-ogg mime type * audio-inline.c: handle application/x-ogg mime type svn path=/trunk/; revision=27718
* handle audio/x-mp3 mime typeRadek Doulik2004-10-253-2/+9
| | | | | | | | | | | 2004-10-25 Radek Doulik <rodo@ximian.com> * org-gnome-audio-inline.eplug.in: handle audio/x-mp3 mime type * audio-inline.c: (org_gnome_audio_inline_play_clicked): handle audio/x-mp3 mime type svn path=/trunk/; revision=27717
* quiet cvsRadek Doulik2004-10-251-0/+5
| | | | svn path=/trunk/; revision=27715
* imported audio inline pluginRadek Doulik2004-10-254-0/+326
| | | | | | | | 2004-10-25 Radek Doulik <rodo@ximian.com> * audio-inline.c: imported audio inline plugin svn path=/trunk/; revision=27714
* restoring the files in the correct directoryHarish Krishnaswamy2004-10-244-0/+87
| | | | | | | | | | 2004-10-22 Harish Krishnaswamy <kharish@novell.com> * mark-calendar-offline.c: implement a plugin that lets the user mark a calendar to be available for off-line use, if it is not already set to be so and vice versa svn path=/trunk/; revision=27709
* Restoring the original file.Harish Krishnaswamy2004-10-241-4/+4
| | | | svn path=/trunk/; revision=27708
* restoring the original filesHarish Krishnaswamy2004-10-241-4/+4
| | | | svn path=/trunk/; revision=27707
* This file does not belong hereHarish Krishnaswamy2004-10-241-16/+0
| | | | svn path=/trunk/; revision=27706
* Change assertions to if statements, so as not to issue warnings in theNat Friedman2004-10-233-9/+28
| | | | | | | | | | | 2004-10-23 Nat Friedman <nat@novell.com> * bbdb.c (bbdb_do_it): Change assertions to if statements, so as not to issue warnings in the case of routine failures (name is NULL). Don't add an email to a contact if the appropriate contact is ambiguous. svn path=/trunk/; revision=27703
* addd my new nifty pluginJeffrey Stedfast2004-10-233-0/+138
| | | | | | all b0w to my mad skeelz svn path=/trunk/; revision=27701
* Added the bbdb plugin.Nat Friedman2004-10-225-0/+367
| | | | | | | | | | 2004-10-22 Nat Friedman <nat@novell.com> * configure.in: Added the bbdb plugin. Man, hacking is fun. svn path=/trunk/; revision=27690
* new functions. (do_mail_to_task): set attendees and organizer on the taskRodrigo Moya2004-10-222-1/+63
| | | | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * mail-to-task.c (set_attendees, set_organizer): new functions. (do_mail_to_task): set attendees and organizer on the task from the recipients in the mail message. svn path=/trunk/; revision=27686
* use correct icon.Rodrigo Moya2004-10-222-1/+5
| | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * org-gnome-mail-to-task.eplug.in: use correct icon. svn path=/trunk/; revision=27685
* fixed to make the plugin show up in the correct place.Rodrigo Moya2004-10-222-2/+7
| | | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * org-gnome-mail-to-task.eplug.in: fixed to make the plugin show up in the correct place. svn path=/trunk/; revision=27684
* implemented plugin for converting selected mails to tasks.Rodrigo Moya2004-10-225-0/+154
| | | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * mail-to-task.c: implemented plugin for converting selected mails to tasks. svn path=/trunk/; revision=27682
* sample plugin added to mark a calendar to be available offline or revertHarish Krishnaswamy2004-10-224-9/+79
| | | | | | availability svn path=/trunk/; revision=27681
* s/image/icon/JP Rosevear2004-10-212-1/+5
| | | | | | | | 2004-10-21 JP Rosevear <jpr@novell.com> * org-gnome-copy-tool.eplug.in: s/image/icon/ svn path=/trunk/; revision=27678
* ShushJP Rosevear2004-10-214-0/+4
| | | | svn path=/trunk/; revision=27677
* setup the right plugin init function.Not Zed2004-10-212-2/+7
| | | | | | | | | 2004-10-21 Not Zed <NotZed@Ximian.com> * prefer-plain.c (e_plugin_lib_enable): setup the right plugin init function. svn path=/trunk/; revision=27676
* get error information in e_cal_* calls, and display errors to the user.Rodrigo Moya2004-10-212-3/+31
| | | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * save-calendar.c (do_save_calendar): get error information in e_cal_* calls, and display errors to the user. svn path=/trunk/; revision=27675
* *** empty log message ***Rodrigo Moya2004-10-214-0/+16
| | | | svn path=/trunk/; revision=27674
* implemented a copy-utils plugin.Not Zed2004-10-214-0/+138
| | | | | | | | 2004-10-20 Not Zed <NotZed@Ximian.com> * implemented a copy-utils plugin. svn path=/trunk/; revision=27671
* compile if not using file chooserJP Rosevear2004-10-212-2/+7
| | | | | | | | | 2004-10-21 JP Rosevear <jpr@novell.com> * save-calendar.c (do_save_calendar): compile if not using file chooser svn path=/trunk/; revision=27668
* better menu items.Rodrigo Moya2004-10-211-2/+2
| | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * org-gnome-save-calendar.eplug.in: better menu items. svn path=/trunk/; revision=27665
* better menu items.Rodrigo Moya2004-10-211-2/+2
| | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * org-gnome-save-calendar.eplug.in: better menu items. svn path=/trunk/; revision=27664