aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/event-editor.c
Commit message (Expand)AuthorAgeFilesLines
* New function; re-tag the calendar when its date range changes.Federico Mena Quintero2000-11-131-13/+89
* Block the signals as appropriate. (fill_ending_date): Ditto.Federico Mena Quintero2000-11-131-3/+69
* Clear the rdate and exrule lists from the component if we are setting aFederico Mena Quintero2000-11-131-47/+156
* These changes fix bugzilla bugs #874 and #875.Federico Mena Quintero2000-11-091-15/+16
* Adjust the valid range of the month index spin button depending on theFederico Mena Quintero2000-11-091-0/+70
* Removed the old recurrence page. Wheeeeeeeeee!Federico Mena Quintero2000-11-071-180/+303
* Block signals from the toggle button. (date_changed_cb): MergedFederico Mena Quintero2000-11-051-86/+45
* Clean the idl-generated sources properly. Likewise.Federico Mena Quintero2000-11-041-14/+16
* The big api rename ...Michael Meeks2000-11-021-4/+4
* Hmmm. SHRT_MAX changed to ICAL_RECURRENCE_ARRAY_MAX in libical. Deal withFederico Mena Quintero2000-11-011-6/+8
* New function. We split it from the radio callback so that we can call itFederico Mena Quintero2000-11-011-7/+20
* Do not take in an extra data pointer. (summary_changed_cb): Use a singleFederico Mena Quintero2000-10-311-25/+36
* New function. (general_summary_changed_cb): Sync the general summary toFederico Mena Quintero2000-10-281-4/+58
* Connect to the recurrence ending menu. (recur_ending_selection_done_cb):Federico Mena Quintero2000-10-281-242/+185
* This is the new recurrence page, partially finished. I just want it on CVSFederico Mena Quintero2000-10-271-127/+756
* added more (unworking) integration with theJesse Pavel2000-10-211-1/+1
* *** empty log message ***Jesse Pavel2000-10-201-0/+10
* remove; redundant.Michael Meeks2000-10-191-258/+42
* Added focus to the general_summary text entry.Anna Marie Dirks2000-10-171-0/+8
* *** empty log message ***Jesse Pavel2000-10-031-1/+4
* *** empty log message ***Jesse Pavel2000-09-281-6/+20
* set the height of the scrolled window for the description field, since theDamon Chaplin2000-09-251-1/+1
* Dear native speakers,Federico Mena Quintero2000-09-221-1/+1
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-1/+1
* The Commit from hell that breaks all UI related stuff;Michael Meeks2000-09-141-16/+20
* changed to use EDateEdit.Damon Chaplin2000-09-111-75/+48
* Fixed some warnings.Christopher James Lahey2000-09-091-0/+4
* Fall equinox cleanup!Federico Mena Quintero2000-09-081-4/+1
* Kill all exdates if there are no dates in the boxJP Rosevear2000-09-061-9/+14
* uses the new TaskEditor dialog.Damon Chaplin2000-09-061-0/+18
* A bit more e_utf8 wrappers here and thereLauris Kaplinski2000-09-021-4/+5
* We don't need AC_PROG_RANLIB and AM_PROG_LIBTOOLJP Rosevear2000-09-011-9/+27
* No need to spit a warning if removal fails. (event_editor_destroy): FreeFederico Mena Quintero2000-09-011-37/+30
* Implement delete option (recurrence_toggled): Make an ugly hack to get theJP Rosevear2000-09-011-19/+51
* Event editor destroyed callback to do hash cleanupJP Rosevear2000-08-311-100/+151
* Use event_editor_set_event_objectJP Rosevear2000-08-301-4/+4
* These are not UTC timesJP Rosevear2000-08-291-2/+2
* We no longer need time_from_icaltimetype as libical has the API for thisJP Rosevear2000-08-291-4/+4
* Initiliaze tzid to null, only set recurrence rules and exception dates ifJP Rosevear2000-08-281-35/+38
* Properly append to listJP Rosevear2000-08-251-7/+8
* Update for libical 0.19JP Rosevear2000-08-251-4/+4
* Fixed some warnings.Christopher James Lahey2000-08-251-0/+4
* Make signal names saner (released_event_object_cb): dittoJP Rosevear2000-08-251-15/+17
* Remove owner fieldJP Rosevear2000-08-241-15/+2
* Update prototypes.JP Rosevear2000-08-191-273/+283
* new ECalendarTable to show an ETable view for Todo/Event items.Damon Chaplin2000-07-261-18/+101
* Szabolcs BAN <shooby@gnome.hu>Szabolcs Ban2000-07-211-1/+1
* Added a get_n_objects() method.Federico Mena Quintero2000-06-091-0/+3
* Added missing tooltips. We still need icons, though.Federico Mena Quintero2000-06-081-9/+17
* Implemented. (toolbar): Added an icon for the Save and Close command.Federico Mena Quintero2000-06-021-18/+65
* Implemented. (gnome_calendar_add_object): Removed function, since it wasFederico Mena Quintero2000-06-021-233/+249
* Handler for the "editor_closed" signal of the event editor; we justFederico Mena Quintero2000-06-021-25/+52
* Change of plans. The toplevel GnomeApp is now generated with Glade insteadFederico Mena Quintero2000-06-021-70/+64
* Added a hash table to map calendar objects to their respective eventFederico Mena Quintero2000-06-011-71/+302
* Create the UI handler after we have constructed the parent GnomeApp.Federico Mena Quintero2000-05-311-12/+208
* Flush - FedericoFederico Mena Quintero2000-05-301-539/+701
* Put the main notebook directly under a simple GtkWindow. We are going toFederico Mena Quintero2000-05-261-6/+401
* hooked up more widget signals to callbacks to the gladified dialog actsSeth Alves2000-05-181-24/+284
* hook the radio buttons to the pages of the notebook. (append_exception):Seth Alves2000-05-171-3/+118
* gladeified replacement for eventedit.cSeth Alves2000-05-161-0/+438