aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-itip-control.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a string.Kjartan Maraas2002-04-021-1/+1
* free the my_address member (find_my_address): fall back on a CN match ifJP Rosevear2002-04-011-97/+146
* reverted my last change of adding the METHOD property to the incomingRodrigo Moya2002-03-061-2/+0
* added the METHOD property to the top level component we create.Rodrigo Moya2002-03-011-0/+2
* pass extra itip_send_comp params (send_freebusy): ditto (ok_clicked_cb):JP Rosevear2002-02-201-34/+85
* if this is a reply, print the attendee statusJP Rosevear2002-01-311-0/+34
* translate timezone names when displayed. Fixes bug #6544.Damon Chaplin2002-01-121-3/+14
* confirm expunging of the tasks (tasks_control_expunge_cmd): verb callbackJP Rosevear2002-01-031-1/+0
* go slow and clear the map if the last uri and the current uri do not matchJP Rosevear2001-12-191-21/+14
* use get_real_item (get_refresh_options): uncomment out (get_real_item):JP Rosevear2001-12-181-28/+92
* only show the dialog if we created it. Hopefully fixes bug #15774. AlsoDamon Chaplin2001-12-011-3/+18
* fixed typos in translatable strings. Fixes Ximian #15456Rodrigo Moya2001-11-281-1/+1
* don't add the item, remove it if declining (in case it was added before)JP Rosevear2001-11-081-4/+2
* Require gal 0.15.99.8Joe Shaw2001-10-301-1/+1
* use libical-evolution.laDamon Chaplin2001-10-301-14/+16
* new functions for setting and retrieving the default calendar URIsRodrigo Moya2001-10-301-7/+20
* when the week start day is set to Sunday, we have to be careful to makeDamon Chaplin2001-10-281-32/+79
* 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
* convert the formatted date to UTF-8.Damon Chaplin2001-10-271-2/+7
* used functions to get PUBLISH_OPTIONS etc., so we can translate them.Damon Chaplin2001-10-261-23/+120
* write out the correct time in the controlJP Rosevear2001-10-231-2/+2
* large reworking of i18n tagging and now uses gtk_html_stream write and U_Larry Ewing2001-10-121-88/+70
* Silence warning I missed.Larry Ewing2001-10-111-1/+1
* set the default character set to utf-8.Larry Ewing2001-10-111-0/+6
* util function to get address (itip_addresses_get_default): get only theJP Rosevear2001-10-101-5/+16
* Warning fixes courtesy of Chris Lahey <clahey@ximian.com>.Federico Mena Quintero2001-09-261-138/+134
* use bonobo-exception stuff to clean codeJP Rosevear2001-09-261-2/+1
* base text on component typeJP Rosevear2001-09-241-7/+38
* remove silly debug #if 0JP Rosevear2001-09-191-1/+3
* A page that shows the meeting time selector and free/busy data forJP Rosevear2001-09-191-4/+0
* new class for managing multiple calendars, with an API very similar to theRodrigo Moya2001-09-191-4/+13
* for each call back, removes the alarms (cal_component_remove_all_alarms):JP Rosevear2001-09-171-16/+82
* added space after 'identities' in the message. Fixes bug #9896.Damon Chaplin2001-09-151-1/+1
* use ical partstat, role, cutypes directlyJP Rosevear2001-09-141-39/+176
* changed 3 occurrences of 'Replyed' to 'replied'Damon Chaplin2001-09-011-3/+3
* Marked strings for translation (with U_).Chyla Zbigniew2001-09-011-5/+5
* strip the mailto bit for the email address if we display itJP Rosevear2001-08-221-1/+1
* fixed typo, 'send' -> 'sent'. Bug #7621.Damon Chaplin2001-08-201-2/+2
* destroy the addresses (clean_up): don't free the addresses, we need themJP Rosevear2001-08-181-3/+3
* add dialog for feedback (remove_item): ditto (send_item): dittoJP Rosevear2001-08-141-15/+30
* rewrite the gui to use gtkhtmlJP Rosevear2001-08-141-348/+373
* Chain to the destroy handler in the parent class!Federico Mena Quintero2001-08-091-0/+3
* started some code to show the currently displayed dates in the folderDamon Chaplin2001-07-311-2/+10
* free a list of attendees (meeting_page_fill_widgets): clean up attendeeJP Rosevear2001-07-271-1/+2
* gracefully handle the lack of a methodJP Rosevear2001-07-261-0/+2
* free various data related settings (destroy): use cleanup and unref theJP Rosevear2001-07-201-4/+60
* find the next displayable component (get_prev): find the previousJP Rosevear2001-07-181-3/+43
* be careful about adding and stripping MAILTO:'s properlyJP Rosevear2001-07-121-32/+46
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-031-0/+3
* implementJP Rosevear2001-07-031-2/+17
* update to new callJP Rosevear2001-06-221-718/+778
* itip/imip send dialogJP Rosevear2001-06-201-319/+168
* Fix linking order for `$(DB3_LDADD)'s so that we avoid pullingEttore Perazzoli2001-06-031-1/+1
* dittoJP Rosevear2001-06-021-1/+4
* unref the property bag when we finish with itJP Rosevear2001-05-091-2/+3
* fixed button placement to comply with gnome standards.Anna Marie Dirks2001-03-281-6/+6
* Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the neededKjartan Maraas2001-03-261-2/+10
* get the new reminder widgets (sync_entries): different callback dataJP Rosevear2001-02-061-0/+1
* Mark a string for translation. Mark a bunch of strings for translation.Kjartan Maraas2001-01-301-19/+19
* <gnome.h> trimming to reduce compilation time. Likewise. Likewise.Federico Mena Quintero2001-01-301-2/+1
* Fixed a crash that could happen when destroying a control without anyEttore Perazzoli2001-01-271-2/+3
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-17/+29
* changed the signature of the property_bag get/set functionsDietmar Maurer2001-01-151-4/+10
* Alarm trigger queueing for the GUI part.Federico Mena Quintero2000-12-231-3/+4
* Constify for new libical API. (set_text_list): Likewise.Federico Mena Quintero2000-12-131-3/+4
* This is to make things work with libical 0.21helix1 and later. WarningsFederico Mena Quintero2000-12-121-1/+0
* Remove mysterious #include inserted by mmeeks to break the build.Dan Winship2000-12-051-1/+0
* return NULL if we can't create a view.Michael Meeks2000-12-051-7/+6
* fixed a bug that caused the calendar to segfault when the iTip control wasJesse Pavel2000-12-011-0/+3
* Use the new libical external iterators (icalcomponent_begin_component()Federico Mena Quintero2000-11-251-2/+3
* Fixed size allocation bug.Jesse Pavel2000-11-221-12/+0
* added cancellation code to our program; people can cancel meetings,Jesse Pavel2000-11-171-18/+105
* Fixed REPLY code.Jesse Pavel2000-11-151-0/+1
* I created this file to store some commonly used enumeration to stringJesse Pavel2000-11-141-13/+152
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-111-13/+13
* I wrote the code so that recipients of meeting requests can replyJesse Pavel2000-11-101-8/+180
* updated the GUI to allow the user to add PUBLISHed events to his calendar,Jesse Pavel2000-11-091-5/+65
* *gui/e-itip-control.c, gui/e-itip-control.glade: changed the GUI,Jesse Pavel2000-11-081-61/+120
* *gui/e-itip-control.c, gui/e-itip-control.glade: changed to GUI toJesse Pavel2000-11-071-8/+77
* added some checks for the type of an incoming iCal component beforeJesse Pavel2000-11-071-5/+31
* *** empty log message ***Jesse Pavel2000-10-171-7/+82
* *** empty log message ***Jesse Pavel2000-10-141-6/+131
* *** empty log message ***Jesse Pavel2000-10-121-9/+23
* *** empty log message ***Jesse Pavel2000-10-111-0/+236