aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-model.c
Commit message (Expand)AuthorAgeFilesLines
* confirm expunging of the tasks (tasks_control_expunge_cmd): verb callbackJP Rosevear2002-01-031-2/+3
* make sure we call e_table_model_pre_change() before changing the model.Damon Chaplin2001-12-041-0/+10
* Convert the buffer to UTF8. (calendar_model_value_to_string): Do notFederico Mena Quintero2001-11-151-2/+2
* #ifdef'ed out the LOCATION field for now, since it wasn't supportedDamon Chaplin2001-11-151-0/+8
* removed ';' in the wrong place. Fixes bug #14421.Damon Chaplin2001-11-061-1/+1
* Make the pre_changes and changes match here.Christopher James Lahey2001-10-311-0/+2
* return NULL if passed NULL. Should fix bug #14048.Damon Chaplin2001-10-311-0/+3
* updated code to handle DATE values.Damon Chaplin2001-10-301-7/+23
* Use an EMessageBox instead of a gnome_dialog_question so that the labelFederico Mena Quintero2001-10-301-2/+7
* Fix bug #12163.Federico Mena Quintero2001-10-301-21/+1
* get the tasks directly from the CalendarModel, so we get the filtering &Damon Chaplin2001-10-291-51/+5
* when the week start day is set to Sunday, we have to be careful to makeDamon Chaplin2001-10-281-2/+1
* Fixing the license text.Ettore Perazzoli2001-10-281-4/+3
* convert the formatted date to UTF-8.Damon Chaplin2001-10-271-5/+1
* added setDefaultTimezone() method.Damon Chaplin2001-10-231-235/+245
* make it a public functionRodrigo Moya2001-10-201-6/+5
* new function (update_query): call set_status_messageRodrigo Moya2001-10-201-0/+80
* added comparison functions for these special cell types. But the date andDamon Chaplin2001-09-271-37/+12
* added a timeout to refresh the list every 10 minutes. Not ideal, as theDamon Chaplin2001-09-181-7/+107
* get itip addresses (calendar_model_destroy): destroy sameJP Rosevear2001-09-181-12/+52
* added new e-sexp operator. We don't currently use it though.Damon Chaplin2001-08-221-1/+11
* Only unref the FIELD_COMPONENT if it is non-NULL. We return a NULL forFederico Mena Quintero2001-08-081-4/+8
* added 'different_timezone' fields to EDayViewEvent and EWeekViewEvent, toDamon Chaplin2001-08-071-79/+11
* New function; stops further notification from happening. This is neededFederico Mena Quintero2001-08-041-3/+7
* If the default category is the same as the value passed in to thisFederico Mena Quintero2001-08-021-0/+17
* The calendar search bar widget now includes a drop-down menu of availableFederico Mena Quintero2001-08-021-86/+1
* started some code to show the currently displayed dates in the folderDamon Chaplin2001-07-311-1/+2
* New files with a derivative of ESearchBar that generates sexps forFederico Mena Quintero2001-07-281-180/+199
* Removed unused headers - FedericoFederico Mena Quintero2001-07-171-8/+0
* Fixes bug #4380 as well as some leftovers from the days of struct tm andFederico Mena Quintero2001-07-121-1/+0
* more timezone updates. I'm pretty much done with the calendar code now,Damon Chaplin2001-07-111-32/+68
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-031-9/+61
* Fixes bug #1406.Federico Mena Quintero2001-07-011-19/+68
* Converted to use BonoboXObject.Federico Mena Quintero2001-06-251-3/+7
* New function to compare tasks like the Pilot task list.Federico Mena Quintero2001-06-241-14/+34
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* unref the calcomponent when we're done with itJP Rosevear2001-05-041-0/+2
* Replace "<" by "<=" in the comparison for due dates against the currentFederico Mena Quintero2001-04-271-2/+5
* Fix this to just send the data to the wombat instead of inserting itChristopher James Lahey2001-04-111-44/+20
* Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-051-10/+6
* Fix headers. Same here. Same here. Same here. Same here. Same here. SameKjartan Maraas2001-04-051-0/+1
* keep list of all Tasks folders so we can update the preference settingsDamon Chaplin2001-03-051-170/+222
* override value to string virtual method (calendar_model_value_to_string):JP Rosevear2001-02-141-4/+44
* Fixed up these #includes.Christopher James Lahey2001-02-061-1/+3
* <gnome.h> trimming to reduce compilation time. Ditto. Ditto. Ditto. Ditto.Federico Mena Quintero2001-01-291-1/+4
* make sure the status is set to "Completed". Fixes bug #1253.Damon Chaplin2001-01-241-0/+15
* libical import cleanupJP Rosevear2001-01-241-2/+2
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-16/+62
* moved #include <cal-client/cal-client.h> to the .h file.Damon Chaplin2001-01-141-24/+140
* get categories button (init_widgets): listen for button clickJP Rosevear2001-01-061-23/+3
* Unconditionally remove the client from the alarm notification system.Federico Mena Quintero2001-01-031-1/+2
* Alarm trigger queueing for the GUI part.Federico Mena Quintero2000-12-231-2/+4
* #define this to 500, not nothing. Also, move this bit after the otherDan Winship2000-12-141-6/+6
* Even though icaltime_from_timet() now properly ignores the is_utc argumentFederico Mena Quintero2000-12-141-2/+1
* #if 0ed cal_obj_date_only_compare_func. (cal_object_get_rdate_end):Christopher James Lahey2000-12-141-5/+6
* This is to make things work with libical 0.21helix1 and later. WarningsFederico Mena Quintero2000-12-121-7/+3
* Fixes bug #920.Federico Mena Quintero2000-12-071-29/+10
* *gui/calendar-model.c: added a preliminary change to have AssignedJesse Pavel2000-11-281-3/+13
* The icon column is not editable!Federico Mena Quintero2000-11-221-1/+0
* Clear the rdate and exrule lists from the component if we are setting aFederico Mena Quintero2000-11-131-1/+3
* use cal_component_has_alarms().Damon Chaplin2000-10-201-15/+1
* updated to support RDATE end times or durations. Note that if you have twoDamon Chaplin2000-09-301-65/+184
* Removed an unused variable.Federico Mena Quintero2000-09-141-3/+0
* See if the new object matches the type of objects we were told to dealFederico Mena Quintero2000-09-141-0/+31
* Relying on the status field is somewhat faulty since it is related toJP Rosevear2000-09-111-8/+1
* changed to use EDateEdit.Damon Chaplin2000-09-111-32/+106
* Use new cal_component_has_recurrences convenience functionJP Rosevear2000-09-061-9/+2
* No need to spit a warning if removal fails. (event_editor_destroy): FreeFederico Mena Quintero2000-09-011-2/+4
* New function. We need this from code that dynamically updates from aFederico Mena Quintero2000-08-291-3/+9
* We no longer need time_from_icaltimetype as libical has the API for thisJP Rosevear2000-08-291-3/+3
* Uncomment debug code.JP Rosevear2000-08-261-0/+22
* Don't attempt to free this if its null (calendar_model_duplicate_value):JP Rosevear2000-08-261-4/+5
* Update for libical 0.19JP Rosevear2000-08-251-3/+3
* Handle summary field (calendar_model_value_is_empty): dittoJP Rosevear2000-08-241-0/+5
* Updated function. (calendar_model_free_value): Updated function.Federico Mena Quintero2000-08-221-343/+217
* New function. (parse_time): Moved over from the old set_time_t(). ThisFederico Mena Quintero2000-08-221-196/+284
* Sync - FedericoFederico Mena Quintero2000-08-131-11/+8
* Sync - FedericoFederico Mena Quintero2000-08-121-1/+28
* Generate a prettier string for the geographical position.Federico Mena Quintero2000-08-121-75/+332
* Handle the PERCENT-COMPLETE property. (free_icalcomponent): Likewise.Federico Mena Quintero2000-08-121-11/+10
* updated to match the new ETableModel append_row. This meant we could alsoDamon Chaplin2000-08-031-62/+16
* Emit "model_pre_change" signals as appropriate.Christopher James Lahey2000-08-031-0/+3
* Solaris compile fix. OK on Linux too.Matthew Loper2000-07-271-0/+3
* new ECalendarTable to show an ETable view for Todo/Event items.Damon Chaplin2000-07-261-61/+583
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-0/+4
* Sync again - FedericoFederico Mena Quintero2000-06-271-24/+298
* Sync - FedericoFederico Mena Quintero2000-06-231-5/+206
* #ifdef'ed out references to functions which don't exist yet, so evolutionDamon Chaplin2000-06-161-0/+2
* Doh, sync - FedericoFederico Mena Quintero2000-06-161-25/+120
* Added the array of objects and the hash table of UID->array index.Federico Mena Quintero2000-06-131-0/+482