aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/event-page.c
Commit message (Expand)AuthorAgeFilesLines
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-59/+59
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-221-13/+10
* added missing capabilities.Rodrigo Moya2003-04-111-1/+1
* unref the main widget since we ref it when we un-parent itJP Rosevear2003-04-111-0/+3
* Fixes #35926.Hans Petter Jansson2003-04-081-100/+0
* Partially Fixes #23606 (from Jack Jia <jack.jia@sun.com>)JP Rosevear2003-03-051-1/+7
* If only the pipe wouldn't break.JP Rosevear2003-03-051-4/+10
* gui/dialogs/alarm-page.c gui/dialogs/event-page.cHans Petter Jansson2003-03-041-1/+1
* show the widget before returning it.Dan Winship2003-02-071-1/+5
* Remove cruft. Rename ICONSDIR to IMAGESDIR. (gladedir, etspecdir): RemoveDan Winship2003-02-061-0/+1
* The CVS server exited after applying everything from my last commit,Hans Petter2003-02-051-10/+22
* Skip setting the "font_gdk" arg for now.Hans Petter Jansson2003-02-021-0/+4
* GTK_OBJECT -> G_OBJECT cast.Hans Petter Jansson2003-01-241-1/+1
* Fixes some trivial, but distracting, warnings.Hans Petter Jansson2003-01-241-2/+2
* Replace gtk_signal_disconnect_by_data() withHans Petter Jansson2002-12-191-39/+19
* run fix.sh over this.Not Zed2002-12-021-47/+47
* Initial port of gui/ subdir to GNOME 2JP Rosevear2002-11-081-2/+4
* Fixes #11434Rodrigo Moya2002-10-091-0/+18
* use bonobo_object_release_unref to release the remote SelectNamesMike Kestner2002-08-311-1/+1
* default component classification to PUBLICRodrigo Moya2001-12-071-3/+5
* added entry for the LOCATION fieldRodrigo Moya2001-12-061-1/+23
* add a changed signal (e_meeting_time_selector_construct): emit changedJP Rosevear2001-11-061-14/+16
* updated code to handle DATE values.Damon Chaplin2001-10-301-5/+16
* 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