aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/event-editor.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-3377/+0
* Split the event and task editors into different objects for the separateFederico Mena Quintero2001-05-171-1/+1
* switch on the correct widget and mapJP Rosevear2001-05-101-1/+1
* use define from widgets/misc/e-filter-bar.h instead of own enumeration andGediminas Paulauskas2001-05-081-27/+22
* Connect to the "changed" signal of the categories entry so that they willFederico Mena Quintero2001-04-181-7/+21
* Display fixes, thanks to Kjartan for finding these.Gediminas Paulauskas2001-04-111-3/+3
* Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-051-11/+9
* Fix headers. Same here. Same here. Same here. Same here. Same here. SameKjartan Maraas2001-04-051-0/+4
* Plug leak.Federico Mena Quintero2001-04-031-0/+8
* Plug leak.Federico Mena Quintero2001-04-031-1/+1
* New function to set the EDateEdit's value when a row is selected in theFederico Mena Quintero2001-03-011-4/+44
* fill in new classification stuff properly (get_widgets): load new class.JP Rosevear2001-02-091-22/+1
* Pull up from 0.9 branchJP Rosevear2001-02-091-150/+24
* Match new append_alarm signature (reminder_to_comp_object): only addJP Rosevear2001-02-071-22/+38
* get the new reminder widgets (sync_entries): different callback dataJP Rosevear2001-02-061-233/+377
* <gnome.h> trimming to reduce compilation time. Likewise. Likewise.Federico Mena Quintero2001-01-301-2/+0
* libical import cleanupJP Rosevear2001-01-241-4/+4
* compile new stuffJP Rosevear2001-01-231-11/+2
* New files with a simple sequence to migrate the task components from theFederico Mena Quintero2001-01-191-3/+1
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-36/+37
* added new source files for the Tasks folders.Damon Chaplin2001-01-081-5/+1
* get categories button (init_widgets): listen for button clickJP Rosevear2001-01-061-3/+51
* Do not compose strings so that they can be localized correctly. Also,Federico Mena Quintero2001-01-031-15/+15
* Unconditionally remove the client from the alarm notification system.Federico Mena Quintero2001-01-031-4/+0
* Fixes bug #955.Federico Mena Quintero2000-12-151-28/+5
* Even though icaltime_from_timet() now properly ignores the is_utc argumentFederico Mena Quintero2000-12-141-4/+4
* added changed flags and added calls to a new functionDamon Chaplin2000-12-111-56/+262
* Free the strings we get from the editables.Federico Mena Quintero2000-12-091-3/+8
* Free the dates we get from the component.Federico Mena Quintero2000-12-091-0/+3
* Confirm before deleting the event.Federico Mena Quintero2000-12-071-7/+11
* Fixes bug #920.Federico Mena Quintero2000-12-071-14/+0
* Fixes bug #918.Federico Mena Quintero2000-12-031-0/+50
* New function to generate a title and convert it from UTF8 before settingFederico Mena Quintero2000-12-021-10/+24
* added more support for config settings.Damon Chaplin2000-11-271-17/+72
* Misspelled "occurrences". (fill_recurrence_widgets): Sensitize the "CustomFederico Mena Quintero2000-11-131-6/+28
* 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