aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/timeutil.c
Commit message (Collapse)AuthorAgeFilesLines
* Do not add the spurious padding.Miguel de Icaza1998-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 1998-05-14 Miguel de Icaza <miguel@nuclecu.unam.mx> * timeutil.c (isodate_from_time_t): Do not add the spurious padding. * calobj.c (store_date_list): Bug fix: I was using the wrong pointer when saving the exception date list. (set_date_list): Bug fix: load correctly the complete exception date list. (set_date_list): Use ',' for the exception date separator as the versit people can not get their standard right. * gncal-full-day.c (unrecur_appointment): Support for making an existing recurrent event `movable' for a day. * calobj.c (ical_object_add_exdate): New routine, used to add exception dates. (ical_object_duplicate): New routine: used to do the magic recur->no-recur event. svn path=/trunk/; revision=214
* Fixed alarm saving code. Fixed alarm loading code. New -partial-Arturo Espinosa1998-04-251-0/+103
| | | | | | | | | Fixed alarm saving code. Fixed alarm loading code. New -partial- implementation of the mail alarm. It is not working, I do not know what is closing stdin to sendmail svn path=/trunk/; revision=194
* 1. Calendar property configuration is finally here with nice live-updates.Arturo Espinosa1998-04-221-1/+1
| | | | | | | | | | | | | 1. Calendar property configuration is finally here with nice live-updates. 2. Double clicking on week view jumps to that day in the day view; Context menu allows adding an appointment on that day. Miguel. svn path=/trunk/; revision=182
* Fix compiler warnings - FedericoArturo Espinosa1998-04-211-1/+0
| | | | svn path=/trunk/; revision=170
* A lot of usability changes to GnomeCal -miguelArturo Espinosa1998-04-211-0/+15
| | | | svn path=/trunk/; revision=168
* Yes.Arturo Espinosa1998-04-181-1/+1
| | | | | | | | | | | | | | | | | | | | | Yes. It works. It loads, it saves, it does all that stuff. It works, even if federico complains that we did not test close. Repetition, alarms, all that stuff you all guys love. It it is there. We did minimal testing, but we know you will happilly commit a fix if you find a problem, right? Ok, we are off to a party now. Miguel svn path=/trunk/; revision=155
* Large number of updates. Recurrence basically works now in most of itsArturo Espinosa1998-04-181-12/+16
| | | | | | | | | Large number of updates. Recurrence basically works now in most of its forms (daily, weekly, month-by-position). Miguel. svn path=/trunk/; revision=148
* Year view marks ranges of new dates (on update view). Recurrence iteratorArturo Espinosa1998-04-151-0/+35
| | | | | | | | | | | Year view marks ranges of new dates (on update view). Recurrence iterator functions are here now (clap, clap, clap). Microsoft Outlook's days are counted. Miguel. svn path=/trunk/; revision=139
* More work on the recurrence dialog box, day navigation -migArturo Espinosa1998-04-121-0/+48
| | | | svn path=/trunk/; revision=126
* More work in progress, wheeeee - FedericoArturo Espinosa1998-04-081-1/+0
| | | | svn path=/trunk/; revision=109
* more and more fixes -migArturo Espinosa1998-04-041-7/+22
| | | | svn path=/trunk/; revision=104
* Lots -migArturo Espinosa1998-04-041-1/+25
| | | | svn path=/trunk/; revision=103
* More calendar work -migArturo Espinosa1998-04-031-8/+12
| | | | svn path=/trunk/; revision=98
* Various time fixes; lib fixes; cache fixes -migArturo Espinosa1998-04-031-3/+12
| | | | svn path=/trunk/; revision=96
* New main program that uses our new datatypes and objects.Miguel de Icaza1998-04-021-0/+11
| | | | | | | | | | | | | | | | | | | | | 1998-04-02 Miguel de Icaza <miguel@nuclecu.unam.mx> * main.c: New main program that uses our new datatypes and objects. * calendar.c (calendar_load_from_vobject, calendar_load): Implement loading of vCalendar objects and vCalendar files. * calobj.c (ical_object_create_from_vobject): Implement loading of vCalendar event and todo objects. * timeutil.c (isodate_from_time_t): New function. * gnome-cal.c, gnome-cal.h: Implement a toplevel widget, derived from GnomeApp. It holds all of the day views and arbitrates the display. svn path=/trunk/; revision=93
* `buf' now static.Tom Tromey1998-04-011-1/+1
| | | | | | | | Tue Mar 31 23:46:50 1998 Tom Tromey <tromey@cygnus.com> * timeutil.c (format_simple_hour): `buf' now static. svn path=/trunk/; revision=85
* New function, formats an hour/am_pm pair into a string of the form "3am",Federico Mena Quintero1998-04-011-2/+30
| | | | | | | | | | 1998-03-31 Federico Mena Quintero <federico@nuclecu.unam.mx> * timeutil.c (format_simple_hour): New function, formats an hour/am_pm pair into a string of the form "3am", "12pm", "05h", "19h", etc. It is used by the day view widget for its labels. svn path=/trunk/; revision=83
* iCalendar/vCalendar time utiltiesArturo Espinosa1998-04-011-0/+29
svn path=/trunk/; revision=81