aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/event-page.c
Commit message (Expand)AuthorAgeFilesLines
* use libical-evolution.laDamon Chaplin2001-10-301-0/+5
* Fixing the license text.Ettore Perazzoli2001-10-281-4/+3
* convert the formatted date to UTF-8.Damon Chaplin2001-10-271-1/+2
* subtract 1 from any positive BYSETPOS value, since our array is 0-based.Damon Chaplin2001-10-261-0/+12
* added setDefaultTimezone() method.Damon Chaplin2001-10-231-204/+204
* listen for changes in the date editors (schedule_page_set_dates): updateJP Rosevear2001-10-221-71/+81
* return fill_component successJP Rosevear2001-10-131-2/+4
* added comparison functions for these special cell types. But the date andDamon Chaplin2001-09-271-61/+127
* don't call calendar_config_check_timezone_set() now, since the startupDamon Chaplin2001-09-041-9/+1
* added option to hide completed tasks after a given number ofDamon Chaplin2001-08-191-1/+7
* hide the timezone fields for all-day events. We will use DATE values forDamon Chaplin2001-08-171-8/+48
* New function to strip surrounding whitespace from a string of categoriesFederico Mena Quintero2001-08-171-2/+6
* added support for the Contacts field. Note that I'm not sure what weDamon Chaplin2001-08-151-9/+94
* turn on word-wrap for the description fields. Fixes bug #6821.Damon Chaplin2001-08-121-1/+4
* added 'different_timezone' fields to EDayViewEvent and EWeekViewEvent, toDamon Chaplin2001-08-071-0/+53
* I18n fixes.Chyla Zbigniew2001-08-041-1/+1
* try to use builtin timezones before getting them from the server. WhenDamon Chaplin2001-07-171-12/+25
* Fixes bug #4380 as well as some leftovers from the days of struct tm andFederico Mena Quintero2001-07-121-4/+2
* more timezone updates. I'm pretty much done with the calendar code now,Damon Chaplin2001-07-111-0/+7
* Fixes bug #4018 and what would be the analogous bugs for the otherFederico Mena Quintero2001-07-051-0/+16
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-031-129/+217
* use the new self-contained e_categories_config_open_dialog_for_entry()Rodrigo Moya2001-07-031-18/+1
* Renamed the occur field to occur_start; added an occur_end field. This wayFederico Mena Quintero2001-06-271-1/+3
* if the timezones of the start and end of the event are the same, then ifDamon Chaplin2001-06-201-0/+56
* added a 'Time zone' setting. Also rearranged a little, adding a newDamon Chaplin2001-06-201-15/+0
* added timezone fields. Also moved the 'All Day' flag into an alignment soDamon Chaplin2001-06-191-0/+36
* use new funcJP Rosevear2001-06-021-4/+4
* renamed from editor-page for consistency, more complete implementationJP Rosevear2001-06-021-137/+144
* Finished porting from the old event-editor.c. Made it store a clone of theFederico Mena Quintero2001-05-241-5/+30
* Split the event and task editors into different objects for the separateFederico Mena Quintero2001-05-171-0/+908