aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/timeutil.h
Commit message (Collapse)AuthorAgeFilesLines
* Various fixes and optimizations; Tagging of the days with appointements.Arturo Espinosa1998-04-301-0/+2
| | | | | | | | | Various fixes and optimizations; Tagging of the days with appointements. the 1969 bug is gone. Really. Miguel. svn path=/trunk/; revision=201
* Fixed alarm saving code. Fixed alarm loading code. New -partial-Arturo Espinosa1998-04-251-0/+2
| | | | | | | | | 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
* Fix compiler warnings - FedericoArturo Espinosa1998-04-211-3/+2
| | | | svn path=/trunk/; revision=170
* A lot of usability changes to GnomeCal -miguelArturo Espinosa1998-04-211-0/+2
| | | | svn path=/trunk/; revision=168
* Update spanish translation for the Calendar.Arturo Espinosa1998-04-191-0/+1
| | | | | | | | | | | | | | | | | Update spanish translation for the Calendar. Added command line handling to the calendar program. You can now display your appointments for any given date from the command line wihtout running X. Added CVS's `getdate'. This is a date parser for a bunch of formats. Internationalized getdate. You can even type date descriptions in your native language. Miguel. svn path=/trunk/; revision=159
* Large number of updates. Recurrence basically works now in most of itsArturo Espinosa1998-04-181-5/+8
| | | | | | | | | Large number of updates. Recurrence basically works now in most of its forms (daily, weekly, month-by-position). Miguel. svn path=/trunk/; revision=148
* The general_owner may be null. Do the proper thing when creating theFederico Mena Quintero1998-04-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | 1998-04-15 Federico Mena Quintero <federico@nuclecu.unam.mx> * eventedit.c (ee_init_general_page): The general_owner may be null. Do the proper thing when creating the label. (ee_ok): Update the gnome calendar appropriately. * timeutil.h: * gncal-year-view.h: Add some missing prototypes. * gncal-full-day.c (child_popup_menu): Set the sensitivity of menu items according to whether the ical object is being edited or not. * eventedit.c (event_editor_new): Set the "being edited" flag on the ical object (stored as the ical object's user data). (event_editor_destroy): Release the flag. * calobj.h: The iCalObject structure now has a generic user_data pointer. * calobj.c (ical_object_set_user_data ical_object_get_user_data): Functions to set this data. svn path=/trunk/; revision=140
* More work on the recurrence dialog box, day navigation -migArturo Espinosa1998-04-121-0/+4
| | | | svn path=/trunk/; revision=126
* More work in progress, wheeeee - FedericoArturo Espinosa1998-04-081-0/+4
| | | | svn path=/trunk/; revision=109
* Lots -migArturo Espinosa1998-04-041-2/+3
| | | | svn path=/trunk/; revision=103
* New main program that uses our new datatypes and objects.Miguel de Icaza1998-04-021-0/+1
| | | | | | | | | | | | | | | | | | | | | 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
* New function, formats an hour/am_pm pair into a string of the form "3am",Federico Mena Quintero1998-04-011-0/+26
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