aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs
Commit message (Expand)AuthorAgeFilesLines
* Fix more Makefile breakage.Ettore Perazzoli2000-05-131-0/+1
* New function to add today's alarms for a single object.Federico Mena Quintero2000-05-124-5/+124
* remove unused timezone variable to make this compile on BSD systems (whereDan Winship2000-05-121-1/+0
* Removed unused arguments. Load the initial alarms here. (load_alarms): NewFederico Mena Quintero2000-05-125-26/+319
* Set the format when creating a new calendar.Christopher James Lahey2000-05-101-0/+21
* + * calendar/pcs/cal-backend.c (cal_backend_add_cal): Return nothingMatthew Loper2000-05-101-1/+1
* Removed double free of method_string in uri->method_string.Christopher James Lahey2000-05-091-1/+3
* Fix compilation with builddir != srcdir. Boy I love this.Ettore Perazzoli2000-05-092-2/+2
* CalBackendClass now is just an interface for calendar backends; this is anFederico Mena Quintero2000-05-097-1068/+1443
* ignore the .pure directoryChris Toshok2000-05-051-0/+1
* for the long events pass E_DAY_VIEW_LONG_EVENT as the day. Fixes SEGV.Damon Chaplin2000-05-051-2/+2
* Stylistic fix - FedericoFederico Mena Quintero2000-05-011-3/+1
* set attendee and contact address correctly.Seth Alves2000-05-012-17/+31
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-281-1/+2
* fix memory leak (save_to_vcal): same (save): same (cal_backend_load): sameSeth Alves2000-04-281-0/+5
* Replaced libcal-util.la with *.laChristopher James Lahey2000-04-261-0/+2
* Renamed from backend_destroy_cb. Now we use it for the "last_client_gone"Federico Mena Quintero2000-04-264-10/+65
* don't save on destroy.Seth Alves2000-04-261-3/+2
* The Joy of Broken Makefiles Part #3.Ettore Perazzoli2000-04-261-2/+2
* allow for null CN (parse_person): allow for null sent_bySeth Alves2000-04-255-14/+192
* finished first stab at iCalObject to icalcomponent conversion.Seth Alves2000-04-251-3/+147
* start on code to do the opposite of icalendar.c (convert from iCalObjectsSeth Alves2000-04-224-3/+379
* fixed code to populate the todo clistSeth Alves2000-04-202-2/+7
* don't call save from here because in all cases the caller of remove_objectSeth Alves2000-04-201-1/+1
* calls gnome_calendar_open instead of checking on disk and calling load orSeth Alves2000-04-201-0/+2
* We have a new "last_calendar_gone" signal that Wombat can use to terminateFederico Mena Quintero2000-04-183-3/+26
* removed implicit save, since we don't want to save as we load from disk.Seth Alves2000-04-181-1/+2
* Renamed library from libcalutil to libcal-util, to be consistent withFederico Mena Quintero2000-04-177-199/+12
* use HAVE_TIMEZONE to switch between linux's timezone variable and *bsd'sChris Toshok2000-04-121-2/+13
* create and save an actual vcalendar instead of a list of vcal objects.Seth Alves2000-04-111-40/+56
* catch cal_loaded signal on the cal client. (gnome_calendar_load_cb):Seth Alves2000-04-101-21/+114
* + + * tests/.cvsignore: Added test-movemail. + + * art/.cvsignore: NewMatthew Loper2000-04-011-0/+1
* + * wombat/wombat.gnorba: new file.Matthew Loper2000-03-292-0/+19
* Use ical_object_to_string().Federico Mena Quintero2000-03-283-73/+4
* Fix for srcdir != builddir.Elliot Lee2000-03-181-2/+3
* Initialize the alarm types here. Do not call default_alarm() anymore,Federico Mena Quintero2000-03-111-21/+0
* replaced "Calendar *cal" with "CalClient *calc" in the GnomeCalendarSeth Alves2000-03-091-1/+1
* calobj.[ch] has moved into cal-util/Seth Alves2000-03-081-2/+0
* More file moving - FedericoFederico Mena Quintero2000-03-082-1871/+0
* added some .cvsignore filesSeth Alves2000-03-041-0/+9
* new file -- things shared between the client and server go in thisSeth Alves2000-03-043-17/+705
* I always forget to add the stupid files - FedericoFederico Mena Quintero2000-03-041-0/+66
* moved CalendarFormat type def hereSeth Alves2000-02-182-7/+134
* Implemented.Federico Mena Quintero2000-02-174-7/+98
* Change iCalObject.organizer from char* to iCalPerson*Russell Steinthal2000-02-162-11/+91
* Implemented.Federico Mena Quintero2000-02-126-12/+258
* Connect to the Cal's destroy signal. (cal_backend_remove_cal): KilledFederico Mena Quintero2000-02-117-60/+293
* Added get_uids() method to get a list of UIDs based on object types.Federico Mena Quintero2000-02-095-79/+288
* New struct to wrap instances of calendar objects for recurrencies andFederico Mena Quintero2000-02-083-12/+183
* New function to create the base VObject for a calendar.Federico Mena Quintero2000-02-041-1/+45
* Sync to laptop - FedericoArturo Espinosa2000-02-032-25/+65
* Added the get_object() method.Federico Mena Quintero2000-02-024-2/+61
* Changed the namespace from GNOME::Calendar to Evolution::Calendar.Federico Mena Quintero2000-01-297-71/+71
* Make Evolution compile with the latest Bonobo changes.Arturo Espinosa2000-01-265-34/+34
* Check that the listener is not nil and emit and exception if it is.Federico Mena Quintero2000-01-252-7/+61
* When will I ever learn to add the files... - FedericoArturo Espinosa2000-01-251-0/+101
* Added the gnome-pilot and capplet checks; they will likely be reworked forFederico Mena Quintero2000-01-257-35/+48
* New function to remove a calendar client interface object from a backend.Federico Mena Quintero2000-01-244-42/+161
* Take in a GnomeVFSURI, not a string.Federico Mena Quintero2000-01-223-21/+49
* Moved the calendar backend here. This is the actual calendar-handlingFederico Mena Quintero2000-01-196-110/+560
* Sync, take two - FedericoArturo Espinosa2000-01-181-0/+1
* Forgot these - FedericoArturo Espinosa2000-01-182-0/+131
* Sync - FedericoArturo Espinosa2000-01-182-6/+112
* Removed the CORBA listener methods, adjusted for the new IDL.Federico Mena Quintero2000-01-121-29/+6
* New IDL for the personal calendar server.Federico Mena Quintero2000-01-124-0/+755
* Add default alarm support, Beep on display alarms optionRussell Steinthal1999-11-031-13/+8
* Small fix -miguelArturo Espinosa1999-09-281-30/+30
* About to rehash conduit.Eskil Heyn Olsen1999-09-191-1/+1
* added sources to calendar-conduitEskil Heyn Olsen1999-09-151-2/+2
* Fix the hostname part.Miguel de Icaza1999-08-151-3/+3
* Lots of more work on the sync stuff. It works pretty well now.Arturo Espinosa1999-07-291-6/+11
* New file. Implements PalmPilot syncronization with the Gnome Calendar.Miguel de Icaza1999-07-282-0/+73
* Generate unique IDs on Vevents we load that lack it. WE need this for theMiguel de Icaza1999-07-271-1/+3
* Changed gnome-pim.keys to use the --file flagMiguel de Icaza1999-07-171-3/+27
* One line bug fix from Sergey I Panov.Miguel de Icaza1999-06-041-1/+1
* Work around broken software that writes a broken month-of-day as "zero".Miguel de Icaza1999-06-021-0/+8
* Make intervals always exist. a 0 interval is wrong.Miguel de Icaza1999-05-261-0/+4
* Added this routine so Monthly recurrences use the weekday field as aSteve Murphy1999-04-041-9/+86
* Include <config.h> so that strings get translated. Correct spelling.Nuno Ferreira1999-03-281-0/+1
* Added 2 paranthesis.. "foobar = d / 60*60" is _NOT_ the same as "foobar =Tomas Ogren1999-03-241-1/+1
* 1999-03-10 Craig A Soules (soules+@andrew.cmu.edu)Arturo Espinosa1999-03-111-2/+13
* Save the owner/organizer of the event. (ical_object_create_from_vobject):Miguel de Icaza1999-02-241-0/+10
* GNOME PIM livesMichael Fulbright1998-12-092-2/+2
* Add ctype.hMiguel de Icaza1998-11-071-0/+1
* Changed name from time_start_of_day() to be consistent with the otherFederico Mena Quintero1998-10-032-63/+110
* Small fixes for calendar savingArturo Espinosa1998-08-221-2/+4
* Fix for the weekly event generation. Was reported on the bug trackingMiguel de Icaza1998-05-261-1/+1
* Bug free version of the range computation in place.Miguel de Icaza1998-05-161-2/+2
* Do not add the spurious padding.Miguel de Icaza1998-05-152-5/+45
* Draw the day at startup. (gncal_day_panel_set): Fix selected-day display.Miguel de Icaza1998-05-041-2/+0
* Fixed alarm saving code. Fixed alarm loading code. New -partial-Arturo Espinosa1998-04-252-22/+46
* Fixes for vTodo thingies -migArturo Espinosa1998-04-231-7/+18
* Lots of changes:Miguel de Icaza1998-04-221-1/+0
* Enhance the exception date handling -migArturo Espinosa1998-04-211-16/+38
* Fix compiler warnings - FedericoArturo Espinosa1998-04-211-3/+6
* more fixes -migArturo Espinosa1998-04-211-0/+3
* A lot of usability changes to GnomeCal -miguelArturo Espinosa1998-04-211-1/+23
* Add Quoted printable property to items containing new lines. (duration):Miguel de Icaza1998-04-191-6/+15
* Final steps.Arturo Espinosa1998-04-181-2/+1
* Yes.Arturo Espinosa1998-04-182-0/+25
* Added mandatory status property. (ical_object_to_vobject): Only storeFederico Mena Quintero1998-04-181-4/+12
* Added mandatory status property. (ical_object_to_vobject): Only storeFederico Mena Quintero1998-04-181-1/+3
* Year view, double click -migArturo Espinosa1998-04-182-22/+93
* The event dialog is beautified, recurrences are saner.Federico Mena Quintero1998-04-182-6/+6
* We load the alarms -migArturo Espinosa1998-04-182-15/+49
* Save Recurrence rules -MiguelArturo Espinosa1998-04-181-4/+108
* Large number of updates. Recurrence basically works now in most of itsArturo Espinosa1998-04-182-17/+213
* Remove deadly excessive abuse of encapsulation -migArturo Espinosa1998-04-172-12/+11
* New event generation api in place -miguelArturo Espinosa1998-04-171-1/+3
* Use menu_shell->children, not menu->children. Why does GtkMenu have aFederico Mena Quintero1998-04-172-2/+3
* The general_owner may be null. Do the proper thing when creating theFederico Mena Quintero1998-04-162-1/+17
* Year view marks ranges of new dates (on update view). Recurrence iteratorArturo Espinosa1998-04-152-5/+25
* Routine to destory rows array properly.Miguel de Icaza1998-04-151-33/+66
* New widget for the year view. added required compilation of the new files.Arturo Espinosa Aldama1998-04-151-14/+12
* Load recurrence rules; Paint the recurrence screen according to the rules.Arturo Espinosa1998-04-142-4/+281
* Now takes object and flags parameters. Likewise. Likewise.Federico Mena Quintero1998-04-141-0/+7
* Begginning of the create-appointment-on-range-selection-and-enter code -miguelArturo Espinosa1998-04-121-0/+2
* More work on the recurrence dialog box, day navigation -migArturo Espinosa1998-04-122-6/+25
* Show instead of just map the child widget (otherwise the text widget getsFederico Mena Quintero1998-04-092-3/+3
* vCalendar gets fully saved -migArturo Espinosa1998-04-051-3/+83
* lots more -migArturo Espinosa1998-04-041-2/+33
* Lots -migArturo Espinosa1998-04-042-16/+83
* add test.vcf, more code progress -migArturo Espinosa1998-04-031-0/+2
* Various time fixes; lib fixes; cache fixes -migArturo Espinosa1998-04-031-1/+1
* New main program that uses our new datatypes and objects.Miguel de Icaza1998-04-022-2/+173
* Removed #include "gtkcalendar.h", because it now comes from libgnomeui.Federico Mena Quintero1998-04-012-3/+5
* Calendar objects as defined by the iCalendar IETF draft. Calendar holderArturo Espinosa1998-04-012-0/+148
-01-17 18:44:14 +0800'>2001-01-172-671/+962 * updateKenneth Christiansen2001-01-171-1202/+1399 * 2001-01.16 Kenneth Christiansen <kenneth@gnu.org>Kenneth Christiansen2001-01-173-0/+36 * Updates bonobo/po/da.po evolution/po/da.po gal/po/da.po gimp/po/da.poKenneth Christiansen2001-01-171-922/+930 * Moved ESearchBar from filter/ to widgets/misc/, a more appropriate home.Jacob Leach2001-01-171-1/+1 * UpdateMartin Norback2001-01-172-743/+691 * UpdateMartin Norback2001-01-162-213/+206 * Updated italian translation from Clara Tattoni <clara.tattoni@libero.it>Christopher R. Gabriel2001-01-162-403/+370 * Updated Spanish translationHector Garcia2001-01-161-10/+12 * Updated Spanish translationHector Garcia2001-01-162-421/+609 * Updated italian translation from Clara Tattoni <clara.tattoni@libero.it>Christopher R. Gabriel2001-01-152-1822/+1511 * updaKenneth Christiansen2001-01-151-1442/+1732 * Updated Swedish translation.Richard Hult2001-01-152-1558/+1684 * Updated Spanish translationHector Garcia2001-01-112-1152/+1310 * Updated Japanese translation.Akira Tagoh2001-01-112-3572/+877 * Updated French translation.Christophe Merlet2001-01-102-647/+768 * Added all the new source files and removed the old ones, yadda yadda.Jeffrey Stedfast2001-01-102-2/+9 * Removed .oaf.in files until the whole of Evolution uses the xml-i18n-toolsFederico Mena Quintero2001-01-102-3/+5 * Updated Spanish translation.Hector Garcia2001-01-102-2024/+1461 * Updated russian translation.Valek Frob2001-01-092-1468/+899 * Updated Norwegian (bokmål) translation.Kjartan Maraas2001-01-0922-31164/+42827 * Updates evolution/po/da.po gtranslator/po/da.po pong/po/da.poKenneth Christiansen2001-01-081-63/+64 * Updated some stringsBenedikt Roth2001-01-072-1472/+1842 * Updated French translation.Christophe Merlet2001-01-072-1729/+2157 * Updates eog/po/da.po evolution/po/da.po gal/po/da.po gernel/po/da.poKenneth Christiansen2001-01-071-309/+523 * Committed updated ko.poFatih Demir2001-01-062-1843/+1758 * Updated Finnish translation (fi.po).jjranta2001-01-062-1435/+1521 * Remove non-existent fileJP Rosevear2001-01-052-1/+4 * Updated Swedish translation.Christian Rose2001-01-042-646/+722 * Updates evolution/po/da.po gal/po/da.po galeon/po/da.po gernel/po/da.poKenneth Christiansen2001-01-041-61/+47 * UpdateKenneth Christiansen2001-01-041-731/+818 * Updated Ukrainian translationYuri Syrota2001-01-031-520/+469 * Updated Spanish translation.Hector Garcia2001-01-032-756/+840 * add addressbook-config.c, addressbook-storage.c, andChris Toshok2001-01-032-0/+8 * remove all the stale addressbook entries.Michael Meeks2001-01-022-3/+4 * Updated Swedish translation.Christian Rose2000-12-282-254/+276 * Translations dr-genius/po/da.po gfloppy/po/da.po gtkhtml/po/da.poKenneth Christiansen2000-12-271-172/+200 * Updated Norwegian translation.Kjartan Maraas2000-12-252-219/+245 * Updates achtung/po/da.po bug-buddy/po/da.po control-center/po/da.poKenneth Christiansen2000-12-231-1658/+2241 * Updated Spanish translationHector Garcia2000-12-232-85/+108 * Remove deleted fileJP Rosevear2000-12-232-1/+4 * Updated Norwegian translation.Kjartan Maraas2000-12-222-51/+58 * Updated Swedish translation.Christian Rose2000-12-222-82/+93 * Updated russian translation.Valek Frob2000-12-212-68/+76 * Updated Ukrainian translationYuri Syrota2000-12-201-7/+6 * Updated Ukrainian translationYuri Syrota2000-12-201-3/+3 * Updated Ukrainian translationYuri Syrota2000-12-201-100/+102 * translations from keldKenneth Christiansen2000-12-201-49/+52 * Translations from keldKenneth Christiansen2000-12-201-388/+537 * Updated Norwegian translation.Kjartan Maraas2000-12-202-461/+509 * Updated Ukrainian translationYuri Syrota2000-12-201-42/+36 * Updated Ukrainian translationYuri Syrota2000-12-201-496/+552 * Updated Spanish translationHector Garcia2000-12-192-583/+548 * Updated Swedish translation.Christian Rose2000-12-192-395/+427 * Updated russian translation.Valek Frob2000-12-182-402/+310 * Updated italian translation from Clara Tattoni <clara.tattoni@libero.it>Christopher R. Gabriel2000-12-182-604/+704 * Removed getdate.y.Federico Mena Quintero2000-12-163-2/+6 * Updated Swedish translation.Christian Rose2000-12-162-87/+234 * Updated Ukrainian translationYuri Syrota2000-12-151-4/+4 * Updated Ukrainian translationYuri Syrota2000-12-151-4/+2 * Updated Ukrainian translationYuri Syrota2000-12-151-87/+70 * Updated Ukrainian translationYuri Syrota2000-12-151-15/+14 * Updated Ukrainian translationYuri Syrota2000-12-151-15/+12 * Updated Ukrainian translationYuri Syrota2000-12-151-11/+10 * Updated Ukrainian translationYuri Syrota2000-12-151-416/+218 * Updated russian translation.Valek Frob2000-12-152-164/+261 * Small updateKjartan Maraas2000-12-151-23/+23 * Translations from keldKenneth Christiansen2000-12-141-2094/+1545 * Updated Norwegian translation. This too. Adjust to fit the new tools.Kjartan Maraas2000-12-143-70/+220 * Added Id tag to easier trace changes.Christian Rose2000-12-142-38/+44 * I like monkeys - FedericoFederico Mena Quintero2000-12-1425-39313/+70059 * Updated russian translation.Valek Frob2000-12-132-944/+794 * Update for reality. (Mostly from campd.)Dan Winship2000-12-132-35/+24 * Updated Swedish translation.Christian Rose2000-12-122-342/+346 * Updated Norwegian translation.Kjartan Maraas2000-12-112-347/+339 * Updated Japanese translation.Akira Tagoh2000-12-112-2072/+1923 * Updates from Keld achtung/po/da.po balsa/po/da.po bonobo/po/da.poKenneth Christiansen2000-12-101-2179/+1673 * Translations from keldKenneth Christiansen2000-12-091-423/+434 * ShushJP Rosevear2000-12-091-0/+2 * updated italian translation from Clara TattoniChristopher R. Gabriel2000-12-062-1540/+1536 * Updated Swedish translation.Christian Rose2000-12-052-46/+53 * Updated Norwegian (bokmål) translation.Kjartan Maraas2000-12-052-344/+378 * Updated russian translation.Valek Frob2000-12-052-202/+195 * Updated Spanish translationHector Garcia2000-12-041-15/+15 * Updated Spanish translationHector Garcia2000-12-042-1290/+1308 * Updated Swedish translation.Christian Rose2000-12-032-1300/+1585 * Updated Dutch translation.Almer S. Tigelaar2000-12-022-1409/+1695 * Updated russian translation.Valek Frob2000-12-012-792/+1191 * Translations from KeldKenneth Christiansen2000-12-011-1496/+1199 * Updated Polish translationChyla Zbigniew2000-12-012-1025/+1907 * Update againKjartan Maraas2000-11-301-733/+762 * Put back the non-modified version of the toolsKjartan Maraas2000-11-302-35/+77 * Updated Norwegian (bokmål) translation.Kjartan Maraas2000-11-305-2075/+2183 * Updated russian translation.Valek Frob2000-11-302-76/+105 * Updated Spanish translationHector Garcia2000-11-292-652/+631 * Updated russian translation.Valek Frob2000-11-282-647/+361 * Translations from keldKenneth Christiansen2000-11-281-662/+599 * Updated Dutch translation.Almer S. Tigelaar2000-11-262-369/+335 * Updated italian translation from Clara Tattoni <clara.tattoni@libero.it>Christopher R. Gabriel2000-11-262-2087/+2275 * Updated Swedish translation.Christian Rose2000-11-252-318/+283 * Removed gncal-todo.c.Federico Mena Quintero2000-11-222-1/+4 * Removed mail/message-thread.c and added camel/camel-folder-thread.cJeffrey Stedfast2000-11-222-1/+6 * Updated Spanish translationHector Garcia2000-11-212-56/+79 * Updated Dutch translation.Almer S. Tigelaar2000-11-202-2216/+2622 * Translations from keldKenneth Christiansen2000-11-191-189/+234 * Updated Swedish translation.Christian Rose2000-11-182-35/+48 * Updated Spanish translationHector Garcia2000-11-172-1171/+985 * Updated Swedish translation.Christian Rose2000-11-172-160/+192 * Updated russian translation.Valek Frob2000-11-17