| Commit message (Expand) | Author | Age | Files | Lines |
* | don't try to send via the server if we are publishing; don't bail out on a | JP Rosevear | 2002-09-06 | 1 | -5/+12 |
* | bail out if we couldn't send the cancel | JP Rosevear | 2002-09-05 | 1 | -2/+9 |
* | provide error message param, give a dialog with the message if we get a | JP Rosevear | 2002-09-05 | 1 | -7/+16 |
* | don't make the reply component minimal | JP Rosevear | 2002-09-04 | 1 | -5/+0 |
* | make the sure to list is 0 length before sending via imip | JP Rosevear | 2002-08-31 | 1 | -1/+1 |
* | clone the ical component before adding it | JP Rosevear | 2002-08-20 | 1 | -1/+2 |
* | Remove a bunch of old #if 0 code. (update_item): Set | Dan Winship | 2002-08-14 | 1 | -28/+0 |
* | check for an attendee in the list (comp_to_list): only add the user if | JP Rosevear | 2002-08-09 | 1 | -58/+34 |
* | just return the object untouched since we don't send anything | JP Rosevear | 2002-08-08 | 1 | -86/+157 |
* | plug leak and actually use the minimal comp we create | JP Rosevear | 2002-06-25 | 1 | -1/+5 |
* | add back proto | JP Rosevear | 2002-06-25 | 1 | -18/+65 |
* | make the range datetime member a struct not a pointer | JP Rosevear | 2002-05-15 | 1 | -3/+3 |
* | reverted my last change of adding the METHOD property to the incoming | Rodrigo Moya | 2002-03-06 | 1 | -0/+28 |
* | [pullup from evolution-1-0-branch] | Dan Winship | 2002-03-06 | 1 | -0/+4 |
* | [pullup from evolution-1-0-branch] | Dan Winship | 2002-03-04 | 1 | -80/+86 |
* | [pullup from evolution-1-0-branch] | Dan Winship | 2002-02-26 | 1 | -33/+8 |
* | pass extra itip_send_comp params (send_freebusy): ditto (ok_clicked_cb): | JP Rosevear | 2002-02-20 | 1 | -16/+27 |
* | use get_real_item (get_refresh_options): uncomment out (get_real_item): | JP Rosevear | 2001-12-18 | 1 | -10/+21 |
* | Marked strings for translation. | Zbigniew Chyla | 2001-12-06 | 1 | -13/+16 |
* | fixed typos in translatable strings. Fixes Ximian #15456 | Rodrigo Moya | 2001-11-28 | 1 | -1/+1 |
* | send as mixed rather than alternative | JP Rosevear | 2001-10-31 | 1 | -1/+1 |
* | set a body for the message | JP Rosevear | 2001-10-31 | 1 | -1/+7 |
* | call GNOME_Evolution_Composer_setMultipartType to get a | Dan Winship | 2001-10-31 | 1 | -0/+6 |
* | Revert. | JP Rosevear | 2001-10-31 | 1 | -12/+1 |
* | don't overwrite memory (e_meeting_time_selector_on_end_time_changed): | JP Rosevear | 2001-10-31 | 1 | -1/+12 |
* | Allocate enough space for the string! (was missing the null terminator) | Federico Mena Quintero | 2001-10-31 | 1 | -2/+2 |
* | Require gal 0.15.99.8 | Joe Shaw | 2001-10-30 | 1 | -1/+1 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 1 | -1/+0 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 1 | -2/+2 |
* | return fill_component success | JP Rosevear | 2001-10-13 | 1 | -15/+8 |
* | util function to get address (itip_addresses_get_default): get only the | JP Rosevear | 2001-10-10 | 1 | -72/+337 |
* | refactor functionality into several function (comp_string): if we are | JP Rosevear | 2001-10-04 | 1 | -157/+203 |
* | Warning fixes courtesy of Chris Lahey <clahey@ximian.com>. | Federico Mena Quintero | 2001-09-26 | 1 | -2/+2 |
* | gets a config db (cal_backend_file_destroy): release config db | JP Rosevear | 2001-09-21 | 1 | -1/+1 |
* | listen for model changes (task_editor_edit_comp): add the attendees to the | JP Rosevear | 2001-09-20 | 1 | -15/+4 |
* | for each call back, removes the alarms (cal_component_remove_all_alarms): | JP Rosevear | 2001-09-17 | 1 | -4/+13 |
* | send 6 weeks of free busy info starting with the UTC start of day | JP Rosevear | 2001-09-13 | 1 | -16/+99 |
* | Marked strings for translation (with U_). | Chyla Zbigniew | 2001-09-01 | 1 | -1/+2 |
* | call back to add timezones to the top level (itip_send_comp): call | JP Rosevear | 2001-08-23 | 1 | -1/+28 |
* | Make calendar.ics the suggested name when attaching the ical object | JP Rosevear | 2001-08-08 | 1 | -1/+1 |
* | I18n fixes. | Chyla Zbigniew | 2001-08-04 | 1 | -0/+4 |
* | New files with a derivative of ESearchBar that generates sexps for | Federico Mena Quintero | 2001-07-28 | 1 | -0/+1 |
* | send the empty string as subject if there is no summary | JP Rosevear | 2001-07-27 | 1 | -1/+4 |
* | free a list of attendees (meeting_page_fill_widgets): clean up attendee | JP Rosevear | 2001-07-27 | 1 | -1/+1 |
* | new proto | JP Rosevear | 2001-07-13 | 1 | -11/+1 |
* | be careful about adding and stripping MAILTO:'s properly | JP Rosevear | 2001-07-12 | 1 | -6/+23 |
* | actually clear some widgets and hide/show widgets in the default setup | JP Rosevear | 2001-07-07 | 1 | -32/+78 |
* | implement | JP Rosevear | 2001-07-03 | 1 | -2/+2 |
* | Changed attachData to accept a sequence of chars rather than a string. | Dave Camp | 2001-06-21 | 1 | -2/+6 |
* | add some needed commas (itip_send_comp): if publishing, don't set the to | JP Rosevear | 2001-06-20 | 1 | -8/+27 |
* | itip/imip send dialog | JP Rosevear | 2001-06-20 | 1 | -1/+227 |
* | remove hardcoded values (edit_attendee): ditto, and there are only 4 roles | JP Rosevear | 2001-04-28 | 1 | -2/+1 |
* | I created this file to store some commonly used enumeration to string | Jesse Pavel | 2000-11-14 | 1 | -0/+49 |