| Commit message (Expand) | Author | Age | Files | Lines |
* | ignore the .pure directory | Chris Toshok | 2000-05-05 | 1 | -0/+1 |
* | for the long events pass E_DAY_VIEW_LONG_EVENT as the day. Fixes SEGV. | Damon Chaplin | 2000-05-05 | 1 | -2/+2 |
* | Stylistic fix - Federico | Federico Mena Quintero | 2000-05-01 | 1 | -3/+1 |
* | set attendee and contact address correctly. | Seth Alves | 2000-05-01 | 2 | -17/+31 |
* | Made Evolution OAF-compatible. | Ettore Perazzoli | 2000-04-28 | 1 | -1/+2 |
* | fix memory leak (save_to_vcal): same (save): same (cal_backend_load): same | Seth Alves | 2000-04-28 | 1 | -0/+5 |
* | Replaced libcal-util.la with *.la | Christopher James Lahey | 2000-04-26 | 1 | -0/+2 |
* | Renamed from backend_destroy_cb. Now we use it for the "last_client_gone" | Federico Mena Quintero | 2000-04-26 | 4 | -10/+65 |
* | don't save on destroy. | Seth Alves | 2000-04-26 | 1 | -3/+2 |
* | The Joy of Broken Makefiles Part #3. | Ettore Perazzoli | 2000-04-26 | 1 | -2/+2 |
* | allow for null CN (parse_person): allow for null sent_by | Seth Alves | 2000-04-25 | 5 | -14/+192 |
* | 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 | 4 | -3/+379 |
* | fixed code to populate the todo clist | Seth Alves | 2000-04-20 | 2 | -2/+7 |
* | don't call save from here because in all cases the caller of remove_object | Seth Alves | 2000-04-20 | 1 | -1/+1 |
* | calls gnome_calendar_open instead of checking on disk and calling load or | Seth Alves | 2000-04-20 | 1 | -0/+2 |
* | We have a new "last_calendar_gone" signal that Wombat can use to terminate | Federico Mena Quintero | 2000-04-18 | 3 | -3/+26 |
* | removed implicit save, since we don't want to save as we load from disk. | Seth Alves | 2000-04-18 | 1 | -1/+2 |
* | Renamed library from libcalutil to libcal-util, to be consistent with | Federico Mena Quintero | 2000-04-17 | 7 | -199/+12 |
* | use HAVE_TIMEZONE to switch between linux's timezone variable and *bsd's | Chris Toshok | 2000-04-12 | 1 | -2/+13 |
* | create and save an actual vcalendar instead of a list of vcal objects. | Seth Alves | 2000-04-11 | 1 | -40/+56 |
* | catch cal_loaded signal on the cal client. (gnome_calendar_load_cb): | Seth Alves | 2000-04-10 | 1 | -21/+114 |
* | + + * tests/.cvsignore: Added test-movemail. + + * art/.cvsignore: New | Matthew Loper | 2000-04-01 | 1 | -0/+1 |
* | + * wombat/wombat.gnorba: new file. | Matthew Loper | 2000-03-29 | 2 | -0/+19 |
* | Use ical_object_to_string(). | Federico Mena Quintero | 2000-03-28 | 3 | -73/+4 |
* | Fix for srcdir != builddir. | Elliot Lee | 2000-03-18 | 1 | -2/+3 |
* | Initialize the alarm types here. Do not call default_alarm() anymore, | Federico Mena Quintero | 2000-03-11 | 1 | -21/+0 |
* | replaced "Calendar *cal" with "CalClient *calc" in the GnomeCalendar | Seth Alves | 2000-03-09 | 1 | -1/+1 |
* | calobj.[ch] has moved into cal-util/ | Seth Alves | 2000-03-08 | 1 | -2/+0 |
* | More file moving - Federico | Federico Mena Quintero | 2000-03-08 | 2 | -1871/+0 |
* | added some .cvsignore files | Seth Alves | 2000-03-04 | 1 | -0/+9 |
* | new file -- things shared between the client and server go in this | Seth Alves | 2000-03-04 | 3 | -17/+705 |
* | I always forget to add the stupid files - Federico | Federico Mena Quintero | 2000-03-04 | 1 | -0/+66 |
* | moved CalendarFormat type def here | Seth Alves | 2000-02-18 | 2 | -7/+134 |
* | Implemented. | Federico Mena Quintero | 2000-02-17 | 4 | -7/+98 |
* | Change iCalObject.organizer from char* to iCalPerson* | Russell Steinthal | 2000-02-16 | 2 | -11/+91 |
* | Implemented. | Federico Mena Quintero | 2000-02-12 | 6 | -12/+258 |
* | Connect to the Cal's destroy signal. (cal_backend_remove_cal): Killed | Federico Mena Quintero | 2000-02-11 | 7 | -60/+293 |
* | Added get_uids() method to get a list of UIDs based on object types. | Federico Mena Quintero | 2000-02-09 | 5 | -79/+288 |
* | New struct to wrap instances of calendar objects for recurrencies and | Federico Mena Quintero | 2000-02-08 | 3 | -12/+183 |
* | New function to create the base VObject for a calendar. | Federico Mena Quintero | 2000-02-04 | 1 | -1/+45 |
* | Sync to laptop - Federico | Arturo Espinosa | 2000-02-03 | 2 | -25/+65 |
* | Added the get_object() method. | Federico Mena Quintero | 2000-02-02 | 4 | -2/+61 |
* | Changed the namespace from GNOME::Calendar to Evolution::Calendar. | Federico Mena Quintero | 2000-01-29 | 7 | -71/+71 |
* | Make Evolution compile with the latest Bonobo changes. | Arturo Espinosa | 2000-01-26 | 5 | -34/+34 |
* | Check that the listener is not nil and emit and exception if it is. | Federico Mena Quintero | 2000-01-25 | 2 | -7/+61 |
* | When will I ever learn to add the files... - Federico | Arturo Espinosa | 2000-01-25 | 1 | -0/+101 |
* | Added the gnome-pilot and capplet checks; they will likely be reworked for | Federico Mena Quintero | 2000-01-25 | 7 | -35/+48 |
* | New function to remove a calendar client interface object from a backend. | Federico Mena Quintero | 2000-01-24 | 4 | -42/+161 |
* | Take in a GnomeVFSURI, not a string. | Federico Mena Quintero | 2000-01-22 | 3 | -21/+49 |
* | Moved the calendar backend here. This is the actual calendar-handling | Federico Mena Quintero | 2000-01-19 | 6 | -110/+560 |
* | Sync, take two - Federico | Arturo Espinosa | 2000-01-18 | 1 | -0/+1 |
* | Forgot these - Federico | Arturo Espinosa | 2000-01-18 | 2 | -0/+131 |
* | Sync - Federico | Arturo Espinosa | 2000-01-18 | 2 | -6/+112 |
* | Removed the CORBA listener methods, adjusted for the new IDL. | Federico Mena Quintero | 2000-01-12 | 1 | -29/+6 |
* | New IDL for the personal calendar server. | Federico Mena Quintero | 2000-01-12 | 4 | -0/+755 |
* | 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 | 1 | -2/+13 |
* | Save the owner/organizer of the event. (ical_object_create_from_vobject): | Miguel de Icaza | 1999-02-24 | 1 | -0/+10 |
* | GNOME PIM lives | Michael Fulbright | 1998-12-09 | 2 | -2/+2 |
* | Add ctype.h | Miguel de Icaza | 1998-11-07 | 1 | -0/+1 |
* | Changed name from time_start_of_day() to be consistent with the other | Federico Mena Quintero | 1998-10-03 | 2 | -63/+110 |
* | Small fixes for calendar saving | Arturo Espinosa | 1998-08-22 | 1 | -2/+4 |
* | Fix for the weekly event generation. Was reported on the bug tracking | Miguel de Icaza | 1998-05-26 | 1 | -1/+1 |
* | Bug free version of the range computation in place. | Miguel de Icaza | 1998-05-16 | 1 | -2/+2 |
* | Do not add the spurious padding. | Miguel de Icaza | 1998-05-15 | 2 | -5/+45 |
* | Draw the day at startup. (gncal_day_panel_set): Fix selected-day display. | Miguel de Icaza | 1998-05-04 | 1 | -2/+0 |
* | Fixed alarm saving code. Fixed alarm loading code. New -partial- | Arturo Espinosa | 1998-04-25 | 2 | -22/+46 |
* | Fixes for vTodo thingies -mig | Arturo Espinosa | 1998-04-23 | 1 | -7/+18 |
* | Lots of changes: | Miguel de Icaza | 1998-04-22 | 1 | -1/+0 |
* | Enhance the exception date handling -mig | Arturo Espinosa | 1998-04-21 | 1 | -16/+38 |
* | Fix compiler warnings - Federico | Arturo Espinosa | 1998-04-21 | 1 | -3/+6 |
* | more fixes -mig | Arturo Espinosa | 1998-04-21 | 1 | -0/+3 |
* | A lot of usability changes to GnomeCal -miguel | Arturo Espinosa | 1998-04-21 | 1 | -1/+23 |
* | Add Quoted printable property to items containing new lines. (duration): | Miguel de Icaza | 1998-04-19 | 1 | -6/+15 |
* | Final steps. | Arturo Espinosa | 1998-04-18 | 1 | -2/+1 |
* | Yes. | Arturo Espinosa | 1998-04-18 | 2 | -0/+25 |
* | Added mandatory status property. (ical_object_to_vobject): Only store | Federico Mena Quintero | 1998-04-18 | 1 | -4/+12 |
* | Added mandatory status property. (ical_object_to_vobject): Only store | Federico Mena Quintero | 1998-04-18 | 1 | -1/+3 |
* | Year view, double click -mig | Arturo Espinosa | 1998-04-18 | 2 | -22/+93 |
* | The event dialog is beautified, recurrences are saner. | Federico Mena Quintero | 1998-04-18 | 2 | -6/+6 |
* | We load the alarms -mig | Arturo Espinosa | 1998-04-18 | 2 | -15/+49 |
* | Save Recurrence rules -Miguel | Arturo Espinosa | 1998-04-18 | 1 | -4/+108 |
* | Large number of updates. Recurrence basically works now in most of its | Arturo Espinosa | 1998-04-18 | 2 | -17/+213 |
* | Remove deadly excessive abuse of encapsulation -mig | Arturo Espinosa | 1998-04-17 | 2 | -12/+11 |
* | New event generation api in place -miguel | Arturo Espinosa | 1998-04-17 | 1 | -1/+3 |
* | Use menu_shell->children, not menu->children. Why does GtkMenu have a | Federico Mena Quintero | 1998-04-17 | 2 | -2/+3 |
* | The general_owner may be null. Do the proper thing when creating the | Federico Mena Quintero | 1998-04-16 | 2 | -1/+17 |
* | Year view marks ranges of new dates (on update view). Recurrence iterator | Arturo Espinosa | 1998-04-15 | 2 | -5/+25 |
* | Routine to destory rows array properly. | Miguel de Icaza | 1998-04-15 | 1 | -33/+66 |
* | New widget for the year view. added required compilation of the new files. | Arturo Espinosa Aldama | 1998-04-15 | 1 | -14/+12 |
* | Load recurrence rules; Paint the recurrence screen according to the rules. | Arturo Espinosa | 1998-04-14 | 2 | -4/+281 |
* | Now takes object and flags parameters. Likewise. Likewise. | Federico Mena Quintero | 1998-04-14 | 1 | -0/+7 |
* | Begginning of the create-appointment-on-range-selection-and-enter code -miguel | Arturo Espinosa | 1998-04-12 | 1 | -0/+2 |
* | More work on the recurrence dialog box, day navigation -mig | Arturo Espinosa | 1998-04-12 | 2 | -6/+25 |
* | Show instead of just map the child widget (otherwise the text widget gets | Federico Mena Quintero | 1998-04-09 | 2 | -3/+3 |
* | vCalendar gets fully saved -mig | Arturo Espinosa | 1998-04-05 | 1 | -3/+83 |
* | lots more -mig | Arturo Espinosa | 1998-04-04 | 1 | -2/+33 |
* | Lots -mig | Arturo Espinosa | 1998-04-04 | 2 | -16/+83 |
* | add test.vcf, more code progress -mig | Arturo Espinosa | 1998-04-03 | 1 | -0/+2 |
* | Various time fixes; lib fixes; cache fixes -mig | Arturo Espinosa | 1998-04-03 | 1 | -1/+1 |
* | New main program that uses our new datatypes and objects. | Miguel de Icaza | 1998-04-02 | 2 | -2/+173 |
* | Removed #include "gtkcalendar.h", because it now comes from libgnomeui. | Federico Mena Quintero | 1998-04-01 | 2 | -3/+5 |
* | Calendar objects as defined by the iCalendar IETF draft. Calendar holder | Arturo Espinosa | 1998-04-01 | 2 | -0/+148 |