aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/itip-utils.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'GDM2_2_4_4_0'.GDM2_2_4_4_0nobody2003-06-291-978/+0
* Fixes #43775JP Rosevear2003-05-311-4/+2
* kill warningsJP Rosevear2003-04-301-1/+1
* Fixes #41459JP Rosevear2003-04-171-9/+9
* added missing capabilities.Rodrigo Moya2003-04-111-1/+1
* create button properlyJP Rosevear2003-04-081-4/+2
* Fixes #39955JP Rosevear2003-04-021-2/+0
* Fixes #40661Rodrigo Moya2003-04-021-0/+1
* init new members (get_current_account): get a matching account for theJP Rosevear2003-03-281-2/+11
* Update for e_notice moveDan Winship2003-03-251-1/+1
* Fixes #39770Rodrigo Moya2003-03-201-5/+7
* removed. (load_file_fn, vcal_load_file_fn): use physical_uri instead ofRodrigo Moya2003-03-201-2/+3
* Fixes #34095Hans Petter Jansson2003-03-181-6/+11
* call cal_client_get_cal_address instead of cal_client_get_email_addressJP Rosevear2003-03-051-1/+1
* If only the pipe wouldn't break.JP Rosevear2003-03-051-7/+19
* gconf settings upgradesMichael Zucci2003-02-241-121/+17
* Mainly making all views use PangoLayouts for text. When drawing aHans Petter Jansson2003-01-261-1/+1
* run fix.sh over this.Not Zed2002-12-021-5/+5
* Use g_object_ref()/g_object_unref() instead ofEttore Perazzoli2002-11-091-4/+4
* Initial port of gui/ subdir to GNOME 2JP Rosevear2002-11-081-24/+20
* initialize new values (clean_up): free new values (find_my_address): if weJP Rosevear2002-10-241-2/+17
* use e_config_listener_* to get values (itip_addresses_get): dittoJP Rosevear2002-10-231-36/+11
* if the value is a datetime, convert it to a dateJP Rosevear2002-10-181-2/+47
* Non-Connector part of #29334 (meeting created by a delegate in theDan Winship2002-09-281-2/+29
* if the item being sent is not a meeting, send it as a mixed item with aJP Rosevear2002-09-261-7/+97
* fix non-ANSI switch statements.Dan Winship2002-09-231-0/+1
* don't try to send via the server if we are publishing; don't bail out on aJP Rosevear2002-09-061-5/+12
* bail out if we couldn't send the cancelJP Rosevear2002-09-051-2/+9
* provide error message param, give a dialog with the message if we get aJP Rosevear2002-09-051-7/+16
* don't make the reply component minimalJP Rosevear2002-09-041-5/+0
* make the sure to list is 0 length before sending via imipJP Rosevear2002-08-311-1/+1
* clone the ical component before adding itJP Rosevear2002-08-201-1/+2
* Remove a bunch of old #if 0 code. (update_item): SetDan Winship2002-08-141-28/+0
* check for an attendee in the list (comp_to_list): only add the user ifJP Rosevear2002-08-091-58/+34
* just return the object untouched since we don't send anythingJP Rosevear2002-08-081-86/+157
* plug leak and actually use the minimal comp we createJP Rosevear2002-06-251-1/+5
* add back protoJP Rosevear2002-06-251-18/+65
* make the range datetime member a struct not a pointerJP Rosevear2002-05-151-3/+3
* reverted my last change of adding the METHOD property to the incomingRodrigo Moya2002-03-061-0/+28
* [pullup from evolution-1-0-branch]Dan Winship2002-03-061-0/+4
* [pullup from evolution-1-0-branch]Dan Winship2002-03-041-80/+86
* [pullup from evolution-1-0-branch]Dan Winship2002-02-261-33/+8
* pass extra itip_send_comp params (send_freebusy): ditto (ok_clicked_cb):JP Rosevear2002-02-201-16/+27
* use get_real_item (get_refresh_options): uncomment out (get_real_item):JP Rosevear2001-12-181-10/+21
* Marked strings for translation.Zbigniew Chyla2001-12-061-13/+16
* fixed typos in translatable strings. Fixes Ximian #15456Rodrigo Moya2001-11-281-1/+1
* send as mixed rather than alternativeJP Rosevear2001-10-311-1/+1
* set a body for the messageJP Rosevear2001-10-311-1/+7
* call GNOME_Evolution_Composer_setMultipartType to get aDan Winship2001-10-311-0/+6
* Revert.JP Rosevear2001-10-311-12/+1
* don't overwrite memory (e_meeting_time_selector_on_end_time_changed):JP Rosevear2001-10-311-1/+12
* Allocate enough space for the string! (was missing the null terminator)Federico Mena Quintero2001-10-311-2/+2
* Require gal 0.15.99.8Joe Shaw2001-10-301-1/+1
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* return fill_component successJP Rosevear2001-10-131-15/+8
* util function to get address (itip_addresses_get_default): get only theJP Rosevear2001-10-101-72/+337
* refactor functionality into several function (comp_string): if we areJP Rosevear2001-10-041-157/+203
* Warning fixes courtesy of Chris Lahey <clahey@ximian.com>.Federico Mena Quintero2001-09-261-2/+2
* gets a config db (cal_backend_file_destroy): release config dbJP Rosevear2001-09-211-1/+1
* listen for model changes (task_editor_edit_comp): add the attendees to theJP Rosevear2001-09-201-15/+4
* for each call back, removes the alarms (cal_component_remove_all_alarms):JP Rosevear2001-09-171-4/+13
* send 6 weeks of free busy info starting with the UTC start of dayJP Rosevear2001-09-131-16/+99
* Marked strings for translation (with U_).Chyla Zbigniew2001-09-011-1/+2
* call back to add timezones to the top level (itip_send_comp): callJP Rosevear2001-08-231-1/+28
* Make calendar.ics the suggested name when attaching the ical objectJP Rosevear2001-08-081-1/+1
* I18n fixes.Chyla Zbigniew2001-08-041-0/+4
* New files with a derivative of ESearchBar that generates sexps forFederico Mena Quintero2001-07-281-0/+1
* send the empty string as subject if there is no summaryJP Rosevear2001-07-271-1/+4
* free a list of attendees (meeting_page_fill_widgets): clean up attendeeJP Rosevear2001-07-271-1/+1
* new protoJP Rosevear2001-07-131-11/+1
* be careful about adding and stripping MAILTO:'s properlyJP Rosevear2001-07-121-6/+23
* actually clear some widgets and hide/show widgets in the default setupJP Rosevear2001-07-071-32/+78
* implementJP Rosevear2001-07-031-2/+2
* Changed attachData to accept a sequence of chars rather than a string.Dave Camp2001-06-211-2/+6
* add some needed commas (itip_send_comp): if publishing, don't set the toJP Rosevear2001-06-201-8/+27
* itip/imip send dialogJP Rosevear2001-06-201-1/+227
* remove hardcoded values (edit_attendee): ditto, and there are only 4 rolesJP Rosevear2001-04-281-2/+1
* I created this file to store some commonly used enumeration to stringJesse Pavel2000-11-141-0/+49