aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/recurrence-page.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_UTILS_2_0_2nobody2002-05-161-2446/+0
* properly handle -ve recurrence valuesJP Rosevear2002-04-191-67/+256
* Fixing the license text.Ettore Perazzoli2001-10-281-4/+3
* convert the formatted date to UTF-8.Damon Chaplin2001-10-271-0/+2
* subtract 1 from any positive BYSETPOS value, since our array is 0-based.Damon Chaplin2001-10-261-17/+46
* return fill_component successJP Rosevear2001-10-131-4/+7
* save the EXDATE as a DATE-TIME value, since we know the exact time. FixesDamon Chaplin2001-10-031-1/+2
* added comparison functions for these special cell types. But the date andDamon Chaplin2001-09-271-18/+10
* make sure to release the ref on priv->comp.Larry Ewing2001-09-201-0/+5
* don't call calendar_config_check_timezone_set() now, since the startupDamon Chaplin2001-09-041-33/+7
* Unset the priv->updating flag before returning in the case the componentFederico Mena Quintero2001-08-231-0/+2
* hide the timezone fields for all-day events. We will use DATE values forDamon Chaplin2001-08-171-1/+12
* New function; stops further notification from happening. This is neededFederico Mena Quintero2001-08-041-1/+1
* started some code to show the currently displayed dates in the folderDamon Chaplin2001-07-311-43/+28
* check that the row passed in is valid. Sometimes we get the "row-selected"Damon Chaplin2001-07-271-0/+6
* calculate tmp_tm.tm_wday ourselves. strftime has a habit of crashing ifDamon Chaplin2001-07-251-0/+5
* don't show the time in the EDateEdit widget for adding EXDATEs.Damon Chaplin2001-07-181-0/+1
* Fixes bug #4380 as well as some leftovers from the days of struct tm andFederico Mena Quintero2001-07-121-7/+0
* Fixes bug #4018 and what would be the analogous bugs for the otherFederico Mena Quintero2001-07-051-0/+22
* added virtual method to get a VTIMEZONE component given a TZID. We needDamon Chaplin2001-07-031-3/+6
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-031-52/+159
* Renamed the occur field to occur_start; added an occur_end field. This wayFederico Mena Quintero2001-06-271-1/+3
* itip/imip send dialogJP Rosevear2001-06-201-4/+6
* update the blocked/selected days if the starting day of the appointmentJP Rosevear2001-06-051-0/+14
* use new funcJP Rosevear2001-06-021-2/+1
* renamed from editor-page for consistency, more complete implementationJP Rosevear2001-06-021-147/+191
* Finished porting from the old event-editor.c. Made it store a clone of theFederico Mena Quintero2001-05-241-10/+1166
* Split the event and task editors into different objects for the separateFederico Mena Quintero2001-05-171-0/+900