| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle the LAST-MODIFIED property. (free_icalcomponent): Ditto. | Federico Mena Quintero | 2000-07-07 | 2 | -20/+106 |
* | Handle the CREATED property. (free_icalcomponent): Ditto. | Federico Mena Quintero | 2000-07-07 | 2 | -121/+303 |
* | Use CalComponentText instead of CalComponentPropSummary. Removed the | Federico Mena Quintero | 2000-07-04 | 2 | -11/+120 |
* | Renamed from cal_component_free_description_list(). We can share this | Federico Mena Quintero | 2000-07-04 | 2 | -253/+348 |
* | Handle CATEGORIES. This can appear multiple times, so we maintain a list. | Federico Mena Quintero | 2000-07-03 | 2 | -24/+234 |
* | Handle date/time and timezone pairs. (scan_property): Handle DTSTART and | Federico Mena Quintero | 2000-07-02 | 2 | -12/+302 |
* | Handle the DESCRIPTION property. There can be multiple descriptions with | Federico Mena Quintero | 2000-07-01 | 2 | -40/+243 |
* | Get an EvolutionShellClient instead of an Evolution_Shell to match the | Ettore Perazzoli | 2000-06-30 | 2 | -91/+303 |
* | New files for the new iCalendar component object. Today's properties: | Federico Mena Quintero | 2000-06-29 | 4 | -3/+478 |
* | Fix compilation with builddir != srcdir. | Ettore Perazzoli | 2000-06-19 | 1 | -0/+1 |
* | Doh, sync - Federico | Federico Mena Quintero | 2000-06-16 | 1 | -4/+4 |
* | updated. | Damon Chaplin | 2000-06-16 | 3 | -59/+593 |
* | use libical.a | Damon Chaplin | 2000-06-16 | 1 | -1/+1 |
* | merge the two separate noinst_PROGRAMS declarations into one so automake | Dan Winship | 2000-06-15 | 1 | -3/+2 |
* | switch back to vcal for debugging | Seth Alves | 2000-06-14 | 1 | -3/+3 |
* | Added the array of objects and the hash table of UID->array index. | Federico Mena Quintero | 2000-06-13 | 1 | -4/+1 |
* | Added a get_n_objects() method. | Federico Mena Quintero | 2000-06-09 | 1 | -0/+26 |
* | Allow for NULL summaries. | Federico Mena Quintero | 2000-06-09 | 1 | -1/+1 |
* | put this back in, it's still used in | Seth Alves | 2000-06-08 | 2 | -3/+2 |
* | update some .cvsignores | Seth Alves | 2000-06-08 | 1 | -0/+1 |
* | instead of returning a text representation, decode the text and return an | Seth Alves | 2000-06-08 | 2 | -1/+7 |
* | fixed a bunch of problems use libical instead of libversit | Seth Alves | 2000-06-07 | 4 | -45/+254 |
* | Removed from the public header; made static. Now everyone should use | Federico Mena Quintero | 2000-06-07 | 2 | -30/+24 |
* | added test-recur test program. | Damon Chaplin | 2000-06-01 | 5 | -347/+1869 |
* | new files to implement iCalendar recurrence rules. These are only part | Damon Chaplin | 2000-05-20 | 5 | -0/+1247 |
* | Fixed warning message. (time_add_day): Likewise. (time_add_month): | Federico Mena Quintero | 2000-05-19 | 1 | -4/+11 |
* | Added version and availability of required libunicode library. | Matt Loper | 2000-05-13 | 1 | -30/+35 |
* | remove unused timezone variable to make this compile on BSD systems (where | Dan Winship | 2000-05-12 | 1 | -1/+0 |
* | Removed unused arguments. Load the initial alarms here. (load_alarms): New | Federico Mena Quintero | 2000-05-12 | 2 | -2/+37 |
* | don't set the ico->uid to NULL or we won't find any other occurrences of | Damon Chaplin | 2000-05-09 | 1 | -0/+1 |
* | changed these so they just do a simple localtime(), update the struct tm, | Damon Chaplin | 2000-05-07 | 1 | -0/+49 |
* | finish editing event when user hits Return key. | Damon Chaplin | 2000-05-07 | 1 | -1/+33 |
* | added guint ref_count to iCalObject struct, and ical_object_ref/unref() | Damon Chaplin | 2000-05-06 | 2 | -0/+32 |
* | for the long events pass E_DAY_VIEW_LONG_EVENT as the day. Fixes SEGV. | Damon Chaplin | 2000-05-05 | 1 | -0/+2 |
* | set the active radio button here. Oops - it wasn't a Bonobo problem after | Damon Chaplin | 2000-05-03 | 2 | -7/+10 |
* | set attendee and contact address correctly. | Seth Alves | 2000-05-01 | 1 | -3/+3 |
* | new function to see if the event dates have changed (including any | Damon Chaplin | 2000-05-01 | 2 | -0/+113 |
* | deleted some commented out code | Seth Alves | 2000-04-28 | 1 | -3/+1 |
* | Replaced libcal-util.la with *.la | Christopher James Lahey | 2000-04-26 | 1 | -1/+1 |
* | compare iCalObjects by their UIDs instead of by their pointers. | Seth Alves | 2000-04-26 | 1 | -1/+2 |
* | allow for null CN (parse_person): allow for null sent_by | Seth Alves | 2000-04-25 | 3 | -14/+171 |
* | finished first stab at iCalObject to icalcomponent conversion. | Seth Alves | 2000-04-25 | 1 | -3/+147 |
* | start on code to do the opposite of icalendar.c (convert from iCalObjects | Seth Alves | 2000-04-22 | 3 | -3/+377 |
* | Fix include path. | Federico Mena Quintero | 2000-04-19 | 1 | -3/+2 |
* | Renamed library from libcalutil to libcal-util, to be consistent with | Federico Mena Quintero | 2000-04-17 | 5 | -31/+16 |
* | use HAVE_TIMEZONE to switch between linux's timezone variable and *bsd's | Chris Toshok | 2000-04-12 | 1 | -2/+13 |
* | Use ical_object_to_string(). | Federico Mena Quintero | 2000-03-28 | 4 | -109/+73 |
* | Fix for srcdir != builddir. | Elliot Lee | 2000-03-18 | 1 | -11/+9 |
* | Initialize the alarm types here. Do not call default_alarm() anymore, | Federico Mena Quintero | 2000-03-11 | 1 | -24/+5 |
* | replaced "Calendar *cal" with "CalClient *calc" in the GnomeCalendar | Seth Alves | 2000-03-09 | 3 | -2/+83 |
* | track movement of calobj.[ch] | Seth Alves | 2000-03-08 | 2 | -2/+2 |
* | ignore *.lo instead of a list of .lo files | Seth Alves | 2000-03-08 | 1 | -2/+1 |
* | calobj.[ch] live in cal-util now | Seth Alves | 2000-03-08 | 1 | -0/+2 |
* | stubs for client side access to alarm structures. this will probably | Seth Alves | 2000-03-06 | 1 | -0/+18 |
* | added some .cvsignore files | Seth Alves | 2000-03-04 | 1 | -0/+7 |
* | new file -- things shared between the client and server go in this | Seth Alves | 2000-03-04 | 7 | -0/+1407 |
* | Change iCalObject.organizer from char* to iCalPerson* | Russell Steinthal | 2000-02-16 | 2 | -11/+91 |
* | Connect to the Cal's destroy signal. (cal_backend_remove_cal): Killed | Federico Mena Quintero | 2000-02-11 | 1 | -1/+1 |
* | Added get_uids() method to get a list of UIDs based on object types. | Federico Mena Quintero | 2000-02-09 | 2 | -78/+164 |
* | Add default alarm support, Beep on display alarms option | Russell Steinthal | 1999-11-03 | 1 | -13/+8 |
* | Small fix -miguel | Arturo Espinosa | 1999-09-28 | 1 | -30/+30 |
* | About to rehash conduit. | Eskil Heyn Olsen | 1999-09-19 | 1 | -1/+1 |
* | added sources to calendar-conduit | Eskil Heyn Olsen | 1999-09-15 | 1 | -2/+2 |
* | Fix the hostname part. | Miguel de Icaza | 1999-08-15 | 1 | -3/+3 |
* | Lots of more work on the sync stuff. It works pretty well now. | Arturo Espinosa | 1999-07-29 | 1 | -6/+11 |
* | New file. Implements PalmPilot syncronization with the Gnome Calendar. | Miguel de Icaza | 1999-07-28 | 2 | -0/+73 |
* | Generate unique IDs on Vevents we load that lack it. WE need this for the | Miguel de Icaza | 1999-07-27 | 1 | -1/+3 |
* | Changed gnome-pim.keys to use the --file flag | Miguel de Icaza | 1999-07-17 | 1 | -3/+27 |
* | One line bug fix from Sergey I Panov. | Miguel de Icaza | 1999-06-04 | 1 | -1/+1 |
* | Work around broken software that writes a broken month-of-day as "zero". | Miguel de Icaza | 1999-06-02 | 1 | -0/+8 |
* | Make intervals always exist. a 0 interval is wrong. | Miguel de Icaza | 1999-05-26 | 1 | -0/+4 |
* | Added this routine so Monthly recurrences use the weekday field as a | Steve Murphy | 1999-04-04 | 1 | -9/+86 |
* | Include <config.h> so that strings get translated. Correct spelling. | Nuno Ferreira | 1999-03-28 | 1 | -0/+1 |
* | Added 2 paranthesis.. "foobar = d / 60*60" is _NOT_ the same as "foobar = | Tomas Ogren | 1999-03-24 | 1 | -1/+1 |
* | 1999-03-10 Craig A Soules (soules+@andrew.cmu.edu) | Arturo Espinosa | 1999-03-11 |